Commit Graph

2112 Commits

Author SHA1 Message Date
Matthew Flatt
523d7db8bc fix recover script
svn: r2953
2006-05-16 16:02:41 +00:00
Jay McCarthy
5c392a8d72 immutable
svn: r2952
2006-05-16 11:24:15 +00:00
Eli Barzilay
80275f7ace Welcome to a new PLT day.
svn: r2951
2006-05-16 07:50:02 +00:00
Eli Barzilay
608b840791 comment about random numbers, and put them last
svn: r2949
2006-05-15 21:29:51 +00:00
Matthew Flatt
f712826c1c update READMEs for path changes to date
svn: r2946
2006-05-15 17:19:43 +00:00
Matthew Flatt
c37e9236b0 change 'code point' to 'scalar value'
svn: r2944
2006-05-15 16:20:19 +00:00
Matthew Flatt
f7553f617b support multiples collects paths embedded in an executable
svn: r2943
2006-05-15 16:14:55 +00:00
Matthew Flatt
9840aaf47c filled shapes should set brush
svn: r2942
2006-05-15 14:49:09 +00:00
Eli Barzilay
b966da9e04 Welcome to a new PLT day.
svn: r2941
2006-05-15 07:50:01 +00:00
Matthew Flatt
36f0720c5a fix bad uses of installer argument
svn: r2939
2006-05-14 13:05:50 +00:00
Matthew Flatt
aaa9a18c77 fix header-size calculation
svn: r2938
2006-05-14 12:40:00 +00:00
Matthew Flatt
9be16da09b directly manipulate mach-o to change framework path or to add code for a stand-alone executable
svn: r2937
2006-05-14 12:25:37 +00:00
Eli Barzilay
8b0873adf4 Welcome to a new PLT day.
svn: r2936
2006-05-14 07:50:01 +00:00
Matthew Flatt
b04da77a20 fix collapse-module-path for rel-to of .
svn: r2933
2006-05-13 15:27:21 +00:00
Eli Barzilay
22be82f603 Welcome to a new PLT day.
svn: r2932
2006-05-13 07:50:02 +00:00
Eli Barzilay
da612a25ef set svn:eol-style
svn: r2931
2006-05-13 06:10:05 +00:00
Jay McCarthy
34cd19c52e allowing different continuation managers
svn: r2930
2006-05-13 06:05:04 +00:00
Eli Barzilay
18c28a5316 CRLF -> LF
svn: r2928
2006-05-12 23:28:35 +00:00
Matthew Flatt
e54a49f4ce bad ext path could confuse cm.ss
svn: r2926
2006-05-12 22:04:54 +00:00
Matthew Flatt
9bd72dab8f forgot the new dirs.ss file
svn: r2925
2006-05-12 21:19:03 +00:00
Matthew Flatt
8ed6d36b33 no more PLTHOME anywhere; instead, there's a dir.ss library to find various directories
svn: r2924
2006-05-12 21:14:02 +00:00
Eli Barzilay
c19a75a125 set svn:eol-style
svn: r2922
2006-05-12 16:56:00 +00:00
Jay McCarthy
15381cd7f5 reorganization
svn: r2921
2006-05-12 16:37:05 +00:00
Matthew Flatt
29209ad625 Jay's patch to speed up thread creation in 3m
svn: r2920
2006-05-12 16:06:55 +00:00
Eli Barzilay
5160a8a3a5 Welcome to a new PLT day.
svn: r2919
2006-05-12 07:50:02 +00:00
Eli Barzilay
f3b51bcd26 minor tweak
svn: r2917
2006-05-12 05:45:01 +00:00
Eli Barzilay
283cb0dffd some more touchups
svn: r2916
2006-05-12 04:42:52 +00:00
Eli Barzilay
fd96a129f3 Finished with C-ing the code, it's now 2.5 times faster than it was,
and spending only 7% of the GC time it used to spend.

svn: r2915
2006-05-12 00:03:40 +00:00
Eli Barzilay
1e760c0546 reuse the same words vector on every block, x1.5 speedup
svn: r2914
2006-05-11 22:42:17 +00:00
Eli Barzilay
71ba559f96 more cleanup before actual changes
svn: r2913
2006-05-11 21:41:01 +00:00
Kathy Gray
a74548cd95 Correction to no reachable return bug in the presence of loops. Slight modifications to parse-error messages.
svn: r2911
2006-05-11 21:20:31 +00:00
Eli Barzilay
6264ad30db major cleanup
svn: r2910
2006-05-11 20:59:27 +00:00
Matthew Flatt
727ac66143 fix macro call
svn: r2909
2006-05-11 20:26:46 +00:00
Matthew Flatt
e3e4115ac5 fix case-insensitive search
svn: r2908
2006-05-11 19:31:40 +00:00
Matthew Flatt
fd9266eb79 allow Windows build to live in a path that includes non-ASCII characters
svn: r2907
2006-05-11 18:08:27 +00:00
Matthew Flatt
0416367a7f make spell check work right with aspell
svn: r2906
2006-05-11 15:31:03 +00:00
Eli Barzilay
d7985ca7a1 Welcome to a new PLT day.
svn: r2905
2006-05-11 07:50:02 +00:00
Matthew Flatt
0d0a34d4ca fix 3m-unfriendly shadowing
svn: r2903
2006-05-11 02:14:47 +00:00
Matthew Flatt
bbdbec15d5 fixed UTF-16 conversin for Windows
svn: r2902
2006-05-10 16:28:51 +00:00
Matthew Flatt
97e800aeee improved/corrected UTF-16 tests
svn: r2901
2006-05-10 16:28:25 +00:00
Matthew Flatt
30ad72f765 UTF-16 tests
svn: r2900
2006-05-10 14:55:40 +00:00
Matthew Flatt
7b85b85311 add built-in UTF-16 bytes converter
svn: r2899
2006-05-10 14:55:25 +00:00
Eli Barzilay
13f964d989 Welcome to a new PLT day.
svn: r2898
2006-05-10 07:50:02 +00:00
Matthias Felleisen
52a3006c43 turned off testing
svn: r2892
2006-05-09 19:07:18 +00:00
Matthew Flatt
e3bd7b2887 that should have been --source, not --multi
svn: r2889
2006-05-09 17:01:47 +00:00
Matthew Flatt
2e944e3e2e add --multi mode for -o/-g
svn: r2888
2006-05-09 16:58:37 +00:00
Jacob Matthews
92838554ff .
svn: r2887
2006-05-09 16:51:55 +00:00
Matthias Felleisen
e1f0989933 forgot union
svn: r2886
2006-05-09 16:08:28 +00:00
Matthias Felleisen
f81804cbe3 wizard adopted to interfaces
svn: r2885
2006-05-09 16:01:34 +00:00
Matthew Flatt
3f3a8e6497 fix procedure-name typo
svn: r2884
2006-05-09 16:01:18 +00:00