Matthew Flatt
|
519d1ef8d1
|
make compiler slightly smarter about 0-value letrec-values bindings
which corresponds to code generated from experession that are
mixed with internal definitions
|
2010-07-07 13:56:16 -06:00 |
|
Matthew Flatt
|
54216b5ced
|
internal-definition contexts allow expressions mixed with definitions
while the new `#%stratified-body' form provides access to the old
convention
|
2010-07-07 13:56:16 -06:00 |
|
Matthew Flatt
|
a8062dc37d
|
fix docs on `raco make --no-deps'
Closes PR 11018
|
2010-07-07 13:56:16 -06:00 |
|
Robby Findler
|
0ab512ce8c
|
cleaned up code example for make-root-area-container
|
2010-07-06 15:26:26 -05:00 |
|
Matthew Flatt
|
04fa6c6acd
|
add `subprocess-group-enabled' for process-group support
and fix problems with places and subprocesses
and fix some mzrt thread setup and teardown issues
|
2010-07-05 17:51:26 -06:00 |
|
Matthew Flatt
|
5c2ae50e45
|
add current-subprocess-custodian-mode
|
2010-07-04 12:42:25 -06:00 |
|
Matthew Flatt
|
fb730cb1c2
|
custodian box as synchronizable event
|
2010-07-04 10:42:38 -06:00 |
|
Matthew Flatt
|
39f57b23c4
|
clarify note on shell process creation
|
2010-07-04 09:53:12 -06:00 |
|
Robby Findler
|
f83784452e
|
made ->d's optional argument spec itself optional
|
2010-07-02 20:52:48 -05:00 |
|
Matthew Flatt
|
439bc0a293
|
add flreal-part', flimag-part', `make-flrectangular', and unsafe variants
|
2010-07-02 16:08:15 -06:00 |
|
Matthew Flatt
|
491ab3c12b
|
expose internal display/write/print-limiting functionality via `printf'
addition of ~.
|
2010-07-02 16:08:14 -06:00 |
|
Matthew Flatt
|
e1112b45cd
|
fix typos
|
2010-07-02 16:08:14 -06:00 |
|
Matthew Flatt
|
3de7dbd2fd
|
add chaperone-evt
|
2010-07-01 14:59:01 -06:00 |
|
Robby Findler
|
896bbfaabb
|
Adding support to do memory profiling of drr startup that drdr can track.
|
2010-07-01 06:03:07 -05:00 |
|
Matthew Flatt
|
cd95e082d7
|
fix guide's use of current-directory at compile time
|
2010-06-30 10:40:03 -06:00 |
|
Matthew Flatt
|
47eb8ea815
|
add `identifier-prune-to-source-module' and use it in contract implementation
reduces DrRacket's initial footprint by 20-25% --- back to the v5.0 level
|
2010-06-30 10:40:03 -06:00 |
|
Matthew Flatt
|
7a7f545046
|
doc corrections and clarifications
|
2010-06-30 10:40:02 -06:00 |
|
Robby Findler
|
be38b69820
|
typo
|
2010-06-30 11:26:50 -05:00 |
|
Matthew Flatt
|
47c7c1a27b
|
JIT support for inexact->exact', add unsafe-fl->fx', etc.
|
2010-06-28 15:57:49 -06:00 |
|
Jon Rafkind
|
ccac23d648
|
show example of nested syntax matching
|
2010-06-28 14:33:00 -06:00 |
|
Jon Rafkind
|
c7772cbf08
|
note that exe will not improve performance
|
2010-06-28 14:04:49 -06:00 |
|
Jon Rafkind
|
6d3b976375
|
add note about racket/base being faster than racket
|
2010-06-28 14:04:48 -06:00 |
|
Matthew Flatt
|
2dd8edf73d
|
doc typo and clarification
|
2010-06-28 07:18:19 -06:00 |
|
Sam Tobin-Hochstadt
|
12f30cf478
|
Update `trace' docs.
- Move trace implementation to racket/trace.
- Move documentation to new Debugging section in Reference.
- Add example.
|
2010-06-27 19:17:04 -04:00 |
|
Matthew Flatt
|
c072373fd6
|
tweaks to More related to text editors and readline
|
2010-06-27 10:11:22 -06:00 |
|
Matthew Flatt
|
dc99e1992c
|
restore support for sub-matches in `regexp-replace*'
|
2010-06-26 18:23:54 -06:00 |
|
Matthew Flatt
|
dc98077ca4
|
add 'handles-all-mouse-events snip% flag
|
2010-06-26 13:53:31 -06:00 |
|
Matthew Flatt
|
0107404cee
|
fix typo
Closes PR 10996
|
2010-06-26 13:53:30 -06:00 |
|
Vincent St-Amour
|
a6c75db94f
|
Fixed typos in the numbers reference.
|
2010-06-25 18:01:41 -04:00 |
|
Jay McCarthy
|
ba31d8c429
|
Fixing contracts and a little less allocation
|
2010-06-25 07:10:52 -06:00 |
|
Robby Findler
|
e8573d9478
|
change the way the prompt testing works to only supply a port, instead of giving over the actual text object
|
2010-06-20 20:55:04 -05:00 |
|
Eli Barzilay
|
7760a2eaff
|
Minor clarifications about other editors and the Windows "terminal".
(And a few additional tweaks.)
|
2010-06-20 18:34:06 -04:00 |
|
Robby Findler
|
7a1538764e
|
Added the ability for #lang-based languages to specify when an expression should be submitted at the prompt
|
2010-06-19 12:25:07 -05:00 |
|
Robby Findler
|
e14b330699
|
fixed some out of date docs
|
2010-06-19 12:13:48 -05:00 |
|
Vincent St-Amour
|
674046f39d
|
Fixed a mistake in the byte-string reference.
|
2010-06-17 18:45:28 -04:00 |
|
Robby Findler
|
924cee89c6
|
attempted to clarify the first example on eval
|
2010-06-17 13:02:37 -05:00 |
|
Matthew Flatt
|
d6d5c914f7
|
cases when number functions produce 0: clarify docs and fix (atan 0 x)
for positive exact x;
also clarify docs on some cases when divide-by-zero exception is raised
|
2010-06-11 15:04:24 -06:00 |
|
Robby Findler
|
716aacf388
|
changed the framework's standard menus frame so that the quit menu is
never created under mac os x (which is the right behavior to make quit
actually work properly).
|
2010-06-08 16:45:15 -05:00 |
|
Sam Tobin-Hochstadt
|
ab70fed8a8
|
Scheme -> Racket in styles
Scribble style names.
.tex and .css files
|
2010-06-08 16:40:47 -04:00 |
|
Sam Tobin-Hochstadt
|
a8593de3c1
|
Scheme -> Racket fixes
|
2010-06-08 12:23:50 -04:00 |
|
Sam Tobin-Hochstadt
|
16391dda3d
|
Fix Scheme/Racket typo. Closes PR 10965.
|
2010-06-08 12:05:58 -04:00 |
|
Matthew Flatt
|
1712dfb7f5
|
fix make-gui-namespace from scheme/gui/base and racket/gui/base
so that the namespace starts with scheme/base or racket/base
respectively
|
2010-06-07 20:06:51 -04:00 |
|
Matthew Flatt
|
6b24320ea7
|
fix overzealous replacement of "Scheme" with "Racket" in quick
but a more extensive rewrite is probably warranted
|
2010-06-07 20:06:51 -04:00 |
|
Robby Findler
|
0126324f41
|
documented contract-stronger?
|
2010-06-06 14:57:11 -05:00 |
|
Matthew Flatt
|
347e0da798
|
restore and document #:collects-dest arg to create-embedding-exe
fixed `raco make'
|
2010-06-05 17:59:41 -06:00 |
|
Robby Findler
|
d981a386d5
|
fixed a few typos in the docs
|
2010-06-05 17:31:06 -05:00 |
|
Robby Findler
|
89be620f17
|
wording clarification
|
2010-06-05 17:23:37 -05:00 |
|
Sam Tobin-Hochstadt
|
dfb4916f10
|
Fix more references to Scheme.
|
2010-06-04 16:40:00 -04:00 |
|
Sam Tobin-Hochstadt
|
43b9917484
|
Fix references to Scheme.
|
2010-06-04 15:40:08 -04:00 |
|
Sam Tobin-Hochstadt
|
47218dcb16
|
Fix typo. Closes PR 10958.
|
2010-06-04 14:15:50 -04:00 |
|