Commit Graph

4319 Commits

Author SHA1 Message Date
Matthew Flatt
af94ac2db5 show vector-field instead of field in example
svn: r5978
2007-04-19 02:49:34 +00:00
Matthew Flatt
681d88ed52 improve DrScheme's auto-indenting and S-exp movement for Scheme code with quote, #;, etc.
svn: r5977
2007-04-19 02:44:31 +00:00
Matthew Flatt
1e9ceda1a2 OS X: improve drawing of grayed-out lists, bitmap-labelled radio buttons, and non-bordered tab panels
svn: r5976
2007-04-19 01:45:01 +00:00
Eli Barzilay
59451c941c Welcome to a new PLT day.
svn: r5975
2007-04-18 04:51:53 +00:00
Chongkai Zhu
0a32a8d304 update
svn: r5974
2007-04-18 02:38:58 +00:00
Matthew Flatt
85e838dab4 make extension-implemented modules work with mzc --exe and --exe-dir
svn: r5973
2007-04-18 02:36:32 +00:00
Chongkai Zhu
a13692ed30 fix binary-search on 0 length vec
svn: r5972
2007-04-18 02:05:04 +00:00
Matthew Flatt
8ae5f3fd0b fix get-smoothing method of style-delta%
svn: r5970
2007-04-17 22:36:12 +00:00
Eli Barzilay
2d6c871b6a misc code improvements
svn: r5968
2007-04-17 21:10:56 +00:00
Robby Findler
db8cba03aa added unconstrained-domain->
svn: r5967
2007-04-17 18:54:19 +00:00
Matthew Flatt
382209d3fb split moddep into smaller libraries
svn: r5966
2007-04-17 13:52:13 +00:00
Eli Barzilay
e885e79295 URL parsing is closer to the RFC now
svn: r5965
2007-04-17 11:56:20 +00:00
Matthew Flatt
cc8e660737 test for module require-cycle checking
svn: r5964
2007-04-17 11:39:23 +00:00
Matthew Flatt
4fe6bd19a4 fix module require-cycle detection
svn: r5963
2007-04-17 11:34:11 +00:00
Matthew Flatt
7091496cd0 order result of get-face-list
svn: r5962
2007-04-17 10:40:36 +00:00
Matthew Flatt
df2dbdfbc3 avoid potential trouble when write-barrier signals are blocked when handling SIGCHLD (seems to happen in OS X)
svn: r5961
2007-04-17 07:54:14 +00:00
Eli Barzilay
86c466ba0a Welcome to a new PLT day.
svn: r5960
2007-04-17 07:50:04 +00:00
Eli Barzilay
ee91e07ee3 tests for using colons in scheme-less paths
svn: r5959
2007-04-17 06:11:39 +00:00
Jay McCarthy
dee9987bec serial
svn: r5958
2007-04-17 00:35:19 +00:00
Eli Barzilay
4d6cc0f2b4 better error message when the scheme is bad, don't parse some more characters as part of a scheme part
svn: r5957
2007-04-16 21:35:59 +00:00
Ryan Culpepper
fec1da11bb Macro stepper: new notify-box control
svn: r5956
2007-04-16 15:54:57 +00:00
Ryan Culpepper
4c30528212 Macro stepper: hiding process tracks phase
svn: r5955
2007-04-16 15:54:07 +00:00
Matthew Flatt
29b6104ead reduce overhead of checking sleeping thread on every scheduling iteration
svn: r5954
2007-04-16 10:59:28 +00:00
Matthew Flatt
8bc617aa51 fix accidental change lf to Lf
svn: r5953
2007-04-16 09:30:00 +00:00
Matthew Flatt
fdee9e7af9 fix map-function in keymap% to handle non-ASCII characters in the mapping
svn: r5952
2007-04-16 09:18:34 +00:00
Mike Sperber
0b8a403f6f Bring German translation up to date.
svn: r5951
2007-04-16 09:08:11 +00:00
Eli Barzilay
d273e8e76d Welcome to a new PLT day.
svn: r5950
2007-04-16 07:50:03 +00:00
Matthew Flatt
3120c10616 new utilities for extracting a list of relevant module paths for a WXME file
svn: r5949
2007-04-16 02:18:41 +00:00
Jacob Matthews
dd93bb18b8 added a very rudimentary system for detecting which files are conflicting
svn: r5948
2007-04-16 01:16:16 +00:00
Matthew Flatt
5d1f33670a fix disappeared-binding information in a syntax-template expansion with a binding is used more than once
svn: r5947
2007-04-16 00:52:28 +00:00
Matthew Flatt
a61b6bc4a2 find starter.exe under Cygwin (PR 8603)
svn: r5946
2007-04-15 11:43:17 +00:00
Matthew Flatt
038f35e4a5 fix docs for ld -> cc change
svn: r5945
2007-04-15 10:14:47 +00:00
Matthew Flatt
9d7a5b1372 use cc instead of ld as the default linker for most Unix variants
svn: r5944
2007-04-15 10:10:18 +00:00
Eli Barzilay
784365ac61 Welcome to a new PLT day.
svn: r5943
2007-04-15 07:50:05 +00:00
Robby Findler
0769887d3f fixed typo
svn: r5942
2007-04-14 15:04:57 +00:00
Robby Findler
d3a8bd740a simplified frame:editor and friends interface
svn: r5941
2007-04-14 15:00:42 +00:00
Robby Findler
5fffd316b4 simplified frame:editor and friends interface
svn: r5940
2007-04-14 14:59:05 +00:00
Eli Barzilay
afc578e4d3 Welcome to a new PLT day.
svn: r5939
2007-04-14 07:50:03 +00:00
Eli Barzilay
c4bb0c48a9 typo
svn: r5938
2007-04-14 06:36:21 +00:00
Eli Barzilay
c798f43dbb applicable structs
svn: r5937
2007-04-14 06:28:56 +00:00
Eli Barzilay
e2a460e2d9 more memory
svn: r5936
2007-04-14 05:48:40 +00:00
Chongkai Zhu
7edb71816f update
svn: r5935
2007-04-14 02:18:20 +00:00
Matthew Flatt
3a84b393a4 fix pasteboard bg filling
svn: r5934
2007-04-13 23:12:54 +00:00
Ryan Culpepper
b49fbe2765 Macro stepper: added new options, new command (show in new frame)
svn: r5933
2007-04-13 21:33:34 +00:00
Ryan Culpepper
d29f1d82fc Macro stepper:
added option to force letrec transformation
  made macro hiding slightly more resilient in presence of local actions

svn: r5932
2007-04-13 21:26:49 +00:00
Ryan Culpepper
bdd53d5f3c Macro stepper: reductions preserve properties etc
svn: r5931
2007-04-13 21:25:34 +00:00
Ryan Culpepper
ebb27d0d0f Macro stepper: tackable arrows
svn: r5930
2007-04-13 16:56:32 +00:00
Ryan Culpepper
80af3f491c Macro stepper: abbreviate quote etc when appropriate
svn: r5929
2007-04-13 16:54:59 +00:00
Eli Barzilay
e8290c01d4 Welcome to a new PLT day.
svn: r5928
2007-04-13 07:50:04 +00:00
Robby Findler
5702aadf40 fixed a bug
svn: r5927
2007-04-12 14:16:44 +00:00