racket/collects
Eli Barzilay 2af626972d There is a problem with empty lines: having a line (= a row) in the
code tables with empty contents makes the row not appear.  Usually,
we'd put an   there so it does show, but that would be bad for
the preprocessor examples where I really want to have the table
contents reflect the exact file contents.

So another solution is to use a 'newline element, but then latex barfs
because it's not happy with a \\ inside a tt macro.  The hacked
"solution" is to have the newline element not be inside a tt element
-- latex doesn't barf now, but it does have one extra newline as a
result since it doesn't hide the newline to begin with.

A better solution is to find a way to make table cells in html not be
hidden when they have no contents, maybe through some css magic.

svn: r14206
2009-03-22 01:26:15 +00:00
..
2htdp bug report 10129 2009-03-16 14:50:13 +00:00
afm
algol60 a bunch of improvements to the splash screen (loads less code before the splash appears, got rid of a bunch of dynamic-requires that were not necessary, fixed the lack of special screen on prince kuhio and king kamehameha days, got rid of the flicker in the tools icons) 2009-03-06 16:35:04 +00:00
at-exp/lang fix bug (that was copied and pasted!) in planet and at-exp readers 2009-02-18 23:21:36 +00:00
browser contracts and cleanup 2009-02-27 20:29:48 +00:00
combinator-parser
compiler all expression forms tested for zo-marshal 2009-03-06 23:27:10 +00:00
config
defaults
deinprogramm Fixed startup errors caused by tool dependencies (see PR 10125) 2009-03-16 06:25:31 +00:00
drscheme one more fix to the language dialog 2009-03-17 23:01:56 +00:00
dynext
embedded-gui
eopl
errortrace
ffi add 'not-provide-all-defined and 'nonimal-id suport for rename transformers; fix scheme/foreign and foreign docs to use it 2009-03-20 16:59:28 +00:00
file add and use at-exp meta-language 2009-02-18 23:14:18 +00:00
framework svn: r14027 2009-03-10 14:38:19 +00:00
frtime
games finally, a complete draft of the chat noir game in literate programming style 2009-02-26 16:30:29 +00:00
graphics
gui-debugger fix PR 9398: debugger and macro stepper buttons get out of sync wrt tabs 2009-03-16 04:40:30 +00:00
guibuilder
handin-client
handin-server no need for string->immutable-string 2009-02-25 15:52:02 +00:00
help
hierlist
honu updates from mzscheme->scheme 2009-02-19 22:26:10 +00:00
htdch
htdp updated impl to match contracts 2009-03-13 02:00:13 +00:00
html up 2009-03-02 16:21:32 +00:00
icons
lang Fixed startup errors caused by tool dependencies (see PR 10125) 2009-03-16 06:25:31 +00:00
launcher
lazy Scribble: change handling of argumentd in defproc, etc., to use lexical bidning instead of parameters and symbols; fix some docs 2009-02-17 01:15:38 +00:00
macro-debugger fix PR 9398: debugger and macro stepper buttons get out of sync wrt tabs 2009-03-16 04:40:30 +00:00
make
mred
mrlib fix swiatchble-button to lose its hilite state when its hidden 2009-02-21 13:30:01 +00:00
mysterx
mzcom
mzlib free-id=? propagation through module exports; add 'not-free-identifier=? syntax property to disable free-id=? propagation; add prop:rename-transformer and prop:set-transformer; fix scheme/local so that local syntax bindings are visible to later definitions (v4.1.5.3) 2009-03-19 20:22:18 +00:00
mzscheme
net fixed use of string-length and error symbol 2009-03-17 10:53:13 +00:00
openssl
parser-tools fixed broken syntax error checks 2009-03-19 13:22:46 +00:00
planet fix bug (that was copied and pasted!) in planet and at-exp readers 2009-02-18 23:21:36 +00:00
plot fix from Felix 2009-03-03 16:22:02 +00:00
preprocessor
profj
profjWizard
r5rs better error message for R5RS transformer expressions that are not 'syntax-rules' 2009-03-19 12:33:22 +00:00
r6rs
readline
redex Fixed bug in parse-language. 2009-03-17 18:21:11 +00:00
repos-time-stamp Welcome to a new PLT day. 2009-03-20 07:50:38 +00:00
rnrs
s-exp/lang
scheme add 'not-provide-all-defined and 'nonimal-id suport for rename transformers; fix scheme/foreign and foreign docs to use it 2009-03-20 16:59:28 +00:00
scribble Finished the docs+tests, added some minor utilities. 2009-03-21 15:06:48 +00:00
scribblings There is a problem with empty lines: having a line (= a row) in the 2009-03-22 01:26:15 +00:00
scriblib fix private library name 2009-03-03 23:05:25 +00:00
setup nicer looking output 2009-03-03 22:20:13 +00:00
sgl
sirmail fix SirMail encoding and headers for non-ASCII outgoing messages 2009-03-19 12:34:03 +00:00
slatex
slideshow added #:hide-arrowhead? flag 2009-02-28 15:44:41 +00:00
srfi fix SRFI 38 (PR 10141) 2009-03-20 00:34:07 +00:00
srpersist
stepper Fixing xml snip bug 2009-03-13 14:55:37 +00:00
string-constants Synch German string constants with latest. 2009-03-08 17:52:29 +00:00
stxclass stxclass: removed basic syntax classes 2009-03-13 20:58:40 +00:00
swindle
syntax add replace-context to syntax/strip-context 2009-03-20 17:20:04 +00:00
syntax-color
teachpack Consolidate the DMdA docs into a single chapter. 2009-03-14 13:42:57 +00:00
test-box-recovery
test-engine fix lots of things 2009-03-19 02:32:45 +00:00
tests ... 2009-03-21 21:28:16 +00:00
tex2page
texpict allow pict-pat on pin-arrow-line, etc. (PR 9934): should merge to 4.1.5 2009-03-16 13:13:34 +00:00
trace added scheme/base import and re-tabified 2009-03-10 16:43:44 +00:00
typed Typed wrapper for md5.ss from YC. 2009-03-03 20:01:41 +00:00
typed-scheme Allow `apply' of non-uniform polymorphic functions to fixed-length list arguments. 2009-03-17 21:18:50 +00:00
version
waterworld
web-server pr9106, include in release 2009-03-16 19:26:36 +00:00
wxme
xml pr6711 2009-03-16 18:28:56 +00:00