Commit Graph

13656 Commits

Author SHA1 Message Date
Matthew Flatt
110ea411d1 clean up some tests
svn: r16350
2009-10-17 14:50:52 +00:00
Matthew Flatt
aac4e61bb7 make recover program a module
svn: r16349
2009-10-17 14:34:15 +00:00
Matthew Flatt
c483470deb fix some bad aligned-pasteboard tests
svn: r16348
2009-10-17 14:28:46 +00:00
Eli Barzilay
717e290fb9 Welcome to a new PLT day.
svn: r16347
2009-10-17 07:50:39 +00:00
Eli Barzilay
87a169a33e drdr props to ignore Windows-only files; svn:ignore; make plot/run-tests.ss independent of where they are running from
svn: r16346
2009-10-17 02:17:09 +00:00
Jay McCarthy
ba99cb4dbf More fixes for DrDr
svn: r16345
2009-10-16 22:30:04 +00:00
Robby Findler
e78faf0669 fixed a bug that prevented uses of redex-match in the right-hand sides of reduction-relation definitions
svn: r16344
2009-10-16 21:33:57 +00:00
Jon Rafkind
04386a7839 add some examples for byte strings
svn: r16343
2009-10-16 19:41:40 +00:00
Jay McCarthy
46734639fb Cleaning up DrDr properties
svn: r16342
2009-10-16 19:29:57 +00:00
Robby Findler
40547e86a2 added a little more automation to the drscheme test suite
svn: r16341
2009-10-16 17:26:32 +00:00
Robby Findler
2043cb19ff changed top-level checks so they return (void), so nothing is printed at the top-level of a module
svn: r16339
2009-10-16 14:33:25 +00:00
Eli Barzilay
5aea2eeca3 * A little better layout for configuration reading code
* Improved comment about it
* Use `raise-user-error' to avoid redundant context printout
* Check that the configuration content is a proper alist

svn: r16338
2009-10-16 14:01:43 +00:00
Mike Sperber
aa2e094311 Add check-member-of' and check-range' to the DeinProgramm/DMdA
languages.

svn: r16337
2009-10-16 11:53:04 +00:00
Mike Sperber
c4e9f3d1aa Add check-member-of' and check-range' to the HtDP languages grammar.
svn: r16336
2009-10-16 11:50:21 +00:00
Eli Barzilay
09caa24feb Welcome to a new PLT day.
svn: r16335
2009-10-16 07:50:41 +00:00
Jon Rafkind
25bd680141 add example syntax-rules honu macro
svn: r16334
2009-10-15 23:38:19 +00:00
Jon Rafkind
b6d2fdc274 change error message
svn: r16333
2009-10-15 23:38:07 +00:00
Jon Rafkind
5daa334ab7 implement syntax-rules in honu using syntax/parse for now
svn: r16332
2009-10-15 23:37:20 +00:00
Robby Findler
8bd7de80e3 cleaned up old code so it now at least compiles (and, in some cases, runs)
svn: r16331
2009-10-15 21:08:15 +00:00
Jay McCarthy
c40c3a9884 DrDr properties and stderr change
svn: r16329
2009-10-15 19:42:48 +00:00
Robby Findler
9545330d53 fixed the #:scheme-colors? argument to traces
svn: r16328
2009-10-15 19:24:46 +00:00
Jay McCarthy
2690ee8bee DrDr properties
svn: r16327
2009-10-15 16:18:01 +00:00
Eli Barzilay
e64bfff4f3 comment
svn: r16326
2009-10-15 15:59:37 +00:00
Eli Barzilay
e1d2fdb3d6 typo
svn: r16325
2009-10-15 15:02:07 +00:00
Eli Barzilay
94549d840d Welcome to a new PLT day.
svn: r16324
2009-10-15 07:50:24 +00:00
Matthew Flatt
9e4657b7da fix file modes for scheme/base
svn: r16323
2009-10-15 02:57:01 +00:00
Matthew Flatt
7b1462237a thread-local JIT repairs
svn: r16322
2009-10-15 02:56:23 +00:00
Matthew Flatt
ef11277174 fix some JIT_THREAD_LOCAL typos
svn: r16321
2009-10-14 16:57:03 +00:00
Matthew Flatt
f065eb53c1 initial thread-local JIT support
svn: r16320
2009-10-14 14:04:24 +00:00
Eli Barzilay
9ffe7232fa Welcome to a new PLT day.
svn: r16319
2009-10-14 07:50:26 +00:00
Robby Findler
11e87632dc rearranged things so that 2htdp/image has its core snip stuff loaded into drscheme so that saving files with 2htdp/image images in them works
svn: r16317
2009-10-13 23:06:24 +00:00
John Clements
a2ccd6147e put initial draw behind a queue-callback
svn: r16316
2009-10-13 23:00:14 +00:00
Robby Findler
3aae13cb60 fixed a bug in rotating non-polygons
svn: r16315
2009-10-13 22:16:17 +00:00
Kevin Tew
56757bf8b0 remove compiler warning
svn: r16314
2009-10-13 20:58:58 +00:00
John Clements
d75740f2e9 I can't help fixing grammatical errors, sorry
svn: r16313
2009-10-13 20:55:19 +00:00
John Clements
164f59611f added a few test cases, made some test cases independent of time zone
svn: r16312
2009-10-13 20:51:29 +00:00
Kevin Tew
ef0062637e Places uses pthread timers to timout green threads
svn: r16311
2009-10-13 19:29:18 +00:00
John Clements
059ec602fb new non-blocking stepper implemented
svn: r16310
2009-10-13 18:46:29 +00:00
Matthias Felleisen
f218661bde #'record problem
svn: r16309
2009-10-13 18:30:02 +00:00
Matthias Felleisen
c24b05a7b0 fixed the require bug
svn: r16308
2009-10-13 17:55:20 +00:00
Robby Findler
339860d340 a little more progress (got ellipses bounding boxes right!)
svn: r16307
2009-10-13 17:30:40 +00:00
Jay McCarthy
a9a9274ff8 Fixing a typo
svn: r16306
2009-10-13 16:00:15 +00:00
Robby Findler
e5d76b0095 improved error message slightly
svn: r16305
2009-10-13 16:00:01 +00:00
Eli Barzilay
c90766affb Welcome to a new PLT day.
svn: r16304
2009-10-13 07:50:26 +00:00
Eli Barzilay
106f21cc14 typo
svn: r16303
2009-10-13 05:35:41 +00:00
Carl Eastlund
876f693669 Fixed several typos (use of 'exn' instead of 'exn?' for with-handlers; a 6 preceding '#lang'
svn: r16302
2009-10-13 04:47:38 +00:00
Kevin Tew
6a9deb3a85 fd_set fix for PLACES
svn: r16301
2009-10-12 21:37:53 +00:00
Robby Findler
ab894fbe18 slight improvement to the snipclass-not-found error message
svn: r16300
2009-10-12 19:55:43 +00:00
Jay McCarthy
2510c30556 Fixing bad change earlier
svn: r16299
2009-10-12 19:20:45 +00:00
Eli Barzilay
4773d2cefd fix magic search
svn: r16298
2009-10-12 16:53:04 +00:00