racket/collects/ffi
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
..
examples * Newlines at EOFs 2008-07-09 07:18:06 +00:00
private add 'not-provide-all-defined and 'nonimal-id suport for rename transformers; fix scheme/foreign and foreign docs to use it 2009-03-20 16:59:28 +00:00
c-printf.ss new hash function names and ops (3.99.0.23) 2008-04-08 21:42:38 +00:00
crypt.ss v4-ified 2008-02-29 15:39:18 +00:00
esd.ss v4-ified 2008-02-29 15:39:18 +00:00
info.ss doc ffi/objc 2008-12-19 02:06:50 +00:00
magick.ss removed lots of "the the"s 2009-05-01 21:02:51 +00:00
objc.scrbl The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
objc.ss atomic mode for objc methods; doc tweaks 2009-01-06 19:52:40 +00:00
sndfile.ss v4-ified 2008-02-29 15:39:18 +00:00
tcl.ss v4-ified 2008-02-29 15:39:18 +00:00
xmmsctrl.ss v4-ified 2008-02-29 15:39:18 +00:00
xosd.ss v4-ified 2008-02-29 15:39:18 +00:00