.. |
afm
|
|
|
algol60
|
added front-end/finished-complete-program
|
2008-08-05 17:28:16 +00:00 |
browser
|
|
|
combinator-parser
|
oops, printf uncmmented
|
2008-08-09 22:28:04 +00:00 |
compiler
|
change contracts to reflect context via #%variable-reference instead of syntax objects; add id-less #%variable-reference form; drop link to unneeded CPort objects in delayed thunks; streamline some modules that tend to show up in deep phases
|
2008-11-04 14:24:12 +00:00 |
config
|
|
|
defaults
|
|
|
drscheme
|
fixed a bug in the way error highlighting was disabled (for the untested code in the teaching languages)
|
2008-11-05 02:17:49 +00:00 |
dynext
|
this code now uses version/utils
|
2008-07-15 19:15:45 +00:00 |
embedded-gui
|
some info tweaks
|
2008-08-19 10:32:18 +00:00 |
eopl
|
eopl doc updates
|
2008-07-18 19:00:38 +00:00 |
errortrace
|
speed up doc build a little; fix bugs related to getting continuation marks from a thread and using the errortrace profiler
|
2008-11-04 23:32:44 +00:00 |
ffi
|
|
|
file
|
move bibliography to end of 'file' document
|
2008-07-31 02:52:36 +00:00 |
framework
|
changed around the keymap setup again; now should be in same order as it was before my earlier changed, except the user-specified keybindings should be first
|
2008-11-02 04:30:03 +00:00 |
frtime
|
fix a bug in frtime's implementation of list->string
|
2008-09-01 23:22:35 +00:00 |
games
|
the cat now always has to fight against 6 randomly filled in dots instead of having all dots having a 1/30 chance of being filled in
|
2008-11-04 21:10:17 +00:00 |
graphics
|
|
|
gui-debugger
|
don't match plain-module-begin in module, since its phase is potentially different
|
2008-09-09 00:16:03 +00:00 |
guibuilder
|
|
|
handin-client
|
minor tweaks
|
2008-09-13 00:51:21 +00:00 |
handin-server
|
nice memory printout
|
2008-10-17 08:36:29 +00:00 |
help
|
* Move the help functionality into the search collection, so it is not
|
2008-09-28 20:43:13 +00:00 |
hierlist
|
|
|
honu
|
* Extended syntax/module-reader to deal with many more situations
|
2008-08-31 06:25:41 +00:00 |
htdch
|
Correction for setup-plt error
|
2008-09-17 14:54:11 +00:00 |
htdp
|
small bug fix in world, needs more inspection
|
2008-11-03 01:43:11 +00:00 |
html
|
|
|
icons
|
refined searching
|
2008-09-09 03:43:57 +00:00 |
lang
|
string functions take at least two arguments
|
2008-10-29 15:13:17 +00:00 |
launcher
|
allow multiple uses of an .icns filein .filetypes
|
2008-07-13 23:06:24 +00:00 |
lazy
|
assign authors to manuals
|
2008-08-15 20:16:06 +00:00 |
macro-debugger
|
macro stepper: added duplicate-frame command (menu items)
|
2008-11-02 23:18:03 +00:00 |
make
|
[NHW] Bug fix in make-collection. make-collection generates the names of the .zo files it expects to generate. The old method generated names like foo.zo. I believe the new convention is foo_ss.zo, and this is born out by an error message I encountered building a tool on top of make-collection.
|
2008-08-31 21:08:12 +00:00 |
mred
|
adjust editor-cavas% refresh to clear border before calling on-paint
|
2008-10-31 15:08:21 +00:00 |
mrlib
|
typo (PR9789)
|
2008-09-28 22:59:34 +00:00 |
mysterx
|
assign authors to manuals
|
2008-08-15 20:16:06 +00:00 |
mzcom
|
assign authors to manuals
|
2008-08-15 20:16:06 +00:00 |
mzlib
|
change contracts to reflect context via #%variable-reference instead of syntax objects; add id-less #%variable-reference form; drop link to unneeded CPort objects in delayed thunks; streamline some modules that tend to show up in deep phases
|
2008-11-04 14:24:12 +00:00 |
mzscheme
|
add eqv hash tables; add hash-update
|
2008-10-13 16:21:18 +00:00 |
net
|
remove base64 debugging output
|
2008-09-02 11:51:21 +00:00 |
openssl
|
fix '(nonnegative|positive)-exact-integer?' contracts (moving 'exact-' to the front where it belongs)
|
2008-07-29 12:56:05 +00:00 |
parser-tools
|
fix problem with simplifying module-rename contexts that have marked renamings
|
2008-10-31 14:44:32 +00:00 |
planet
|
added some error checking
|
2008-11-02 14:21:04 +00:00 |
plot
|
assign authors to manuals
|
2008-08-15 20:16:06 +00:00 |
preprocessor
|
assign authors to manuals
|
2008-08-15 20:16:06 +00:00 |
profj
|
Corrected error in using libraries
|
2008-09-29 15:09:29 +00:00 |
profjWizard
|
|
|
r5rs
|
revert this part
|
2008-08-31 06:47:17 +00:00 |
r6rs
|
fix R6RS language to disallow redefinition of imported names in phase different from import
|
2008-10-30 13:41:08 +00:00 |
readline
|
fix dropping of duplicate items & multi-line items
|
2008-09-28 20:42:18 +00:00 |
redex
|
modernized notation
|
2008-10-18 15:00:53 +00:00 |
repos-time-stamp
|
Welcome to a new PLT day.
|
2008-11-05 08:50:27 +00:00 |
rnrs
|
fix R6RS language to disallow redefinition of imported names in phase different from import
|
2008-10-30 13:41:08 +00:00 |
s-exp/lang
|
module-reader constructs proper source information, fix s-exp reader to use it
|
2008-09-15 23:01:06 +00:00 |
scheme
|
speed up doc build a little; fix bugs related to getting continuation marks from a thread and using the errortrace profiler
|
2008-11-04 23:32:44 +00:00 |
scribble
|
speed up doc build a little; fix bugs related to getting continuation marks from a thread and using the errortrace profiler
|
2008-11-04 23:32:44 +00:00 |
scribblings
|
add missing info on set-delta-background (related to PR 9886)
|
2008-11-05 00:40:19 +00:00 |
setup
|
speed up doc build a little; fix bugs related to getting continuation marks from a thread and using the errortrace profiler
|
2008-11-04 23:32:44 +00:00 |
sgl
|
forgot some _fun*s
|
2008-09-05 02:36:06 +00:00 |
sirmail
|
fix sirmail header checking, since encoding was moved to later
|
2008-10-02 11:54:03 +00:00 |
slatex
|
Okay, one last time.
|
2008-08-05 18:43:06 +00:00 |
slideshow
|
|
|
srfi
|
fix equal?
|
2008-09-30 01:46:37 +00:00 |
srpersist
|
svn: r11316
|
2008-08-19 00:41:01 +00:00 |
stepper
|
fixes for mz-level stepper tests
|
2008-11-02 23:59:21 +00:00 |
string-constants
|
improved tab navigation keybindings
|
2008-10-31 01:20:39 +00:00 |
swindle
|
fix 'local-expand' checking of stop list to disallow symbols; extend 'continuation-marks' to work on threads; fix HtDP language module-level stop list
|
2008-10-23 13:38:03 +00:00 |
syntax
|
speed up doc build a little; fix bugs related to getting continuation marks from a thread and using the errortrace profiler
|
2008-11-04 23:32:44 +00:00 |
syntax-color
|
change reference and some other docs to use #f instead of false/c and or/c insteda of one-of/c
|
2008-10-13 19:45:37 +00:00 |
teachpack
|
PR 9833
|
2008-10-14 13:52:25 +00:00 |
test-box-recovery
|
|
|
test-engine
|
This commit should affect the 4.1.2 release; it removes the buggy bug-fix.
|
2008-10-24 13:12:42 +00:00 |
tests
|
Better contracts
|
2008-11-05 22:31:55 +00:00 |
tex2page
|
|
|
texpict
|
v4.0.2.4: logging
|
2008-07-17 15:20:17 +00:00 |
trace
|
|
|
typed-scheme
|
Store contract in Base type representation.
|
2008-11-03 23:58:29 +00:00 |
version
|
take into account pre-release alpha versions also
|
2008-10-23 09:11:21 +00:00 |
waterworld
|
|
|
web-server
|
Better contracts
|
2008-11-05 22:31:55 +00:00 |
wxme
|
|
|
xml
|
speed up doc build a little; fix bugs related to getting continuation marks from a thread and using the errortrace profiler
|
2008-11-04 23:32:44 +00:00 |