Commit Graph

9703 Commits

Author SHA1 Message Date
Kevin Tew
01bed4a680 Move typedefs to newgc_internal.h
svn: r12245
2008-11-05 21:03:49 +00:00
Kevin Tew
6a4576c161 roots.c cleanup
svn: r12244
2008-11-05 21:03:43 +00:00
Kevin Tew
8a70bde3c1 Allow compact gc to build simultaneously with newgc
svn: r12243
2008-11-05 21:03:27 +00:00
Jay McCarthy
07474ad477 Refactoring dispatch-passwords
svn: r12242
2008-11-05 19:00:07 +00:00
Eli Barzilay
9283c96bfd Welcome to a new PLT day.
svn: r12241
2008-11-05 08:50:27 +00:00
Robby Findler
13e34d32f1 fixed a bug in the way error highlighting was disabled (for the untested code in the teaching languages)
svn: r12240
2008-11-05 02:17:49 +00:00
Matthew Flatt
01354149ee add missing info on set-delta-background (related to PR 9886)
svn: r12239
2008-11-05 00:40:19 +00:00
Matthew Flatt
5026445695 fix bug when editor is removed during on-char and other callbacks (PR 9887)
svn: r12238
2008-11-04 23:52:14 +00:00
Matthew Flatt
37aae202c5 speed up doc build a little; fix bugs related to getting continuation marks from a thread and using the errortrace profiler
svn: r12237
2008-11-04 23:32:44 +00:00
Robby Findler
a6743b3089 the cat now always has to fight against 6 randomly filled in dots instead of having all dots having a 1/30 chance of being filled in
svn: r12236
2008-11-04 21:10:17 +00:00
Jay McCarthy
4b10a33b85 Request from Untyped plus new docs
svn: r12235
2008-11-04 20:09:13 +00:00
Robby Findler
dfacf40a4c PR 9682
svn: r12234
2008-11-04 17:11:17 +00:00
Jay McCarthy
005576bdad Bug in new default config, reported by mflatt
svn: r12233
2008-11-04 17:10:56 +00:00
Robby Findler
90c0d48642 improved the docs a little bit for writing your own keybindings
svn: r12232
2008-11-04 15:31:20 +00:00
Matthew Flatt
95bedb17fb change contracts to reflect context via #%variable-reference instead of syntax objects; add id-less #%variable-reference form; drop link to unneeded CPort objects in delayed thunks; streamline some modules that tend to show up in deep phases
svn: r12231
2008-11-04 14:24:12 +00:00
Matthew Flatt
04369a39c7 add --redirect-main to scribble
svn: r12230
2008-11-04 12:16:45 +00:00
Matthew Flatt
791a911198 manipulate scribble --redirect option as URL instead of string
svn: r12229
2008-11-04 11:55:51 +00:00
Eli Barzilay
8c28acb838 Welcome to a new PLT day.
svn: r12228
2008-11-04 08:50:15 +00:00
Sam Tobin-Hochstadt
477fa5581e Store contract in Base type representation.
Fix tests, pattern matches.
Contract is *ignored* in equality testing.

