racket/collects
Matthew Flatt df9c4c8c69 cocoa: don't treat dead-key events as normal character events
but more work is still needed for multi-key input
2010-11-25 08:41:50 -07:00
..
2htdp fixed a bug 2010-11-25 06:55:00 -06:00
algol60 Encode any text instead of going through a pretty-printer. 2010-10-14 13:46:51 -04:00
at-exp/lang
browser Change a bunch of "~%" and "~n" in format strings to "\n". 2010-08-25 17:17:01 -04:00
combinator-parser Change a bunch of "~%" and "~n" in format strings to "\n". 2010-08-25 17:17:01 -04:00
compiler restore gen-id gensym so that decompiler works 2010-11-11 14:39:45 -07:00
config
data add in-queue 2010-11-16 23:09:19 -07:00
datalog Supporting empty programs in datalog languages, fixes pr11140 2010-08-28 15:54:38 -06:00
defaults A lot of "DrScheme" -> "DrRacket"s. 2010-05-17 01:27:03 -04:00
deinprogramm Better signature for `string->number'. 2010-11-22 15:33:49 +01:00
drracket adjusted case of 'show line numbers' to match menu / prefs distinction 2010-11-21 07:39:12 -06:00
drscheme move drscheme and tests/drscheme to drracket and tests/drracket 2010-05-09 15:34:50 -06:00
dynext overhaul plot organization 2010-11-06 16:54:29 -06:00
embedded-gui
eopl Change a bunch of "~%" and "~n" in format strings to "\n". 2010-08-25 17:17:01 -04:00
errortrace Switch to racket/base, and other racketizations. 2010-10-05 09:18:46 -04:00
ffi clear objc ivar on `dealloc' 2010-11-24 07:08:54 -07:00
file Documenting md5 feature 2010-08-19 16:34:14 -06:00
framework add 'close-button style to dialog%; fix cocoa default frame placement 2010-11-25 08:03:33 -07:00
frtime v5.4.99.1, executable-yield-handler', and make-bitmap' etc. 2010-11-05 15:54:50 -06:00
games gtk: more gl 2010-11-05 15:54:37 -06:00
graphics More "~n" -> "\n" changes 2010-08-26 12:11:00 -04:00
gui-debugger fixes to deal with the debugger freezing drracket. 2010-09-03 20:53:18 -05:00
guibuilder A lot of "DrScheme" -> "DrRacket"s. 2010-05-17 01:27:03 -04:00
handin-client Racketized handin-client 2010-09-12 01:53:52 -04:00
handin-server Fix for matrix snips 2010-11-09 20:13:07 -05:00
help Lots of "~e" to "~.s" changes. 2010-08-25 17:17:01 -04:00
hierlist
honu use racket. add list-match utility 2010-10-27 12:07:36 -06:00
htdp Encode any text instead of going through a pretty-printer. 2010-10-14 13:46:51 -04:00
html More "~n" -> "\n" changes 2010-08-26 12:11:00 -04:00
icons gtk default frame icon 2010-11-05 15:54:30 -06:00
lang Fix cycle detection in `tequal?'. 2010-11-17 17:15:31 +01:00
launcher use simple-form-path more consistently for path normalization 2010-06-03 17:23:14 -06:00
lazy Throw an error if the number input for `take' is too big. 2010-11-23 14:13:26 -05:00
macro-debugger macro-stepper: map "s" and "h" keys to show and hide selected identifier 2010-11-11 19:10:26 -07:00
make More "~n" -> "\n" changes 2010-08-26 12:11:00 -04:00
meta cleanup 2010-11-23 15:42:40 -07:00
mred cocoa: don't treat dead-key events as normal character events 2010-11-25 08:41:50 -07:00
mrlib get two more 2htdp/image test cases to pass 2010-11-25 09:03:06 -06:00
mysterx More "~n" -> "\n" changes 2010-08-26 12:11:00 -04:00
mzcom rackety misc docs 2010-05-07 09:13:51 -06:00
mzlib v5.0.99.2: proxy' -> impersonator' 2010-11-08 06:23:16 -07:00
mzscheme doc mzscheme define-syntax' and define-for-syntax' 2010-06-09 17:29:10 -04:00
net add #:tcp@ to ws-serve for wss: support 2010-11-24 23:33:42 -05:00
openssl make SSL listeners events 2010-11-17 13:16:53 -07:00
parser-tools Some repeated "and and"s and "the the"s, and two more typos. 2010-09-20 15:38:18 -04:00
plai Fixing problem with previous "fix" to mutator-begin 2010-11-24 23:33:42 -05:00
planet Adding whitespace so you can copy and paste to planet remove on the OS X terminal 2010-11-23 15:42:40 -07:00
plot plot bug fixes, including new images and a more forgiving image-equality test 2010-11-10 09:18:50 -07:00
preprocessor drop "www." from "racket-lang.org" urls. 2010-11-09 20:11:14 -05:00
profile Fixed a typo in the profiler documentation. 2010-06-16 12:49:01 -04:00
r5rs A lot of "MzScheme" -> "Racket"s. 2010-05-16 18:26:26 -04:00
r6rs add a section about running r6rs inside drracket 2010-08-26 10:21:53 -06:00
racket fix get-face-list bug (caused Windows 7 crash on my test) 2010-11-24 14:25:07 -07:00
racklog Fixing racklog lang post datalog 2010-06-29 12:11:58 -06:00
rackunit rackunit: bring back source locations for check-equal? used in 'ho' position 2010-11-23 12:35:10 -06:00
raco raco' supports relative module paths in raco-command' "info.rkt" entries 2010-07-26 14:53:45 -05:00
reader/lang
readline rackety readline doc 2010-05-02 12:25:21 -06:00
redex Adds optional `::=' keyword to language definition forms 2010-11-09 10:14:50 -06:00
repo-time-stamp * Add an attempt to find the SHA1 and date from the ".git/HEAD" file. 2010-11-01 17:26:06 -04:00
rnrs fix r6rs `lambda' with a rest arg 2010-10-07 17:00:52 -06:00
s-exp/lang
scheme added forall to go along with exists contracts 2010-11-11 14:39:43 -06:00
schemeunit "Racunit" -> "Rackunit" 2010-05-17 12:07:32 -04:00
scribble adjusted scribble's sigplan setup so that the times.sty and qcourier.sty packages can be disabled. 2010-11-19 17:57:13 -06:00
scribblings add 'close-button style to dialog%; fix cocoa default frame placement 2010-11-25 08:03:33 -07:00
scriblib Fixed autobib doc. 2010-11-19 12:10:42 -05:00
setup [Parallel-Build] Better error logging for failed match 2010-11-18 11:33:29 -07:00
sgl use low-priority callback for gears increment so events are handled 2010-11-12 20:36:54 -07:00
sirmail sirmail snips and selection mode 2010-11-05 15:54:24 -06:00
slatex Change a bunch of "~%" and "~n" in format strings to "\n". 2010-08-25 17:17:01 -04:00
slideshow slideshow: use printer-dc on all platforms for --print 2010-11-24 05:44:59 -07:00
srfi More plt-scheme -> racket-lang, specifically for planet and bugs urls. 2010-05-31 15:11:27 -04:00
srpersist Change a bunch of "~%" and "~n" in format strings to "\n". 2010-08-25 17:17:01 -04:00
stepper frightening bug, #%if was capturing everything 2010-10-20 12:05:06 -07:00
string-constants adjusted case of 'show line numbers' to match menu / prefs distinction 2010-11-21 07:39:12 -06:00
swindle Lots of "~e" to "~.s" changes. 2010-08-25 17:17:01 -04:00
syntax syntax-parse: improved error for non-syntax attribute in syntax template 2010-11-11 16:14:37 -07:00
syntax-color fix syntax colorer for #true and #false 2010-10-12 08:22:12 -06:00
teachpack added empty-image 2010-11-25 06:55:00 -06:00
test-box-recovery Scheme -> Racket 2010-06-04 18:03:31 -04:00
test-engine back to old style, not sure why 2010-10-20 12:05:06 -07:00
tests fix some racket/gui tests and fix cocoa frame centering 2010-11-25 08:03:33 -07:00
tex2page A lot of "MzScheme" -> "Racket"s. 2010-05-16 18:26:26 -04:00
texpict Rackety 2010-10-07 14:27:31 -05:00
trace A lot of "MzScheme" -> "Racket"s. 2010-05-16 18:26:26 -04:00
typed Remove requires for environments now handled dynamically. 2010-09-09 16:08:04 -04:00
typed-scheme Fix type for abs. Closes PR 11430. 2010-11-23 14:15:04 -05:00
unstable changed eprintfs to log-debug 2010-10-29 19:50:11 -06:00
version More svn -> git changes. 2010-05-17 05:41:04 -04:00
waterworld v5.4.99.1, executable-yield-handler', and make-bitmap' etc. 2010-11-05 15:54:50 -06:00
web-server Applying GMT RFC1123 patch from YC 2010-11-24 23:33:42 -05:00
wxme added support to the 2htdp/image library for reading files when there is no GUI around. 2010-10-28 11:32:14 -05:00
xml Improving xexpr error re Robby 2010-09-14 13:07:19 -06:00
.gitignore