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 use new require specs in many places 2008-02-23 09:42:03 +00:00
scribblings The Scribble reader was improved to make it pull out the syntax 2009-06-07 10:12:32 +00:00
base64-sig.ss * Improved precomputed vector genaration 2008-08-27 03:54:57 +00:00
base64-unit.ss remove base64 debugging output 2008-09-02 11:51:21 +00:00
base64.ss reformatting 2008-05-15 16:55:15 +00:00
cgi-sig.ss v3.99.0.2 2007-11-13 12:40:00 +00:00
cgi-unit.ss pr7974 + include in release 2009-03-16 18:45:16 +00:00
cgi.ss reformatting 2008-05-15 16:55:15 +00:00
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 reformatting 2008-05-15 16:55:15 +00:00
dns-sig.ss v3.99.0.2 2007-11-13 12:40:00 +00:00
dns-unit.ss reformatting 2008-05-15 16:55:15 +00:00
dns.ss reformatting 2008-05-15 16:55:15 +00:00
ftp-sig.ss net docs finished 2008-04-15 14:13:10 +00:00
ftp-unit.ss net docs finished 2008-04-15 14:13:10 +00:00
ftp.ss reformatting 2008-05-15 16:55:15 +00:00
gifwrite.ss clean up file/gif vs. net/gifwrie confusion 2008-05-15 15:54:44 +00:00
head-sig.ss v3.99.0.2 2007-11-13 12:40:00 +00:00
head-unit.ss fixed use of string-length and error symbol 2009-03-17 10:53:13 +00:00
head.ss reformatting 2008-05-15 16:55:15 +00:00
imap-sig.ss v3.99.0.2 2007-11-13 12:40:00 +00:00
imap-unit.ss reformatting 2008-05-15 16:55:15 +00:00
imap.ss reformatting 2008-05-15 16:55:15 +00:00
mime-sig.ss reformatting 2008-05-15 16:55:15 +00:00
mime-unit.ss reformatting 2008-05-15 16:55:15 +00:00
mime-util.ss reformatting 2008-05-15 16:55:15 +00:00
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 v3.99.0.2 2007-11-13 12:40:00 +00:00
nntp-unit.ss change scheme/unit and scheme/signature #langs to build on scheme/base 2007-11-20 23:44:31 +00:00
nntp.ss reformatting 2008-05-15 16:55:15 +00:00
pop3-sig.ss v3.99.0.2 2007-11-13 12:40:00 +00:00
pop3-unit.ss change scheme/unit and scheme/signature #langs to build on scheme/base 2007-11-20 23:44:31 +00:00
pop3.ss reformatting 2008-05-15 16:55:15 +00:00
qp-sig.ss change scheme/unit and scheme/signature #langs to build on scheme/base 2007-11-20 23:44:31 +00:00
qp-unit.ss reformatting 2008-05-15 16:55:15 +00:00
qp.ss reformatting 2008-05-15 16:55:15 +00:00
sendmail-sig.ss v3.99.0.2 2007-11-13 12:40:00 +00:00
sendmail-unit.ss reformatting 2008-05-15 16:55:15 +00:00
sendmail.ss reformatting 2008-05-15 16:55:15 +00:00
sendurl.ss * Updated browser list, mainly moving gnome-open down because it does 2008-06-02 23:34:25 +00:00
smtp-sig.ss v3.99.0.2 2007-11-13 12:40:00 +00:00
smtp-unit.ss change scheme/unit and scheme/signature #langs to build on scheme/base 2007-11-20 23:44:31 +00:00
smtp.ss reformatting 2008-05-15 16:55:15 +00:00
ssl-tcp-unit.ss reformatting 2008-05-15 16:55:15 +00:00
tcp-redirect.ss reformatting 2008-05-15 16:55:15 +00:00
tcp-sig.ss v3.99.0.2 2007-11-13 12:40:00 +00:00
tcp-unit.ss reformatting 2008-05-15 16:55:15 +00:00
unihead.ss reformatting 2008-05-15 16:55:15 +00:00
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 reformatting 2008-05-15 16:55:15 +00:00
url-sig.ss change -q to config option, fix unlikely race condition in wake-on-signal, add path->url and url->path, and adjust URL parsing 2008-04-10 19:05:35 +00:00
url-structs.ss reformatting 2008-05-15 16:55:15 +00:00
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 reformatting 2008-05-15 16:55:15 +00:00