collapse Racket HISTORY.txt for v5.2.1

Merge to 5.2.1
(cherry picked from commit 0d47cea848)
This commit is contained in:
Matthew Flatt 2012-01-09 14:01:44 -07:00 committed by Ryan Culpepper
parent 8df51241ff
commit 883ddb5bec

View File

@ -1,39 +1,28 @@
Version 5.2.0.7 Version 5.2.1, January 2012
Intern strings, etc., only in read-syntax mode, not read mode Changed I/O scheduling to use epoll()/kqueue() when available
racket/draw: add text-outline to dc-path% Cross-module inline trivial functions, plus map, for-each,
net/mime: allow any subtype in input; made exception structs a
subtype of exn:fail
Version 5.2.0.6
Added pseudo-random-generator-vector?
Version 5.2.0.5
Cross-module inlining of trivial functions, plus map, for-each,
andmap, and ormap; 'compiler-hint:cross-module-inline hint andmap, and ormap; 'compiler-hint:cross-module-inline hint
Generalize gcd and lcm to work on rationals Intern numbers, characters, strings, byte strings, and regexps in
compiler/zo-structs: added inline-variant read and datum->syntax
racket/stream: added stream constructor Added datum-intern-literal
Version 5.2.0.4
Regexps are `equal?' when they have the same source [byte] string Regexps are `equal?' when they have the same source [byte] string
and mode and mode
Numbers, characters, strings, byte strings, and regexps are interned by Added pseudo-random-generator-vector?
read and datum->syntax Added port-closed-evt
Added read-intern-literal Generalized gcd and lcm to work on rationals
Added module-predefined?
Changed the racket -k command-line flag
racket/class: added send/keyword-apply and dynamic-send racket/class: added send/keyword-apply and dynamic-send
racket/draw: added get-names to color-database<%> racket/draw: added get-names to color-database<%>
mzlib/pconvert: added add-make-prefix-to-constructor parameter, mzlib/pconvert: added add-make-prefix-to-constructor parameter,
which changes the default constructor-style printing in DrRacket which changes the default constructor-style printing in DrRacket
to avoid a make- prefix; the HtDP languages set the parameter to #t to avoid a make- prefix; the HtDP languages set the parameter to #t
at-exp, scribble: dropped distinctness of @{}-introduced newline strings at-exp, scribble: dropped distinctness of @{}-introduced newline strings
racket/draw: add text-outline to dc-path%
Version 5.2.0.3 net/mime: allow any subtype in input; made exception structs a
Added module-predefined? subtype of exn:fail
Changed the raacket -k command-line flag compiler/zo-structs: added inline-variant
racket/stream: added stream constructor
Version 5.2.0.2
Added port-closed-evt
Changed I/O scheduling to use epoll()/kqueue() when available
Version 5.2, November 2011 Version 5.2, November 2011
Generalized begin-with-syntax to allow phase-N definitions, Generalized begin-with-syntax to allow phase-N definitions,