Robby Findler
e5fba85ed0
fixed a bug in check syntax and a bug in the contract system
...
svn: r9524
2008-04-28 22:12:21 +00:00
Robby Findler
457bf61732
improved the performance of check syntax some more
...
svn: r9495
2008-04-26 17:34:16 +00:00
Matthew Flatt
0483294762
fix JIT abs (on least fixnum), fix some R6RS bugs and pull in some R6RS test cases from Ikarus
...
svn: r9477
2008-04-25 17:18:44 +00:00
Robby Findler
00eb1303e4
optimized drawing a little bit
...
svn: r9474
2008-04-25 13:52:21 +00:00
Robby Findler
88ac43f545
sped up check syntax
...
svn: r9473
2008-04-25 13:39:20 +00:00
Robby Findler
e3a13be4a0
added shortcut for collapse that works on the mac
...
svn: r9462
2008-04-24 19:27:30 +00:00
Robby Findler
7262a7a19d
used to depend on unique #() but not anymore
...
svn: r9425
2008-04-23 13:37:59 +00:00
Robby Findler
f0f27e2e2c
removed mz,mred,slideshow languages and made module language's initial REPL be scheme/base instead of mzscheme
...
svn: r9384
2008-04-21 19:00:18 +00:00
Robby Findler
cee0f72df5
PR 9300, realized the transitive closure operation is actually crazy expensive, interim commit so no one suffers thru that while I think about this
...
svn: r9345
2008-04-17 12:07:07 +00:00
Robby Findler
0fe065e1b7
PR 9300, cotd
...
svn: r9344
2008-04-17 11:55:57 +00:00
Robby Findler
c9e313648a
PR 9300
...
svn: r9343
2008-04-17 11:49:53 +00:00
Robby Findler
0676cfed88
renamed r5rs language
...
svn: r9338
2008-04-16 21:06:49 +00:00
Robby Findler
320068fc89
PR 9290
...
svn: r9283
2008-04-13 13:35:59 +00:00
Robby Findler
3b09127a48
PR 9289
...
svn: r9259
2008-04-11 17:56:18 +00:00
Matthew Flatt
0153e122b7
change -q to config option, fix unlikely race condition in wake-on-signal, add path->url and url->path, and adjust URL parsing
...
svn: r9239
2008-04-10 19:05:35 +00:00
Matthew Flatt
021d4d7527
new hash function names and ops (3.99.0.23)
...
svn: r9209
2008-04-08 21:42:38 +00:00
Matthew Flatt
53cc426d30
expans #reader/#lang protocol so that a #lang result can have more appropriate srclocs; fix up syntax/module-reader to use the new protocol; re-enable arrows to the language position in Check Syntax
...
svn: r9174
2008-04-06 23:31:58 +00:00
Robby Findler
e6872b07a0
PR 9248
...
svn: r9158
2008-04-04 03:33:58 +00:00
Robby Findler
067f39713b
fixed PR 9257
...
svn: r9080
2008-03-25 01:37:22 +00:00
Matthew Flatt
c58820e30d
vyzo's thread mailboxes (3.99.0.19)
...
svn: r9010
2008-03-18 00:38:36 +00:00
Matthew Flatt
b64d03d932
fix mac sdk support; change initial namespace to not have 'module'; set up mzc --c-mods (still need docs)
...
svn: r8997
2008-03-16 23:08:53 +00:00
Eli Barzilay
b76390a452
revise the way setup-plt crawls over the collection trees
...
svn: r8860
2008-03-03 22:04:28 +00:00
Robby Findler
362f16b411
the paren matcher now works for previous interactinos with the REPL and hitting return up above copies the text down to the next prompt
...
svn: r8840
2008-03-01 21:49:31 +00:00
Robby Findler
551d980774
PR 9217
...
svn: r8801
2008-02-25 18:19:09 +00:00
Robby Findler
871bb0bac5
part of PR 9217
...
svn: r8797
2008-02-25 13:37:55 +00:00
Eli Barzilay
bb34f747b6
make all files terminate with a newline
...
svn: r8786
2008-02-24 21:27:36 +00:00
Eli Barzilay
b1a08edd5a
use new require specs in many places
...
svn: r8774
2008-02-23 09:42:03 +00:00
Matthew Flatt
ca1a9dc8bf
docs form David Van Horn; Slideshow tweaks
...
svn: r8661
2008-02-14 14:07:57 +00:00
Robby Findler
ff9938a87f
added check ala PR 9185
...
svn: r8647
2008-02-13 17:34:40 +00:00
Eli Barzilay
699c40643d
* Changed setup-plt to compile collections if they have an "info.ss"
...
file. (That is, it does not require the file to have a `name'
entry.)
* The name shown when setup works is the directory name, followed by
the `name' field from the info file when specified.
* This means that many `name's are no longer needed, so I'm removing
them. To see if you need a `name' entry, consider that the name
will be shown like this:
... foo (<your name here>)
This means that if the name is the same as the directory name, then
there is no point in having it. I also removed cases where the name
differed only in its capitalization for collections where the case
is obvious.
* Also, for subcollections, the name should clarify the name of the
subcollection in context. For example "Acknowledgments" explains
what scribbling/acks is, but there's no need to add the context name
as in "Scribblings: Acknowledgments".
* There may also be a point in keeping names for other uses. One such
example was in games, where the name field was used in the PLT Games
application. (This was changed to default on the directory name, so
it is no longer needed in most games.) Another example is in planet
packages.
svn: r8629
2008-02-12 10:33:01 +00:00
Robby Findler
a1b8ba51ad
PR 9186
...
svn: r8601
2008-02-09 14:52:01 +00:00
Matthew Flatt
d83e62b71c
generate-search-results renamed to perform-search (I think)
...
svn: r8563
2008-02-07 11:49:57 +00:00
Eli Barzilay
3c72e71e24
switched info.ss files to #lang
...
svn: r8532
2008-02-04 23:00:35 +00:00
Matthew Flatt
60f7074bab
doc fixes and rendering tweaks
...
svn: r8453
2008-01-28 22:43:50 +00:00
Robby Findler
eda72235bd
check syntax now (silently) copes with an exception raised by the documentation xref loading
...
svn: r8439
2008-01-28 02:11:31 +00:00
Robby Findler
288fb78029
made memory limits be on by default and improved 'killed' dialog to turn up the limits
...
svn: r8424
2008-01-26 14:37:55 +00:00
Robby Findler
765a40a2ea
fixed test case coverage and debugging (the latter only when the file isn't saved)
...
svn: r8423
2008-01-26 13:52:20 +00:00
Robby Findler
58d6285752
fixed PR 9157
...
svn: r8378
2008-01-21 03:37:34 +00:00
Robby Findler
d219107a0a
fixed PR 9140
...
svn: r8374
2008-01-21 00:33:28 +00:00
Robby Findler
2e3c05b14e
removed the dependency between the string-constants library and mrlib
...
svn: r8369
2008-01-19 20:13:02 +00:00
Robby Findler
2be06881d0
fixed a bug in check syntax
...
svn: r8359
2008-01-18 02:44:45 +00:00
Matthew Flatt
739fde15cb
add contributed scribbling for 'lazy'
...
svn: r8349
2008-01-16 14:39:56 +00:00
Matthew Flatt
134474805d
add Danny to acks
...
svn: r8324
2008-01-14 19:56:22 +00:00
Matthew Flatt
d532fe4781
finish up main page: release notes, etc.; add Yavuz's errortrace scribbling
...
svn: r8314
2008-01-13 14:53:54 +00:00
Robby Findler
1fe5e608b4
fixed a bug in non-debug language levels
...
svn: r8270
2008-01-09 15:10:15 +00:00
Robby Findler
379f2a162b
searching in help desk now says 'no results' if there are no results, and the help desk menu item in drscheme opens the front page of the manuals
...
svn: r8227
2008-01-05 22:39:32 +00:00
Matthew Flatt
7fc41024c0
3.99.0.9: binding links in docs use nominal import sources
...
svn: r8196
2008-01-03 19:07:02 +00:00
Robby Findler
cbcb5bf57b
added searching to the keybindings dialog
...
svn: r8194
2008-01-03 16:56:46 +00:00
Robby Findler
8b20d62969
fixed some bugs so that long names still allow drs to start up and limited the name message in the upper-left to be at most 200 pixels wide
...
svn: r8176
2008-01-01 17:00:56 +00:00
Robby Findler
16ed718c71
fixed error reporting and brought back the red arrows for the stack trace
...
svn: r8172
2008-01-01 01:55:04 +00:00