Commit Graph

20069 Commits

Author SHA1 Message Date
Jono Spiro
ffd45198fa demos are updated based on feedback.
a few "useful-code" functions were added and documented.

svn: r149
2004-08-06 11:25:19 +00:00
Jono Spiro
04e9cefc17 moved marks.ss to mztake and removed all references to stepper.
changed mztake-process to define-mztake-process
changed 'break to 'entry
improved error messages

traces get processed in the order they are defined in the script file now.

svn: r148
2004-08-06 03:14:02 +00:00
Jono Spiro
2d5242e5f4 svn: r147 2004-08-06 00:10:10 +00:00
Jono Spiro
3ce041fcc0 svn: r146 2004-08-05 20:32:09 +00:00
Jono Spiro
40621f7288 fixed break
svn: r145
2004-08-05 15:42:27 +00:00
Jono Spiro
e9d37607ef svn: r144 2004-08-05 06:42:37 +00:00
Jono Spiro
37099e292b svn: r143 2004-08-05 06:16:33 +00:00
Jono Spiro
a2c214098c svn: r142 2004-08-05 02:51:18 +00:00
Jono Spiro
e53589120f svn: r141 2004-08-05 02:42:30 +00:00
Jono Spiro
942edb0d85 svn: r140 2004-08-05 02:32:02 +00:00
Jono Spiro
1b23b100bc svn: r139 2004-08-05 02:30:57 +00:00
Jono Spiro
9fb5cc98c8 updated and commented all the demos, renamed higher-order.
svn: r138
2004-08-04 19:33:43 +00:00
Jono Spiro
94cc1c3b72 fixed a subtle bug in annotator? in the debugger-model -- it was using eq? instead of equal?
added (though it is broken) the dijkstra demo

updated the heap.ss file for frtime -- greg needs a copy of this.

added history-e

svn: r137
2004-08-04 10:20:23 +00:00
Jono Spiro
1bf87542d9 svn: r136 2004-08-04 09:29:53 +00:00
Jono Spiro
3de4a75c5e svn: r135 2004-08-04 08:33:10 +00:00
Jono Spiro
c578b7218a svn: r134 2004-08-04 08:17:54 +00:00
Jono Spiro
bbfd480ea5 Moved the annotator from stepper to mztake, and removed some printfs it was using. We no longer use any code from stepper except for what the annotator uses, and marks.ss.
Updated the doc.

svn: r133
2004-08-04 08:16:02 +00:00
Jono Spiro
65d16858c8 Added highway demo.
Updated the tool.

the doc is completed

syntax was updated again

svn: r132
2004-08-04 07:03:45 +00:00
Jono Spiro
99eb4de4f7 svn: r131 2004-08-04 06:32:13 +00:00
Jono Spiro
9619e7f4dd Relocated the demos...
svn: r130
2004-08-04 04:53:00 +00:00
Jono Spiro
468fe00eb9 svn: r129 2004-08-04 04:34:31 +00:00
Jono Spiro
c166ef81b4 Updated the demos for the new syntax.
svn: r128
2004-08-03 23:10:12 +00:00
Jono Spiro
1fc5e1efea Updated FrTime
Created the MzTake language and updated sine demo to reflect it.

svn: r127
2004-08-03 21:25:04 +00:00
Jono Spiro
17d72dcfe6 svn: r126 2004-08-03 19:20:47 +00:00
Jono Spiro
fa9459d08d - wrote debugger macro
svn: r125
2004-08-03 18:24:16 +00:00
Jono Spiro
1b25e0a121 svn: r124 2004-08-03 17:29:54 +00:00
Jono Spiro
ef45b36a50 contracted all script functions
working on better syntax errors

svn: r123
2004-08-03 04:57:06 +00:00
Jono Spiro
f03dbc8d9a getting ready for a release -- turned off all the debug output; added more useful output
still have the hack to define the main client

svn: r122
2004-08-02 20:35:15 +00:00
Jono Spiro
e641ac9b24 fixed the ordering of the hack that chooses the main module to load
svn: r121
2004-08-02 14:41:16 +00:00
Jono Spiro
437da77c98 #%mrepdkernel problem is fixed -- I now make namespaces with (make-namespace-with-mred).
svn: r120
2004-07-30 21:08:06 +00:00
Jono Spiro
f7b735a997 improved speed (eventspaces are the only things causing lots of garbage -- but using new threads garbage collects more often -- making synchronous calls to receive-results is fastest, but you lost control of the anim window)
demos are all working

I have *not* fixed the problem with the mredkernel when require/annotations yet

svn: r119
2004-07-30 20:32:50 +00:00
Jono Spiro
25b2b3cb44 svn: r118 2004-07-30 17:55:54 +00:00
Jono Spiro
8223b03b3b got it mostly working ... problems with require/annotations
svn: r117
2004-07-30 07:57:55 +00:00
Jono Spiro
fc52c29f5d svn: r116 2004-07-30 03:47:23 +00:00
Jono Spiro
a9923f1b16 transition...
svn: r115
2004-07-29 18:58:19 +00:00
Jono Spiro
a19e47e861 not even a checkpoint... trying to get the load/annotator to match up with the client's filenames as I create them.
need to make sure that the module names are unique when eval'ng them in load/annotate 

one frtime file was missing - added

svn: r114
2004-07-29 03:28:52 +00:00
Jono Spiro
7b4506e58e updated FrTime
svn: r113
2004-07-28 18:41:25 +00:00
Jono Spiro
b6551cdb07 checkpoint -- starting on integration of new code
svn: r112
2004-07-28 17:47:45 +00:00
Jono Spiro
ff42f68c3e working on a transition for multi-file debugging -- unifie d the clients such that they share semaphores and other constructs.
added a list that all clients are added to.

svn: r111
2004-07-27 22:26:51 +00:00
Jono Spiro
7f78920fc0 added a load/annotation function in prep for annotating beyond requires.
svn: r110
2004-07-27 16:05:14 +00:00
Jono Spiro
64fd726a02 working on getting modules to work
updated demos with new func names
temporarily modified debugger-model.ss

svn: r109
2004-07-23 20:08:43 +00:00
Jono Spiro
c34db4aefd change script function names a bit
working on debugging modules only

svn: r108
2004-07-23 18:23:15 +00:00
Jono Spiro
8947374ff2 .
svn: r107
2004-07-22 17:13:40 +00:00
Jono Spiro
691ab84633 added trace/break
moved demos around

svn: r106
2004-07-19 20:39:35 +00:00
Jono Spiro
847aa49832 svn: r105 2004-07-17 22:48:27 +00:00
Jono Spiro
e9465f293e svn: r104 2004-07-17 18:00:35 +00:00
Jono Spiro
046fcc9347 made mztake into a tool, updated demos.
svn: r103
2004-07-17 17:33:52 +00:00
Robby Findler
fcf7f29630 tabs remember the ints/defs state now
svn: r102
2005-06-15 21:01:42 +00:00
Kathy Gray
7f7d9bb7fb Corrected a bug in ProfJ tool for interacting with Large letters
svn: r101
2005-06-15 16:31:51 +00:00
Robby Findler
a67fa12136 added space as way to pagedown in help desk
svn: r100
2005-06-15 12:01:17 +00:00