Commit Graph

241 Commits

Author SHA1 Message Date
Matthew Flatt
4d0e4c1082 fix protect provides of syntax
svn: r2189
2006-02-10 17:57:12 +00:00
Matthew Flatt
692b99e636 remove unneeded zero_sized/closure_size field
svn: r2187
2006-02-10 15:06:55 +00:00
Matthew Flatt
b510d142f3 inline a few more little tests
svn: r2182
2006-02-09 04:04:34 +00:00
Matthew Flatt
b854ff4e50 fix JIT fuel update in non-signal-/-thread-decrement mode
svn: r2178
2006-02-08 19:47:29 +00:00
Matthew Flatt
f8bd35592d fix hash for +inf.0, -inf.0, +nan.0; cannot use frexp; also hash 0.0 and -0.0 differently
svn: r2177
2006-02-08 19:25:40 +00:00
Matthew Flatt
6f6df78f85 fix case-lambda name bug
svn: r2176
2006-02-08 19:24:38 +00:00
Matthew Flatt
4884ac0cab fixed name for case-lambda, especially in stack traces
svn: r2169
2006-02-08 13:43:07 +00:00
Matthew Flatt
fedc1f1dde conts that differ only in marks, one last time
svn: r2161
2006-02-07 18:41:33 +00:00
Matthew Flatt
76399b5011 re-enable stack-trace approximation for captured continuations
svn: r2159
2006-02-07 17:36:05 +00:00
Matthew Flatt
f0ecc49802 set cont_key mark before capturing
svn: r2158
2006-02-07 17:30:41 +00:00
Matthew Flatt
446e0becb8 improve continuation recycling to be insensitive to the latest stack-trace mark
svn: r2157
2006-02-07 17:18:40 +00:00
Matthew Flatt
fbc091dab6 /Oy- for MzScheme build
svn: r2153
2006-02-07 16:30:29 +00:00
Matthew Flatt
d65b9cb407 JIT opts for or and and
svn: r2151
2006-02-07 14:48:53 +00:00
Matthew Flatt
af252e9c94 fix mangling of native stack traces
svn: r2146
2006-02-06 19:03:50 +00:00
Matthew Flatt
e3571e1483 301.5
svn: r2142
2006-02-06 17:28:01 +00:00
Matthew Flatt
341ce31507 fix file-size for Windows UNC or //?/ paths
svn: r2111
2006-02-03 20:46:27 +00:00
Matthew Flatt
f5dec47e4e always initialize dc with map mode
svn: r2109
2006-02-03 19:37:57 +00:00
Matthew Flatt
5c77673da3 attempts to improve expansion/compilation for deeply nested scopes
svn: r2088
2006-02-02 15:36:23 +00:00
Matthew Flatt
bc0f1265c5 fix aliasing bug in jit-buffer comparison
svn: r2063
2006-01-31 21:23:35 +00:00
Matthew Flatt
444a36395f fix is_short
svn: r2054
2006-01-31 00:36:15 +00:00
Matthew Flatt
47aadf7789 Lauri's qq patch to use list* instead of cons
svn: r2051
2006-01-30 20:14:38 +00:00
Matthew Flatt
d8ba613559 lightning credits
svn: r2048
2006-01-30 19:27:42 +00:00
Matthew Flatt
adaf67929a v301.4
svn: r2046
2006-01-30 19:22:10 +00:00
Matthew Flatt
6bfe687783 put mzscheme in charge of freeing getaddrinfo records that it creates
svn: r1848
2006-01-17 19:45:27 +00:00
Eli Barzilay
3692afbc59 follow libffi changes
svn: r1833
2006-01-15 18:01:40 +00:00
Eli Barzilay
9083ff9b93 removed msvcr71
svn: r1820
2006-01-13 06:46:20 +00:00
Eli Barzilay
2e134ae59c removed pltgdi
svn: r1819
2006-01-13 06:39:48 +00:00
Matthew Flatt
ff929b8fd1 3m fix in non-getaddrinfo mode
svn: r1795
2006-01-10 11:45:48 +00:00
Matthew Flatt
4d94799c1a one more initial-snip fix for default-style-name
svn: r1787
2006-01-08 16:42:01 +00:00
Matthew Flatt
f6ff774bef fixed initial snip for default-style-name
svn: r1786
2006-01-08 16:40:16 +00:00
Matthew Flatt
a4bc935235 renamed get-default-style-name to default-style-name
svn: r1785
2006-01-08 14:26:34 +00:00
Matthew Flatt
b1667eb4df add get-default-style-name to editor<%>
svn: r1784
2006-01-08 12:34:23 +00:00
Matthew Flatt
274fa978cf (if (not (not X)) Y Z) compiles as (if X Y Z), etc.
svn: r1770
2006-01-05 17:37:17 +00:00
Matthew Flatt
f4cae8e9ca (if (not X) Y Z) compiles as (if X Z Y)
svn: r1769
2006-01-05 17:35:31 +00:00
Matthew Flatt
f0059665b6 fix post-install gc2.h include, no explicit load of msvcr71.dll
svn: r1762
2006-01-04 21:53:10 +00:00
Matthew Flatt
4478174a46 new file for avoiding pltgdi
svn: r1761
2006-01-04 16:29:51 +00:00
Matthew Flatt
d955df71ba use gdiplus.dll directly, instead of pltgdi_xxxxxxx.dll
svn: r1756
2006-01-03 20:17:02 +00:00
Matthew Flatt
812e993c11 added missing DELAYLOD for libmred
svn: r1749
2006-01-03 05:15:08 +00:00
Matthew Flatt
5de8aa8318 add space in RPATH; propagate schemef.h info
svn: r1748
2006-01-03 05:10:51 +00:00
Matthew Flatt
5cfb159cae delay-load non-system DLLs in MzScheme and MrEd executables
svn: r1746
2006-01-02 23:09:25 +00:00
Matthew Flatt
a1d1006ab1 fix equal hashing on symbols
svn: r1738
2005-12-31 21:05:35 +00:00
Matthew Flatt
dd75f93aee added stack-overflow check in mpi resolution
svn: r1734
2005-12-31 16:07:22 +00:00
Matthew Flatt
bb7ec163ba fix buffer allocation
svn: r1733
2005-12-31 16:06:32 +00:00
Matthew Flatt
f60df3fbe5 no getaddrinfo means no getnameinfo, either
svn: r1725
2005-12-31 02:52:53 +00:00
Matthew Flatt
28a7caa6bd moved misplaced definitions
svn: r1724
2005-12-31 02:30:45 +00:00
Matthew Flatt
9d5323fb57 configure test for getaddrinfo, use gethostbyname when getaddrinfo is not available
svn: r1723
2005-12-31 02:21:47 +00:00
Matthew Flatt
060f7c026c eliminate dependency on X11/bitmaps
svn: r1721
2005-12-30 22:52:26 +00:00
Matthew Flatt
e422152bc4 undo off by default, Emacs-style undo added
svn: r1719
2005-12-30 21:41:58 +00:00
Matthew Flatt
1e0dfa7a44 fix equal hashing with stack overflow
svn: r1717
2005-12-30 15:49:20 +00:00
Eli Barzilay
6745d9c651 uniplt -> extradlls
svn: r1701
2005-12-27 18:25:35 +00:00