|
1 |
| -Version 5.3.2.1 |
2 |
| -srfi/19: made compatible with date* structs, produces |
3 |
| - lax-date struct for backwards compatibility |
4 |
| - |
5 |
| -Version 5.3.1.12 |
6 |
| -Added exn:fail:filesystem:errno and exn:fail:network:errno |
7 |
| - |
8 |
| -Version 5.3.1.11 |
| 1 | +Version 5.3.2, January 2013 |
| 2 | +Changed case to use equal? instead of eqv? |
9 | 3 | Changed log-message to support a name argument
|
10 | 4 | Changed the synchronization result of a log receiver to include an
|
11 | 5 | event name
|
12 |
| - |
13 |
| -Version 5.3.1.10 |
| 6 | +Added exn:fail:filesystem:errno and exn:fail:network:errno |
14 | 7 | Added phantom byte strings
|
15 | 8 | Added 'word mode to system-type
|
16 |
| -racket/gui: added display-changed to frame% |
17 |
| -scribble/tag: added |
18 |
| -scribble/base: added make-section-tag, taglet? |
19 |
| - |
20 |
| -Version 5.3.1.9 |
21 |
| -Changed case to use equal? instead of eqv? |
22 |
| -r5rs, r6rs: fixed case and cond to disallow internal definitions |
23 |
| - in clauses |
| 9 | +Added arguments to impersonate-prompt-tag and chaperone-prompt-tag |
| 10 | + to support interposition on non-composable continuation results |
24 | 11 | Add #fx() and #fl() reader forms for flvectors and fxvectors
|
| 12 | +racket/unsafe/ops: added unsafe-cons-list |
| 13 | +racket/gui: added get-current-mouse-state, and added |
| 14 | + display-changed to frame% |
25 | 15 | racket/serialize: fxvectors and flvectors are serializable
|
26 | 16 | racket/net: added uri-path-segment-unreserved-encode
|
27 | 17 | racket/url: added current-url-encode-mode
|
28 |
| -ffi/com: added com-get-property* |
29 | 18 | racket/date: fixed 'iso-8601 date formatting
|
30 |
| - |
31 |
| -Version 5.3.1.8 |
| 19 | +scribble/tag: added |
| 20 | +scribble/base: added make-section-tag, taglet? |
| 21 | +r5rs, r6rs: fixed case and cond to disallow internal definitions |
| 22 | + in clauses |
| 23 | +ffi/com: added com-get-property* |
32 | 24 | file/untar: added
|
33 | 25 | file/untgz: added
|
34 | 26 | file/unzip: added
|
35 |
| - |
36 |
| -Version 5.3.1.7 |
37 | 27 | compiler/zo-structs: generalize flonum? field to type
|
38 | 28 | field in localref, let-one, and fun
|
39 |
| - |
40 |
| -Version 5.3.1.6 |
41 |
| -racket/unsafe/ops: added unsafe-cons-list |
42 |
| - |
43 |
| -Version 5.3.1.5 |
44 |
| -racket/gui: added get-current-mouse-state |
45 |
| - |
46 |
| -Version 5.3.1.2 |
47 | 29 | compiler/zo-structs: added a constantness field to module-variable
|
48 | 30 |
|
49 |
| -Version 5.3.1.1 |
50 |
| -Added arguments to impersonate-prompt-tag and chaperone-prompt-tag |
51 |
| - to support interposition on non-composable continuation results |
52 |
| - |
53 | 31 | Version 5.3.1, October 2012
|
54 | 32 | Changed make-log-receiver to accept a logger name as an
|
55 | 33 | event filter
|
|
0 commit comments