Jay McCarthy
28dce6996a
Forgot one place
2010-05-26 13:18:02 -06:00
Jay McCarthy
c3d07af8d3
Fixing sloppy rename. Include in release.
2010-05-26 13:16:36 -06:00
Jay McCarthy
016a4fa12c
Setting responsible
2010-05-26 10:09:01 -06:00
dvanhorn
c9d0bd10a1
Added remf to unstable/list.
...
Signed-off-by: Jay McCarthy <jay@racket-lang.org>
2010-05-26 10:08:29 -06:00
Jay McCarthy
7c5973cb94
Fixing graph display
2010-05-26 10:06:08 -06:00
Jay McCarthy
3619b5b2d8
Fixing typo
2010-05-26 10:06:08 -06:00
Matthias Felleisen
be256183e1
Merge branch 'master' of git:plt
2010-05-26 09:26:14 -04:00
Eli Barzilay
c9a7baaffa
Change file references
2010-05-25 23:51:59 -04:00
Robby Findler
31b507aa51
Rackety 2htdp/image
2010-05-25 21:35:04 -05:00
Robby Findler
03a3270811
closes PR 10927
2010-05-25 21:35:03 -05:00
Robby Findler
48d793b099
closes PR 10929
2010-05-25 21:35:03 -05:00
Robby Findler
bae79dda0b
closes PR 10930
2010-05-25 21:35:03 -05:00
Matthew Flatt
451961e596
fix `for' to track inlined sequence generators via 'disappeared-use
2010-05-25 20:27:03 -06:00
Eli Barzilay
2240e54660
Rename "plt-installer-header" -> "installer-header"
2010-05-25 22:09:52 -04:00
Eli Barzilay
af07701590
updated config path snapshot
2010-05-25 22:09:51 -04:00
Vincent St-Amour
c11a88f888
Added some indexes to the reference to make open-output-nowhere easier
...
to find.
2010-05-25 17:30:54 -04:00
Robby Findler
8c98f9d979
made a start on the image-core library's documentation
2010-05-25 16:10:23 -05:00
Robby Findler
0c1afebb5a
made a start on the image-core library's documentation
2010-05-25 16:10:23 -05:00
Jay McCarthy
a797de8f9d
Finalizing house call
2010-05-25 14:58:04 -06:00
Jay McCarthy
f9ca17aa2b
Getting DrDr at home ready
2010-05-25 14:58:03 -06:00
Matthias Felleisen
265e420a92
doc bug PR10931 fixed
2010-05-25 16:19:20 -04:00
Eli Barzilay
3aa192944b
Get rid of the generic "plt-" prefix
2010-05-25 15:42:31 -04:00
Eli Barzilay
72b1a3aafa
Racketified windows installer
2010-05-25 15:42:31 -04:00
Eli Barzilay
49949a8421
Deal with a "~/" prefix.
...
A few additional improvements to the script.
2010-05-25 15:42:31 -04:00
Eli Barzilay
3ddeb6df17
Racketified unix installer.
2010-05-25 15:42:31 -04:00
Kevin Tew
4d23b11d8f
No shared symbols
2010-05-25 11:15:00 -06:00
Stevie Strickland
24c5a9aed8
Fix for optional keyword contracts used on make-keyword-procedure results.
...
This fix should go into the 5.0 release.
2010-05-25 13:01:42 -04:00
Matthew Flatt
e8fe67991e
fix problem using both #:doc and #:tag-prefixes for secref
...
Merge to v5.0
2010-05-25 09:20:03 -06:00
Sam Tobin-Hochstadt
85b59a2f4c
Fix Typed Scheme printing of types.
...
Merge to 5.0.
2010-05-25 07:58:06 -07:00
Jay McCarthy
2df8fac233
Fixing a bug reported by 张虎成. Original and small test case were added. I reimplemented Knuth-Morris-Pratt because I couldn't debug the existing implementation.
...
Please include in 5.0
2010-05-25 07:47:23 -06:00
Matthew Flatt
23617b08bd
change default Unix-style installation to use racket in path
...
Merge to v5.0
2010-05-25 06:58:00 -06:00
Jay McCarthy
50fd0278ba
Fixing an innoculous test case failure I introduced, by override the platform's time zone.
...
Relaxing the contract on date->string to accord with previous documentation.
Changing web-server example to use more restrictive contract
Please include in 5.0
2010-05-25 06:54:28 -06:00
Sam Tobin-Hochstadt
3885ba4f54
Remove `define-struct' from typed/racket.
...
Closes PR 10619.
2010-05-25 00:09:04 -07:00
Sam Tobin-Hochstadt
775e1b06a5
Test for former bug. Closes PR 10470.
2010-05-25 00:09:03 -07:00
Eli Barzilay
ea27521b5c
Improved NSIS graphics (better font rendering, improved logo, no fadeout).
2010-05-25 02:06:47 -04:00
Sam Tobin-Hochstadt
27e971dce2
Check that at least one require spec is provided.
...
Closes PR 10617.
Merge to v5.0.
2010-05-24 22:33:31 -07:00
Matthew Flatt
a9250ec4f0
Merge branch 'master' of git.racket-lang.org:plt
2010-05-24 18:55:31 -06:00
Matthew Flatt
f357216068
tweak figure and footnote rendering
2010-05-24 18:55:14 -06:00
Jay McCarthy
3f1a89b8f8
Fixing dumb bug from me
2010-05-24 18:46:31 -06:00
Casey Klein
9a1e3a5ca2
Disables DrDr testing for example that opens windows.
2010-05-24 19:31:14 -05:00
Vincent St-Amour
6e16a76b51
Revert "Added a /dev/null-like output port to unstable."
...
open-output-nowhere already does something similar.
2010-05-24 18:57:05 -04:00
Vincent St-Amour
9c12b7d2e7
Added a /dev/null-like output port to unstable.
2010-05-24 18:41:13 -04:00
Matthew Flatt
12f2c4fe2e
adjust printer for sets from `racket/set' to print in constructor style
...
also cooperate with pretty-print
2010-05-24 15:15:45 -06:00
Matthew Flatt
97d078a156
adjust `pretty-printing' parameter for single-line printing
...
make it #f in that case, as opposed to printing in multi-line
mode when the content doesn't fit on a single line
2010-05-24 15:15:45 -06:00
Sam Tobin-Hochstadt
3b90cdb872
Merge branch 'master' of git.racket-lang.org:plt
2010-05-24 14:05:29 -07:00
Sam Tobin-Hochstadt
460bb348e1
Better internal error messages.
2010-05-24 14:05:05 -07:00
Sam Tobin-Hochstadt
af689b2531
Tests for bug found by David Van Horn.
2010-05-24 14:04:43 -07:00
Sam Tobin-Hochstadt
b21f704086
Print empty filters as -
2010-05-24 14:04:01 -07:00
Sam Tobin-Hochstadt
986318065d
Remove tc-toplevel from the typechecking unit.
2010-05-24 14:03:14 -07:00
Sam Tobin-Hochstadt
5b0f705b83
Only do abstraction of filters at `let's.
2010-05-24 14:01:00 -07:00