racket/collects/srfi
Eli Barzilay 4288c6c2c7 The Scribble reader was improved to make it pull out the syntax
punctuations outside of the form, as it does with quote punctuations.
So things like this

  #, @foo{...}

that required the space to make the @foo read as a scribble form are
now better written as

  @#,foo{...}

This changes all such occurrences.  (In case you see this change in
your files and are worried that there might be changes: I mechanically
verified that the result of `read'ing the modified files is identical
to the previous version.)

svn: r15111
2009-06-07 10:12:32 +00:00
..
%3a1
%3a2
%3a5
%3a6
%3a8
%3a9
%3a11
%3a13
%3a14
%3a16
%3a17
%3a18
%3a19
%3a23
%3a25
%3a26
%3a27
%3a28
%3a29
%3a31
%3a38
%3a39
%3a41
%3a42
%3a43
%3a45
%3a48
%3a54
%3a57
%3a59
%3a60
%3a61
%3a63
%3a64
%3a66
%3a67
%3a69
%3a71
%3a74
%3a78
%3a86
%3a87
1 make-list from srfi/1 makes the second argument optional 2009-05-23 07:48:59 +00:00
2
5
7
8
9
13
14 Fix bugs 10101 and 10100, patch from David Van Horn. 2009-03-03 01:50:09 +00:00
17
19 Delaying the initialization of localization until use 2009-04-29 14:22:18 +00:00
25
26 removed lots of "the the"s 2009-05-01 21:02:51 +00:00
27
29
31
32
34
35
38 fix SRFI 38 (PR 10141) 2009-03-20 00:34:07 +00:00
40
41
42 removed lots of "the the"s 2009-05-01 21:02:51 +00:00
42ref
43
45
48
54
57
59
60
61
63
64
67
69
71
74
78
86
87
%3a1.ss
%3a2.ss
%3a5.ss
%3a6.ss
%3a8.ss
%3a9.ss
%3a11.ss
%3a13.ss
%3a14.ss
%3a16.ss
%3a17.ss
%3a18.ss
%3a19.ss
%3a23.ss
%3a25.ss
%3a26.ss
%3a27.ss
%3a28.ss
%3a29.ss
%3a31.ss
%3a38.ss
%3a39.ss
%3a41.ss
%3a42.ss
%3a43.ss
%3a45.ss
%3a48.ss
%3a54.ss
%3a57.ss
%3a59.ss
%3a60.ss
%3a61.ss
%3a63.ss
%3a64.ss
%3a66.ss
%3a67.ss
%3a69.ss
%3a71.ss
%3a74.ss
%3a78.ss
%3a86.ss
%3a87.ss
1.ss
2.ss
4.ss
5.ss
6.ss
7.ss
8.ss
9.ss
11.ss
13.ss
14.ss
16.ss
17.ss
18.ss
19.ss
23.ss
25.ss
26.ss
27.ss
28.ss
29.ss
30.ss
31.ss
32.ss
34.ss
35.ss
38.ss
39.ss
40.ss
41.ss
42.ss
42ref.ss
43.ss
45.ss
48.ss
54.ss
57.ss
59.ss
60.ss
61.ss
63.ss
64.ss
66.ss
67.ss
69.ss
71.ss
74.ss
78.ss
86.ss
87.ss
doc.txt
features.ss
info.ss
optional.ss
provider.ss
srfi.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00