racket/collects/racket
Matthew Flatt 6d3a458847 fix reported arity of `map' et al.
Closes PR 12561
2012-02-09 16:49:34 -07:00
..
base/lang
contract "indicies" -> "indices", as noted by Rodolfo Carvalho. 2012-02-09 13:59:20 -05:00
draw update pre-built libraries 2012-02-02 08:04:12 -07:00
gui fix gui-available?' when racket/gui/base' is declared but not instantiated 2011-01-15 18:28:36 -07:00
lang
load/lang
match Add prop:match-expander' and prop:legacy-match-expander'. 2011-11-14 11:03:22 -05:00
private fix reported arity of `map' et al. 2012-02-09 16:49:34 -07:00
signature
snip/private fix tab problem in text% 2011-10-13 05:57:29 -06:00
unit
unsafe
async-channel.rkt removed useless requires 2011-09-27 19:28:44 -06:00
base.rkt
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
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 Started on random testing for contracts 2011-11-23 22:54:21 -06:00
control.rkt
date.rkt
dict.rkt moved unstable/prop-contract into racket/contract/base 2011-12-18 13:57:50 -07: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
file.rkt fix `find-files' to convert an initial string into a path 2012-01-13 07:15:15 -07:00
fixnum.rkt A long overdue scan to eliminate files without terminating newlines. 2011-06-28 02:01:41 -04:00
flonum.rkt
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
help.rkt
include.rkt removed useless requires 2011-09-27 19:28:44 -06:00
init.rkt
kernel.rkt Add `racket/kernel' as language with very low startup time. 2011-07-09 22:49:50 -04:00
language-info.rkt
list.rkt Use `apply apply' which is slightly faster for most inputs than using 2011-06-14 19:02:30 -04:00
load.rkt
local.rkt
main.rkt add streams to `racket' 2011-03-18 19:05:23 -06:00
match.rkt
math.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
mpair.rkt enable R5RS map' & for-each' (i.e., mmap' and mfor-each') inlining 2011-12-18 07:27:32 -07: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
performance-hint.rkt add racket/performance-hint' with begin-encourage-inline' 2011-12-01 10:26:48 -07:00
place.rkt fix multiple places imported into the same module 2012-02-09 10:04:57 -07:00
port.rkt
pretty.rkt fix `pretty-print' confusion about quasiquote 2011-03-11 08:02:30 -06:00
promise.rkt
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
runtime-path.rkt
sandbox.rkt sort out for-require' vs. for-load' paths to a sandbox evaluator 2012-01-19 13:14:02 -07:00
sequence.rkt fix `sequence-filer' on empty sequence 2011-11-18 20:06:15 -07:00
serialize.rkt
set.rkt removed useless requires 2011-09-27 19:28:44 -06:00
shared.rkt
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 stream' to racket/stream' 2011-12-08 09:25:34 -07: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
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
syntax.rkt removed define-pattern-variable 2011-04-07 09:47:20 -06:00
system.rkt
tcp.rkt
trace.rkt racket/trace: fix for expr-style printing (i.e., default `print' mode) 2011-04-11 10:01:25 -06:00
trait.rkt
udp.rkt
unit-exptime.rkt
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