Matthew Flatt
de4352d8fc
avoid depending on the message text for a cm-accomplice event
...
svn: r11355
2008-08-20 13:37:57 +00:00
Matthew Flatt
6516518ae5
fix cm-accomplice and avoid redundant reader-module dependencies
...
svn: r11354
2008-08-20 13:29:42 +00:00
Eli Barzilay
15cf8e72e1
Welcome to a new PLT day.
...
svn: r11353
2008-08-20 06:30:53 +00:00
Eli Barzilay
825a660254
deal with planet hard links
...
svn: r11352
2008-08-20 06:30:30 +00:00
Matthias Felleisen
66bed75bd3
fixed docs for lang
...
svn: r11351
2008-08-20 02:38:02 +00:00
Eli Barzilay
cdc45a3e64
refactored, and made the roots return the implicitly ignored directories still (so setup-plt doesnt try to compile .svn)
...
svn: r11350
2008-08-20 02:19:41 +00:00
Matthew Flatt
9137d5367e
set appripriate reader parameters for info.ss and .sxref files
...
svn: r11349
2008-08-20 01:15:22 +00:00
Matthew Flatt
d1d68c1aed
fix max-depth JIT patch
...
svn: r11348
2008-08-19 23:05:42 +00:00
Matthew Flatt
49f2f894d6
fix non-tail self call with lots of args
...
svn: r11347
2008-08-19 22:58:48 +00:00
Matthew Flatt
1be4c39592
avoid x86_64 warning
...
svn: r11346
2008-08-19 22:46:46 +00:00
Matthew Flatt
c5c8adff22
jit: avoid some register shuffling
...
svn: r11345
2008-08-19 22:44:55 +00:00
Matthew Flatt
a944fdae8d
jit: save some instructions on self non-tail call
...
svn: r11344
2008-08-19 21:28:18 +00:00
Jay McCarthy
3d8b5e748d
Adding prototype template language
...
svn: r11343
2008-08-19 20:44:34 +00:00
Sam Tobin-Hochstadt
a16f879e24
Fix docs to work around schememod bug
...
svn: r11342
2008-08-19 19:57:59 +00:00
Sam Tobin-Hochstadt
d546d6e045
Better error messages for require/opaque-type
...
svn: r11341
2008-08-19 19:48:24 +00:00
Sam Tobin-Hochstadt
79b4f2d078
Print struct names without [].
...
svn: r11340
2008-08-19 19:40:38 +00:00
Eli Barzilay
cff3200cf4
Welcome to a new PLT day.
...
svn: r11339
2008-08-19 17:50:30 +00:00
Eli Barzilay
52830469fe
couple of typos
...
svn: r11338
2008-08-19 17:15:22 +00:00
Eli Barzilay
f0e342414b
the result type of main-collects-relative->path is now a path
...
svn: r11337
2008-08-19 17:12:56 +00:00
Eli Barzilay
fb56a59571
fix main-relative->path* (check and throw a type error) and fix the doc accordingly, do path->main-relative* too
...
svn: r11336
2008-08-19 17:10:50 +00:00
Kathy Gray
f095993e4c
commented out duplicate method
...
svn: r11335
2008-08-19 17:10:05 +00:00
Robby Findler
978ca07626
argh. forgot to check this in before the release.
...
svn: r11334
2008-08-19 17:08:55 +00:00
Kathy Gray
b0aeb1d259
Getting source of error into test reports
...
svn: r11333
2008-08-19 17:03:40 +00:00
Matthew Flatt
b8147e1e2e
new version number to go with cm repairs
...
svn: r11332
2008-08-19 16:23:44 +00:00
Matthew Flatt
bf17f5a134
fix cm to work with relative-path dependencies
...
svn: r11331
2008-08-19 15:58:43 +00:00
Matthew Flatt
9720e0151e
fix cm
...
svn: r11330
2008-08-19 15:32:47 +00:00
Matthew Flatt
ebab4270bf
fix letrec compilation when call/cc is used on the RHS of something that otherwise looks like it could be let*; add #%in annotations to decompiler output
...
svn: r11329
2008-08-19 15:18:09 +00:00
Matthew Flatt
ece880b3a2
jit tweak for structure predicates/accessors
...
svn: r11328
2008-08-19 11:49:08 +00:00
Matthew Flatt
3ead9c435f
fix 3m build for moved cm
...
svn: r11327
2008-08-19 11:17:14 +00:00
Eli Barzilay
4ee2402b8f
Welcome to a new PLT day.
...
svn: r11326
2008-08-19 10:32:42 +00:00
Eli Barzilay
c23d1e7d83
some info tweaks
...
svn: r11325
2008-08-19 10:32:18 +00:00
Eli Barzilay
850af38cfe
* Added `setup/private/omitted-paths' as a central point for getting
...
omitted paths -- including entries from parent directories
* This code automatically includes "compiled", ".*" and "doc" (unless
in the main tree), which nicely unifies the pieces of code that
duplicated this check (compiler/compiler-unit and setup/setup-unit).
svn: r11324
2008-08-19 10:28:22 +00:00
Eli Barzilay
2a16188855
svn: r11323
2008-08-19 05:04:21 +00:00
Robby Findler
47521e5ea4
improved printing a little bit for stepper and traces
...
svn: r11322
2008-08-19 04:57:33 +00:00
Eli Barzilay
156d3364df
better use of new sort
...
svn: r11321
2008-08-19 04:55:32 +00:00
Eli Barzilay
0dbc0d472e
web-server-tutorial rename
...
svn: r11320
2008-08-19 04:49:16 +00:00
Matthew Flatt
13182685e6
nbody binary arithmetic etc.
...
svn: r11319
2008-08-19 03:29:04 +00:00
Matthew Flatt
85405bc80b
misc accumulated mzscheme tweaks
...
svn: r11318
2008-08-19 02:30:20 +00:00
Matthew Flatt
76cf25fc12
document 'mzc --decompile'
...
svn: r11317
2008-08-19 00:50:52 +00:00
Eli Barzilay
08044ac0f9
svn: r11316
2008-08-19 00:41:01 +00:00
Eli Barzilay
d658753e8b
svn: r11315
2008-08-19 00:32:10 +00:00
Eli Barzilay
da3b476e80
finish the cm move: change all requires, leave stub files in mzlib
...
svn: r11314
2008-08-19 00:22:57 +00:00
Eli Barzilay
2a2977d804
move mzlib/cm and mzlib/cm-accomplice to compiler
...
svn: r11313
2008-08-19 00:15:00 +00:00
Eli Barzilay
a48366ce12
move cm-ctime to compiler/private, move away compiler/cm and compiler/cm-accomplice stubs
...
svn: r11312
2008-08-19 00:13:43 +00:00
Matthew Flatt
64c655a516
add --decompile blade to mzc and refine decompiler output
...
svn: r11310
2008-08-19 00:04:20 +00:00
Eli Barzilay
1f4d924acf
somehow I feel better with downcase image filenames in this case
...
svn: r11309
2008-08-18 22:41:50 +00:00
Eli Barzilay
aa6a81e5fb
renamed "tutorial" to "web-server-tutorial"
...
svn: r11308
2008-08-18 22:37:44 +00:00
Matthew Flatt
e611829b76
expose safe-for-space clearing in decompilation
...
svn: r11307
2008-08-18 22:34:38 +00:00
Matthew Flatt
6a0a40773b
add with-cont-mark decompilation
...
svn: r11306
2008-08-18 22:28:08 +00:00
Matthew Flatt
1d754e8f66
initial version of decompiler
...
svn: r11305
2008-08-18 22:19:52 +00:00