d2604d85bbfix pconvert test
Matthew Flatt
2011-11-24 05:58:15 -0700
2d0fbd1f0cfix the module reader for the case when there are non-ASCII unicode characters in comments before the #lang line
Robby Findler
2011-11-03 17:12:07 -0500
fff213f279Removed the `plot' collection, in preparation for adding the new one instead.
Eli Barzilay
2011-10-05 04:09:10 -0400
e85c17b090add date*' and exn:fail:syntax:unbound'
Matthew Flatt
2011-09-28 20:20:05 -0600
ee460be5b2revert some (require racket/pretty) to (require scheme/pretty)
Ryan Culpepper
2011-09-28 18:51:54 -0600
e3d2327c7cremoved useless requires
Ryan Culpepper
2011-09-25 17:35:04 -0600
4d0895ccffadd var-ref->mod-decl-insp' and switch cur-code-insp' uses
Matthew Flatt
2011-09-20 13:29:42 -0600
46a7e2ab15dynamic-place now pipes standard io to standard out and error much like system.
Kevin Tew
2011-09-07 14:14:49 -0600
2b861d3e67generalized `begin-for-syntax'
Matthew Flatt
2011-09-05 16:08:16 -0600
c69253c388Moved `net/url' code from unit to module.
Jon Zeppieri
2011-08-29 22:30:39 -0400
7e1422f5c2Moved `net/uri-codec' code from unit to module.
Jon Zeppieri
2011-08-29 22:03:39 -0400
00534ded33Moved `net/smtp' code from unit to module.
Jon Zeppieri
2011-08-29 21:55:27 -0400
72a2be1b88Moved `net/sendmail' code from unit to module.
Jon Zeppieri
2011-08-29 21:53:26 -0400
bddc8c4ae5Moved `net/qp' code from unit to module.
Jon Zeppieri
2011-08-29 21:51:41 -0400
b4764faf3aMoved `net/pop3' code from unit to module.
Jon Zeppieri
2011-08-29 21:47:59 -0400
f2b3885666Moved `net/nntp' code from unit to module.
Jon Zeppieri
2011-08-29 21:46:03 -0400
78bce17be3Moved `net/mime' code from unit to module.
Jon Zeppieri
2011-08-29 21:33:56 -0400
7836a1050bMoved `net/imap' code from unit to module.
Jon Zeppieri
2011-08-29 21:31:37 -0400
b53142f3a9Moved `net/head' code from unit to module.
Jon Zeppieri
2011-08-29 21:29:37 -0400
875dd118ecMoved `net/ftp' code from unit to module.
Jon Zeppieri
2011-08-29 21:26:28 -0400
a32d226378Moved `net/dns' code from unit to module.
Jon Zeppieri
2011-08-29 21:21:51 -0400
311fa622a0Moved `net/cgi' code from unit to module.
Jon Zeppieri
2011-08-29 21:16:03 -0400
f5de3bb7a4Moved `net/base64' code from unit to module.
Jon Zeppieri
2011-08-29 21:10:07 -0400
8e2b1955b5`purify-http-port' returns a new port, so make it close the old one.
Eli Barzilay
2011-08-18 17:50:26 -0400
5555e8ccb9Typo in error message.
Eli Barzilay
2011-08-17 06:32:51 -0400
eefd959974De-unitizing cookies and making the serializable
Jay McCarthy
2011-08-15 09:05:58 -0600
4692fba599ftp: fix data download for some servers
Matthew Flatt
2011-08-10 08:25:11 -0600
8e79dbf235syntax-taint repairs
Matthew Flatt
2011-08-08 20:40:50 -0600
4138a2dc50add `prop:liberal-define-context'
Matthew Flatt
2011-08-07 13:16:32 -0600
88cec89c03Make mzlib/etc' reprovide identity' from `racket/function'.
Eli Barzilay
2011-08-06 20:58:45 -0400
2757ab7d15Add an optional path argument to `ftp-directory-list'.
Eli Barzilay
2011-08-05 01:13:50 -0400
8142ffa4d9Return a file size string when possible.
Eli Barzilay
2011-08-05 01:08:21 -0400
38c93adddaRemoved a bunch of bytes->strings conversions since output does that anyway.
Eli Barzilay
2011-08-05 00:15:41 -0400
cf2a703ad4Make `ftp-make-file-seconds' use a correct year instead of 2002.
Eli Barzilay
2011-08-04 23:24:50 -0400
7d51058755Use UTF-8 and CRLF in the ftp client
Eli Barzilay
2011-08-04 23:02:54 -0400
543bfedad2another error-message fix
Matthew Flatt
2011-07-31 05:09:49 -0600
61d3c80212fix error reporting in `reencode-output-port'
Eli Barzilay
2011-07-25 23:46:16 -0400
4757e1cc6afix error reporting in `reencode-input-port'
Matthew Flatt
2011-07-25 13:11:05 -0400
fd0971909bmissed a spot in the addition of chaperone info for opt/c
Robby Findler
2011-07-21 09:31:48 -0500
9ea5db6645Corrected documentation of quote-module-name to indicate that it does not produce collection and planet-relative paths on its own. Deprecated quote-module-path, and replaced existing uses of it with quote-module-name.
Carl Eastlund
2011-07-09 14:46:58 -0400
81f9743590Another test that is sensitive to the contract error message text
Jay McCarthy
2011-07-02 14:50:24 -0700
89857c786d".ss" -> ".rkt" scan done.
Eli Barzilay
2011-07-02 10:37:53 -0400
6680a2b30fadd ffi/winapi; use it in mzlib/os Closes PR 12007
Matthew Flatt
2011-07-01 10:34:43 -0600
8317296e8dA long overdue scan to eliminate files without terminating newlines.
Eli Barzilay
2011-06-28 02:01:41 -0400
7775f475eeAvoid unintended pun.
Eli Barzilay
2011-06-23 18:19:21 -0400
69d0cb447aadjust and document net/url HTTPS support
Matthew Flatt
2011-06-20 08:00:43 -0600
a14fe66f94Hack: make the `net/url' implementation handle both "http" and "https" urls, dispatching to the plain tcp functions or the ssl one.
Eli Barzilay
2011-06-20 06:30:09 -0400
760adf6428Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files.
Eli Barzilay
2011-06-20 04:00:14 -0400
785cd52135fix `make-limited-input-port' limit tracking for committed peeks and make the port thread-safe
Matthew Flatt
2011-06-17 11:14:50 -0600
39d1cf4635support progress evts in result of make-limited-input-port' and also adjust initial position in various port constructions to use file-position' instead of `port-next-location'
Matthew Flatt
2011-06-16 09:18:47 -0600
670f2ea435fix interaction of port-commit-peeked' and port positions --- includes a small hack to the make-input-port' protocol to specially handle a byte-string result as "true" from the `commit' proc
Matthew Flatt
2011-06-16 08:15:59 -0600
bc780cbb16fix arity errors detected by optimizer
Matthew Flatt
2011-05-15 19:22:40 -0600
f4c0fcaea0Improved code for `form-urlencoded->alist', should be faster too.
Eli Barzilay
2011-05-03 16:19:24 -0400
2fd831d01emade sure that all of the mzlib/contract exports are documented (some by using racket/contract exports and some by adding more docs)
Robby Findler
2011-04-25 11:33:38 -0500
0604c1fe24added the racket/contract/combinator library, and documented and adjusted these libraries: racket/contract/base racket/contract/exists racket/contract/parametric (renamed from exists) racket/contract/region
Robby Findler
2011-04-20 16:49:39 -0500
fb93091a62fix up contract test suites
Robby Findler
2011-04-16 07:55:49 -0500
e9a9f4e656start fixing up the exports to match the docs for racket/contract
Robby Findler
2011-04-12 21:22:57 -0500
65864ac0a3moved unstable/{location,srcloc} to syntax collection fixed bugs in unstable/wrapc
Ryan Culpepper
2011-04-07 21:00:06 -0600
204edd24c6created racket/syntax from parts of unstable/syntax
Ryan Culpepper
2011-04-07 06:35:03 -0600
6ae9dcae4arewrote uses of mzlib/contract into racket/contract (and other minor rackety when the occasion arose)
Robby Findler
2011-03-31 18:21:11 -0500
124283c808removed the re-providing from internal files in the contract impl.
Robby Findler
2011-03-28 14:56:25 -0500
5bd3e1f45aClarify licensing of deflate code.
Eli Barzilay
2011-02-22 04:00:03 -0500
b3ab363c7eracket/system: fix problems with checking and empty-string arguments
Matthew Flatt
2011-02-20 11:25:25 -0700
5100aad081Fix error message, use a faster regexp test to search for NULs, forbid empty byte strings.
Eli Barzilay
2011-02-20 12:42:52 -0500
5b012ac355racket/system: fix argument checking with 'exact
Matthew Flatt
2011-02-19 08:43:06 -0700
99de1ca5e8generalizations to `subprocess' & company - allow byte strings in more places - allow stderr spec to be 'stdout to redirect stderr to stdout Closes PR 11711
Matthew Flatt
2011-02-19 08:30:34 -0700
92dc246a0eadd 125 to list of expected return codes when receiving data in net/ftp
Stephen Chang
2011-02-08 13:16:59 -0500
5181e32581Fixes more spelling errors.
David Van Horn
2011-02-04 16:46:32 -0500
61f9f1203bFixed various spelling errors.
David Van Horn
2011-02-02 14:56:42 -0500
ef64dab201add filter-read-input-port' to racket/port'
Matthew Flatt
2011-01-24 14:45:29 -0700
7c4fa8d61badd argument to `regexp-try-match' to match docs Closes PR 6579 --- which was actually about the now next-to-last argument, but close enough
Matthew Flatt
2011-01-17 13:53:58 -0700
fafa721d56extend date->seconds' and find-seconds' to work with UTC Closes PR 6137
Matthew Flatt
2011-01-16 17:47:11 -0700
587e9e6f82fix shared' for #:auto' fields and constructors without `make-' Closes PR 11588 Closes PR 11591
Matthew Flatt
2011-01-05 13:14:30 -0700
54b7b650ccchanged real-in to be an alias for between/c
Robby Findler
2011-01-04 09:48:55 -0600