Matthew Flatt
a26b334c67
proprocessor doc, merge scribblings and doc-categories fields
...
svn: r9414
2008-04-23 00:20:25 +00:00
Robby Findler
0676cfed88
renamed r5rs language
...
svn: r9338
2008-04-16 21:06:49 +00:00
Matthew Flatt
021d4d7527
new hash function names and ops (3.99.0.23)
...
svn: r9209
2008-04-08 21:42:38 +00:00
Matthew Flatt
5165d9e855
sync Ryan's macro-debugger changes
...
svn: r9166
2008-04-04 17:38:23 +00:00
Eli Barzilay
b76390a452
revise the way setup-plt crawls over the collection trees
...
svn: r8860
2008-03-03 22:04:28 +00:00
Eli Barzilay
b1a08edd5a
use new require specs in many places
...
svn: r8774
2008-02-23 09:42:03 +00:00
Eli Barzilay
699c40643d
* Changed setup-plt to compile collections if they have an "info.ss"
...
file. (That is, it does not require the file to have a `name'
entry.)
* The name shown when setup works is the directory name, followed by
the `name' field from the info file when specified.
* This means that many `name's are no longer needed, so I'm removing
them. To see if you need a `name' entry, consider that the name
will be shown like this:
... foo (<your name here>)
This means that if the name is the same as the directory name, then
there is no point in having it. I also removed cases where the name
differed only in its capitalization for collections where the case
is obvious.
* Also, for subcollections, the name should clarify the name of the
subcollection in context. For example "Acknowledgments" explains
what scribbling/acks is, but there's no need to add the context name
as in "Scribblings: Acknowledgments".
* There may also be a point in keeping names for other uses. One such
example was in games, where the name field was used in the PLT Games
application. (This was changed to default on the directory name, so
it is no longer needed in most games.) Another example is in planet
packages.
svn: r8629
2008-02-12 10:33:01 +00:00
Ryan Culpepper
13a3c31ad5
changed macro-debugger to use v4 syntax (mostly)
...
svn: r8544
2008-02-05 21:56:49 +00:00
Ryan Culpepper
6fa6ea3bb3
scribbled macro-debugger docs
...
svn: r8542
2008-02-05 17:38:58 +00:00
Eli Barzilay
3c72e71e24
switched info.ss files to #lang
...
svn: r8532
2008-02-04 23:00:35 +00:00
Eli Barzilay
59b5f3a727
removed unused doc.txt entries from info.ss files
...
svn: r8529
2008-02-04 20:31:04 +00:00
Eli Barzilay
d78396aaf9
remove unused blurb fields
...
svn: r8526
2008-02-04 17:16:06 +00:00
Ryan Culpepper
58ffe9133e
macro stepper: improved error reporting
...
svn: r8012
2007-12-14 21:48:47 +00:00
Ryan Culpepper
75b2415a96
macro stepper: enabled for "Module", improved debugging setup
...
svn: r7981
2007-12-12 22:56:05 +00:00
Ryan Culpepper
f0567df751
Macro stepper: made error printing more uniform
...
svn: r7892
2007-12-03 13:45:44 +00:00
Ryan Culpepper
1608a90ab0
Macro stepper: show error message for interrupted expansion
...
svn: r7891
2007-12-03 13:43:31 +00:00
Ryan Culpepper
c68035079f
Macro stepper: better error handling
...
svn: r7890
2007-12-03 13:38:20 +00:00
Ryan Culpepper
60fe499e4e
merged changes from branches/ryanc/ms-v4
...
svn: r7741
2007-11-15 18:37:40 +00:00
Ryan Culpepper
d3fe81cb16
fixed macro stepper cursors (no mpairs)
...
svn: r7713
2007-11-13 21:21:37 +00:00
Matthew Flatt
39cedb62ed
v3.99.0.2
...
svn: r7706
2007-11-13 12:40:00 +00:00
Ryan Culpepper
2d59128e59
Macro stepper: navigation preserves visible line range
...
svn: r7596
2007-10-30 22:02:17 +00:00
Ryan Culpepper
05b37c3ed7
Macro stepper: moved warnings from separate frame to panel/term
...
svn: r7483
2007-10-11 01:38:28 +00:00
Ryan Culpepper
324ccee027
fixed syntax browser bug (mailing list 10/10/2007)
...
svn: r7481
2007-10-10 23:29:56 +00:00
Ryan Culpepper
3f7ef88416
Macro stepper: fixed bugs and added new binding info (#%app, #%top, #%datum)
...
svn: r7395
2007-09-21 21:03:50 +00:00
Ryan Culpepper
d4e96a80cb
Macro stepper: added navigation methods
...
svn: r7335
2007-09-14 18:45:14 +00:00
Matthew Flatt
e4cbc4e6a9
371.2
...
svn: r7263
2007-09-02 17:39:32 +00:00
Ryan Culpepper
da4c99f231
Macro stepper: fail gracefully on frontier-computation errors
...
svn: r7231
2007-08-30 21:44:10 +00:00
Ryan Culpepper
2be282a0be
Macro Stepper: merged new ui from branches/ryanc/ms-new-ui
...
svn: r7215
2007-08-29 20:42:01 +00:00
Ryan Culpepper
a82f539350
Macro stepper: obsolete-frame warning now in yellow
...
svn: r6229
2007-05-18 03:22:00 +00:00
Ryan Culpepper
927c5b5b46
Macro stepper:
...
fixed bug in hiding + lifts in module
explicit error on lift/let
svn: r6228
2007-05-17 17:56:08 +00:00
Ryan Culpepper
abe929fda8
Macro stepper:
...
added obsolete warning
added filename to frame label
svn: r6218
2007-05-12 23:55:17 +00:00
Ryan Culpepper
3cf3fe7ed9
Macro stepper: bug in match clause
...
svn: r6183
2007-05-08 21:22:55 +00:00
Ryan Culpepper
e4e5ec4074
Macro stepper:
...
- removed dead seek-syntax code
- fixed bug related to hiding + errors
- fixed bug finding bindings in interrrupted expansion
svn: r6182
2007-05-08 20:56:37 +00:00
Ryan Culpepper
28ce091fb2
Macro stepper: fixed bug in frontier tracking
...
svn: r6113
2007-05-01 19:17:01 +00:00
Ryan Culpepper
e36f77a748
Macro stepper: fixed quasisyntax pretty-print bug
...
svn: r6010
2007-04-21 17:23:38 +00:00
Ryan Culpepper
fec1da11bb
Macro stepper: new notify-box control
...
svn: r5956
2007-04-16 15:54:57 +00:00
Ryan Culpepper
4c30528212
Macro stepper: hiding process tracks phase
...
svn: r5955
2007-04-16 15:54:07 +00:00
Ryan Culpepper
b49fbe2765
Macro stepper: added new options, new command (show in new frame)
...
svn: r5933
2007-04-13 21:33:34 +00:00
Ryan Culpepper
d29f1d82fc
Macro stepper:
...
added option to force letrec transformation
made macro hiding slightly more resilient in presence of local actions
svn: r5932
2007-04-13 21:26:49 +00:00
Ryan Culpepper
bdd53d5f3c
Macro stepper: reductions preserve properties etc
...
svn: r5931
2007-04-13 21:25:34 +00:00
Ryan Culpepper
ebb27d0d0f
Macro stepper: tackable arrows
...
svn: r5930
2007-04-13 16:56:32 +00:00
Ryan Culpepper
80af3f491c
Macro stepper: abbreviate quote etc when appropriate
...
svn: r5929
2007-04-13 16:54:59 +00:00
Ryan Culpepper
ea00e7a68b
Macro stepper: changed rep/parsing of local-expand etc
...
svn: r5849
2007-03-30 20:09:44 +00:00
Ryan Culpepper
a056844d33
Macro stepper: fixed handling of #%expression
...
svn: r5848
2007-03-30 18:15:17 +00:00
Ryan Culpepper
ac983b32a6
Macro stepper: refactored display code
...
svn: r5775
2007-03-14 21:33:59 +00:00
Ryan Culpepper
64f062f5a5
Macro stepper:
...
improved interaction of hiding and lifting (outside of modules, mostly)
only mzscheme's top-interaction is stripped off automatically now
svn: r5754
2007-03-08 03:20:15 +00:00
Ryan Culpepper
3facbd99ab
Macro stepper: added final definite reference result
...
svn: r5746
2007-03-07 05:22:42 +00:00
Ryan Culpepper
e67d7180f5
Macro stepper: fixed missing-arg bug
...
svn: r5725
2007-03-03 17:42:12 +00:00
Ryan Culpepper
bb937c80a1
Macro stepper: improved frontier tracking and macro hiding
...
svn: r5724
2007-03-03 09:08:23 +00:00
Ryan Culpepper
c340b21110
Macro stepper: added basic expansion-frontier tracking and display
...
svn: r5715
2007-03-01 23:45:55 +00:00