Eli Barzilay
d35939f5ed
recurse into prefix etc require specs, ignore symbols
...
svn: r7341
2007-09-15 00:09:29 +00:00
Robby Findler
33311ab211
few minor improvements to the code generated by the contract library
...
svn: r7339
2007-09-14 21:27:53 +00:00
John Clements
c192fba302
tests for minor bug fixes in date.ss
...
svn: r7309
2007-09-11 05:03:03 +00:00
Eli Barzilay
449d9097c7
Avoid having hard-wired paths in contract error messages.
...
These will use "<collects>/..." now. (A perhaps better solution
is to do what "mzlib/etc.ss" does and insert code that expands
to the file on the client machine.)
svn: r7306
2007-09-10 02:26:59 +00:00
Eli Barzilay
6f83062a51
improved code for build-src-loc-string (no change in functionality)
...
svn: r7303
2007-09-09 18:25:29 +00:00
Matthew Flatt
e4cbc4e6a9
371.2
...
svn: r7263
2007-09-02 17:39:32 +00:00
Matthew Flatt
76cad48393
fix sandbox for running in MrEd
...
svn: r7213
2007-08-29 20:34:17 +00:00
Eli Barzilay
2e636a54f1
new thread breaking in sandbox, improved with-limits to use call-in-nested-thread
...
svn: r7124
2007-08-19 23:45:08 +00:00
Eli Barzilay
392f99b717
new thread breaking in sandbox, improved with-limits to use call-in-nested-thread
...
svn: r7123
2007-08-19 23:27:14 +00:00
Eli Barzilay
6793e45228
typo
...
svn: r7029
2007-08-06 13:00:49 +00:00
Robby Findler
67dd80eb78
changes noticed by Matthew
...
svn: r6980
2007-07-29 18:56:32 +00:00
Eli Barzilay
045b9e9ec7
sort directory lists so operations are independent of filesystem directory order
...
svn: r6930
2007-07-17 09:38:53 +00:00
Eli Barzilay
e198aa3c29
some code reformatting
...
svn: r6929
2007-07-17 09:16:30 +00:00
Eli Barzilay
ef9994abc5
read-accept-infix-dot
...
svn: r6835
2007-07-07 15:20:02 +00:00
Robby Findler
cb47325215
fixed parameter contracts
...
svn: r6833
2007-07-07 15:19:46 +00:00
Matthew Flatt
9764065c6a
370.5
...
svn: r6832
2007-07-07 08:31:19 +00:00
Robby Findler
2dfd35e5c7
added parameter/c
...
svn: r6770
2007-06-29 16:44:18 +00:00
Matthew Flatt
b883f4ef76
fix problem with recursive reads on hash tables, sfix syntax-quoted hash tables in marhsaled compiled code, and add a bit more new documentation
...
svn: r6759
2007-06-28 22:59:06 +00:00
Matthew Flatt
efb592bd15
doc work on modules, new big collection
...
svn: r6732
2007-06-25 08:47:02 +00:00
Matthew Flatt
d518f24039
370.4
...
svn: r6710
2007-06-20 21:11:38 +00:00
Shu-Yu Guo
5016e59f8e
fixes match
...
svn: r6674
2007-06-16 16:58:37 +00:00
Robby Findler
ea5b3493f3
fixed define-contract-struct so that it defines (via define-syntax) the struct name, following the define-struct covention
...
svn: r6664
2007-06-14 21:14:14 +00:00
Matthew Flatt
b0328d4853
keyword-procedure implementation scribblings; reverted opt-lambda hacks
...
svn: r6654
2007-06-14 02:05:38 +00:00
Matthew Flatt
2385d8bd93
fix trait bug found by Ryan
...
svn: r6653
2007-06-13 22:47:17 +00:00
Robby Findler
3857b95a7b
fixed PR 8737
...
svn: r6596
2007-06-12 15:23:54 +00:00
Matthew Flatt
05607ad661
work on docs for keyword arguments
...
svn: r6581
2007-06-12 01:44:02 +00:00
Robby Findler
44ca7fb6e5
changed the set of exported names a little bit
...
svn: r6577
2007-06-11 20:50:50 +00:00
Matthew Flatt
32e9101594
guide and reference work; change opt-lambda to use lambda/kw and hack in keyword support for documentation purposes, along with define-opt
...
svn: r6572
2007-06-11 07:19:42 +00:00
Robby Findler
f597eef4db
svn: r6558
2007-06-09 18:33:37 +00:00
Matthew Flatt
7d7cae8bf2
get rid of for-values, change document format for mini-grammars
...
svn: r6549
2007-06-09 01:13:52 +00:00
Matthew Flatt
63ce7b93fb
370.3
...
svn: r6545
2007-06-08 08:03:06 +00:00
Robby Findler
377c5b3ad0
had to find a new way to defeat the inlining
...
svn: r6413
2007-05-30 17:32:39 +00:00
Matthew Flatt
c59c7ebab7
revised 'for' and docs
...
svn: r6400
2007-05-30 03:10:57 +00:00
Matthew Flatt
e9385a910e
370.2
...
svn: r6369
2007-05-29 03:26:32 +00:00
Matthew Flatt
4074eb593a
revise generator names in for.ss
...
svn: r6329
2007-05-26 00:52:55 +00:00
Robby Findler
2f97ee61a8
fixed comment
...
svn: r6292
2007-05-25 13:22:29 +00:00
Matthew Flatt
27624d91d6
add comprehension implementation, though it may not survive
...
svn: r6247
2007-05-24 01:24:23 +00:00
Robby Findler
3d4f153275
fixed default value of parameter
...
svn: r6234
2007-05-19 23:05:09 +00:00
Robby Findler
bd7f075593
added pretty-print-abbreviate-read-macros
...
svn: r6231
2007-05-19 17:28:02 +00:00
Robby Findler
e41ff4705e
improved error checking for provide/contract struct clauses
...
svn: r6155
2007-05-05 17:50:19 +00:00
Matthew Flatt
e85a15df98
add support for 'lib paths in define-runtime-path, and change world.ss to use it
...
svn: r6150
2007-05-05 00:17:06 +00:00
Matthew Flatt
ba66079155
temporary fix to preferences-file problem
...
svn: r6149
2007-05-04 23:32:24 +00:00
Eli Barzilay
26ab4af5f7
made it possible to try several versions, use it in readline and openssl
...
svn: r6138
2007-05-04 06:08:48 +00:00
Eli Barzilay
9c35fbd7ff
use new mzscheme primitives
...
svn: r6109
2007-05-01 08:49:29 +00:00
Robby Findler
5ac3fdd86e
added unsafe list contract combinators
...
svn: r6096
2007-04-29 21:46:27 +00:00
Matthew Flatt
e9bf34f193
369.11
...
svn: r6085
2007-04-29 02:08:24 +00:00
Robby Findler
2cb314de1b
improved error message a little more, thanks to Jon Rafkind
...
svn: r6073
2007-04-28 21:50:05 +00:00
Robby Findler
bbb4f1c307
tweaked wording of any error message
...
svn: r6071
2007-04-28 20:21:04 +00:00
Robby Findler
ddf5ddaf68
fixed a bug in structs
...
svn: r6059
2007-04-27 22:02:14 +00:00
Matthew Flatt
1227511d1c
fix gunzip to consume all bytes for the gzip stream
...
svn: r6058
2007-04-27 08:06:02 +00:00