Commit Graph

10 Commits

Author SHA1 Message Date
Asumu Takikawa
1ef7101d53 Moved some mzlib library implementations to racket
The libraries moved were:
  - mzlib/control      => racket/control
  - mzlib/date         => racket/date
  - mzlib/deflate      => file/gzip
  - mzlib/inflate      => file/gunzip
  - mzlib/port         => racket/port
  - mzlib/process      => racket/system
  - mzlib/runtime-path => racket/runtime-path
  - mzlib/shared       => racket/shared
  - mzlib/unit         => racket/unit
  - mzlib/unit-exptime => racket/unit-exptime
  - mzlib/zip          => file/zip

The old modules in mzlib are now pointers to the
new modules. These are all modules that were already
redirected in the documentation.

original commit: 403aaac7d4c32132223f06e059df439cceda7a2e
2012-07-11 18:26:10 -04:00
Matthew Flatt
0f2664cdd9 more error-message conversions and repairs
original commit: a137459b65b54d65595e854101aae7440d9e65f6
2012-05-27 11:29:21 -06:00
Ryan Culpepper
e3d2327c7c removed useless requires
original commit: c7f86d276c68b12e87dc46cef4a8e1b95538f88d
2011-09-27 19:28:44 -06:00
Kevin Tew
46a7e2ab15 dynamic-place now pipes standard io to standard out and error much like system.
original commit: b6972a3b7f867a187df24bba5718107621e3729f
2011-09-15 14:53:58 -06:00
Matthew Flatt
b3ab363c7e racket/system: fix problems with checking and empty-string arguments
original commit: 33d01a681e248dfdbef767d631bed75a02395e41
2011-02-20 11:25:25 -07:00
Eli Barzilay
5100aad081 Fix error message, use a faster regexp test to search for NULs, forbid empty byte strings.
original commit: fca0ed2111300dcbdb3825bdd319ae284d4ac22f
2011-02-20 12:47:53 -05:00
Matthew Flatt
5b012ac355 racket/system: fix argument checking with 'exact
original commit: 010e6fc2a43ad458f167a6e7d7b55f590b2a42a8
2011-02-19 08:43:06 -07:00
Matthew Flatt
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

original commit: b4056373be7f869e50e14122c9cd39eaad5148df
2011-02-19 08:30:34 -07:00
Eli Barzilay
cffcd4f2d7 * Use #lang & reformat
* Remove no longer relevant references to `macos'
* Fix some type errors (that weren't reachable)
* Make streamify-* always return the thread (`get-thread?' was always #t)

original commit: a69d7c00c138b2efd8e298e1cc4e060917672a8c
2010-09-13 01:56:50 -04:00
Matthew Flatt
b7928f0fa1 rename all files .ss -> .rkt
original commit: 28b404307793f041bb3363135a2968e283855318
2010-04-27 16:50:15 -06:00