Skip to content

Commit fa294e5

Browse files
committed
Generate the Arc 3.1 docs.
1 parent 6f0e48a commit fa294e5

34 files changed

+173
-151
lines changed

ref/anaphoric.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<li><a href="http://arclanguage.org/forum">Forum</a></li>
1818
</ul>
1919
</div>
20-
</div>
20+
</div> <!-- end of navbar -->
2121
<div class="links">Previous: <a href="error.html">Error handling</a>
2222
Up: <a href="index.html">Contents</a>
2323
Next: <a href="html.html">HTML generation</a>

ref/app.html

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<li><a href="http://arclanguage.org/forum">Forum</a></li>
1818
</ul>
1919
</div>
20-
</div>
20+
</div> <!-- end of navbar -->
2121
<div class="links">Previous: <a href="srv.html">The Arc web server</a>
2222
Up: <a href="index.html">Contents</a>
2323
Next: <a href="setforms.html">Internals of places and setforms</a>
@@ -151,8 +151,11 @@ <h2>User management</h2>
151151
<td class='arc'><pre>
152152
&gt;(admin "foo")
153153
<span class="stdout">Error: _admins*: undefined;
154-
cannot reference undefined iden
155-
tifier
154+
cannot reference an identifier
155+
before its definition
156+
in module: top-level
157+
internal name
158+
: _admins*
156159

157160
</span></pre>
158161
</td></tr>
@@ -581,7 +584,7 @@ <h2>Internals</h2>
581584
</td>
582585
<td class='arc'><pre>
583586
&gt;(cook-user "testuser")
584-
<span class="return">7AgOZOED
587+
<span class="return">wcXi0tW4
585588
</span></pre>
586589
</td></tr>
587590
<tr>
@@ -592,7 +595,7 @@ <h2>Internals</h2>
592595
</td>
593596
<td class='arc'><pre>
594597
&gt;(new-user-cookie)
595-
<span class="return">hgeIRVYe
598+
<span class="return">BWYtAvav
596599
</span></pre>
597600
</td></tr>
598601
<tr>
@@ -614,7 +617,7 @@ <h2>Internals</h2>
614617
</td>
615618
<td class='arc'><pre>
616619
&gt;(disable-acct "badperson")
617-
<span class="return">((7AgOZOED "testuser"))
620+
<span class="return">((wcXi0tW4 "testuser"))
618621
</span></pre>
619622
</td></tr>
620623
<tr>
@@ -811,8 +814,11 @@ <h2>Internals</h2>
811814
<td class='arc'><pre>
812815
&gt;(delimc #\})
813816
<span class="stdout">Error: _delimc: undefined;
814-
cannot reference undefined ident
815-
ifier
817+
cannot reference an identifier b
818+
efore its definition
819+
in module: top-level
820+
internal name:
821+
_delimc
816822

817823
</span></pre>
818824
</td></tr>
@@ -970,7 +976,7 @@ <h2>Internals</h2>
970976
</span></pre>
971977
<pre>
972978
&gt;(date-nums "June 5")
973-
<span class="return">(2014 6 5)
979+
<span class="return">(2018 6 5)
974980
</span></pre>
975981
</td></tr>
976982
<tr>

ref/assignment.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<li><a href="http://arclanguage.org/forum">Forum</a></li>
1818
</ul>
1919
</div>
20-
</div>
20+
</div> <!-- end of navbar -->
2121
<div class="links">Up: <a href="index.html">Contents</a>
2222
Next: <a href="combining.html">Boolean operations</a>
2323
</div>

ref/assoc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<li><a href="http://arclanguage.org/forum">Forum</a></li>
1818
</ul>
1919
</div>
20-
</div>
20+
</div> <!-- end of navbar -->
2121
<div class="links">Previous: <a href="time.html">Time operations</a>
2222
Up: <a href="index.html">Contents</a>
2323
Next: <a href="template.html">Templates</a>

ref/atomic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<li><a href="http://arclanguage.org/forum">Forum</a></li>
1818
</ul>
1919
</div>
20-
</div>
20+
</div> <!-- end of navbar -->
2121
<div class="links">Previous: <a href="networking.html">Networking</a>
2222
Up: <a href="index.html">Contents</a>
2323
Next: <a href="os.html">Operating system</a>

ref/combining.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<li><a href="http://arclanguage.org/forum">Forum</a></li>
1818
</ul>
1919
</div>
20-
</div>
20+
</div> <!-- end of navbar -->
2121
<div class="links">Previous: <a href="assignment.html">Assignment and places</a>
2222
Up: <a href="index.html">Contents</a>
2323
Next: <a href="iteration.html">Iteration</a>

ref/conditionals.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<li><a href="http://arclanguage.org/forum">Forum</a></li>
1818
</ul>
1919
</div>
20-
</div>
20+
</div> <!-- end of navbar -->
2121
<div class="links">Previous: <a href="iteration.html">Iteration</a>
2222
Up: <a href="index.html">Contents</a>
2323
Next: <a href="evaluation.html">Evaluation</a>

ref/error.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<li><a href="http://arclanguage.org/forum">Forum</a></li>
1818
</ul>
1919
</div>
20-
</div>
20+
</div> <!-- end of navbar -->
2121
<div class="links">Previous: <a href="queue.html">Queues</a>
2222
Up: <a href="index.html">Contents</a>
2323
Next: <a href="anaphoric.html">Anaphoric operations</a>

ref/evaluation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<li><a href="http://arclanguage.org/forum">Forum</a></li>
1818
</ul>
1919
</div>
20-
</div>
20+
</div> <!-- end of navbar -->
2121
<div class="links">Previous: <a href="conditionals.html">Conditionals</a>
2222
Up: <a href="index.html">Contents</a>
2323
Next: <a href="list.html">List operations</a>

ref/filesystem.html

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<li><a href="http://arclanguage.org/forum">Forum</a></li>
1818
</ul>
1919
</div>
20-
</div>
20+
</div> <!-- end of navbar -->
2121
<div class="links">Previous: <a href="io.html">I/O in the Arc language</a>
2222
Up: <a href="index.html">Contents</a>
2323
Next: <a href="threading.html">Threads</a>
@@ -48,12 +48,7 @@ <h2></h2>
4848
</td>
4949
<td class='arc'><pre>
5050
&gt;(dir "mydir")
51-
<span class="stdout">Error: directory-list: could not open directory
52-
path: /hom
53-
e/agaram/Desktop/minilangs/arcsite/_ref/mydir
54-
system error
55-
: No such file or directory; errno=2
56-
51+
<span class="return">("foo")
5752
</span></pre>
5853
</td></tr>
5954
<tr>
@@ -65,7 +60,7 @@ <h2></h2>
6560
</td>
6661
<td class='arc'><pre>
6762
&gt;(dir-exists "mydir")
68-
<span class="return">nil
63+
<span class="return">"mydir"
6964
</span></pre>
7065
</td></tr>
7166
<tr>

0 commit comments

Comments
 (0)