racket/collects
Robby Findler c42675f80c adjust gc2's mutator language:
- give names to user functions that matches the user's names
    (if the third bullet goes away, then the function
     mutator-lift needs to be adjusted so that it uses
     procedure-rename in order to preserve the improvement
     in this bullet)

  - change exn? to exn:fail? (to avoid catching break exns)

  - change lang so that primitives (the ones in the
    provide-flat-prims/lift declaration) are not allocated
    in the user's space (treat them as if they are constants)

    This change makes it easier to build up and explain the
    GC api, piece by piece. That is, you can first run a program
    that contains just a constant (and explain it) with only a
    subset of the api. Then you can do something like (+ 1 2)
    and explain it, both without getting into how procedures work.

    (This is helpful for the way I run my lectures)
2012-02-20 15:29:00 -06:00
..
2htdp fix predicates to return booleans 2012-02-07 20:33:05 -06:00
algol60 fix cfg-parser' to more closely match parser' 2012-01-06 10:43:10 +01:00
at-exp/lang
browser
combinator-parser
compiler add --launcher'/-l' flag to `raco exe' to create launchers 2012-02-13 16:27:51 -07:00
config
data adding gvector-remove-last! 2012-01-30 16:14:22 -07:00
datalog
db db: clean up disconnect 2012-02-08 22:32:51 -07:00
defaults
deinprogramm Export `read' in DMdA languages. 2012-01-21 15:43:52 +01:00
drracket revert the logo to the released one 2012-02-18 14:32:08 -06:00
drscheme
dynext fix Windows library names 2012-02-13 16:27:52 -07:00
embedded-gui some long overdue Rackety: renaming the 'scheme:' exports of the framework to 'racket:' 2011-11-30 06:45:50 -06:00
eopl
errortrace errortrace: skip annotation in namespace with wrong base phase 2012-02-09 17:58:28 -07:00
ffi ffi/unsafe: add `array-length' 2012-02-20 08:09:06 -07:00
file 2011 -> 2012 2011-12-31 15:16:59 -05:00
framework Lost the snipclass with the name (lib "collapsed-snipclass.ss" "framework") 2012-02-14 11:26:20 -06:00
frtime handle-evt' cannot wrap handle-evt' 2012-02-15 18:59:24 -07:00
games
graphics Typos in turtles (code and docs). 2012-02-10 02:41:48 -05:00
gui-debugger Removed accidental dependence of images/icons/stickman on racket/gui 2012-01-12 21:48:41 -07:00
handin-client Fix a bug where retrieving a submission would get appended to the default #lang line. 2012-02-10 00:43:26 -05:00
handin-server Allow `get-conf' to be used with any key. 2012-02-10 06:05:50 -05:00
help Revise commented code so it can replace exiting code without dependency issues. 2012-01-26 13:20:26 -05:00
hierlist
honu [honu] wrap the condition of when expression inside parentheses. instantiate literal sets at the proper phase for honu macros 2012-02-01 16:05:41 -07:00
htdp Fix documentation to avoid drdr warnings. 2011-12-08 19:25:55 -05:00
html
icons actually added the images this time 2012-02-08 19:18:59 -06:00
images Provide require/typed/provide and require-typed-struct/provide from TR. 2012-02-10 11:30:20 -05:00
lang add a check to make sure we don't try to select a teachpack when the 2012-01-05 23:04:07 -06:00
launcher add --launcher'/-l' flag to `raco exe' to create launchers 2012-02-13 16:27:51 -07:00
lazy lazy: fix or' and and' to not force last argument 2012-02-19 07:38:29 -07:00
macro-debugger macro-stepper: fix relative require bug (set current-directory) 2012-01-16 14:55:43 -07:00
make
meta Better explanation of DrDr's behavior 2012-02-20 10:50:48 -07:00
mred make an eventspace thread survive a break exception 2012-02-13 16:28:10 -07:00
mrlib make the tooltips for the drracket toolbar buttons go away when they 2012-01-19 12:14:35 -06:00
mysterx remove MysterX DLL, replace with wrapper around `ffi/com' 2012-02-17 06:37:19 -07:00
mzcom
mzlib added nand, nor, and implies to racket/bool 2012-02-19 08:05:11 -06:00
mzscheme add #:fail' option to collection-file-path' and `collection-path' 2012-01-09 15:59:05 -07:00
net Fix apparent bug. 2012-02-01 21:51:47 -05:00
openssl
parser-tools
picturing-programs map-image and map-image/extra now give their function argument x and y 2011-12-02 07:09:37 -05:00
plai adjust gc2's mutator language: 2012-02-20 15:29:00 -06:00
planet fix docs mistake 2012-01-31 21:11:16 -06:00
plot Fixed plot doc tests 2012-02-01 22:17:25 -07:00
preprocessor
profile
r5rs
r6rs
racket add xor, adjust implies following Carl's comments 2012-02-20 06:25:37 -06:00
racklog
rackunit adjust some libraries to avoid converting paths to strings too early 2012-02-10 06:17:18 -07:00
raco
reader/lang
readline
redex Made an editing pass over the redex tutorial 2012-02-15 08:29:22 -06:00
repo-time-stamp
rnrs
s-exp/lang
scheme add #:fail' option to collection-file-path' and `collection-path' 2012-01-09 15:59:05 -07:00
schemeunit
scribble change Scribble xref formats, so that HTML info works for Latex 2012-01-11 16:39:52 -07:00
scribblings ffi/unsafe: add `array-length' 2012-02-20 08:09:06 -07:00
scriblib Squelch newline citations 2012-02-20 10:50:47 -07:00
setup fix `raco make -j' 2012-01-19 13:14:02 -07:00
sgl 2011 -> 2012 2011-12-31 15:16:59 -05:00
sirmail
slatex
slideshow Last icon rewrite! 2012-01-07 16:18:11 -07:00
srfi doc clarification on SRFI-1 exports 2012-01-18 09:50:32 -07:00
stepper make sure initial update goes on eventspace thread 2012-01-18 14:51:42 -08:00
string-constants Synch German string constants with latest. 2012-02-11 14:54:21 +01:00
swindle 2011 -> 2012 2011-12-31 15:16:59 -05:00
syntax syntax/parse: added template metafunctions 2012-02-10 22:12:54 -07:00
syntax-color fix a bug in the module lexer; it was returning the wrong length for the tokens 2011-11-28 21:16:31 -06:00
teachpack added rcontrol to key events and docs; robby please test 2012-01-20 16:39:13 -05:00
test-box-recovery
test-engine fix bugs in the way the Racket|Disable Tests menu item worked 2011-11-28 00:13:59 -06:00
tests Speed up and improve tc-literal. Now uses expected types more, and more sensibly. 2012-02-20 15:09:51 -05:00
tex2page
texpict guard against strange syntax objects being passed to 'code' 2011-12-02 15:18:18 -06:00
trace
typed Provide require/typed/provide and require-typed-struct/provide from TR. 2012-02-10 11:30:20 -05:00
typed-racket Speed up and improve tc-literal. Now uses expected types more, and more sensibly. 2012-02-20 15:09:51 -05:00
typed-scheme
unstable adjust some libraries to avoid converting paths to strings too early 2012-02-10 06:17:18 -07:00
version Make the version tool use "Racket". 2011-12-01 03:39:13 -05:00
web-server Making change suggested by Norman Gray 2012-02-20 10:50:48 -07:00
wxme
xml Changing the defaults for empty tag shorthand in XML 2012-01-25 16:48:11 -07:00
xrepl XREPL fixes 2012-01-16 08:18:30 -05:00
.gitignore