Commit Graph

9 Commits

Author SHA1 Message Date
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
Eli Barzilay
50b418809d no require line for srfi 62
svn: r11038
2008-08-02 20:35:13 +00:00
Matthew Flatt
9355b39761 fix SRFI 1 docs on set-car! and set-cdr! (PR 9504)
svn: r10263
2008-06-14 21:04:55 +00:00
Eli Barzilay
d0626521e1 fix bad srfi-41 reference
svn: r9901
2008-05-20 01:15:57 +00:00
Matthew Flatt
6ef3399174 hack SRFI 42 to recognize if from scheme/base
svn: r9854
2008-05-15 17:00:16 +00:00
Chongkai Zhu
2a510cac87 adding jpgs for SRFI 41 doc
svn: r9758
2008-05-08 23:39:29 +00:00
Matthew Flatt
7a4c379b8f add srfi 41 implementation and update Chinese string constants
svn: r9483
2008-04-25 23:06:15 +00:00
Matthew Flatt
5f28020da3 tweak prose
svn: r9339
2008-04-16 21:19:50 +00:00
Matthew Flatt
28a3f3f0e7 r5rs and srfi docs and bindings
svn: r9336
2008-04-16 20:52:39 +00:00