Commit Graph

  • 1532f59315 Adjusted deprecated link in doc: scheme/runtime-path -> racket/runtime-path. fix-documentation Georges Dupéron 2016-01-20 12:55:57 +0100
  • e76d1f7b8d update to match new, more accurate contract-stronger? master Robby Findler 2016-01-02 17:19:48 -0600
  • f6e58fc7c7 remove some mzlib/contract exports that were unintentional, copied from racket/contract because racket/contract/combinator had some (provide (except-out (all-from-out <private-file>) ...)) that ended up accumulating things it shouldn't have over the years Robby Findler 2015-12-20 17:05:38 -0600
  • f9f77329a7 unbreak mzlib/contract's version of object-contract Robby Findler 2015-12-20 07:43:24 -0600
  • f2236ea54b Revert "Fix mzlib contract test for new or/c behavior." Sam Tobin-Hochstadt 2015-11-06 14:01:10 -0500
  • ed7f3e639e Make robby responsible for the mzlib tests. Sam Tobin-Hochstadt 2015-11-02 10:58:30 -0500
  • cafefcf721 Fix mzlib contract test for new or/c behavior. Sam Tobin-Hochstadt 2015-11-01 22:24:03 -0500
  • c28d032620 fix test Matthew Flatt 2015-10-02 14:51:16 -0600
  • fb9aba2b8d Add test for handling of prefab structs Alex Knauth 2015-09-19 22:26:43 -0400
  • f376519eed tests for changes to mzlib/pconvert on immutable hash-tables AlexKnauth 2015-08-21 00:04:40 -0400
  • be6ae83cbd move racket/package tests to "compatibility-test" Matthew Flatt 2015-07-21 13:09:11 -0600
  • 328c3d3276 racket/package: fix package-begin Matthew Flatt 2015-07-21 13:07:53 -0600
  • 78f2ab8fa1 fix taint handling for package bindings Matthew Flatt 2015-04-10 09:45:51 -0600
  • 35af3d14d0 re-implement racket/package for the new macro system Matthew Flatt 2015-03-31 08:05:17 -0600
  • f540a6c108 adjust syntax-set to use syntax-local-identifier-as-binding Matthew Flatt 2015-03-08 16:04:25 -0600
  • 746e8ff1fb fix getpid for Windows ro use winapi instead of 'stdcall Matthew Flatt 2015-04-18 09:19:33 +0100
  • 6943457ea1 Add standard .gitignore file. Sam Tobin-Hochstadt 2014-12-06 17:46:37 -0500
  • c8256f8b9d Remove extra directories. Sam Tobin-Hochstadt 2014-12-02 09:43:08 -0500
  • 55f040676e Remove stray reference to Racket in LICENSE files. Sam Tobin-Hochstadt 2014-11-25 14:08:39 -0500
  • d5921fc59c fix mzlib test for eaf48bbbf Robby Findler 2014-09-20 09:27:17 -0500
  • 20347c4964 add update-implies to package "info.rkt"s Matthew Flatt 2014-08-14 16:26:09 +0100
  • 6f008db1b2 fix real-in naming test cases Robby Findler 2014-07-28 18:31:52 -0500
  • 91eb4c90ac fix collection-file-path & related for binary package installation Matthew Flatt 2014-06-02 10:58:59 +0100
  • 26b2b6c4d7 fix mzlib contract tests for or/c stronger improvements Robby Findler 2014-05-07 19:24:31 -0500
  • a67c0c7250 fix mzlib tests for use-before-initialization Matthew Flatt 2014-04-20 20:04:30 -0600
  • faa3058442 Fix mzlib/unit tests for new undefined handling. Sam Tobin-Hochstadt 2014-04-17 10:05:14 -0400
  • c0cbbeccfb Remove the mzlib/class100 library. Asumu Takikawa 2014-04-16 00:28:55 -0400
  • f97e6c799e mzlib/unit200: fix for undefined Matthew Flatt 2014-04-15 20:00:22 -0600
  • 230df670ea all necessary changes to check references to uninitialized letrec variables Claire Alvis 2013-05-07 09:36:47 -0400
  • 498efb4072 LGPL by reference Matthew Flatt 2014-02-27 14:42:59 -0700
  • cae54d2649 add one more missing require from recent class/c file rearrangement Robby Findler 2014-01-31 09:07:24 -0600
  • 8297a42801 move the class/c implementation into its own file Robby Findler 2014-01-30 16:30:15 -0600
  • 728322cbbd 2013 -> 2014 Eli Barzilay 2014-01-21 15:02:21 -0500
  • b3bdbe33ed copy responsible info to "info.rkt" files Matthew Flatt 2013-12-31 17:05:39 -0700
  • 454cd422f0 Change contract system so that projections are more first-order friendly Robby Findler 2013-12-04 22:35:56 -0600
  • 22e605d6b2 fix "base" and "compatibility" test drivers Matthew Flatt 2013-11-11 05:51:32 -0700
  • 1eda1e65e9 "racket-test" clean-up Matthew Flatt 2013-11-08 21:42:17 -0700
  • 0bb7f6eeaa serializable-struct, etc.: export deserialization info in submodule Matthew Flatt 2013-11-08 15:44:26 -0700
  • fa2a6cb629 move some test & doc collections out of "racket-" pkgs to new pkgs Matthew Flatt 2013-10-15 16:19:27 -0600
  • f1a56929b5 include license with each package Matthew Flatt 2013-08-31 06:23:49 -0600
  • 5c88d18eaa auto-fix dependencies for "scheme-lib" and "srfi-lite-lib" Matthew Flatt 2013-08-27 15:18:23 -0600
  • e37b068e40 Fix contract hyperlinks in pconvert docs Asumu Takikawa 2013-08-15 17:00:13 -0400
  • 22e3d9e6d4 add pkg-desc' and pkg-authors' to each package Matthew Flatt 2013-07-30 17:50:52 -0600
  • 39b1e8408f remove core dependency on `mzlib/restart' Matthew Flatt 2013-07-10 10:30:23 -0600
  • c20cc9d276 move compile-file' to compiler/compile-file' Matthew Flatt 2013-07-10 10:05:50 -0600
  • a10568fa5e move mzscheme' and mzlib/unit200' from core to "compatibility-lib" Matthew Flatt 2013-07-10 09:34:34 -0600
  • a67635efb7 Use #lang info instead of #lang setup/infotab. Sam Tobin-Hochstadt 2013-07-04 15:45:47 -0400
  • 87c14eaa6c Move most of the compiler collection to compiler-lib. Sam Tobin-Hochstadt 2013-06-30 19:38:33 -0400
  • b0043b013b Remove most uses of mzscheme in the core. Sam Tobin-Hochstadt 2013-06-30 10:04:34 -0400
  • 35c1d068c5 Move most of the net collection out of the core. Sam Tobin-Hochstadt 2013-06-28 11:52:53 -0400
  • 07ae599578 add compatibility package Robby Findler 2013-06-29 20:23:06 -0500
  • c73e5f7b2b move mzlib docs attempt 2: adjust info.rkt files Robby Findler 2013-06-29 20:11:12 -0500
  • 1b52739553 move mzlib docs attempt 2: just move the files around Robby Findler 2013-06-29 19:36:07 -0500
  • 33f404caea auto-fix dependencies in "pkgs" Matthew Flatt 2013-06-29 05:42:38 -0600
  • 04114ad054 fill in some pkg `implies' Matthew Flatt 2013-06-29 05:34:55 -0600
  • 05e9e866a3 Revert "move mzlib docs to the compatility pkg" Matthew Flatt 2013-06-29 06:09:38 -0600
  • 666b3e3c31 freeze mzlib/contract exports from racket/contract/combinator as they were in 5.3.5 Robby Findler 2013-06-28 20:09:47 -0500
  • 970f0e381a move mzlib docs to the compatility pkg Robby Findler 2013-06-28 19:45:37 -0500
  • be8882a7ab adjust mzlib/contract exports to more closely match 5.3.5's exports. Robby Findler 2013-06-28 18:45:47 -0500
  • e22881601f Move mzlib/restart back to fix build. Sam Tobin-Hochstadt 2013-06-27 23:36:28 -0400
  • 6d76aefedf move mzlib/contract into compatibility-lib Robby Findler 2013-06-27 21:37:43 -0500
  • 036b9c965e adjust mzlib/contract so that it doesn't require any racket/contract/private stuff Robby Findler 2013-06-27 21:31:16 -0500
  • 8df40cc4f0 Move much of mzlib to compatibility-lib package. Sam Tobin-Hochstadt 2013-06-26 11:52:28 -0400
  • 35debb4abf Move compatibility, pconvert, and mutable pairs to new packages. Sam Tobin-Hochstadt 2013-06-26 11:23:50 -0400
  • 0a8e48410a Move racket/sandbox etc to sandbox-lib package. Sam Tobin-Hochstadt 2013-06-26 09:25:35 -0400
  • 1a1139f587 a step toward single-collection packages as default Matthew Flatt 2013-06-25 22:17:38 +0200
  • 038f579b79 reorganize into core plus packages Matthew Flatt 2013-05-24 21:57:31 -0600
  • ab3acf86c4 Remove memq, memv, member from #%kernel Asumu Takikawa 2013-06-10 15:18:06 -0400
  • 1aae451383 raco pkg create: support "source" and "binary" bundling Matthew Flatt 2013-05-08 20:20:17 -0400
  • f513d0660a adjust mzlib contract test suite for fixed or/c names Robby Findler 2013-04-09 16:30:30 -0500
  • e9b2767472 update mzlib contract test suite to recent changes to racket/contract Robby Findler 2013-03-24 07:24:08 -0500
  • b18941fd54 Fix lots of indentation mistakes. Eli Barzilay 2013-03-14 07:15:43 -0400
  • 5c93f3a38b add `file-truncate' Matthew Flatt 2013-01-17 21:44:20 -0600
  • eef5d7b712 fix tests for the "class:"-less object-name results Robby Findler 2012-12-22 18:25:43 -0600
  • 53c613bee6 Improve ftp client. Add upload, progress monitor and something else. Chenxiao 2012-12-13 16:37:49 +0800
  • 1b363b32c6 A whole bunch of missing newlines at EOFs (and a few other spaceages). Eli Barzilay 2012-10-19 06:47:24 -0400
  • 685b828a82 Fix documentation for packages and mutable lists. Vincent St-Amour 2012-07-31 16:34:29 -0400
  • 5d9dacd19b Move mutable list functions to the compatibility collect. Vincent St-Amour 2012-07-27 16:22:40 -0400
  • a4f6e69328 Add a `compatibility' collect for compatibility with other languages. Vincent St-Amour 2012-07-27 11:50:37 -0400
  • 46ebb5dac5 Move engines from mzlib/thread to racket/engine Asumu Takikawa 2012-07-26 01:32:31 -0400
  • 45606c4539 fix `syntax-local-get-shadower' for submodules Matthew Flatt 2012-07-22 21:40:31 -0500
  • 97ff83ae1d Missed one Rackety in commit 3582b57 Asumu Takikawa 2012-07-21 12:39:23 -0400
  • cbd3cb590b Missing file for commit 3582b57 Asumu Takikawa 2012-07-20 17:51:10 -0400
  • 44c2d346e5 Move mzlib/integet-set => data/integer-set Asumu Takikawa 2012-07-20 15:59:55 -0400
  • 188637b9dc Move mzlib/defmacro => racket/defmacro Asumu Takikawa 2012-07-20 15:10:27 -0400
  • d1d8ee7cb1 doc fixups for struct' variants in scheme/unit', etc. Matthew Flatt 2012-07-17 11:00:46 -0600
  • 1ef7101d53 Moved some mzlib library implementations to racket Asumu Takikawa 2012-07-11 16:43:43 -0400
  • c53585429a racket/port: fix problems with `read-bytes!-evt' Matthew Flatt 2012-06-24 07:22:13 -0600
  • 71e83fb930 Random pickiness. Eli Barzilay 2012-06-21 01:54:23 -0400
  • 2ec1929ff3 racket/port: fix read-bytes-evt' and read-string-evt' Matthew Flatt 2012-06-22 06:56:49 +0800
  • bd352c8455 further error message convention refinements Matthew Flatt 2012-06-22 05:24:44 +0800
  • 3f831d6f4b racket/control: Racketize & remove trailing whitespace Asumu Takikawa 2012-06-21 15:55:43 -0400
  • 9b7e9c5feb racket/control: add aliases and update %/fcontrol Asumu Takikawa 2012-06-13 16:32:06 -0400
  • 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) Robby Findler 2012-06-10 13:50:15 -0500
  • 0f2664cdd9 more error-message conversions and repairs Matthew Flatt 2012-05-27 11:29:21 -0600
  • c40abf9b9f more error-message conversion Matthew Flatt 2012-05-27 09:03:19 -0600
  • 5500ad5b86 new error message convention Matthew Flatt 2012-05-25 06:22:05 -0600
  • 71d054cc1f refactored contract opters so they return structs instead of (8!) multiple values Robby Findler 2012-05-08 11:29:14 -0500
  • d8e0ca691a A bunch of fprintf' -> eprintf' conversions (and a few related things). Eli Barzilay 2012-05-06 12:06:00 -0400
  • 28a3257f7f A bunch of scheme' -> racket' conversions. Eli Barzilay 2012-04-19 13:06:10 -0400