e08e36f048- Refresh patch: * racket-doc.patch - Update to 8.16. Changes down below: * Racket has expanded support for immutable and mutable treelists: - A variety of new treelist utility functions are available: treelist-filter, treelist-flatten, et cetera. - The mutable-treelist-prepend! function allows prepending to mutable treelists. - Mutable treelists are serializable. * The serialize-structs module allows the minimization of dependencies by providing only a handful of core forms. * The flbit-field function allows access to the binary representation of IEEE floating-point numbers. * The top-left search box in the documentation works once more. * The XML reader is 2-3x faster on inputs with long CDATA and * comments, and avoids some internal contract checks to obtain a 25% * speedup on large documents generally. * The pregexp syntax includes "\X" to match a grapheme cluster), * following Perl and PCRE. * The read-json* and write-json* functions allow customization of the Racket representation of JSON elements, eliminating the need for a separate "translation" pass. * Racket has new port I/O functions: - The open-input-nowhere function creates an empty input port. - The pipe-port? function makes it possible to determine whether a port is created by make-pipe. - The port-file-stat function allows gathering information about the file that is the source or target of a file-stream port. * A revised representation of pointers improves the performance of foreign function calls. As a result, ptr-ref and ptr-set! are
Fred Fu
2025-03-08 14:35:27 +00:00
a7014bda28Accepting request 1227603 from devel:languages:miscAna Guerrero2024-12-02 15:58:58 +00:00
47e8c5195b- Update to 8.15. Changes down below: * Documentation search results are ordered, with visual cues indicating what their source is (core, main-distribution, etc.). * DrRacket offers to restore previously open files when starting, which can be made the default. * In DrRacket, Picts can be saved by right-clicking. raco pkg introduces the uninstall command as the opposite of install. The remove name for this functionality is retained for compatibility. * raco pkg improves the handling of --clone and --unclone. * iOS is a compilation target, distinct from macOS. * Racket supports falling back to IPv4 during hostname resolution when IPv6 fails. * Memory allocated using the ffi/unsafe library can be initially zeroed, using the 'zeroed-atomic and 'zeroed-atomic-interior flags.
Fred Fu
2024-12-01 15:12:56 +00:00
d997701b38- Update to 8.14. Changes down below: * The compiler/demod language integrates demodularization into the program rather than an external tool. Using the language approach cooperates with other Racket tools and allows demodularization to be used on libraries. Additionally, demodularization handles submodules and can prune definitions, significantly shrinking the size of some programs. * The contract-in form enables contracts to be specified in an importing module. * The #%declare form supports the #:flatten-requires and #:unlimited-compile keywords * Identifiers such as case-λ, match-λ and λ are equivalent to their Latin-alphabet equivalents (case-lambda, match-lambda, and lambda) in more contexts, including uses of match. * The hash-filter function allows the use of a predicate to select a sub-table of a hash table. * The module browser can perform filtering on submodules. * The raco test command-line form respects the current-test-invocation-directory parameter, and shows well-formed module paths in its output. * Racket CS allows the use of in-memory boot files. * The raco/testing collection brings together a variety of testing- related functions and forms.
Fred Fu
2024-08-30 19:49:54 +00:00
cf94c9b449- Switch over to pb (Platform without native-code Backend) for architectures which do not build - Add patch racket-fortify.patch to make it build with latest gcc
Fred Fu
2024-07-25 14:41:56 +00:00
3170f77f5eAccepting request 1169536 from home:cboltz:branches:devel:languages:misc
Fred Fu
2024-06-04 15:15:25 +00:00
89960f2c48Accepting request 1177382 from devel:languages:miscAna Guerrero2024-05-29 17:35:53 +00:00
be0742fcc0Accepting request 1176761 from home:mschreiner:branches:devel:languages:misc
Fred Fu
2024-05-28 16:26:41 +00:00
3362d08ed8Accepting request 1166497 from devel:languages:miscAna Guerrero2024-04-10 15:49:18 +00:00
22accfc26aAccepting request 1165999 from home:cboltz:branches:devel:languages:misc
Fred Fu
2024-04-09 17:46:19 +00:00
3e3b100364Accepting request 1149971 from devel:languages:miscAna Guerrero2024-02-23 15:47:21 +00:00
230ab77529Accepting request 1149827 from home:dimstar:rpm4.20:r
Fred Fu
2024-02-23 14:38:44 +00:00