Commit Graph

5323 Commits

Author SHA1 Message Date
Matthew Flatt
8fc002640c removing debugging printf
svn: r6054
2007-04-26 22:55:52 +00:00
Matthew Flatt
efbc1aadd5 fix f(i.e., prevent) flding of inaccessible custodians that have a limit
svn: r6053
2007-04-26 22:36:58 +00:00
Eli Barzilay
853579755d svn: r6052 2007-04-26 21:39:36 +00:00
Robby Findler
ade829139a improved preferences marshalling, also started the job of making the 'your program died' dialog say whether or not it ran out of memory.
svn: r6051
2007-04-26 16:33:03 +00:00
Robby Findler
fa0e23df93 fixed docs bug
svn: r6050
2007-04-26 16:00:32 +00:00
Jay McCarthy
d610b78e6d p8630
svn: r6049
2007-04-26 11:37:00 +00:00
Matthew Flatt
3e31a16109 add a check and flush to ensure that the 3m GC doesn't cache too many idle pages
svn: r6048
2007-04-26 06:39:08 +00:00
Robby Findler
340660f145 changed prefs shortcut to #\, for macosx but this doesnt really affect anything, since the menu is in the app menu, not in the drs menu
svn: r6047
2007-04-26 01:28:44 +00:00
Matthew Flatt
52201f68d1 fix path.ss test quite to work on non-Windows platforms
svn: r6046
2007-04-25 23:12:38 +00:00
Matthew Flatt
29da86d9be fix extract-used-classes to skip #redaer header
svn: r6045
2007-04-25 21:56:36 +00:00
Robby Findler
9cf65661ad started to integrate wxme.ss stuff with the teaching language's executable creation, but there are bugs, so its commented out for now
svn: r6044
2007-04-25 19:00:46 +00:00
Robby Findler
838b033c57 added mention of lower bound
svn: r6043
2007-04-25 18:23:26 +00:00
Robby Findler
1130e02983 improved memory limit gui a little more
svn: r6042
2007-04-25 15:27:04 +00:00
Robby Findler
851293fbf0 improved cancelling behavior
svn: r6041
2007-04-25 14:45:09 +00:00
Eli Barzilay
6bb7e97a85 Welcome to a new PLT day.
svn: r6040
2007-04-25 07:50:06 +00:00
Matthew Flatt
8882e6519d fix a comment
svn: r6039
2007-04-25 06:08:57 +00:00
Matthew Flatt
eeb65e6e53 fix redundant exists check and error-reporting problemss in directory-list
svn: r6038
2007-04-25 06:03:03 +00:00
Matthew Flatt
7c0ea5b79c fix Windows stat() problem, and also fix some path-manipulation bugs related to //?/ paths
svn: r6037
2007-04-25 05:56:50 +00:00
Matthew Flatt
6afb79188d test and fix hook for create-embedding-executable
svn: r6036
2007-04-25 00:43:51 +00:00
Matthew Flatt
e33ed803d0 yet another hook for create-embedding-executable
svn: r6035
2007-04-24 23:19:43 +00:00
Robby Findler
c3e07c0a8c removed bogus inference from matcher's optimizer
svn: r6034
2007-04-24 18:22:10 +00:00
Robby Findler
a1e53c9283 improved memory limit GUI a little bit
svn: r6033
2007-04-24 13:53:21 +00:00
Eli Barzilay
b3d09d34b7 Welcome to a new PLT day.
svn: r6032
2007-04-24 07:50:05 +00:00
Matthew Flatt
2009419979 fix read-error reporting for characters that live in no port
svn: r6031
2007-04-24 01:50:09 +00:00
Matthew Flatt
41db6cbaec fix error message for expected symbols to local-expand
svn: r6030
2007-04-24 01:38:34 +00:00
Matthew Flatt
08a13a18cb add read-inside and read-inside-syntax
svn: r6029
2007-04-24 01:31:30 +00:00
Matthew Flatt
d5b1cc6baf add src-filter to create-exembedding-executable
svn: r6028
2007-04-24 01:18:58 +00:00
Robby Findler
93492c90b6 added a memory limit option
svn: r6027
2007-04-23 23:36:30 +00:00
Robby Findler
34568d5702 cleaned up test suite and added a test case
svn: r6026
2007-04-23 20:27:46 +00:00
Jens Axel Soegaard
a5550a69da Fixed PR 7650.
iota now uses (+ start (* n step)) to calculate the elements, instead of successive subtractions.

svn: r6025
2007-04-23 19:43:43 +00:00
Robby Findler
940d100b2d added message about exit status code to drscheme's 'the program is over' dialog box
svn: r6024
2007-04-23 14:53:32 +00:00
Eli Barzilay
4b766e56ee Welcome to a new PLT day.
svn: r6021
2007-04-23 07:50:03 +00:00
Robby Findler
e350fae8cc changed language interface to cope with new metadata save file format; also make executables work (better) in the teaching languages
svn: r6019
2007-04-23 04:10:00 +00:00
Robby Findler
b4bc493d51 added require to the teaching languages
svn: r6018
2007-04-23 02:17:03 +00:00
Matthew Flatt
b4ad09c116 doc correction, and expand paths before passing them on the command line
svn: r6017
2007-04-22 21:33:56 +00:00
Matthew Flatt
fdf878cda5 fix char-set-complement (PR 8624, patch from Jens Axel)
svn: r6016
2007-04-22 21:17:25 +00:00
Eli Barzilay
b276366187 Welcome to a new PLT day.
svn: r6015
2007-04-22 07:50:04 +00:00
Chongkai Zhu
bc9c424249 fix contracts for exact
svn: r6014
2007-04-22 02:20:48 +00:00
Robby Findler
6f2bd461d6 removed tab character to make things line up in Help Desk
svn: r6013
2007-04-21 23:58:26 +00:00
Matthew Flatt
a2cbc68378 improve and module-ize mxdemo, change executable creator to prefer exetsnions (such as mxmain)
svn: r6012
2007-04-21 23:00:38 +00:00
Matthew Flatt
6102d0a6a6 fix some mysterx problems
svn: r6011
2007-04-21 22:45:59 +00:00
Ryan Culpepper
e36f77a748 Macro stepper: fixed quasisyntax pretty-print bug
svn: r6010
2007-04-21 17:23:38 +00:00
Jens Axel Soegaard
cbae3e5f88 Fixed PR 8623.
svn: r6009
2007-04-21 16:31:42 +00:00
Eli Barzilay
3dca18cd0d Welcome to a new PLT day.
svn: r6008
2007-04-21 07:50:03 +00:00
Philippe Meunier
6c111846cf made module language "details" panel narrower
changed alt-f to mean "open the file menu"

svn: r6006
2007-04-20 09:46:14 +00:00
Eli Barzilay
ac8f3929d2 Welcome to a new PLT day.
svn: r6005
2007-04-20 07:50:05 +00:00
Matthew Flatt
6be8c9f684 document new exe-making support at the create-embedding-executable level
svn: r6004
2007-04-20 01:48:50 +00:00
Matthew Flatt
a45251d272 369.10
svn: r6003
2007-04-20 01:16:15 +00:00
Robby Findler
38d5a4f8c6 guard against failing module-name-resolvers
svn: r5997
2007-04-19 18:11:08 +00:00
Robby Findler
e5698365c9 improved color preferences; this is the change that requires people to rename their preferences as explained on plt-scheme
svn: r5996
2007-04-19 15:15:23 +00:00