svn: r12227
2008-11-03 23:58:29 +00:00
Matthew Flatt
3a433f4ae4 clarify that unbound = top-level binding in reference
svn: r12226
2008-11-03 16:18:16 +00:00
Matthew Flatt
b8f6e1a91a handle attaches of embedded modules
svn: r12225
2008-11-03 14:37:55 +00:00
Matthew Flatt
10f794defd fix wxOutOfMemory return
svn: r12224
2008-11-03 12:45:44 +00:00
Eli Barzilay
a2babc6045 more time (for the solaris machine)
svn: r12223
2008-11-03 12:30:54 +00:00
Eli Barzilay
872b43f4dd Welcome to a new PLT day.
svn: r12222
2008-11-03 08:50:15 +00:00
Matthias Felleisen
d2248f6ff6 small bug fix in world, needs more inspection
svn: r12221
2008-11-03 01:43:11 +00:00
John Clements
a3ce8a9b85 fixes for mz-level stepper tests
svn: r12220
2008-11-02 23:59:21 +00:00
Ryan Culpepper
e12fde1260 macro stepper: added duplicate-frame command (menu items)
svn: r12219
2008-11-02 23:18:03 +00:00
Matthew Flatt
d5f796211a better reporting for out-of-memory failure
svn: r12218
2008-11-02 16:05:27 +00:00
Robby Findler
db5dcfa67e added some error checking
svn: r12217
2008-11-02 14:21:04 +00:00
Matthew Flatt
0b79aaa1ae doc repairs
svn: r12216
2008-11-02 12:28:59 +00:00
Eli Barzilay
956fd14f24 Welcome to a new PLT day.
svn: r12215
2008-11-02 08:50:12 +00:00
Robby Findler
f6bb5ea5e7 changed around the keymap setup again; now should be in same order as it was before my earlier changed, except the user-specified keybindings should be first
svn: r12214
2008-11-02 04:30:03 +00:00
Robby Findler
baffeea2b4 drschemes scheme mode now sets the default extension for files to .ss
svn: r12213
2008-11-01 19:55:21 +00:00
Matthew Flatt
de5643ade0 change #planet to require spaces/tabs (any number) before planet path
svn: r12212
2008-11-01 13:21:57 +00:00
Eli Barzilay
b0cb953e31 Welcome to a new PLT day.
svn: r12211
2008-11-01 07:50:22 +00:00
Matthew Flatt
338a595a7a fix problem with incrorectly invoking phase -1 relative to base phase 1; sync planet reader with #lang whitespace change
svn: r12210
2008-10-31 21:12:22 +00:00
Carl Eastlund
ac0888ee88 Added tests/planet/ to compile-omit-paths in info.ss
svn: r12208
2008-10-31 21:06:13 +00:00
Eli Barzilay
9396f697a3 add m: bindings for sexpr navigation
svn: r12207
2008-10-31 20:56:52 +00:00
Carl Eastlund
2949809542 Added new directory for planet tests; restored #lang planet test in lang.ss
svn: r12206
2008-10-31 20:09:43 +00:00
Eli Barzilay
d1adec4bc6 remove m: bindings that disabled sexpr-based navigation
svn: r12205
2008-10-31 19:52:10 +00:00
Eli Barzilay
c1cf821bd9 stupid typo
svn: r12204
2008-10-31 19:50:22 +00:00
Sam Tobin-Hochstadt
e69f6e126a Reorganize initial type definitions to use DSL.
Split special type names into base-types-extra.ss
Fix test require.
Base types are now require in main.ss

svn: r12203
2008-10-31 17:12:16 +00:00
Sam Tobin-Hochstadt
9851b3ab78 Split typed scheme docs into guide and reference.
svn: r12202
2008-10-31 16:52:35 +00:00
Eli Barzilay
e2ac0f673b flush output ports to avoid confusing tests output
svn: r12201
2008-10-31 15:30:28 +00:00
Matthew Flatt
cc02b65628 point to syntax/module-reader from #lang reference docs
svn: r12200
2008-10-31 15:23:16 +00:00
Matthew Flatt
3bc23270cf fix reference docs to match r12197
svn: r12199
2008-10-31 15:18:03 +00:00
Matthew Flatt
51f5d193dd adjust editor-cavas% refresh to clear border before calling on-paint
svn: r12198
2008-10-31 15:08:21 +00:00
Eli Barzilay
cc12402a34 leave the input position right after the language, not after the following whitespace
svn: r12197
2008-10-31 15:07:16 +00:00
Eli Barzilay
a6e8df0dda Removed misbehaving planet test.
svn: r12196
2008-10-31 14:56:46 +00:00
Matthew Flatt
05fbd0ffd3 fix problem with simplifying module-rename contexts that have marked renamings
svn: r12195
2008-10-31 14:44:32 +00:00