Commit Graph

821 Commits

Author SHA1 Message Date
Matthew Flatt
7b22136f75 fix performance problem with bignums and 3m
svn: r5412
2007-01-19 06:54:43 +00:00
Matthew Flatt
0a4f02de79 remove redundant cdr in custom-port read callback checking
svn: r5382
2007-01-17 22:52:00 +00:00
Matthew Flatt
4c9bb95622 fix error message for system-type
svn: r5377
2007-01-17 07:55:07 +00:00
Matthew Flatt
b8bf48fee7 avoid improperly initialized require lists when there's an error resolving a path
svn: r5375
2007-01-17 06:37:49 +00:00
Matthew Flatt
fff4638494 fix certificate combination to append smaller onto larger (avoids outrageous memory use when compiling the compiler collection with the new unit system)
svn: r5374
2007-01-17 04:02:32 +00:00
Matthew Flatt
eaffd40262 avoid some type-punning warnings
svn: r5373
2007-01-17 04:01:14 +00:00
Matthew Flatt
c194c623c2 don't set GC_out_of_memory to MrEdOutOfMemory, because that tells 3m to fail in cases when it should not
svn: r5371
2007-01-17 00:56:48 +00:00
Matthew Flatt
289df59e7f properly #ifdef Windows-specific function
svn: r5370
2007-01-17 00:53:27 +00:00
Matthew Flatt
56a97e8b36 fix escape handler for Windows directory-list
svn: r5368
2007-01-16 23:03:17 +00:00
Matthew Flatt
c1cb5e34c0 fix wasn't right for interaction between continuation shortcut and stack overflow
svn: r5367
2007-01-16 21:57:43 +00:00
Matthew Flatt
87c0d5754e 369.5
svn: r5366
2007-01-16 20:55:13 +00:00
Matthew Flatt
0a36385258 alloc buffer for getcwd
svn: r5355
2007-01-15 07:05:31 +00:00
Matthew Flatt
51720e3cc9 fix WaitNextEvent call so that it doesn't request a negative sleep time (which is apparently ok for PPC but not x86)
svn: r5353
2007-01-14 05:08:09 +00:00
Matthew Flatt
e4bf3d4f47 make namespace-require/copy replace import and syntax bindings
svn: r5351
2007-01-13 21:28:36 +00:00
Matthew Flatt
775a3f2b2e simpler cygwin support install
svn: r5345
2007-01-13 00:17:00 +00:00
Matthew Flatt
40110e35cc use .dll for cygwin so suffix
svn: r5340
2007-01-12 23:29:33 +00:00
Matthew Flatt
872f557610 pieces to build windows extensions with cygwin
svn: r5339
2007-01-12 23:24:05 +00:00
Matthew Flatt
06a069763a support for building 3m extensions with cygwin
svn: r5334
2007-01-12 12:40:11 +00:00
Matthew Flatt
9171695fc5 fix typo
svn: r5333
2007-01-12 12:32:37 +00:00
Matthew Flatt
bc1f25bc30 remove debugging check
svn: r5328
2007-01-12 07:13:12 +00:00
Matthew Flatt
91add0453f 369.4
svn: r5327
2007-01-12 07:09:56 +00:00
Matthew Flatt
5646c26ba9 fix meta-continuation depth when cloning
svn: r5260
2007-01-08 07:18:02 +00:00
Matthew Flatt
20b834d84b fix bug in pruning saved runstacks and in sharing runstacks (when a barrier is present but too deep to prevent sharing)
svn: r5259
2007-01-08 05:57:47 +00:00
Matthew Flatt
7e77b893f8 avoid char as array subscript
svn: r5257
2007-01-08 05:18:16 +00:00
Matthew Flatt
5c94083e0b fix random output in marshalled bytecode
svn: r5256
2007-01-08 05:14:30 +00:00
Matthew Flatt
d48ad4fed3 fix type-punning warnings
svn: r5252
2007-01-08 00:15:53 +00:00
Matthew Flatt
01e3bf7140 fix protection of expression for definitions; fixes #hasheq constants and the nbsp Help Desk bug, in particular
svn: r5243
2007-01-07 13:13:21 +00:00
Matthew Flatt
f93bce0d24 fix bug in collecting marks to chain when an exception handler returns
svn: r5232
2007-01-05 22:03:23 +00:00
Matthew Flatt
cf4fd433c6 changes to fix top-window center method under Mac OS X
svn: r5226
2007-01-05 02:56:23 +00:00
Matthew Flatt
301e6e9ecb fix exn chaining to be insensitive to prompts
svn: r5220
2007-01-04 12:19:01 +00:00
Matthew Flatt
6b60d57a86 359.3
svn: r5219
2007-01-04 11:14:58 +00:00
Eli Barzilay
ddc068c52b 2006->2007
svn: r5201
2006-12-31 10:05:55 +00:00
Matthew Flatt
343e226df1 fix cert bug, JIT-inline unbox
svn: r5159
2006-12-22 01:18:17 +00:00
Matthew Flatt
2d3ceeed15 369.2, forgot some MrEd changes
svn: r5146
2006-12-20 02:33:21 +00:00
Matthew Flatt
2274cc9f65 359.2, core changes
svn: r5142
2006-12-20 00:47:32 +00:00
Matthew Flatt
fdfdf1bc92 fix bug in expand when adjusting the lexical-context info of a locally bound identifer
svn: r5056
2006-12-07 08:42:13 +00:00
Matthew Flatt
4bfa93feac fix two macro-expansion bugs: local-expand with internal syntax definitions, and simplifying rename records that involve internal-definition ribs
svn: r5053
2006-12-07 02:08:37 +00:00
Eli Barzilay
3459c3a58f merged units branch
svn: r5033
2006-12-05 20:31:14 +00:00
Matthew Flatt
c6d593419b destructor must zero out fields that are WXGC_IGNOREd
svn: r4975
2006-11-29 01:08:36 +00:00
Matthew Flatt
2d03990537 make xdnd compile for 3m
svn: r4964
2006-11-28 00:34:39 +00:00
Matthew Flatt
2666723bd0 OS X: Cmd-click on titlebar and resize area do not bring a window forward
svn: r4959
2006-11-27 11:33:54 +00:00
Matthew Flatt
7b185d5ae4 X11 drag-and-drop support (files only)
svn: r4957
2006-11-27 06:50:19 +00:00
Matthew Flatt
f3819acd42 fix Windows build problems
svn: r4953
2006-11-27 04:19:45 +00:00
Matthew Flatt
8d3796ee38 os x: mouse-down for menu bar should stay in flight until after on-demand is called (to avoid getting the menu event handler stuck)
svn: r4948
2006-11-26 23:23:03 +00:00
Matthew Flatt
7d549762b1 improved (hopefully) handling of mouse events for Mac, repair for PR 5326
svn: r4944
2006-11-26 00:47:32 +00:00
Matthew Flatt
20ce8f7e61 src loc for undefined provided names
svn: r4943
2006-11-26 00:45:16 +00:00
Matthew Flatt
1a4df0fa70 fix append_path hack to specify the right type; should fix this by using MzScheme exports, eventually
svn: r4924
2006-11-23 01:49:29 +00:00
Matthew Flatt
a21214a558 find one procedure name for v360.2
svn: r4923
2006-11-23 01:48:33 +00:00
Matthew Flatt
08c1c5f608 v360.2, almost
svn: r4922
2006-11-23 01:47:39 +00:00
Matthew Flatt
e1489d0527 fix GetTextExtent for X11
svn: r4908
2006-11-21 07:09:05 +00:00
Matthew Flatt
d0a37a636c add a length argument to the internal GetTextExtent, so that the implementation of string snips can avoid a temporary mutation (which turns out to be dangerous, unsurprisingly, when reflowing text for a PostScript output)
svn: r4901
2006-11-21 01:37:37 +00:00
Matthew Flatt
c537bfb8ac 360.1
svn: r4897
2006-11-20 21:32:57 +00:00
Matthew Flatt
a0437ed206 fix call_ec so that it works when used outside of Scheme evaluation, such as when raise_break is called to handle a ctl-c in MrEd
svn: r4885
2006-11-18 23:34:52 +00:00
Matthew Flatt
b03b114135 comment out unneeded delete that triggers free() instead of GC_free()
svn: r4884
2006-11-18 23:25:38 +00:00
Matthew Flatt
3afab69603 360, one more try
svn: r4877
2006-11-16 23:10:31 +00:00
Matthew Flatt
1492ca3a48 360, rest
svn: r4876
2006-11-16 23:09:49 +00:00
Matthew Flatt
c0268de2f3 improve merging of snips when a style change is applied to a range (as by the syntax colorer)
svn: r4871
2006-11-16 06:37:55 +00:00
Matthew Flatt
e8c45a6e38 fix bug in environment reset for multiple expansions of #%plain-module-begin
svn: r4867
2006-11-16 01:25:46 +00:00
Matthew Flatt
602dbb7407 fix suspension of mouse events after wheel events under X
svn: r4866
2006-11-15 22:42:31 +00:00
Matthew Flatt
4c48514574 raise exn on out-of-module expand of #%plain-module-begin
svn: r4865
2006-11-15 21:28:16 +00:00
Matthew Flatt
4e1276dd58 merged changes for macro stepper
svn: r4860
2006-11-15 08:01:48 +00:00
Matthew Flatt
96897e5f92 fix certification problem with improved compilation of syntax
svn: r4859
2006-11-15 05:49:43 +00:00
Matthew Flatt
c6efe4bbfa 359.200
svn: r4842
2006-11-13 21:52:39 +00:00
Matthew Flatt
c5f4d87e2c change for-each back to always producing void
svn: r4832
2006-11-13 04:20:23 +00:00
Eli Barzilay
4173457f50 v360
svn: r4791
2006-11-06 08:11:36 +00:00
Matthew Flatt
eea7a2376c turn off zero-suspend-break assertion
svn: r4770
2006-11-03 21:53:11 +00:00
Matthew Flatt
c3c82e304d allow EOF result from port read handler; patch from Lauri Alanko, PR 8369
svn: r4752
2006-11-02 21:35:34 +00:00
Matthew Flatt
a996df1d2b added get-argb-pixels to bitmap class
svn: r4731
2006-11-01 06:54:04 +00:00
Matthew Flatt
79517ed95c 359.100
svn: r4724
2006-10-31 23:59:53 +00:00
Matthew Flatt
5d2f80ab85 fix problem with mouse-moved events suspended by modifier-key events
svn: r4722
2006-10-31 22:40:13 +00:00
Matthew Flatt
81ba60fb27 delim cont repair to avoid chains of meta-cont references
svn: r4713
2006-10-30 12:19:46 +00:00
Matthew Flatt
20761b8589 fix prompt-abort misinterpreted as prompt-trampoline-to-continuation
svn: r4711
2006-10-30 08:55:14 +00:00
Matthew Flatt
97a56ca84c prevent matching score from going negative
svn: r4707
2006-10-30 02:11:04 +00:00
Matthew Flatt
c2855afbe2 352.9
svn: r4706
2006-10-30 01:24:08 +00:00
Matthew Flatt
900a53da25 fix 'disappeared-binding info for letrecs generated by internal definitions
svn: r4693
2006-10-28 23:55:19 +00:00
Matthew Flatt
c9ca7f148a fix off-by-one allocation bug
svn: r4688
2006-10-26 07:57:13 +00:00
Matthew Flatt
4168ac3164 fix 3m GC for large tagged atomic objects (such as symbols)
svn: r4683
2006-10-26 03:21:35 +00:00
Matthew Flatt
cc51634826 make path-element->bytes strip trailing separators, if any
svn: r4664
2006-10-20 23:17:27 +00:00
Matthew Flatt
1a994b9341 352.8
svn: r4659
2006-10-20 13:56:06 +00:00
Matthew Flatt
2ccf88b6db new event filtering mustn't apply to primitive dialogs
svn: r4625
2006-10-18 05:42:58 +00:00
Matthew Flatt
a9ab05d0f5 fix Mac input to work with the character palette and CJK input
svn: r4624
2006-10-18 03:29:46 +00:00
Matthew Flatt
8798784bd5 formatting
svn: r4623
2006-10-18 03:28:18 +00:00
Matthew Flatt
5145ea908c fix drawing of multi-character strings with font substitution and rotation
svn: r4616
2006-10-17 03:03:22 +00:00
Eli Barzilay
b16c7a28c1 xform doesnt like function calls in (?:)
svn: r4610
2006-10-15 17:09:09 +00:00
Matthew Flatt
332195b88c fix complex divide: avoiding overflow/underflow ended up with the sign wrong in one case
svn: r4606
2006-10-14 22:40:24 +00:00
Matthew Flatt
85f34a12aa remove --restore flag support
svn: r4600
2006-10-14 12:41:13 +00:00
Matthew Flatt
b3e86a9650 openbsd x86_64 patches
svn: r4597
2006-10-14 00:58:14 +00:00
Matthew Flatt
e315bb65dc 352.7
svn: r4592
2006-10-13 22:03:29 +00:00
Matthew Flatt
029659c1d5 fix regexp bug in checking too far for regmust
svn: r4460
2006-10-01 21:46:48 +00:00
Matthew Flatt
0924d357a7 replace weird every-50th-iteration overflow checking in check_cycle with a normal overflow check
svn: r4429
2006-09-24 21:00:03 +00:00
Chongkai Zhu
2bbad4ad12 fix immuatable? on hash-table
svn: r4419
2006-09-22 23:34:59 +00:00
Matthew Flatt
6e2f93b147 one more paren-shape correction and test
svn: r4409
2006-09-22 00:47:17 +00:00
Matthew Flatt
7f62277189 copy over missed paren-shape change from branch
svn: r4408
2006-09-21 22:30:58 +00:00
Matthew Flatt
b0f28a2611 remove mysterious parsing of backslash-dollar in #px mode
svn: r4397
2006-09-20 13:39:55 +00:00
Matthew Flatt
0828cd338c fix parsing of backslash-dollar in #rx mode, as opposed to #px
svn: r4396
2006-09-20 13:31:19 +00:00
Matthew Flatt
f7f05b8176 fix uchr and KCHR lookup to use modern Carbon functions
svn: r4393
2006-09-20 02:41:25 +00:00
Matthew Flatt
2ddb89e85b rx bug fix related to ranges that include 255
svn: r4381
2006-09-19 05:32:17 +00:00
Matthew Flatt
d3b96f936e 352.6
svn: r4379
2006-09-19 00:39:51 +00:00
Matthew Flatt
1ec7b50d1f fix ephemeron bug in non-3m
svn: r4239
2006-09-05 06:58:19 +00:00
Matthew Flatt
8a20b536a5 maybe fix JIT buffer overflow
svn: r4211
2006-09-01 05:47:38 +00:00
Matthew Flatt
88509cf517 3m corrections (probably needed due to relatively recent bug fixes in 3m xform)
svn: r4210
2006-09-01 05:45:29 +00:00
Matthew Flatt
a7e963c362 suppress unneeded style-list notifications; addresses a problem when loading the first non-text file into DrScheme, especially after a ;arge text file is already in a buffer
svn: r4208
2006-08-31 22:43:10 +00:00
Matthew Flatt
307ce653ed fix problems with local-expand on a module-begin
svn: r4199
2006-08-31 10:54:16 +00:00
Matthew Flatt
15c3b1db7e fix non-JIT crash in multiple-value result from first part of apply-values
svn: r4197
2006-08-30 22:26:47 +00:00
Matthew Flatt
9c553c40d9 jit tweak relevant only for x86_64
svn: r4183
2006-08-29 07:32:29 +00:00
Matthew Flatt
a6e4dfa639 corrected and improved call-with-values optimization
svn: r4182
2006-08-29 07:08:37 +00:00
Matthew Flatt
a450214c08 temporary fix for a bug in the cwv optimizer
svn: r4181
2006-08-29 02:32:13 +00:00
Matthew Flatt
86900d573a 352.5
svn: r4169
2006-08-28 09:42:12 +00:00
Matthew Flatt
600fdd5b32 remove some debugging(?) includes
svn: r4132
2006-08-24 01:02:16 +00:00
Matthew Flatt
6f31441acb fix cusor creation from bitmap on x86
svn: r4076
2006-08-17 04:54:47 +00:00
Matthew Flatt
8d77972334 fix unmarshalling of syntax objects with a renaming fboth from and to a module binding
svn: r4075
2006-08-16 23:12:40 +00:00
Matthew Flatt
aa44cd0e0d add scheme_init_stack_bounds
svn: r4070
2006-08-16 05:19:12 +00:00
Matthew Flatt
4b4d077857 fix stdout Window, especially when displaying symbols
svn: r4068
2006-08-15 23:56:19 +00:00
Matthew Flatt
da35684a84 fix dependency on little-endianness
svn: r4045
2006-08-13 02:39:28 +00:00
Matthew Flatt
6c7518f4e0 record Windows experiments
svn: r4039
2006-08-12 12:14:27 +00:00
Matthew Flatt
1ed1c0bbc2 352.4
svn: r4038
2006-08-12 12:05:05 +00:00
Matthew Flatt
c53ce7a740 Linux: offset timezone result by daylight saving
svn: r4026
2006-08-10 22:01:07 +00:00
Matthew Flatt
558d3b9c4f inline fixnum min and max
svn: r4024
2006-08-10 20:41:48 +00:00
Matthew Flatt
314091946d 352.3
svn: r4018
2006-08-10 17:01:52 +00:00
Matthew Flatt
db490d5755 fix finding iconv.dll and others
svn: r4016
2006-08-10 03:00:05 +00:00
Matthew Flatt
4aa398ef7c fix handling of empty string as encoding name
svn: r4015
2006-08-10 01:31:00 +00:00
Matthew Flatt
ad6ac0eb57 improve locale support in Windows
svn: r4014
2006-08-10 01:29:17 +00:00
Matthew Flatt
237e9245fa require #%expobs in mzscheme so that it's attached by default to other namespaces
svn: r3988
2006-08-08 20:44:41 +00:00
Matthew Flatt
ce71cb40f3 avoid setitimer on OS X, because we can use a pthread instead
svn: r3986
2006-08-08 19:18:50 +00:00
Matthew Flatt
32a91f97c9 use pthread_create instead of hand-rolled thread creation
svn: r3980
2006-08-07 13:41:59 +00:00
Matthew Flatt
d2f73275c4 more specific error message for misuse of a pattern variable
svn: r3978
2006-08-07 12:56:13 +00:00
Matthew Flatt
3d390e301e pre-resolve is-mutated flag was mixed up with post-resolve is-initialized flag
svn: r3974
2006-08-05 18:20:20 +00:00
Matthew Flatt
2211493242 avoid mis-aligned pointer (relevant for 3m) in ffi-set
svn: r3973
2006-08-05 12:57:59 +00:00
Matthew Flatt
b49af61b7c avoid mis-aligned pointer (relevant for 3m) in ffi-ref
svn: r3972
2006-08-05 12:50:34 +00:00
Matthew Flatt
f141757100 readtable change for list parsing
svn: r3962
2006-08-04 19:54:39 +00:00
Matthew Flatt
32e6eba7b7 restore Linux case, try a different types for a generic case
svn: r3957
2006-08-04 15:22:16 +00:00
Matthew Flatt
4a4ece4e00 make the Linux sig handler the generic Unix handler
svn: r3955
2006-08-04 14:55:38 +00:00
Matthew Flatt
f910f430fa added missing JIT-buffer-overflow checks in new code to inline char=
svn: r3950
2006-08-03 23:32:48 +00:00
Matthew Flatt
24880e18a4 fix verifier for optimizer-introduced raise-arity-error on a closure converted to accept a mutable variable reference
svn: r3944
2006-08-03 20:02:24 +00:00
Matthew Flatt
d9409858fd add proper declaration for new GC_mark_overflow_recover()
svn: r3940
2006-08-03 15:58:35 +00:00
Matthew Flatt
cbae980a66 fix bytecode validation for LHS of a define-values created for lifting
svn: r3936
2006-08-02 19:20:40 +00:00
Matthew Flatt
3028094e42 correct handing of mark-stack overflow in ephemeron processing
svn: r3934
2006-08-02 18:37:21 +00:00
Matthew Flatt
8848d0dedd fix ancient bugs related to unexpected GC while multiple-value results are waiting in the temporary buffer (which is flushed on GC)
svn: r3927
2006-08-02 15:55:33 +00:00
Matthew Flatt
13e27951a6 fixes to match FreeBSD declarations
svn: r3925
2006-08-02 12:44:14 +00:00
Matthew Flatt
1129f4e30b repair tagged-array sweep that steps too far if an alignment word was added
svn: r3924
2006-08-02 12:36:50 +00:00
Matthew Flatt
894fbdc63e fix 3m bug related to compacting the old generation
svn: r3921
2006-08-02 02:14:24 +00:00
Matthew Flatt
b545bb5eb0 fix old Linux signal handler
svn: r3919
2006-08-01 14:08:06 +00:00
Matthew Flatt
0b844b6780 restore GC changes, since the problem seems to be elsewhere
svn: r3918
2006-08-01 14:04:29 +00:00
Matthew Flatt
97af327701 fix signal handler for write barrier
svn: r3917
2006-08-01 14:02:39 +00:00
Matthew Flatt
be23f457c0 try rewinding the other 3m GC change, instead
svn: r3916
2006-08-01 12:48:48 +00:00
Matthew Flatt
38041e300a revert allocation fast paths, to check whether it affects builds on various machines
svn: r3914
2006-08-01 04:32:09 +00:00
Matthew Flatt
b603af9095 block SIGCHLD during write-barrier signal handler
svn: r3913
2006-07-31 22:23:54 +00:00
Matthew Flatt
8fb5ec72bc use build-dir mzscheme to run setup, which is needed in particular when DESTDIR is set
svn: r3904
2006-07-31 13:27:11 +00:00
Matthew Flatt
a020290c65 352.2, including clean up of MSVC 8.0 build warnings
svn: r3903
2006-07-31 13:06:39 +00:00
Matthew Flatt
978d158687 inline char= and other minor tweaks
svn: r3881
2006-07-28 20:07:26 +00:00
Matthew Flatt
7584f351ea fix NUMPAD4 handling
svn: r3880
2006-07-28 20:06:53 +00:00
Matthew Flatt
961c898440 cannot convert if a tl is required and lifts are not allowed
svn: r3874
2006-07-28 17:57:21 +00:00
Matthew Flatt
d1171459ed allow mid-stream EOFs from non-file devices
svn: r3872
2006-07-28 16:51:03 +00:00
Matthew Flatt
99737131f2 allocation/GC tweaks, such as faster path for 3m cons
svn: r3871
2006-07-28 16:48:24 +00:00
Matthew Flatt
b930ce0747 352.1
svn: r3861
2006-07-28 13:00:14 +00:00
Eli Barzilay
4011f18aef Stupid DevStudio will not respect newlines in .vcproj command hooks,
so added the &#... magic in (but kept newlines for readbility).

