racket/collects/racket
Matthew Flatt 6aaa0d44c0 fix argument-error report
Merge to 5.2
2011-10-10 14:18:40 -06:00
..
base/lang rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
contract fix broken contract error message 2011-10-04 08:19:33 -05:00
draw win64: avoid msvcr90.dll 2011-10-05 06:28:31 -06:00
gui fix gui-available?' when racket/gui/base' is declared but not instantiated 2011-01-15 18:28:36 -07:00
lang rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
load/lang fix scheme/load and racket/load 2010-04-27 19:09:27 -06:00
match Revert "Fixing racket/match by removing errorneous optimization with test that shows it is broken" 2011-10-06 18:32:05 -04:00
private add date*' and exn:fail:syntax:unbound' 2011-09-29 09:22:10 -06:00
signature rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
snip/private ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
unit rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
unsafe removed per eli's request 2010-09-28 08:56:06 -07:00
async-channel.rkt removed useless requires 2011-09-27 19:28:44 -06:00
base.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
block.rkt removed useless requires 2011-09-27 19:28:44 -06:00
bool.rkt first small step toward cross-module optimization 2011-08-09 16:33:17 -06:00
bytes.rkt bytes-join 2011-02-02 10:37:57 -07:00
class.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
cmdline.rkt fix two format string mixup bugs (one in planet and one in the racket/cmdline library) 2011-05-19 17:52:09 -05:00
contract.rkt added the racket/contract/combinator library, 2011-04-25 11:51:44 -05:00
control.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
date.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
dict.rkt removed useless requires 2011-09-27 19:28:44 -06:00
draw.rkt add `svg-dc%' 2011-01-10 16:41:16 -07:00
enter.rkt Make `enter!' go into a module even if there was an error when it was instantiated. 2011-09-16 11:31:41 -04:00
fasl.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
file.rkt change `get-preference' to treat read errors the same as other bad content 2011-09-27 19:23:17 -06:00
fixnum.rkt A long overdue scan to eliminate files without terminating newlines. 2011-06-28 02:01:41 -04:00
flonum.rkt Fix some errors with in-vector and derived forms: 2010-12-13 13:38:35 +00:00
function.rkt Rewrite compose' and add compose1'. 2011-06-14 19:02:30 -04:00
future.rkt Added semaphores for futures 2011-02-08 17:55:12 -06:00
generator.rkt removed useless requires 2011-09-27 19:28:44 -06:00
gui.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
help.rkt A lot of "plt-scheme.org" -> "racket-lang.org"s. 2010-05-17 00:53:12 -04:00
include.rkt removed useless requires 2011-09-27 19:28:44 -06:00
init.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
kernel.rkt Add `racket/kernel' as language with very low startup time. 2011-07-09 22:49:50 -04:00
language-info.rkt Some random ".ss" -> ".rkt"s 2010-05-17 05:58:19 -04:00
list.rkt Use `apply apply' which is slightly faster for most inputs than using 2011-06-14 19:02:30 -04:00
load.rkt A lot of "MzScheme" -> "Racket"s. 2010-05-16 18:26:26 -04:00
local.rkt Some random ".ss" -> ".rkt"s 2010-05-17 05:58:19 -04:00
main.rkt add streams to `racket' 2011-03-18 19:05:23 -06:00
match.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
math.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
mpair.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
package.rkt add var-ref->mod-decl-insp' and switch cur-code-insp' uses 2011-09-20 13:50:36 -06:00
path.rkt fix a corner case for `find-relative-path' 2011-09-16 18:03:32 -06:00
place.rkt fix argument-error report 2011-10-10 14:18:40 -06:00
port.rkt Some random ".ss" -> ".rkt"s 2010-05-17 05:58:19 -04:00
pretty.rkt fix `pretty-print' confusion about quasiquote 2011-03-11 08:02:30 -06:00
promise.rkt Various lazy-related fixes etc. 2010-05-21 15:12:16 -04:00
provide-syntax.rkt add var-ref->mod-decl-insp' and switch cur-code-insp' uses 2011-09-20 13:50:36 -06:00
provide-transform.rkt removed useless requires 2011-09-27 19:28:44 -06:00
provide.rkt created racket/syntax from parts of unstable/syntax 2011-04-07 09:47:20 -06:00
require-syntax.rkt add var-ref->mod-decl-insp' and switch cur-code-insp' uses 2011-09-20 13:50:36 -06:00
require-transform.rkt removed useless requires 2011-09-27 19:28:44 -06:00
require.rkt fix docs for `multi-in' 2011-05-30 08:49:46 -06:00
runtime-config.rkt switch printer to constructor+quote style 2010-05-06 10:33:42 -06:00
runtime-path.rkt define-runtime-module-path-index and racket/gui/dynamic fixes 2010-11-05 15:54:46 -06:00
sandbox.rkt Fix for `make-module-evaluator' with a file. 2011-10-05 07:20:59 -04:00
sequence.rkt support exact nonnegative integers as sequences 2011-04-18 14:55:02 -06:00
serialize.rkt Some random ".ss" -> ".rkt"s 2010-05-17 05:58:19 -04:00
set.rkt removed useless requires 2011-09-27 19:28:44 -06:00
shared.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
snip.rkt A long overdue scan to eliminate files without terminating newlines. 2011-06-28 02:01:41 -04:00
splicing.rkt removed useless requires 2011-09-27 19:28:44 -06:00
stream.rkt add streams to `racket' 2011-03-18 19:05:23 -06:00
string.rkt Use `apply apply' which is slightly faster for most inputs than using 2011-06-14 19:02:30 -04:00
struct-info.rkt Some random ".ss" -> ".rkt"s 2010-05-17 05:58:19 -04:00
stxparam-exptime.rkt removed useless requires 2011-09-27 19:28:44 -06:00
stxparam.rkt removed useless requires 2011-09-27 19:28:44 -06:00
surrogate.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
syntax.rkt removed define-pattern-variable 2011-04-07 09:47:20 -06:00
system.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
tcp.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
trace.rkt racket/trace: fix for expr-style printing (i.e., default `print' mode) 2011-04-11 10:01:25 -06:00
trait.rkt Some random ".ss" -> ".rkt"s 2010-05-17 05:58:19 -04:00
udp.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
unit-exptime.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
unit.rkt removed useless requires 2011-09-27 19:28:44 -06:00
vector.rkt Some selective #:when (not ...)' -> #:unless ...'. 2011-09-16 10:48:18 -04:00