racket/collects/racket
Matthew Flatt b78982fe6a racket/cmdline: fix problem with arity checking
Extra normalization due to 59b1e32fe9 exposed the bug.
2013-03-31 20:29:23 -06:00
..
base/lang rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
contract contract error: shift path normalization to error time 2013-03-29 07:23:50 -06:00
draw Fix lots of indentation mistakes. 2013-03-14 10:55:47 -04:00
gui Consistent capitalization for "GRacket". 2013-02-16 13:41:38 -05:00
kernel add `racket/kernel/init' 2013-02-26 19:01: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 Fix lots of indentation mistakes. 2013-03-14 10:55:47 -04:00
place Fix lots of indentation mistakes. 2013-03-14 10:55:47 -04:00
private Updated contracts for arity-related functions. 2013-03-31 13:36:07 -04:00
signature Moved some mzlib library implementations to racket 2012-07-11 18:26:10 -04:00
snip/private Revert "avoid a wrapper on callbacks that get stored in a weak table" 2013-02-18 17:01:11 -07:00
unit racket/unit lang uses racket/base and racket/unit 2012-09-16 17:12:02 -04:00
unsafe extflonums 2013-01-28 18:17: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 more error-message conversion 2012-05-27 09:03:19 -06:00
bytes.rkt more error-message conversion 2012-05-27 09:03:19 -06:00
class.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
cmdline.rkt racket/cmdline: fix problem with arity checking 2013-03-31 20:29:23 -06:00
contract.rkt Started on random testing for contracts 2011-11-23 22:54:21 -06:00
control.rkt Moved some mzlib library implementations to racket 2012-07-11 18:26:10 -04:00
date.rkt fix find-seconds error reporting to say "find-seconds" instead 2013-02-03 07:29:07 -06:00
dict.rkt New naming convention for generics names. 2012-05-24 16:51:07 -04:00
draw.rkt Export racket/draw's helper contracts and document them 2013-02-14 18:22:48 -05:00
engine.rkt adjust racket/engine so that it logs the time that various things happen 2012-10-29 06:45:12 -05:00
enter.rkt racket/enter: another submodule repair 2013-02-14 19:47:40 -07:00
extflonum.rkt extflonums 2013-01-28 18:17:06 -07:00
fasl.rkt more error-message conversion 2012-05-27 09:03:19 -06:00
file.rkt more error-message conversion 2012-05-27 09:03:19 -06:00
fixnum.rkt add a #:fill' clause to for/vector' et al. 2012-08-15 09:32:55 -06:00
flonum.rkt add a #:fill' clause to for/vector' et al. 2012-08-15 09:32:55 -06:00
format.rkt Make cat%' into a macro so ~a' etc get a proper name. 2013-02-24 15:16:00 -05:00
function.rkt Updated contracts for arity-related functions. 2013-03-31 13:36:07 -04:00
future.rkt Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
generator.rkt switch generator' implementation to use prompt' and `call/cc' 2012-09-19 05:59:57 -06:00
generic.rkt Implementation of #:defaults keyword for define-generics 2012-11-09 20:14:56 -05: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/init' 2013-02-26 19:01:36 -07:00
keyword-transform.rkt add "alias" and "converted-arguments-variant" properties 2012-05-17 10:58:22 -06:00
language-info.rkt Some random ".ss" -> ".rkt"s 2010-05-17 05:58:19 -04:00
lazy-require.rkt added rename option to lazy-require 2013-03-30 10:00:44 -04:00
list.rkt Actually swap the argument order. 2013-03-09 16:05:01 -05:00
load.rkt A lot of "MzScheme" -> "Racket"s. 2010-05-16 18:26:26 -04:00
local.rkt A bunch of scheme' -> racket' conversions. 2012-04-19 16:02:03 -04:00
main.rkt add `racket/format' 2012-09-07 08:16:37 -06:00
match.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
math.rkt Some more #lang racket' -> #lang racket/base' conversions 2012-11-07 08:03:44 -05:00
mpair.rkt Fix documentation for packages and mutable lists. 2012-07-31 17:12:30 -04:00
package.rkt Add a `compatibility' collect for compatibility with other languages. 2012-07-27 16:49:05 -04:00
path.rkt more error-message conversion 2012-05-27 09:03:19 -06:00
performance-hint.rkt Move the `define-inline' tests to "tests/racket/optimize.rktl". 2013-03-09 15:47:43 -05:00
place.rkt move lazy-require to racket/lazy-require 2012-12-03 19:28:12 -05:00
port.rkt port position-tracking clean-ups 2012-08-28 16:04:41 -06:00
pretty.rkt Fix lots of indentation mistakes. 2013-03-14 10:55:47 -04:00
promise.rkt fix `delay/thread' error when promise-running thread terminates 2012-08-29 09:32:54 -06: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 more error-message conversion 2012-05-27 09:03:19 -06:00
provide.rkt A bunch of scheme' -> racket' conversions. 2012-04-19 16:02:03 -04:00
require-syntax.rkt A bunch of scheme' -> racket' conversions. 2012-04-19 16:02:03 -04:00
require-transform.rkt further improvements to source locations for `require' forms 2012-10-01 07:14:46 -06:00
require.rkt A bunch of scheme' -> racket' conversions. 2012-04-19 16:02:03 -04:00
runtime-config.rkt switch printer to constructor+quote style 2010-05-06 10:33:42 -06:00
runtime-path.rkt Fix lots of indentation mistakes. 2013-03-14 10:55:47 -04:00
sandbox.rkt Minor sandbox improvements. 2013-03-05 02:22:06 -05:00
sequence.rkt more error-message conversion 2012-05-27 09:03:19 -06:00
serialize.rkt Some random ".ss" -> ".rkt"s 2010-05-17 05:58:19 -04:00
set.rkt Peephole optimization for iterating over an empty set (no allocation). 2012-12-07 06:39:27 -06:00
shared.rkt Moved some mzlib library implementations to racket 2012-07-11 18:26:10 -04:00
snip.rkt Move draw/snip contracts to private/ 2012-04-08 12:28:22 -04:00
splicing.rkt make splicing-syntax-parameterize' work with begin-for-syntax' 2012-12-01 08:12:33 -07:00
stream.rkt Implementation of #:defaults keyword for define-generics 2012-11-09 20:14:56 -05:00
string.rkt Adjust the keyword names for string-join' following the change to add-between'. 2012-06-26 13:45:16 -04:00
struct-info.rkt Some random ".ss" -> ".rkt"s 2010-05-17 05:58:19 -04:00
stxparam-exptime.rkt more error-message conversion 2012-05-27 09:03:19 -06:00
stxparam.rkt make splicing-syntax-parameterize' work with begin-for-syntax' 2012-12-01 08:12:33 -07:00
surrogate.rkt A bunch of scheme' -> racket' conversions. 2012-04-19 16:02:03 -04:00
syntax.rkt refinement to recent commit suggested by Ryan 2012-08-24 12:43:04 -05:00
system.rkt Some simplification of process error message contracts. 2012-07-20 12:57:28 -04:00
tcp.rkt more error-message conversion 2012-05-27 09:03:19 -06:00
trace.rkt more error-message conversion 2012-05-27 09:03:19 -06:00
trait.rkt more error-message conversion 2012-05-27 09:03:19 -06:00
udp.rkt more error-message conversion 2012-05-27 09:03:19 -06:00
unit-exptime.rkt Moved some mzlib library implementations to racket 2012-07-11 18:26:10 -04:00
unit.rkt doc fixups for struct' variants in scheme/unit', etc. 2012-07-17 11:00:46 -06:00
vector.rkt fix `vector-append' error reporting 2012-10-09 21:13:22 -06:00