svn: r3853
2006-07-27 20:32:44 +00:00
Eli Barzilay
582d68347c upgraded solution and project files to 8.0
svn: r3850
2006-07-27 19:56:23 +00:00
Eli Barzilay
611ca37285 undo .sln update -- will need to re-commit with additional changed files
svn: r3847
2006-07-27 18:43:54 +00:00
Eli Barzilay
7a9d8cc421 v352
svn: r3846
2006-07-27 18:42:43 +00:00
Eli Barzilay
7040531a7a upgraded solution files to 8.0
svn: r3841
2006-07-27 16:57:59 +00:00
Matthew Flatt
0bab258328 fixed backward subprocess-kill handling of force argument
svn: r3838
2006-07-27 12:34:59 +00:00
Matthew Flatt
ce1ab94877 352
svn: r3833
2006-07-27 03:28:58 +00:00
Robby Findler
8792aad7a2 x86_64 JIT repairs
svn: r3824
2006-07-26 15:21:25 +00:00
Matthew Flatt
dab84d10b2 try to fix for OpenBSD x86_64
svn: r3822
2006-07-26 12:30:43 +00:00
Matthew Flatt
88cf3dda2e fix exn message
svn: r3790
2006-07-24 12:59:01 +00:00
Matthew Flatt
a872136cea 351.1
svn: r3789
2006-07-24 12:55:37 +00:00
Matthew Flatt
4c1758866c fix 3m problem with display of symbols
svn: r3786
2006-07-23 14:57:57 +00:00
Matthew Flatt
92723b21c6 fix JIT bug in checking last arg for string-set
svn: r3777
2006-07-21 12:34:35 +00:00
Matthew Flatt
56de304927 support user-selected libtool program, give better feedback on selected options
svn: r3741
2006-07-17 13:23:27 +00:00
Matthew Flatt
2f6e4e1996 fix typo, and fix screen<->client
svn: r3739
2006-07-17 03:17:12 +00:00
Matthew Flatt
efc4ea0c7f find frame position correctly when minimized
svn: r3738
2006-07-17 03:07:58 +00:00
Matthew Flatt
5c21fee0a5 fix 'only' imports when module re-exports #%kernel
svn: r3734
2006-07-16 23:50:51 +00:00
Matthew Flatt
721cdd300b fix bytes->string/utf-8 when permissive char is NUL
svn: r3724
2006-07-16 12:49:46 +00:00
Eli Barzilay
aaa35b6c37 bump version
svn: r3714
2006-07-15 19:41:19 +00:00
Matthew Flatt
acb574038a v351
svn: r3706
2006-07-15 00:15:06 +00:00
Matthew Flatt
454a6fa619 fix bug in checking for #%plain-module-begin
svn: r3700
2006-07-13 15:28:39 +00:00
Matthew Flatt
a4ea07d862 fix typo in LookupKey defn
svn: r3696
2006-07-13 12:37:19 +00:00
Eli Barzilay
1605526ba1 fixed more big-endian problems
svn: r3683
2006-07-11 21:44:37 +00:00
Eli Barzilay
f63abcc9de better macrology for c_to_scheme
svn: r3682
2006-07-11 20:34:59 +00:00
Matthew Flatt
f47d4a05c0 fix other-shift handling so that it does not mess up the handling of the main key
svn: r3674
2006-07-10 19:32:46 +00:00
Matthew Flatt
c2eec31714 350.5
svn: r3673
2006-07-10 17:15:58 +00:00
Matthew Flatt
5d7ad6afd9 when Ctl is pressed, favor keysym result from char mapper over char result
svn: r3672
2006-07-10 16:47:30 +00:00
Eli Barzilay
3e049310a3 catchup to cvs version of ctypes
svn: r3667
2006-07-09 22:27:22 +00:00
Robby Findler
7dba300922 fix JIT problems for x86_64 and begin0; making the multiple-value count a long probably avoids trouble
svn: r3649
2006-07-07 04:43:02 +00:00
Robby Findler
b995bc526d limb constant needs cast (in case lib type is bigger than int)
svn: r3648
2006-07-07 04:15:14 +00:00
Matthew Flatt
339651a0f5 stack-boundary check must be long load, not integer
svn: r3647
2006-07-07 04:14:37 +00:00
Robby Findler
5f2c2e58e1 another round of 64-bit SGC repairs
svn: r3646
2006-07-07 04:02:23 +00:00
Matthew Flatt
d211acd993 gmp now needs mzconfig
svn: r3645
2006-07-07 04:01:12 +00:00
Matthew Flatt
421ef32797 fix sgc collect() plausible range for 64 bits
svn: r3644
2006-07-07 03:25:15 +00:00
Matthew Flatt
93e351b50d zero out initial maps
svn: r3642
2006-07-07 01:19:07 +00:00
Matthew Flatt
ba59239378 automate endian and 64-bit-ints configuration
svn: r3641
2006-07-07 00:15:39 +00:00
Matthew Flatt
c3c98ebd6c prep SGC for 64-bit machines
svn: r3637
2006-07-06 21:46:46 +00:00
Matthew Flatt
993a3442bd remove accidental ~ files
svn: r3635
2006-07-06 21:10:10 +00:00
Matthew Flatt
ac267d077f upgrade to Boehm GC version 6.7
svn: r3634
2006-07-06 21:08:23 +00:00
Matthew Flatt
6f29e3f0c0 350.4
svn: r3629
2006-07-06 18:01:17 +00:00
Matthew Flatt
0a9cb82013 try to fix infinite loop in hashing
svn: r3611
2006-07-06 04:10:33 +00:00
Matthew Flatt
8fa40a972a change syntax/loc to leave alone a template that contains just a pattern variable
svn: r3601
2006-07-05 19:32:42 +00:00
Matthew Flatt
a8ab7c9c26 fix syntax error message for (define x)
svn: r3599
2006-07-05 16:24:23 +00:00
Matthew Flatt
456d18a712 check result of module name resolver
svn: r3598
2006-07-05 15:43:38 +00:00
Matthew Flatt
576ac28822 swap order of copytree and mred steps, so that Starter.app is not deleted
svn: r3597
2006-07-05 13:13:04 +00:00