racket/collects
Robby Findler 4ead534227 It appears that the colorer was always creating a new port to read
from, each time it starts on a new event boundary (this means that in
the old (5.3) version of the colorer, it also created a new co-routine
on each event boundary! (in other words, most of the reason one would
want co-routines here was bogus))

So, refactor the code to just always do this and eliminate a bunch of
set!'s and private fields in favor of just passing arguments like sane
code does. (We can't eliminate all of that, because we still do need
to be able to abort and thus all calls must be tail calls.)
2012-11-02 10:24:34 -05:00
..
2htdp A whole bunch of missing newlines at EOFs (and a few other spaceages). 2012-10-19 06:47:24 -04:00
algol60
at-exp/lang
browser
compatibility A whole bunch of missing newlines at EOFs (and a few other spaceages). 2012-10-19 06:47:24 -04:00
compiler track import "shapes" as procedure or structure type 2012-10-30 13:29:28 -06:00
config
data adding close-eval at the end of scribble files that have a toplevel evaluator 2012-11-01 15:32:53 -06:00
datalog
db db: fix another sqlite3 finalization bug 2012-10-30 12:33:02 -04:00
defaults
deinprogramm Provide `provide' in the DMdA languages. 2012-10-03 17:28:19 +02:00
drracket added a script that collects log messages for use in performance debugging drracket 2012-11-01 21:13:39 -05:00
drscheme
dynext
embedded-gui
eopl
errortrace
ffi ffi/unsafe: defend against some finalization bugs 2012-10-21 08:11:45 -06:00
file adding close-eval at the end of scribble files that have a toplevel evaluator 2012-11-01 15:32:53 -06:00
framework It appears that the colorer was always creating a new port to read 2012-11-02 10:24:34 -05:00
frtime fix the other frtime compilation error by commenting out the body of collects/frtime/frtime-opt-lang.rkt 2012-09-05 17:07:37 -07:00
future-visualizer Make future trace docs point to the right place when discussing gc-info 2012-10-28 15:51:02 -03:00
games
graphics
gui-debugger adjust the variables editor so that it does 2012-08-15 13:45:10 -05:00
handin-client
handin-server
help
hierlist
honu [honu] add syntax form that is not parsed by enforest so it can contain normal racket code 2012-11-01 11:22:55 -06:00
htdp eliminated stateful variables from 16 year old code, and now I know it is correct 2012-08-29 11:35:34 -04:00
html
icons
images adding close-eval at the end of scribble files that have a toplevel evaluator 2012-11-01 15:32:53 -06:00
json Fix json treatment of eof, plus tests. 2012-10-05 11:48:31 -04:00
lang A whole bunch of missing newlines at EOFs (and a few other spaceages). 2012-10-19 06:47:24 -04:00
launcher
lazy
macro-debugger adding close-eval at the end of scribble files that have a toplevel evaluator 2012-11-01 15:32:53 -06:00
make
meta don't run follow-log.rkt in drdr 2012-11-02 07:28:34 -05:00
mred lift the restriction that the port passed to open-input-text-editor 2012-11-02 10:24:34 -05:00
mrlib clean up rectangle computations, fixing some bugs along the way 2012-10-26 21:49:45 -05:00
mysterx ffi/com: add an ActiveX example to the docs 2012-09-01 16:05:37 -06:00
mzcom
mzlib adding close-eval at the end of scribble files that have a toplevel evaluator 2012-11-01 15:32:53 -06:00
mzscheme
net adding close-eval at the end of scribble files that have a toplevel evaluator 2012-11-01 15:32:53 -06:00
openssl accomodate OpenBSD linking of libssl 2012-10-18 11:58:59 -06:00
parser-tools
picturing-programs Changed "right" error messages to match new actual error messages. 2012-10-20 13:31:00 -04:00
plai
planet preserve the error-print-source parameter when installing planet packages 2012-10-10 19:46:52 -05:00
plot Altered a couple of tests to test list-of-lists histogram arguments 2012-08-12 08:58:51 -06:00
preprocessor
profile Clarify that the `*-node' is not in the list of nodes. 2012-09-19 22:54:13 -04:00
r5rs
r6rs
racket Fix error with min-width and fractions 2012-11-01 11:13:02 -06:00
racklog adding close-eval at the end of scribble files that have a toplevel evaluator 2012-11-01 15:32:53 -06:00
rackunit fix rackunit formatting 2012-08-15 07:41:49 -06:00
raco
reader/lang
readline readline: prefer 5 (fast) over 6 (slow) 2012-08-28 23:36:50 -04:00
redex adjust generate-term so that it has an '=' in its concrete 2012-11-01 21:13:39 -05:00
repo-time-stamp
rnrs
s-exp/lang
scheme racket/unit lang uses racket/base and racket/unit 2012-09-16 17:12:02 -04:00
schemeunit
scribble scribble: more control over version formatting 2012-11-02 07:45:57 -06:00
scribblings scribble: more control over version formatting 2012-11-02 07:45:57 -06:00
scriblib scriblib/autobib: more graceful failure when bib not rendered 2012-10-01 07:14:46 -06:00
setup raco setup: improve description of `--doc-pdf' 2012-10-12 22:37:47 -04:00
sgl
sirmail
slatex
slideshow when PLTPICTBOX is set, include "Insert Pict Box" in DrRacket 2012-09-27 08:12:56 -06:00
srfi fix SRFI 1 testing of `unfold-right' 2012-10-29 07:56:57 -06:00
stepper A whole bunch of missing newlines at EOFs (and a few other spaceages). 2012-10-19 06:47:24 -04:00
string-constants show a dialog box saying that aspell/ispell cannot be 2012-10-15 07:41:42 -05:00
swindle
syntax adding close-eval at the end of scribble files that have a toplevel evaluator 2012-11-01 15:32:53 -06:00
syntax-color
teachpack typo fixed with (lambda () ..); Closes PR 13164 2012-10-05 18:00:07 -04:00
test-engine fix check-error so it compares the rewritten error messages, 2012-08-31 20:52:48 -05:00
tests lift the restriction that the port passed to open-input-text-editor 2012-11-02 10:24:34 -05:00
texpict slideshow/pict repair 2012-10-12 22:37:47 -04:00
trace
typed Add more specific class types instead of Any. 2012-10-27 17:44:52 -07:00
typed-racket adding close-eval at the end of scribble files that have a toplevel evaluator 2012-11-01 15:32:53 -06:00
typed-scheme
unstable adding close-eval at the end of scribble files that have a toplevel evaluator 2012-11-01 15:32:53 -06:00
version
web-server fixing PR13210 2012-10-26 14:46:43 -06:00
wxme
xml Adding support for byte counting rather than char counting in XML 2012-10-12 17:15:13 -06:00
xrepl
.gitignore