Commit Graph

11 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
Robby Findler
3b0c11e22b shrink the dependencies from racket/runtime-path (remove mzscheme
and pull out the one things from mzlib/etc that it uses into a separate,
private file)

original commit: b0607f04a90713d88e314d0a534ac28440bc77b7
2012-06-10 13:52:00 -05:00
Matthew Flatt
e4759d6931 first cut at submodules
original commit: 3d69dfab863c116439ce5b747dbc69852db74938
2012-03-09 10:34:56 -07:00
Ryan Culpepper
e3d2327c7c removed useless requires
original commit: c7f86d276c68b12e87dc46cef4a8e1b95538f88d
2011-09-27 19:28:44 -06:00
Matthew Flatt
ea1269a0c2 define-runtime-module-path-index and racket/gui/dynamic fixes
original commit: dee93e625984f3f92cb699a4e131eb34aee94874
2010-11-05 15:54:46 -06:00
Matthew Flatt
cb9880c410 improve runtime-path support for building stand-alone gui exes
original commit: 75a6bfe119d97ef81a28626bebe2b33799d41c06
2010-11-05 15:54:44 -06:00
Eli Barzilay
bfeb87cacd Lots of "~e" to "~.s" changes.
original commit: 606b7f60dc597a6870efc11364e1dd3e1a8b4a1b
2010-08-25 17:17:01 -04:00
Matthew Flatt
546e09e0d9 add collection-file-path and splace collection trees at the file level
original commit: 5f1aa418f30f4df086c85ed18dfc5395468b1638
2010-07-25 11:01:09 -05:00
Eli Barzilay
72c3254caf Use "main.rkt" instead of "main.ss" in constructed path
original commit: 41ea7311f3e85e9455cc309c689d1b79cf5d9bd4
2010-05-17 09:55:48 -04:00
Eli Barzilay
bc4b4c6168 Some random ".ss" -> ".rkt"s
original commit: 939af28a4c94c283f46eb121574e4131f12cba53
2010-05-17 05:58:19 -04:00
Matthew Flatt
b7928f0fa1 rename all files .ss -> .rkt
original commit: 28b404307793f041bb3363135a2968e283855318
2010-04-27 16:50:15 -06:00