.. |
base/lang
|
|
|
gui
|
fix gui-available? to return #f for phases other than 0
|
2008-12-30 21:20:55 +00:00 |
lang
|
v3.99.0.2
|
2007-11-13 12:40:00 +00:00 |
load/lang
|
scheme/load
|
2008-04-14 15:20:18 +00:00 |
match
|
Fix handling of (or) in match.
|
2009-01-27 19:57:59 +00:00 |
private
|
fix arity error for method with optional arguments
|
2009-02-03 13:13:53 +00:00 |
signature
|
|
|
unit
|
|
|
async-channel.ss
|
|
|
base.ss
|
3.99.0.3: improved namespace API
|
2007-11-18 02:06:57 +00:00 |
bool.ss
|
add 'false?'
|
2008-05-15 16:03:50 +00:00 |
class.ss
|
|
|
cmdline.ss
|
|
|
contract.ss
|
a bunch more values are now converted into contracts automatically
|
2008-09-13 22:35:09 +00:00 |
control.ss
|
v3.99.0.2
|
2007-11-13 12:40:00 +00:00 |
date.ss
|
v3.99.0.2
|
2007-11-13 12:40:00 +00:00 |
dict.ss
|
add eqv hash tables; add hash-update
|
2008-10-13 16:21:18 +00:00 |
enter.ss
|
add missig path normalization for 'enter!' (PR 9491)
|
2008-06-12 16:55:46 +00:00 |
fasl.ss
|
|
|
file.ss
|
display-list[-to-file] to display-lines[-to-file]
|
2008-11-12 03:25:24 +00:00 |
foreign.ss
|
|
|
function.ss
|
* Better versions of curry/r and negate, doc improvements, tests
|
2008-03-21 17:55:29 +00:00 |
gui.ss
|
|
|
help.ss
|
another tweak to the error message
|
2009-01-15 03:24:04 +00:00 |
include.ss
|
finish the cm move: change all requires, leave stub files in mzlib
|
2008-08-19 00:22:57 +00:00 |
init.ss
|
added scheme/help
|
2007-12-15 18:02:05 +00:00 |
list.ss
|
added argmin and argmax to scheme/list and to the teaching languages
|
2009-01-01 00:03:31 +00:00 |
load.ss
|
fix continuation prompt in scheme/load
|
2008-04-14 16:39:43 +00:00 |
local.ss
|
|
|
main.ss
|
,
|
2008-11-13 21:11:48 +00:00 |
match.ss
|
|
|
math.ss
|
|
|
mpair.ss
|
more drscheme repairs and tests
|
2008-05-07 16:31:20 +00:00 |
mzscheme.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 |
nest.ss
|
added scheme/nest
|
2008-03-25 18:09:54 +00:00 |
package.ss
|
use PDF-based picts in the Latex build of the Quick tutorial; in general, change a .pdf image extension to .png for HTML output; add package-original-identifiers and fix package-exporte-identifiers
|
2009-02-04 21:03:28 +00:00 |
path.ss
|
add some-system-path<->string functions to scheme/path
|
2009-01-11 14:47:51 +00:00 |
place.ss
|
Change place_wait and place_sleep to place-wait and place-sleep
|
2008-09-09 15:52:13 +00:00 |
port.ss
|
,
|
2008-11-13 21:11:48 +00:00 |
pretty.ss
|
|
|
promise.ss
|
bleh
|
2009-01-16 16:36:51 +00:00 |
provide-syntax.ss
|
Add shorthands for define-require-syntax and define-provide-syntax.
|
2008-08-01 18:48:48 +00:00 |
provide-transform.ss
|
3.99.0.14, define-require-syntax, define-provide-syntax, fix extreme corner case for identifier binding (a macro-introduced identifier that is unmarked and unrenamed)
|
2008-02-28 17:15:54 +00:00 |
provide.ss
|
added filtered-in and -out
|
2008-07-17 23:02:56 +00:00 |
require-syntax.ss
|
Add shorthands for define-require-syntax and define-provide-syntax.
|
2008-08-01 18:48:48 +00:00 |
require-transform.ss
|
|
|
require.ss
|
added filtered-in and -out
|
2008-07-17 23:02:56 +00:00 |
runtime-path.ss
|
define-runtime-module-path
|
2009-01-26 00:32:26 +00:00 |
sandbox.ss
|
second attempt at forbidding self-calls, with a long explanation why its forbidden, which is actually a sketch for how to make it work...
|
2009-02-03 13:29:33 +00:00 |
serialize.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 |
shared.ss
|
shared
|
2007-12-19 21:32:07 +00:00 |
splicing.ss
|
fix splicing-syntax-parameterize with begin (patch from Stevie) --- should be merged to 4.1.4
|
2009-01-17 12:27:06 +00:00 |
string.ss
|
provide string-join
|
2008-04-24 16:26:50 +00:00 |
struct-info.ss
|
|
|
stxparam-exptime.ss
|
|
|
stxparam.ss
|
splicing-syntax-parameterize and docs for scheme/splicing
|
2008-11-26 21:31:58 +00:00 |
surrogate.ss
|
|
|
system.ss
|
v3.99.0.2
|
2007-11-13 12:40:00 +00:00 |
tcp.ss
|
v3.99.0.2
|
2007-11-13 12:40:00 +00:00 |
trait.ss
|
|
|
udp.ss
|
|
|
unit-exptime.ss
|
|
|
unit.ss
|
change scheme/unit and scheme/signature #langs to build on scheme/base
|
2007-11-20 23:44:31 +00:00 |