racket/collects/scheme/private
2009-04-20 13:14:40 +00:00
..
at-syntax.ss added filtered-in and -out 2008-07-17 23:02:56 +00:00
class-events.ss make all files terminate with a newline 2008-02-24 21:27:36 +00:00
class-internal.ss avoid generating unnecessary struct-accessor and -mutator names 2009-04-20 13:14:40 +00:00
classidmap.ss scheme/class: fix local member names to provide an better message on misuse, and to declare itself as an expression form 2009-01-09 21:00:50 +00:00
cond.ss remove 'else' and '=>' bindings from 'mzscheme' 2007-11-29 14:08:08 +00:00
contract-arrow.ss Add to the error message for -> in the case of optional arguments. 2009-02-23 18:49:29 +00:00
contract-basic-opters.ss make all files terminate with a newline 2008-02-24 21:27:36 +00:00
contract-ds-helpers.ss new hash function names and ops (3.99.0.23) 2008-04-08 21:42:38 +00:00
contract-ds.ss fixed the contract? predicate so that it recognizes thigns that aren't yet turned into contract structs 2008-10-15 12:54:37 +00:00
contract-guts.ss PR 10078 -- NOT for inclusion in the release 2009-03-16 12:06:17 +00:00
contract-helpers.ss speed up doc build a little; fix bugs related to getting continuation marks from a thread and using the errortrace profiler 2008-11-04 23:32:44 +00:00
contract-object.ss got rid of define-struct/prop since scheme/base has a define-struct that does all that (and more) now 2008-09-13 16:29:01 +00:00
contract-opt-guts.ss make all files terminate with a newline 2008-02-24 21:27:36 +00:00
contract-opt.ss got rid of define-struct/prop since scheme/base has a define-struct that does all that (and more) now 2008-09-13 16:29:01 +00:00
contract.ss Fix error message in define/contract. 2009-04-15 15:43:04 +00:00
define-et-al.ss make all files terminate with a newline 2008-02-24 21:27:36 +00:00
define-struct.ss change quote-syntax to include a certificate for the enclosing module, enable certificate checking of phase-1 bindings, and fix some other problems with certificates 2008-12-05 22:45:04 +00:00
define.ss make all files terminate with a newline 2008-02-24 21:27:36 +00:00
ellipses.ss
for.ss use void for true predicates, makes things run faster 2009-04-08 00:02:57 +00:00
kw-file.ss 'must-update file mode; R6RS tests and bug fixes 2008-04-28 16:32:50 +00:00
kw.ss Scheme-implemented editor classes; on-demand instantiation of module phases 2009-04-07 17:12:22 +00:00
letstx-scheme.ss
list.ss David's build-list 2009-04-09 00:58:13 +00:00
local.ss free-id=? propagation through module exports; add 'not-free-identifier=? syntax property to disable free-id=? propagation; add prop:rename-transformer and prop:set-transformer; fix scheme/local so that local syntax bindings are visible to later definitions (v4.1.5.3) 2009-03-19 20:22:18 +00:00
map.ss newlines at EOFs 2009-01-14 03:10:47 +00:00
misc.ss fix rationalize on inexact arguments 2008-08-13 10:52:53 +00:00
modbeg.ss Scribble support for redirecting external links and re-rooting corss-reference paths 2008-04-24 02:37:47 +00:00
more-scheme.ss added hash-ref! and hash-has-key? 2009-04-05 04:35:12 +00:00
name.ss make all files terminate with a newline 2008-02-24 21:27:36 +00:00
namespace.ss eval and phases (4.0.1.2) 2008-06-25 18:54:38 +00:00
norm-define.ss new hash function names and ops (3.99.0.23) 2008-04-08 21:42:38 +00:00
old-ds.ss fix some error-message reporting for mzscheme define-struct 2008-03-11 21:14:40 +00:00
old-if.ss
old-procs.ss add eqv hash tables; add hash-update 2008-10-13 16:21:18 +00:00
old-rp.ss 3.99.0.13: generalize require and provide to work with arbitrary phases 2008-02-20 14:17:37 +00:00
portlines.ss add port->string, file->string, etc. 2008-11-11 17:55:14 +00:00
pre-base.ss substitute Scheme-implemented map, for-each, andmap, and ormap in scheme/base and mzscheme, since the JIT generates faster code for the common 1- and 2-argument cases 2008-11-11 22:25:24 +00:00
qq-and-or.ss qq fixes, so that (quasiquote #(unquote lst)) is a syntax error 2009-02-11 15:01:04 +00:00
qqstx.ss liberalize un{quote,syntax}-spliciing to allow a non-list at the end of an enclosing list 2007-12-20 14:00:15 +00:00
reqprov.ss Expand (require A ...) into (begin (require A) ...) 2009-03-23 14:13:10 +00:00
sandbox-coverage.ss improved performance of the teaching languages 2009-04-01 00:15:20 +00:00
sc.ss fix problems with template expansion when a pattern variable is used at different depths under a common ellipsis 2008-11-06 16:21:50 +00:00
serialize-structs.ss moved class, contracts, serialize, and traits into scheme/ and changed the class and contract interface so that contracts no longer depend on the class system (instead its the other way around) 2007-12-15 18:46:55 +00:00
serialize.ss eval and phases (4.0.1.2) 2008-06-25 18:54:38 +00:00
small-scheme.ss
sort.ss new hash function names and ops (3.99.0.23) 2008-04-08 21:42:38 +00:00
string.ss Implemented a `no-empty-edge-matches' function using the new 2008-11-23 05:40:54 +00:00
struct-info.ss chat-noir literate small repairs 2009-02-21 13:30:22 +00:00
stx.ss prefab structure types (3.99.0.18) 2008-03-13 20:59:22 +00:00
stxcase-scheme.ss new hash function names and ops (3.99.0.23) 2008-04-08 21:42:38 +00:00
stxcase.ss fix syntax pattern-matching bug (PR 9643) 2008-07-30 19:45:59 +00:00
stxloc.ss adjust syntax/loc and some docs 2009-03-02 22:24:25 +00:00
stxmz-body.ss
stxparam.ss splicing-syntax-parameterize and docs for scheme/splicing 2008-11-26 21:31:58 +00:00
stxparamkey.ss fix stxparam bug (from Olin via Sam) 2008-08-18 22:19:18 +00:00
with-stx.ss make all files terminate with a newline 2008-02-24 21:27:36 +00:00