Commit Graph

  • 21917f7b45 fix mzlib contract name test Matthew Flatt 2012-04-10 13:47:02 -0600
  • 29a27fd9cd fix flush for `make-pipe-with-specials' Danny Yoo 2012-03-29 14:19:23 -0400
  • 0cb4ef4c3e Removing the thread previously introduced which is now no longer necessary given the real problem Jay McCarthy 2012-03-23 10:47:56 -0600
  • 3f6a5bb5ef Fixing the error message from PR12443 Jay McCarthy 2012-03-23 10:44:43 -0600
  • 2147d288a1 Remove no-longer used net/cgi exceptions. Eli Barzilay 2012-03-16 02:54:13 -0400
  • 0ff0006120 mzlib/traceld: show submodule Matthew Flatt 2012-03-10 10:51:56 -0700
  • e4759d6931 first cut at submodules Matthew Flatt 2012-03-05 14:47:12 -0700
  • e8c17f99a1 Big newline at EOF scan. Eli Barzilay 2012-02-29 00:28:11 -0500
  • a2ce5dbafd fix zip/gzip bug Matthew Flatt 2012-02-27 08:34:26 -0500
  • b2faf6534a added nand, nor, and implies to racket/bool Robby Findler 2012-02-19 08:04:16 -0600
  • 0bc53ba416 handle-evt' cannot wrap handle-evt' Matthew Flatt 2012-02-15 18:35:32 -0700
  • fbea030c27 Fixing PR12443 Jay McCarthy 2012-01-03 14:11:00 -0700
  • 2410b71326 Revise `net/sendmail'. Eli Barzilay 2011-12-20 15:40:11 -0500
  • d2112c9652 enable R5RS map' & for-each' (i.e., mmap' and mfor-each') inlining Matthew Flatt 2011-12-16 09:33:30 -0700
  • 5a80a3b6e4 add datum-case', etc. as syntax/datum' Matthew Flatt 2011-12-11 17:14:14 -0700
  • 56a3841aa8 fix `print-convert' on cyclic hash key Matthew Flatt 2011-11-26 16:33:22 -0700
  • 4c1e4fd288 add add-make-prefix-to-constructor tests Robby Findler 2011-11-24 09:42:55 -0600
  • d2604d85bb fix pconvert test Matthew Flatt 2011-11-24 05:58:15 -0700
  • 2d0fbd1f0c fix 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
  • fff213f279 Removed the `plot' collection, in preparation for adding the new one instead. Eli Barzilay 2011-10-05 04:09:10 -0400
  • e85c17b090 add date*' and exn:fail:syntax:unbound' Matthew Flatt 2011-09-28 20:20:05 -0600
  • ee460be5b2 revert some (require racket/pretty) to (require scheme/pretty) Ryan Culpepper 2011-09-28 18:51:54 -0600
  • e3d2327c7c removed useless requires Ryan Culpepper 2011-09-25 17:35:04 -0600
  • 4d0895ccff add var-ref->mod-decl-insp' and switch cur-code-insp' uses Matthew Flatt 2011-09-20 13:29:42 -0600
  • 46a7e2ab15 dynamic-place now pipes standard io to standard out and error much like system. Kevin Tew 2011-09-07 14:14:49 -0600
  • 2b861d3e67 generalized `begin-for-syntax' Matthew Flatt 2011-09-05 16:08:16 -0600
  • c69253c388 Moved `net/url' code from unit to module. Jon Zeppieri 2011-08-29 22:30:39 -0400
  • 7e1422f5c2 Moved `net/uri-codec' code from unit to module. Jon Zeppieri 2011-08-29 22:03:39 -0400
  • 00534ded33 Moved `net/smtp' code from unit to module. Jon Zeppieri 2011-08-29 21:55:27 -0400
  • 72a2be1b88 Moved `net/sendmail' code from unit to module. Jon Zeppieri 2011-08-29 21:53:26 -0400
  • bddc8c4ae5 Moved `net/qp' code from unit to module. Jon Zeppieri 2011-08-29 21:51:41 -0400
  • b4764faf3a Moved `net/pop3' code from unit to module. Jon Zeppieri 2011-08-29 21:47:59 -0400
  • f2b3885666 Moved `net/nntp' code from unit to module. Jon Zeppieri 2011-08-29 21:46:03 -0400
  • 78bce17be3 Moved `net/mime' code from unit to module. Jon Zeppieri 2011-08-29 21:33:56 -0400
  • 7836a1050b Moved `net/imap' code from unit to module. Jon Zeppieri 2011-08-29 21:31:37 -0400
  • b53142f3a9 Moved `net/head' code from unit to module. Jon Zeppieri 2011-08-29 21:29:37 -0400
  • 875dd118ec Moved `net/ftp' code from unit to module. Jon Zeppieri 2011-08-29 21:26:28 -0400
  • a32d226378 Moved `net/dns' code from unit to module. Jon Zeppieri 2011-08-29 21:21:51 -0400
  • 311fa622a0 Moved `net/cgi' code from unit to module. Jon Zeppieri 2011-08-29 21:16:03 -0400
  • f5de3bb7a4 Moved `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
  • 5555e8ccb9 Typo in error message. Eli Barzilay 2011-08-17 06:32:51 -0400
  • eefd959974 De-unitizing cookies and making the serializable Jay McCarthy 2011-08-15 09:05:58 -0600
  • 4692fba599 ftp: fix data download for some servers Matthew Flatt 2011-08-10 08:25:11 -0600
  • 8e79dbf235 syntax-taint repairs Matthew Flatt 2011-08-08 20:40:50 -0600
  • 4138a2dc50 add `prop:liberal-define-context' Matthew Flatt 2011-08-07 13:16:32 -0600
  • 88cec89c03 Make mzlib/etc' reprovide identity' from `racket/function'. Eli Barzilay 2011-08-06 20:58:45 -0400
  • 2757ab7d15 Add an optional path argument to `ftp-directory-list'. Eli Barzilay 2011-08-05 01:13:50 -0400
  • 8142ffa4d9 Return a file size string when possible. Eli Barzilay 2011-08-05 01:08:21 -0400
  • 38c93addda Removed a bunch of bytes->strings conversions since output does that anyway. Eli Barzilay 2011-08-05 00:15:41 -0400
  • cf2a703ad4 Make `ftp-make-file-seconds' use a correct year instead of 2002. Eli Barzilay 2011-08-04 23:24:50 -0400
  • 7d51058755 Use UTF-8 and CRLF in the ftp client Eli Barzilay 2011-08-04 23:02:54 -0400
  • 543bfedad2 another error-message fix Matthew Flatt 2011-07-31 05:09:49 -0600
  • 61d3c80212 fix error reporting in `reencode-output-port' Eli Barzilay 2011-07-25 23:46:16 -0400
  • 4757e1cc6a fix error reporting in `reencode-input-port' Matthew Flatt 2011-07-25 13:11:05 -0400
  • fd0971909b missed a spot in the addition of chaperone info for opt/c Robby Findler 2011-07-21 09:31:48 -0500
  • 9ea5db6645 Corrected 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
  • 81f9743590 Another 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
  • 6680a2b30f add ffi/winapi; use it in mzlib/os Closes PR 12007 Matthew Flatt 2011-07-01 10:34:43 -0600
  • 51afe5c7ad remove syntax certificates; add syntax taints Matthew Flatt 2011-06-24 13:41:55 -0600
  • 8317296e8d A long overdue scan to eliminate files without terminating newlines. Eli Barzilay 2011-06-28 02:01:41 -0400
  • 7775f475ee Avoid unintended pun. Eli Barzilay 2011-06-23 18:19:21 -0400
  • 69d0cb447a adjust and document net/url HTTPS support Matthew Flatt 2011-06-20 08:00:43 -0600
  • a14fe66f94 Hack: 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
  • 760adf6428 Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files. Eli Barzilay 2011-06-20 04:00:14 -0400
  • 785cd52135 fix `make-limited-input-port' limit tracking for committed peeks and make the port thread-safe Matthew Flatt 2011-06-17 11:14:50 -0600
  • 39d1cf4635 support 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
  • 670f2ea435 fix 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
  • bc780cbb16 fix arity errors detected by optimizer Matthew Flatt 2011-05-15 19:22:40 -0600
  • f4c0fcaea0 Improved code for `form-urlencoded->alist', should be faster too. Eli Barzilay 2011-05-03 16:19:24 -0400
  • 2fd831d01e made 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
  • 0604c1fe24 added 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
  • fb93091a62 fix up contract test suites Robby Findler 2011-04-16 07:55:49 -0500
  • e9a9f4e656 start fixing up the exports to match the docs for racket/contract Robby Findler 2011-04-12 21:22:57 -0500
  • 65864ac0a3 moved unstable/{location,srcloc} to syntax collection fixed bugs in unstable/wrapc Ryan Culpepper 2011-04-07 21:00:06 -0600
  • 204edd24c6 created racket/syntax from parts of unstable/syntax Ryan Culpepper 2011-04-07 06:35:03 -0600
  • 6ae9dcae4a rewrote uses of mzlib/contract into racket/contract (and other minor rackety when the occasion arose) Robby Findler 2011-03-31 18:21:11 -0500
  • 124283c808 removed the re-providing from internal files in the contract impl. Robby Findler 2011-03-28 14:56:25 -0500
  • 5bd3e1f45a Clarify licensing of deflate code. Eli Barzilay 2011-02-22 04:00:03 -0500
  • b3ab363c7e racket/system: fix problems with checking and empty-string arguments Matthew Flatt 2011-02-20 11:25:25 -0700
  • 5100aad081 Fix error message, use a faster regexp test to search for NULs, forbid empty byte strings. Eli Barzilay 2011-02-20 12:42:52 -0500
  • 5b012ac355 racket/system: fix argument checking with 'exact Matthew Flatt 2011-02-19 08:43:06 -0700
  • 99de1ca5e8 generalizations 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
  • 92dc246a0e add 125 to list of expected return codes when receiving data in net/ftp Stephen Chang 2011-02-08 13:16:59 -0500
  • 5181e32581 Fixes more spelling errors. David Van Horn 2011-02-04 16:46:32 -0500
  • 61f9f1203b Fixed various spelling errors. David Van Horn 2011-02-02 14:56:42 -0500
  • ef64dab201 add filter-read-input-port' to racket/port' Matthew Flatt 2011-01-24 14:45:29 -0700
  • 7c4fa8d61b add 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
  • fafa721d56 extend date->seconds' and find-seconds' to work with UTC Closes PR 6137 Matthew Flatt 2011-01-16 17:47:11 -0700
  • 587e9e6f82 fix shared' for #:auto' fields and constructors without `make-' Closes PR 11588 Closes PR 11591 Matthew Flatt 2011-01-05 13:14:30 -0700
  • 54b7b650cc changed real-in to be an alias for between/c Robby Findler 2011-01-04 09:48:55 -0600
  • 709cffad7a new attempt at contract violation error messages Robby Findler 2010-12-22 10:29:15 -0600
  • 2794f54cab update the mzlib contract test suite to the new error messages Robby Findler 2010-12-10 06:51:34 -0600
  • 6d0079b4bd Conversion of struct/c to chaperones when appropriate. Stevie Strickland 2010-12-07 03:15:16 -0500
  • de3c2dcc8a Actually turn on old object-info hack mentioned in 4e451a1. Stevie Strickland 2010-12-02 13:02:59 -0500
  • d860b1a18a Fix object=?. Stevie Strickland 2010-11-16 22:01:38 -0500
  • 615c94f72f Clean up first-order checking in object/c and object-contract. Stevie Strickland 2010-11-16 19:12:22 -0500
  • d0a35ce51a Conversion of object/c and object-contract to use impersonators. Stevie Strickland 2010-11-15 16:06:43 -0500
  • 866da10d6e Improved `get-bindings' using regexps etc. Eli Barzilay 2010-11-19 17:10:55 -0500