.. |
2htdp
|
newlines at EOFs
|
2009-01-14 03:10:47 +00:00 |
afm
|
|
|
algol60
|
algol60: fix passing array slot as by-reference argument (PR 9895)
|
2008-11-10 14:33:51 +00:00 |
browser
|
|
|
combinator-parser
|
|
|
compiler
|
remove obsolete text
|
2009-01-09 21:01:09 +00:00 |
config
|
|
|
defaults
|
|
|
drscheme
|
use #:sub (bug reported in a blog comment)
|
2009-01-27 16:32:08 +00:00 |
dynext
|
|
|
embedded-gui
|
some info tweaks
|
2008-08-19 10:32:18 +00:00 |
eopl
|
|
|
errortrace
|
fix probable bug
|
2008-11-14 08:02:21 +00:00 |
ffi
|
atomic mode for objc methods; doc tweaks
|
2009-01-06 19:52:40 +00:00 |
file
|
|
|
framework
|
added log-viewing support to DrScheme
|
2009-01-27 14:23:18 +00:00 |
frtime
|
new guide chapter on Scheme dialects, and small clean-up for some other docs
|
2008-12-22 21:17:07 +00:00 |
games
|
newlines at EOFs
|
2009-01-14 03:10:47 +00:00 |
graphics
|
|
|
gui-debugger
|
try to make the debug-button properly centered
|
2008-11-21 01:33:23 +00:00 |
guibuilder
|
committed (hopefully) a workaround for a problem Matthias was seeing
|
2008-12-23 18:10:01 +00:00 |
handin-client
|
remember the last-chosen assignment
|
2008-11-14 05:01:55 +00:00 |
handin-server
|
when there is an error in loading, just log it, so the code can be fixed instead of killing the server
|
2009-01-26 20:55:36 +00:00 |
help
|
change 'help' to open the main doc page instead of the docs for 'help' itself
|
2009-01-04 23:15:50 +00:00 |
hierlist
|
|
|
honu
|
revised internal-definitions context and a basic 'define-package' form
|
2008-11-24 19:52:41 +00:00 |
htdch
|
fixed small bug in error message for draw/idraw teachpack
|
2008-11-18 15:33:24 +00:00 |
htdp
|
removed a left-over printf
|
2009-01-19 02:13:47 +00:00 |
html
|
html-spec -> html-spec.ss
|
2009-01-05 15:54:18 +00:00 |
icons
|
refined searching
|
2008-09-09 03:43:57 +00:00 |
lang
|
fixed the style deltas so that covered ranges that are inside uncovered ranges now color properly
|
2009-01-19 21:09:08 +00:00 |
launcher
|
|
|
lazy
|
assign authors to manuals
|
2008-08-15 20:16:06 +00:00 |
macro-debugger
|
stxclass: created stxclass collection, with docs
|
2009-01-22 05:50:55 +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
|
shortcut selection of checkable menu item should toggle checkmark (merge to 4.1.4)
|
2009-01-19 12:28:37 +00:00 |
mrlib
|
fixed a bug in a call to update-arrowhead-polygon
|
2009-01-21 17:28:56 +00:00 |
mysterx
|
fix docs on 'com-get-active-object-from-coclass', which accepts only one argument
|
2009-01-20 12:28:29 +00:00 |
mzcom
|
assign authors to manuals
|
2008-08-15 20:16:06 +00:00 |
mzlib
|
Only apply a single contract wrapping to a value contracted through unit
|
2009-01-18 10:38:52 +00:00 |
mzscheme
|
add eqv hash tables; add hash-update
|
2008-10-13 16:21:18 +00:00 |
net
|
allows colons in the userinfo field of a url (ie, does not encode them)
|
2009-01-25 20:12:08 +00:00 |
openssl
|
|
|
parser-tools
|
fix problem with simplifying module-rename contexts that have marked renamings
|
2008-10-31 14:44:32 +00:00 |
planet
|
added log-viewing support to DrScheme
|
2009-01-27 14:23:18 +00:00 |
plot
|
typo
|
2009-01-28 09:11:32 +00:00 |
preprocessor
|
assign authors to manuals
|
2008-08-15 20:16:06 +00:00 |
profj
|
newlines at EOFs
|
2009-01-14 03:10:47 +00:00 |
profjWizard
|
|
|
r5rs
|
fix algorithmic problem with syntax certificates (so Oleg's syntax-rules stress test runs in reasonable time)
|
2009-01-03 17:51:06 +00:00 |
r6rs
|
fix algorithmic problem with syntax certificates (so Oleg's syntax-rules stress test runs in reasonable time)
|
2009-01-03 17:51:06 +00:00 |
readline
|
fix dropping of duplicate items & multi-line items
|
2008-09-28 20:42:18 +00:00 |
redex
|
Fix error when rendering to a file.
|
2009-01-27 13:39:14 +00:00 |
repos-time-stamp
|
Welcome to a new PLT day.
|
2009-01-28 08:50:17 +00:00 |
rnrs
|
add bitwise-bit-field
|
2009-01-23 17:22:57 +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
|
Fix handling of (or) in match.
|
2009-01-27 19:57:59 +00:00 |
scribble
|
fix #:all-defined for 'define-package' by adjusting 'identifier-remove-from-definition-context'; add for-syntax 'package?' and 'package-export-identifiers'; adjust Scribble to find definitions of phase-1 exports
|
2009-01-21 20:00:55 +00:00 |
scribblings
|
added log-viewing support to DrScheme
|
2009-01-27 14:23:18 +00:00 |
setup
|
Dave's patch to avoid out.xref warnings (a hack around the handin-server doc problem)
|
2008-11-30 14:22:28 +00:00 |
sgl
|
2008 -> 2009
|
2009-01-04 15:34:50 +00:00 |
sirmail
|
syntax-local-lift-require
|
2009-01-12 21:46:40 +00:00 |
slatex
|
|
|
slideshow
|
fixed exponential slowdown bug
|
2008-11-20 22:03:43 +00:00 |
srfi
|
remove accidental backup-file commit
|
2009-01-21 14:02:01 +00:00 |
srpersist
|
svn: r11316
|
2008-08-19 00:41:01 +00:00 |
stepper
|
newlines at EOFs
|
2009-01-14 03:10:47 +00:00 |
string-constants
|
added log-viewing support to DrScheme
|
2009-01-27 14:23:18 +00:00 |
stxclass
|
stxclass: #:description takes expression now
|
2009-01-26 23:54:13 +00:00 |
swindle
|
2008 -> 2009
|
2009-01-04 15:34:50 +00:00 |
syntax
|
newlines at EOFs
|
2009-01-14 03:10:47 +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
|
svn: r13149
|
2009-01-15 13:43:18 +00:00 |
test-box-recovery
|
|
|
test-engine
|
a fix to the way check-expect expands to play better with test coverage
|
2009-01-19 21:24:21 +00:00 |
tests
|
immediate marking
|
2009-01-28 15:30:36 +00:00 |
tex2page
|
|
|
texpict
|
round out inlining and optimization of simple allocating primitives
|
2008-11-20 13:50:22 +00:00 |
trace
|
|
|
typed
|
newlines at EOFs
|
2009-01-14 03:10:47 +00:00 |
typed-scheme
|
Fix handling of inexact integer literals.
|
2009-01-27 17:55:10 +00:00 |
version
|
take into account pre-release alpha versions also
|
2008-10-23 09:11:21 +00:00 |
waterworld
|
|
|
web-server
|
gotcha
|
2009-01-28 15:33:18 +00:00 |
wxme
|
fix wxme exception handler
|
2008-11-27 19:39:37 +00:00 |
xml
|
Clarifying docs and adding test
|
2009-01-06 15:55:34 +00:00 |