racket/collects/graphics
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
..
scribblings The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
graphics-posn-less-unit.ss * Newlines at EOFs 2008-07-09 07:18:06 +00:00
graphics-sig.ss use new require specs in many places 2008-02-23 09:42:03 +00:00
graphics-unit.ss * Newlines at EOFs 2008-07-09 07:18:06 +00:00
graphics.ss Sam and I did some work to allow automatic inferred linking in 2009-03-27 13:47:12 +00:00
info.ss finish legacy graphics docs; add turtles docs 2008-04-12 04:09:41 +00:00
main.ss add lots of main.ss files where appropriate 2008-02-22 16:28:31 +00:00
turtle-examples.ss make all files terminate with a newline 2008-02-24 21:27:36 +00:00
turtle-sig.ss Patch from Jon Wilson: added a home function 2009-05-03 20:43:26 +00:00
turtle-test.ss make all files terminate with a newline 2008-02-24 21:27:36 +00:00
turtle-unit.ss Patch from Jon Wilson: added a home function 2009-05-03 20:43:26 +00:00
turtles.ss Sam and I did some work to allow automatic inferred linking in 2009-03-27 13:47:12 +00:00
value-turtles-examples.ss make all files terminate with a newline 2008-02-24 21:27:36 +00:00
value-turtles-test.ss make all files terminate with a newline 2008-02-24 21:27:36 +00:00
value-turtles.ss use new require specs in many places 2008-02-23 09:42:03 +00:00