Commit Graph

773 Commits

Author SHA1 Message Date
Matthew Flatt
6102d0a6a6 fix some mysterx problems
svn: r6011
2007-04-21 22:45:59 +00:00
Matthew Flatt
a45251d272 369.10
svn: r6003
2007-04-20 01:16:15 +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
Matthew Flatt
8ae5f3fd0b fix get-smoothing method of style-delta%
svn: r5970
2007-04-17 22:36:12 +00:00
Matthew Flatt
4fe6bd19a4 fix module require-cycle detection
svn: r5963
2007-04-17 11:34:11 +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
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
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
3a84b393a4 fix pasteboard bg filling
svn: r5934
2007-04-13 23:12:54 +00:00
Eli Barzilay
8ecd7a93c9 fix FSF address
svn: r5911
2007-04-10 17:59:38 +00:00
Matthew Flatt
50e51c7e45 avoid remembering a delayed scroll when an editor is not currently displayed
svn: r5908
2007-04-10 01:01:49 +00:00
Matthew Flatt
663b500d22 fix updating problem with labels where text can get drawn with a background if opaque text was recenty drawn in a canvas
svn: r5907
2007-04-10 00:07:24 +00:00
Matthew Flatt
34d00a000c 369.9
svn: r5902
2007-04-09 08:34:00 +00:00
Matthew Flatt
e4d0589442 fix problem with dw and implicit prompt
svn: r5899
2007-04-09 05:22:18 +00:00
Matthew Flatt
2da6fa852d clarifications on changing the values of --prefix
svn: r5898
2007-04-09 05:00:36 +00:00
Matthew Flatt
b45664c279 fix bug field counts for struct-type-info result
svn: r5894
2007-04-09 02:23:51 +00:00
Matthew Flatt
392bd607d4 make binding on #%module-begin form more consistent when the module body contains a single expression (patch from samth)
svn: r5889
2007-04-08 11:48:28 +00:00
Matthew Flatt
9c8c0a22cd Ryan's macro-observer changes
svn: r5888
2007-04-08 09:20:34 +00:00
Matthew Flatt
555e5376a3 fix a bug related to the implicit prompt in a thread taking over the role of an explicit prompt
svn: r5887
2007-04-08 08:57:58 +00:00
Eli Barzilay
d18a6da0a6 bogus GUIDs in mzcom too
svn: r5882
2007-04-08 02:13:57 +00:00
Matthew Flatt
a3edbc9068 fix EPS bounding box for rects, rrects, and ellipses based on pen width
svn: r5843
2007-03-30 01:40:41 +00:00
Matthew Flatt
ca7fada621 fix delim-cont bugs related to capturing a composable continuation in a post thunk
svn: r5830
2007-03-26 08:46:49 +00:00
Matthew Flatt
52a4b0f493 fix expansion of a top-level letrec-syntaxes to properly track certificates
svn: r5820
2007-03-24 22:39:52 +00:00
Eli Barzilay
77fecfdc43 another GUID correction (PR8554)
svn: r5817
2007-03-24 04:24:40 +00:00
Eli Barzilay
fd92eccc6b corrected GUID (PR8554)
svn: r5805
2007-03-21 07:35:16 +00:00
Matthew Flatt
366888de5d fix get-view in snip-admin% to not return negative sizes
svn: r5804
2007-03-21 04:01:20 +00:00
Matthew Flatt
3b65a7a016 fix registry writing when using one of the standard keys
svn: r5799
2007-03-20 03:28:34 +00:00
Matthew Flatt
8928f80384 fix certificate problem related to macro-generating macros and transparent result forms
svn: r5798
2007-03-20 02:24:11 +00:00
Matthew Flatt
8a04cf4fb3 timer and Mac frame changes to avoid ptr chains that intefere with GC-based accounting
svn: r5794
2007-03-19 22:06:13 +00:00
Matthew Flatt
3abc1bdfa4 optimizer tweaks, minor gc accounting corrections
svn: r5792
2007-03-19 22:04:34 +00:00
Matthew Flatt
808d8732e2 fix pasteboard remove method (PR 8565)
svn: r5788
2007-03-19 03:49:34 +00:00
Matthew Flatt
1f4f741a41 remove unnecessary return in void function (PR 8553)
svn: r5760
2007-03-09 00:47:21 +00:00
Matthew Flatt
db2822daa7 fix memory accounting with ephemerons and dead threads
svn: r5757
2007-03-08 09:17:40 +00:00
Matthew Flatt
cd3fe00778 fix free of GC-allocated data forom XPM read
svn: r5756
2007-03-08 09:15:32 +00:00
Matthew Flatt
eb8e3c7d18 replace 3m hardwired 1-GB memory limit with hardwired 2^(8*sizeof(long))-1 limit
svn: r5753
2007-03-08 01:56:44 +00:00
Matthew Flatt
ed188cbf51 fix Windows memory-limit detection, and fix MrEd Windows console output for things like dump-memory-stats
svn: r5752
2007-03-08 01:55:30 +00:00
Matthew Flatt
05d14b3fa0 fix bug in drawing of canvas scrollbars in the case that the canvas has not yet been moved
svn: r5745
2007-03-07 05:16:51 +00:00
Matthew Flatt
109785e98a Ryan's patch to improve check-syntax arrows for syntax-pattern bindings
svn: r5744
2007-03-07 02:21:40 +00:00
Matthew Flatt
4efb85fb46 add -singleInstance support to 'stand-alone' executables
svn: r5737
2007-03-06 01:15:18 +00:00
Matthew Flatt
0d3c91e1d6 handle the (unlikely) case in single-instance mode that a candidate leader exits after other candidates determine that its going to be the leader
svn: r5736
2007-03-06 00:49:58 +00:00
Matthew Flatt
60aa1bc6ef correction to most recent repair for 8525
svn: r5713
2007-03-01 18:52:24 +00:00
Eli Barzilay
1e0f84d937 fix memory functions argument parsing, fix foreign tests
svn: r5711
2007-03-01 06:38:30 +00:00
Matthew Flatt
1a43eb5a89 another X11 fix for PR 8547
svn: r5710
2007-02-28 12:01:04 +00:00
Matthew Flatt
11e8aa1f55 fix another problem when traditional X11 fonts are unavailable
svn: r5708
2007-02-28 04:49:32 +00:00
Matthew Flatt
57fa908947 include hostname when determining single instance
svn: r5706
2007-02-28 04:12:09 +00:00
Matthew Flatt
efe9e73e8e hopefully fix XCheckPred problem (PR 8547), and add support with -singleInstance
svn: r5701
2007-02-27 23:33:31 +00:00
Matthew Flatt
84c0505899 make MrEd for X work when traditional X11 fonts are unavailable (but when Xft fonts are available)
svn: r5692
2007-02-26 17:01:29 +00:00
Matthew Flatt
e2326028a3 fix global definition of new and new[] for windows
svn: r5689
2007-02-25 02:31:55 +00:00