Commit Graph

3690 Commits

Author SHA1 Message Date
Matthew Flatt
5d60ef12e1 unit clean-up for texpict, too
svn: r5161
2006-12-22 01:45:55 +00:00
Matthew Flatt
7b13755dad unit clean-up
svn: r5160
2006-12-22 01:26:58 +00:00
Matthew Flatt
343e226df1 fix cert bug, JIT-inline unbox
svn: r5159
2006-12-22 01:18:17 +00:00
Robby Findler
41675aa2ec fixed a bug in preferences reading
svn: r5158
2006-12-22 00:22:17 +00:00
Eli Barzilay
01a4a5c804 fix title in mkdocs, make it open in Scheme more in Emacs
svn: r5157
2006-12-21 20:56:23 +00:00
Matthias Felleisen
981066f787 world docs fixed
svn: r5156
2006-12-21 19:03:54 +00:00
Matthias Felleisen
9fd71be16c world finalized
svn: r5155
2006-12-21 19:03:28 +00:00
Robby Findler
5e2fb3605c fixed :: in doc.txt files
svn: r5154
2006-12-21 15:39:38 +00:00
Eli Barzilay
133b8946e5 Welcome to a new PLT day.
svn: r5153
2006-12-21 08:50:04 +00:00
Matthias Felleisen
69c1149492 modified the playback to use system
svn: r5152
2006-12-21 03:03:33 +00:00
Matthew Flatt
caffa6d450 fix rfc2822 timezone output for positive offset (include +)
svn: r5151
2006-12-21 01:20:18 +00:00
Matthias Felleisen
280d2aa95e added recording/imaging functionality to world.ss
svn: r5150
2006-12-20 23:18:32 +00:00
Robby Findler
5b03d69333 fixed PR 8442
svn: r5149
2006-12-20 21:48:32 +00:00
Eli Barzilay
5ffb97aba4 Welcome to a new PLT day.
svn: r5148
2006-12-20 08:50:05 +00:00
Matthias Felleisen
8037d9b184 added buttons for recording images for playback
svn: r5147
2006-12-20 04:09:50 +00:00
Matthew Flatt
2d3ceeed15 369.2, forgot some MrEd changes
svn: r5146
2006-12-20 02:33:21 +00:00
Matthew Flatt
f33173e47b 359.2 (last), history notes
svn: r5145
2006-12-20 01:00:42 +00:00
Matthew Flatt
cfc0e616a2 support mid-stream EOF
svn: r5144
2006-12-20 00:58:36 +00:00
Matthew Flatt
cf0b303497 359.2, collects changes
svn: r5143
2006-12-20 00:57:12 +00:00
Matthew Flatt
2274cc9f65 359.2, core changes
svn: r5142
2006-12-20 00:47:32 +00:00
Matthias Felleisen
586b47c0dd world modified
svn: r5140
2006-12-19 19:47:05 +00:00
Eli Barzilay
cbfdfd91b4 Welcome to a new PLT day.
svn: r5139
2006-12-19 08:50:19 +00:00
Jacob Matthews
9c5d8810ee Fixed bug with html-docs field (I had put the wrong contract on it)
svn: r5136
2006-12-18 17:46:49 +00:00
Eli Barzilay
e56e336194 check identifiers
svn: r5135
2006-12-18 05:08:01 +00:00
Eli Barzilay
eabb399150 Welcome to a new PLT day.
svn: r5134
2006-12-17 08:50:03 +00:00
Mike Sperber
018042a9c4 Synch with english-string-constants.ss.
svn: r5131
2006-12-16 14:48:50 +00:00
Eli Barzilay
60fabc9308 Welcome to a new PLT day.
svn: r5130
2006-12-16 08:50:03 +00:00
Ryan Culpepper
201d34d3c7 Ported macro-debugger collection to new unit system
svn: r5123
2006-12-14 23:29:57 +00:00
Ryan Culpepper
056683743d Merged changes to macro-debugger from /branches/ryanc/md5 4899:5119
updated to change in expansion of lexical variables
  many UI updates and tweaks
  improved syntax properties panel
  added expand-only and expand/hide
  added rudimentary textual stepper
  fixed PR 8395 by adding snipclass for hrule-snip
  fixed PR 8431: reductions and block splicing
  fixed PR 8433: handling unquote and macro hiding w/ errors in hidden terms

svn: r5120
2006-12-14 21:25:21 +00:00
Eli Barzilay
9cf47eea85 Welcome to a new PLT day.
svn: r5115
2006-12-14 08:50:04 +00:00
Robby Findler
57524d3b8c fixed a bug in help desk resetting of the cache
svn: r5112
2006-12-14 00:17:54 +00:00
Eli Barzilay
b728c01fee Welcome to a new PLT day.
svn: r5104
2006-12-13 08:50:05 +00:00
Eli Barzilay
c5a23392eb typo
svn: r5091
2006-12-12 17:33:01 +00:00
Eli Barzilay
a093cf2885 Welcome to a new PLT day.
svn: r5090
2006-12-12 08:50:20 +00:00
Greg Cooper
127c7d3327 renamed -no-mred to -lang-only
svn: r5088
2006-12-12 06:13:23 +00:00
Greg Cooper
75d82fb969 added frtime-no-mred.ss
svn: r5086
2006-12-12 06:02:20 +00:00
John Clements
cfd0e35fce added all-bindings-mutable? field to model-settings structure
svn: r5084
2006-12-12 00:07:49 +00:00
Jacob Matthews
e01ec2dc9d Added "display packages" as the default action
svn: r5083
2006-12-11 18:50:02 +00:00
Jacob Matthews
68ca259b32 Added a feature to check for bad information in info.ss files and warn you of the problem. Also fixed a couple minor problems in doc.txt.
svn: r5082
2006-12-11 18:35:39 +00:00
Eli Barzilay
a772fa8c84 * Better dealing with errors in eval-string and read-from-string/-all
* Made them work with byte strings too
* Added tests to the above

svn: r5081
2006-12-11 18:03:33 +00:00
Matthew Flatt
8ee09f09d8 minesweeper face-lift
svn: r5080
2006-12-11 11:49:20 +00:00
Matthias Felleisen
5edb1ce300 add-line in world.ss properly cuts off lines now
svn: r5079
2006-12-11 01:18:35 +00:00
Eli Barzilay
4e25faaccc Welcome to a new PLT day.
svn: r5076
2006-12-10 08:50:03 +00:00
Eli Barzilay
2da3b1f2aa much improvements
svn: r5073
2006-12-10 00:01:10 +00:00
Eli Barzilay
d835aa46f9 switch to kw, reformatting
svn: r5072
2006-12-09 21:07:53 +00:00
Robby Findler
f2008f3a7a improved docs slightly
svn: r5071
2006-12-09 17:10:46 +00:00
Robby Findler
1bf0d52c34 fixed bug in tabify preferences, changed preferences strategy to only read once (but write on each 'set') and made old-style preferences still be read, if they are there
svn: r5070
2006-12-09 16:42:49 +00:00
Eli Barzilay
1d6b58d267 Welcome to a new PLT day.
svn: r5069
2006-12-09 08:50:05 +00:00
Robby Findler
7f78ffb5ed bound toggle-focus-between-definitions-and-interactions to c:f6
svn: r5068
2006-12-09 00:21:21 +00:00
Eli Barzilay
bda927312b Welcome to a new PLT day.
svn: r5062
2006-12-08 05:38:28 +00:00