Commit Graph

927 Commits

Author SHA1 Message Date
Matthew Flatt
24980e41ce fix some problems with variable-reference->namespace and namespace-attach-module
svn: r7768
2007-11-19 20:57:06 +00:00
Matthew Flatt
3abf3eb098 repair mz test suite
svn: r7760
2007-11-18 04:34:49 +00:00
Matthew Flatt
416cffff77 fix (magnitude +inf.0+inf.0i)
svn: r7759
2007-11-18 03:59:10 +00:00
Matthew Flatt
391892a848 3.99.0.3: improved namespace API
svn: r7756
2007-11-18 02:06:57 +00:00
Matthew Flatt
28a1f1f60a fix bug in vector->immutable-vector on 0-sized vector
svn: r7748
2007-11-16 18:19:53 +00:00
Matthew Flatt
c1aca0833c fix designate_modified prototype
svn: r7745
2007-11-16 13:46:48 +00:00
Matthew Flatt
169ee4cbd1 more tweaks to avoid editor flicker under Mac OS X
svn: r7737
2007-11-15 13:26:31 +00:00
Matthew Flatt
e1fc8e96f0 fix incorrect pool-release in checking for monospace font
svn: r7732
2007-11-15 03:04:59 +00:00
Matthew Flatt
a9ddbb33e4 let update thread run longer to avoid flicker on Mac OS (especially now that the text% offscreen buffer is disabled)
svn: r7730
2007-11-15 02:53:38 +00:00
Matthew Flatt
86ee638d2a disable text% offscreen buffer for OS X in an effort to improve anti-aliased onscreen text
svn: r7729
2007-11-15 00:42:43 +00:00
Matthew Flatt
8b0e48d7aa fix arrow-key navigation of menus in Mac OS X 10.5
svn: r7728
2007-11-14 21:13:37 +00:00
Matthew Flatt
b8d9e4f406 mzc -e fixes
svn: r7714
2007-11-14 01:25:01 +00:00
Matthew Flatt
39cedb62ed v3.99.0.2
svn: r7706
2007-11-13 12:40:00 +00:00
Matthew Flatt
4873e94991 fix case-sensntive filenames
svn: r7692
2007-11-10 12:49:18 +00:00
Matthew Flatt
169d2f672a XFORMXX repairs from Paul Eggert (PR 9059)
svn: r7687
2007-11-09 20:15:10 +00:00
Matthew Flatt
fda261c4dd fix bug in module->namespace when #%kernel is imported for synta xor label
svn: r7683
2007-11-09 15:42:54 +00:00
Matthew Flatt
b532a21176 a gcc 4.2 patch from Shu-Yu
svn: r7637
2007-11-04 12:45:41 +00:00
Shu-Yu Guo
ddb1ef427d FreeBSD-7 changed the signal triggered during a write from SIGBUS to SIGSEGV
svn: r7634
2007-11-04 04:49:32 +00:00
Matthew Flatt
0cedb6ed23 fix output-port blocking break behavior
svn: r7623
2007-11-02 03:00:51 +00:00
Matthew Flatt
426093d85c bug fixes: JITted string-set! etc. didn't check for mutability, and 'format' was incorrectly registered as folding
svn: r7605
2007-11-01 11:49:10 +00:00
Matthew Flatt
1ea6ddc9e9 use mzconfig in Xpm to detect 64-bit longs
svn: r7564
2007-10-25 15:31:15 +00:00
Matthew Flatt
6e06235c69 fix namespace-require to import for-syntax/for-label provides
svn: r7530
2007-10-19 16:56:59 +00:00
Matthew Flatt
5cc2029a1f fix bugs (discovered in v4.0 branch) with #lang and provide-for-syntax
svn: r7520
2007-10-17 23:12:28 +00:00
Matthew Flatt
375b356eb7 replace use of round() with modf()
svn: r7465
2007-10-09 14:46:13 +00:00
Matthew Flatt
58a2b906a1 added scheme_get_port_fd
svn: r7464
2007-10-09 13:35:36 +00:00
Matthew Flatt
dd31459f28 round derived color values for bitmap scaling (PR 8955)
svn: r7456
2007-10-08 20:47:11 +00:00
Matthew Flatt
3f781f75d9 fix arity check for bad procedure structs, fix accounting-trggered GC
svn: r7447
2007-10-08 11:40:43 +00:00
Eli Barzilay
c4a297c579 uniform way to report bad characters
svn: r7444
2007-10-07 18:00:35 +00:00
Matthew Flatt
8a7f3947bd check set-alpha argument between 0 and 1
svn: r7442
2007-10-06 15:42:39 +00:00
Matthew Flatt
c9e87fe9ab explicit casts for double-to-int conversions
svn: r7441
2007-10-06 15:04:57 +00:00
Matthew Flatt
735fef2812 X11: pre-multiply Xft alpha, and initialize WindowDC brush to white
svn: r7440
2007-10-06 15:01:07 +00:00
Matthew Flatt
3ca107f1ed implement dc alpha for Windows
svn: r7438
2007-10-06 13:19:52 +00:00
Matthew Flatt
5a22fa9a16 fix typo in wx_dc for Windows
svn: r7437
2007-10-06 11:24:13 +00:00
Matthew Flatt
d0d6136356 fix bug related to tail calls an struct procedures; also disable GC accounting on minor collections
svn: r7413
2007-09-25 16:28:19 +00:00
Matthew Flatt
89867ba710 set alpha to 1.0
svn: r7403
2007-09-24 00:14:51 +00:00
Matthew Flatt
b9a0d860c0 experiment with alpha setting in dc<%>, plus some slideshow experiments and other minor changes
svn: r7399
2007-09-22 13:48:22 +00:00
Matthew Flatt
d1d9aea937 handle possible case where the current native trace is NULL
svn: r7397
2007-09-22 00:53:14 +00:00
Matthew Flatt
9c48cee548 handle case where native trace in sub-cont is NULL
svn: r7396
2007-09-22 00:50:09 +00:00
Matthew Flatt
91f0a7d91a fix bug in cont-mark sharing with nested continuations
svn: r7372
2007-09-17 22:51:06 +00:00
Matthew Flatt
1654a0f03b fix xform and makefile for parallel make (at least under mac os x)
svn: r7363
2007-09-17 15:35:34 +00:00
Matthew Flatt
64819add70 fix(?) long long unpacking on 64-bit machines
svn: r7354
2007-09-16 14:41:18 +00:00
Matthew Flatt
73bb2227a8 improve #lang read-error reporting
svn: r7351
2007-09-16 00:15:59 +00:00
Matthew Flatt
001404dec0 371.3
svn: r7350
2007-09-15 22:27:14 +00:00
Matthew Flatt
6bc50332ea fix --enable-{lib,user}fw configure option
svn: r7324
2007-09-12 23:50:18 +00:00
Matthew Flatt
ef7223ab49 fix range checking of file-position values
svn: r7316
2007-09-11 15:14:13 +00:00
Matthew Flatt
19c5c227c9 fix one more Windows file-position bug
svn: r7315
2007-09-11 15:02:30 +00:00
Matthew Flatt
beca6ac5c4 turn off failed attempt to use 64-bit transitional file API
svn: r7314
2007-09-11 14:59:11 +00:00
Matthew Flatt
35c63173d0 fix file position/size procs to use 64-bit APIs
svn: r7313
2007-09-11 14:30:09 +00:00
Matthew Flatt
1ce720cffd add simple optimization of procedure? applied to an id whose value is known to be a procedure
svn: r7308
2007-09-10 21:13:57 +00:00
Matthew Flatt
199043950c fix Mac OS X centering wrt dialog
svn: r7301
2007-09-08 23:50:30 +00:00