racket/collects/net
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
..
private
scribblings The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
base64-sig.ss
base64-unit.ss
base64.ss
cgi-sig.ss
cgi-unit.ss pr7974 + include in release 2009-03-16 18:45:16 +00:00
cgi.ss
cookie-sig.ss cookies 2009-02-03 22:32:35 +00:00
cookie-unit.ss cookies 2009-02-03 22:32:35 +00:00
cookie.ss
dns-sig.ss
dns-unit.ss
dns.ss
ftp-sig.ss
ftp-unit.ss
ftp.ss
gifwrite.ss
head-sig.ss
head-unit.ss fixed use of string-length and error symbol 2009-03-17 10:53:13 +00:00
head.ss
imap-sig.ss
imap-unit.ss
imap.ss
mime-sig.ss
mime-unit.ss
mime-util.ss
mime.ss Sam and I did some work to allow automatic inferred linking in 2009-03-27 13:47:12 +00:00
nntp-sig.ss
nntp-unit.ss
nntp.ss
pop3-sig.ss
pop3-unit.ss
pop3.ss
qp-sig.ss
qp-unit.ss
qp.ss
sendmail-sig.ss
sendmail-unit.ss
sendmail.ss
sendurl.ss
smtp-sig.ss
smtp-unit.ss
smtp.ss
ssl-tcp-unit.ss
tcp-redirect.ss
tcp-sig.ss
tcp-unit.ss
unihead.ss
uri-codec-sig.ss allows colons in the userinfo field of a url (ie, does not encode them) 2009-01-25 20:12:08 +00:00
uri-codec-unit.ss allows colons in the userinfo field of a url (ie, does not encode them) 2009-01-25 20:12:08 +00:00
uri-codec.ss
url-sig.ss
url-structs.ss
url-unit.ss allows colons in the userinfo field of a url (ie, does not encode them) 2009-01-25 20:12:08 +00:00
url.ss