Eli Barzilay
33da679c31
better output contract for regexp-match
...
svn: r15135
2009-06-10 22:33:06 +00:00
Sam Tobin-Hochstadt
cdca1d6108
export type names
...
svn: r15134
2009-06-10 21:50:50 +00:00
Sam Tobin-Hochstadt
7d9f506760
Fix a bunch of types and function types
...
svn: r15133
2009-06-10 21:46:52 +00:00
Robby Findler
1450b89b75
improved handling of source locations
...
svn: r15132
2009-06-10 19:30:36 +00:00
Eli Barzilay
3b401288f7
Welcome to a new PLT day.
...
svn: r15131
2009-06-10 07:50:12 +00:00
Robby Findler
cdc76526cf
added PLTDRPROFILE
...
svn: r15130
2009-06-10 04:49:38 +00:00
Matthew Flatt
921399cf01
fix another safe-for-space problem related to closures tat become unreachable as they are applied
...
svn: r15129
2009-06-10 03:34:55 +00:00
Matthew Flatt
c132ff9944
fix read-language error message
...
svn: r15128
2009-06-09 22:27:04 +00:00
Matthew Flatt
e0e7b390a3
include zero-length strings in random inserts
...
svn: r15127
2009-06-09 21:32:09 +00:00
Matthew Flatt
eac11bad65
fix WXME bug related to inserting an empty string
...
svn: r15126
2009-06-09 21:20:31 +00:00
Matthew Flatt
6924089210
fix some safe-for-space issues in the interpreter, especially as it is used for top-level forms before entering JITted procedure bodies
...
svn: r15125
2009-06-09 18:58:39 +00:00
Eli Barzilay
3c746c1fd3
move require into evaluation
...
svn: r15124
2009-06-09 10:41:22 +00:00
Eli Barzilay
cf59b86a95
Welcome to a new PLT day.
...
svn: r15123
2009-06-09 07:50:13 +00:00
Eli Barzilay
84730719b9
minor revisions
...
svn: r15122
2009-06-08 16:48:42 +00:00
Eli Barzilay
4240ac8cfc
New `make-at-reader' in the API, update docs, adapt tests.
...
svn: r15121
2009-06-08 16:43:01 +00:00
Matthew Flatt
23712e3a59
fix Windows mred -h (and other pre-startup writes to stdout)
...
svn: r15120
2009-06-08 16:36:03 +00:00
Sam Tobin-Hochstadt
5139875199
add split-at and append*
...
svn: r15119
2009-06-08 15:54:05 +00:00
Eli Barzilay
f08fb96f88
a little better
...
svn: r15118
2009-06-08 14:48:15 +00:00
Eli Barzilay
6977ddde54
Fix broken test, add many more
...
svn: r15117
2009-06-08 14:34:52 +00:00
Eli Barzilay
0658ba78c9
Welcome to a new PLT day.
...
svn: r15116
2009-06-08 07:50:30 +00:00
Eli Barzilay
28efb47c90
better
...
svn: r15115
2009-06-08 07:48:24 +00:00
Eli Barzilay
092d97690b
accidental typo
...
svn: r15114
2009-06-08 01:29:08 +00:00
Eli Barzilay
d521d21ad5
minor shuffling
...
svn: r15113
2009-06-07 21:43:36 +00:00
Eli Barzilay
dd68b710ae
* Reorganize the scribble tests to separate files
...
* Finally moved the scribble reader tests with the rest so it can run
with the nightly build.
svn: r15112
2009-06-07 21:42:38 +00:00
Eli Barzilay
4288c6c2c7
The Scribble reader was improved to make it pull out the syntax
...
punctuations outside of the form, as it does with quote punctuations.
So things like this
#, @foo{...}
that required the space to make the @foo read as a scribble form are
now better written as
@#,foo{...}
This changes all such occurrences. (In case you see this change in
your files and are worried that there might be changes: I mechanically
verified that the result of `read'ing the modified files is identical
to the previous version.)
svn: r15111
2009-06-07 10:12:32 +00:00
Eli Barzilay
575a348e8a
fix bad syntax
...
svn: r15110
2009-06-07 09:21:41 +00:00
Eli Barzilay
27907c277e
Welcome to a new PLT day.
...
svn: r15109
2009-06-07 07:50:23 +00:00
Robby Findler
90a0a6e524
PR 10275
...
svn: r15108
2009-06-07 01:18:56 +00:00
Matthew Flatt
933f578002
syntax-local-lift-values-expression (v4.2.0.3)
...
svn: r15107
2009-06-06 15:13:43 +00:00
Matthew Flatt
3bb875b4f7
singular label on 'examples' output when a single expression is given
...
svn: r15106
2009-06-06 15:09:36 +00:00
Kevin Tew
5ae285f744
Macroized some common repeated expressions
...
svn: r15105
2009-06-06 14:56:39 +00:00
Kevin Tew
c82053d521
Added GC_objhead_template objhead initialization
...
svn: r15104
2009-06-06 14:56:30 +00:00
Mike Sperber
e7097ca1f7
Synch German string constants with latest.
...
svn: r15103
2009-06-06 11:02:00 +00:00
Eli Barzilay
bba05af085
Welcome to a new PLT day.
...
svn: r15102
2009-06-06 07:50:23 +00:00
Kevin Tew
1dc4a93460
Remove MasterGC thread, performance increase
...
svn: r15101
2009-06-05 22:49:24 +00:00
Eli Barzilay
2104900bb6
pull out syntax punctuations too
...
svn: r15099
2009-06-05 22:19:23 +00:00
Matthew Flatt
62325eb7cf
fix bugs related to changes in keyword-argument error messages
...
svn: r15098
2009-06-05 21:45:05 +00:00
Robby Findler
74cb273fb7
PR 10278
...
svn: r15097
2009-06-05 19:51:06 +00:00
Jay McCarthy
e8866b4020
Moving database from home to cwd
...
svn: r15096
2009-06-05 17:55:07 +00:00
Jay McCarthy
10dc764398
Fixing problem report 10261 by stopping when ip is closed
...
svn: r15095
2009-06-05 17:36:50 +00:00
Matthias Felleisen
55ee0f126b
changed docs for universe
...
svn: r15094
2009-06-05 15:39:04 +00:00
Matthias Felleisen
f04f42db76
svn: r15093
2009-06-05 15:06:47 +00:00
Jay McCarthy
3b2557805d
Fixing trac bug number 188
...
svn: r15092
2009-06-05 14:54:20 +00:00
Matthias Felleisen
bbc24b5e68
svn: r15091
2009-06-05 13:50:24 +00:00
Eli Barzilay
e2c5ff30ed
stupid typo in #:flag
...
svn: r15090
2009-06-05 13:03:44 +00:00
Eli Barzilay
253a625a62
comment out bad expression
...
svn: r15089
2009-06-05 08:53:24 +00:00
Eli Barzilay
e73ed5c35e
require typo, mostly
...
svn: r15088
2009-06-05 08:16:37 +00:00
Eli Barzilay
86fb1ea500
Welcome to a new PLT day.
...
svn: r15087
2009-06-05 07:50:16 +00:00
Eli Barzilay
9362b20ff2
typo
...
svn: r15086
2009-06-05 06:38:53 +00:00
Matthias Felleisen
7be84621dc
utest contains ball game
...
svn: r15085
2009-06-05 01:55:32 +00:00