You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- DrRacket offers to restore previously open files when starting,
22
22
which can be made the default.
23
+
24
+

23
25
24
-
- In DrRacket, Picts can be saved by right-clicking.
26
+
- In DrRacket, Images in editing panels can be saved by right-clicking, including those generated by the functional picture libraries [`pict`](https://docs.racket-lang.org/pict/index.html) and [`2htdp/image`](https://docs.racket-lang.org/teachpack/2htdpimage.html).
27
+
28
+

25
29
26
-
-`raco pkg` introduces the `uninstall` command as the opposite of
27
-
`install`. The `remove` name for this functionality is retained for
-`raco pkg` introduces the `uninstall` command as the opposite of `install`. The `remove` name for this functionality is retained for compatibility. (See [Package Management in Racket - 3.3 `raco pkg uninstall`](https://docs.racket-lang.org/pkg/cmdline.html#%28part._raco-pkg-uninstall%29).)
31
31
32
-
-`raco pkg` improves the handling of `--clone` and `--unclone`. (See
-`raco pkg` improves the handling of `--clone` and `--unclone`. (See [Package Management in Racket - 3.2 `raco pkg update`](https://docs.racket-lang.org/pkg/cmdline.html#%28part._raco-pkg-update%29).)
35
33
36
-
- iOS is a compilation target, distinct from macOS.
34
+
- iOS is a compilation target, distinct from macOS. (See [Inside:Racket C API - 29 Cross-compiling Racket Sources for iOS](https://docs.racket-lang.org/inside/ios-cross-compilation.html).)
37
35
38
-
- Racket supports falling back to IPv4 during hostname resolution when
39
-
IPv6 fails.
36
+
- Racket supports falling back to IPv4 during hostname resolution when IPv6 fails.
40
37
41
-
- Memory allocated using the ffi/unsafe library can be initially
42
-
zeroed, using the `'zeroed-atomic` and `'zeroed-atomic-interior`
- Memory allocated using the ffi/unsafe library can be initially zeroed, using the `'zeroed-atomic` and `'zeroed-atomic-interior` flags. (See [The Racket Foreign Interface - 4.2 Memory Management `malloc`*mode*`'zeroed-atomic` and `'zeroed-atomic-interior`](https://docs.racket-lang.org/foreign/foreign_pointer-funcs.html#%28idx._%28gentag._11._%28lib._scribblings%2Fforeign%2Fforeign..scrbl%29%29%29).)
46
39
47
40
- Many other bugs are fixed and documentation has been improved!
0 commit comments