Eli Barzilay
|
6c7d83b8a7
|
Fix some bogus responsible assignments.
|
2010-05-27 23:26:34 -04:00 |
|
Matthew Flatt
|
c8de3b5d1e
|
change `pretty-print' to accept a qq-depth argument
makes it more consistent with `print'
fixes the htdp/bsl, etc. languages, which install a global print
handler
Merge to v5.0
|
2010-05-27 20:22:44 -06:00 |
|
Matthew Flatt
|
fbab6af045
|
fix DrDr props on JPR tests
|
2010-05-27 20:22:43 -06:00 |
|
Matthias Felleisen
|
b8dce21f22
|
Merge branch 'master' of git:plt
|
2010-05-27 18:57:20 -04:00 |
|
Matthew Flatt
|
bb4b04082a
|
fix cmdline-level printf wrapper for Windows
It was broken in a way that made gracket-text crash
Merge to v5.0
|
2010-05-27 16:47:53 -06:00 |
|
Matthew Flatt
|
91ecad670c
|
update mailing list address in src/READMEs
Merge to v5.0
|
2010-05-27 15:35:14 -06:00 |
|
Matthew Flatt
|
06f65546e9
|
update READMEs for v5.0
Merge to v5.0
|
2010-05-27 15:32:38 -06:00 |
|
Matthew Flatt
|
d923ef135f
|
add examples from J-P Roy's textbook to check before a release
|
2010-05-27 15:30:00 -06:00 |
|
Matthew Flatt
|
6006a4c84d
|
fix helper file for raco ctool test
|
2010-05-27 13:33:51 -06:00 |
|
Matthew Flatt
|
b3fab5cabe
|
fix MzCOM for Racket
Merge to v5.0
|
2010-05-27 14:13:51 -06:00 |
|
Jay McCarthy
|
7e485b8d28
|
Documenting make-hasheqv and using it
|
2010-05-27 12:35:30 -06:00 |
|
Jay McCarthy
|
035ee93911
|
Using placeholders in zo-parse for more cyclic datums
|
2010-05-27 12:35:26 -06:00 |
|
Jay McCarthy
|
4088448317
|
Dealing with cyclic hashes
|
2010-05-27 12:33:26 -06:00 |
|
Jay McCarthy
|
5833f7cba4
|
Unifying some code
|
2010-05-27 12:33:26 -06:00 |
|
Jay McCarthy
|
612bd22bfe
|
Cyclic zo tests
|
2010-05-27 12:33:25 -06:00 |
|
Jay McCarthy
|
08a48a67a0
|
Making string->xexpr more permissive
|
2010-05-27 10:48:42 -06:00 |
|
Jay McCarthy
|
103d53f6ad
|
Correcting default help desc
|
2010-05-27 10:48:42 -06:00 |
|
Sam Tobin-Hochstadt
|
8194bcc4d4
|
Guard type-equal? test.
|
2010-05-27 12:46:37 -04:00 |
|
Sam Tobin-Hochstadt
|
34fef6e538
|
Re-enable test.
|
2010-05-27 12:46:29 -04:00 |
|
Sam Tobin-Hochstadt
|
9701ae0065
|
Avoid requiring old base-types.
|
2010-05-27 10:56:18 -04:00 |
|
Sam Tobin-Hochstadt
|
bd0bcda85e
|
Simpler has-name? implementation.
|
2010-05-27 10:50:15 -04:00 |
|
Sam Tobin-Hochstadt
|
63dbde1e9e
|
Fix test for new `do:' behavior.
|
2010-05-27 10:10:26 -04:00 |
|
Sam Tobin-Hochstadt
|
d4a8c52c71
|
Fix error message for multiple values.
|
2010-05-27 10:10:26 -04:00 |
|
Sam Tobin-Hochstadt
|
40c77586a0
|
Better type for `round'.
|
2010-05-27 10:10:26 -04:00 |
|
Vincent St-Amour
|
44a7a71923
|
Corrected the typed versions of some benchmarks to be closer to the
untyped versions.
|
2010-05-27 09:30:49 -04:00 |
|
Eli Barzilay
|
4cdfbb28d7
|
A few minor fixes
|
2010-05-27 02:33:38 -04:00 |
|
Robby Findler
|
b5364a5875
|
fixed a bug in the docs typo
Not for the release (because it modifies a file that has been changed too much and because this commit is a minor change)
|
2010-05-26 20:55:24 -05:00 |
|
Robby Findler
|
c96bbe640d
|
makes image=? work on 2htdp/image images.
|
2010-05-26 20:55:24 -05:00 |
|
Eli Barzilay
|
bc242e06f3
|
Some "plt" -> "racket" in distribution files and other meta stuff.
|
2010-05-26 21:29:27 -04:00 |
|
Eli Barzilay
|
5a432f3c9c
|
Switch installation names to "Racket"
|
2010-05-26 21:29:26 -04:00 |
|
Vincent St-Amour
|
ca9e35b9be
|
Changed some of the benchmarks to run for more iterations.
|
2010-05-26 19:48:32 -04:00 |
|
Vincent St-Amour
|
61f6a2579b
|
Documented the typed benchmarks.
|
2010-05-26 19:48:31 -04:00 |
|
Vincent St-Amour
|
e3b994abff
|
Typed Scheme's optimizer now recognizes specialized (safe) float
operations.
|
2010-05-26 19:48:30 -04:00 |
|
Vincent St-Amour
|
762f108c04
|
Fixed a bug in typed Scheme's optimizer when using binary arithmetic
operators in a unary fashion with floats.
|
2010-05-26 19:48:30 -04:00 |
|
Vincent St-Amour
|
664ef2c0a3
|
Extended the type signatures of bitwise operations to be closed on naturals.
|
2010-05-26 19:48:29 -04:00 |
|
Vincent St-Amour
|
5213f54f56
|
Added the for:, for/list:, etc macros.
|
2010-05-26 19:48:15 -04:00 |
|
Vincent St-Amour
|
23f30af459
|
Rewrote do: to expand into do.
|
2010-05-26 19:20:32 -04:00 |
|
Matthew Flatt
|
7442f14305
|
fix problems with raco exe
Merge to v5.0
|
2010-05-26 17:07:09 -06:00 |
|
Matthew Flatt
|
923ff555d9
|
Fix problems with DESTDIR patching
Merge to v5.0
|
2010-05-26 17:07:09 -06:00 |
|
Matthew Flatt
|
64089c4488
|
add --disable-docs configure option
|
2010-05-26 17:07:09 -06:00 |
|
Matthew Flatt
|
f85b25f59f
|
fix another typo like the one in dynext
Merge to v5.0
|
2010-05-26 17:07:08 -06:00 |
|
Jay McCarthy
|
7c294fd108
|
Accidentally killed the responsibility
|
2010-05-26 15:01:37 -06:00 |
|
Jay McCarthy
|
47f6b264a0
|
Specifying when R5RS is required for a benchmark and enabling running from other directories
Enabling running all benchmarks in DrDr
|
2010-05-26 14:53:15 -06:00 |
|
Jay McCarthy
|
225c08312a
|
Commenting out time display I don't understand
|
2010-05-26 14:53:15 -06:00 |
|
Matthew Flatt
|
a8130eb7c3
|
fix typo in unixstyle-install
|
2010-05-26 14:27:37 -06:00 |
|
Matthew Flatt
|
51dfbe6bc2
|
fix starter app's collect path on install
|
2010-05-26 14:19:30 -06:00 |
|
Matthew Flatt
|
d346575d36
|
fix typo in dynext linker spec for x86_64 Darwin
|
2010-05-26 14:19:30 -06:00 |
|
Eli Barzilay
|
8675dc69af
|
The uninstaller is called "uninstall-racket", a few more "plt" leftovers.
|
2010-05-26 15:47:08 -04:00 |
|
Eli Barzilay
|
920870966f
|
Fix the starter executable too.
|
2010-05-26 15:44:12 -04:00 |
|
Eli Barzilay
|
5c702976c2
|
A few more stray "racunit"s.
|
2010-05-26 15:21:55 -04:00 |
|