forked from pool/racket
2a66e01b0d
Racket is Lisp/scheme like language comes with lots goodies with packages helping to learn programming or develop applications. The intention is to submit Racket to Factory, so it can be part of the next release after 12.3 Thanks Togan OBS-URL: https://build.opensuse.org/request/show/151137 OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/racket?expand=0&rev=1
95 lines
3.7 KiB
Plaintext
95 lines
3.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Feb 1 11:16:05 UTC 2013 - toganm@opensuse.org
|
|
|
|
- Update to 5.3.2 release for details see changelog.txt and News
|
|
|
|
* Changed case to use equal? instead of eqv?
|
|
* Changed log-message to support a name argument
|
|
* Changed the synchronization result of a log receiver to include an
|
|
event name
|
|
* Added exn:fail:filesystem:errno and exn:fail:network:errno
|
|
* Added phantom byte strings
|
|
* Added 'word mode to system-type
|
|
* Added arguments to impersonate-prompt-tag and chaperone-prompt-tag
|
|
to support interposition on non-composable continuation results
|
|
* Add #fx() and #fl() reader forms for flvectors and fxvectors
|
|
* racket/unsafe/ops: added unsafe-cons-list
|
|
* racket/gui: added get-current-mouse-state, and added
|
|
display-changed to frame%
|
|
* racket/serialize: fxvectors and flvectors are serializable
|
|
* racket/net: added uri-path-segment-unreserved-encode
|
|
* racket/url: added current-url-encode-mode
|
|
* racket/date: fixed 'iso-8601 date formatting
|
|
* scribble/tag: added
|
|
* scribble/base: added make-section-tag, taglet?
|
|
r5rs, r6rs: fixed case and cond to disallow internal definitions
|
|
in clauses
|
|
* ffi/com: added com-get-property*
|
|
* file/untar: added
|
|
* file/untgz: added
|
|
* file/unzip: added
|
|
* compiler/zo-structs: generalize flonum? field to type
|
|
field in localref, let-one, and fun
|
|
* compiler/zo-structs: added a constantness field to module-variable
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 8 09:28:40 UTC 2012 - toganm@opensuse.org
|
|
|
|
- Update to 5.3.1 release for details see changelog and News
|
|
|
|
* Changed make-log-receiver to accept a logger name as an event
|
|
filter
|
|
* Addded define-logger
|
|
* Changed -W, -L, PLTSTDERR, and PLTSYSLOG to support log filters
|
|
of the form "<level> <name>=<level> ..."
|
|
* Changed log-error, etc., to support format mode
|
|
* Added racket/format, which is re-exported by racket
|
|
* Added #:break and #:final clauses to for forms
|
|
* Added exn:break:hang-up and exn:break:terminate, added extra
|
|
argument to break-thread and place-break, and redirect SIGTERM
|
|
and SIGHUP as breaks
|
|
* Add #:fill option to for/vector, for*/vector, for/flvector,
|
|
for*/flvector, for/fxvector, and for*/fxvector
|
|
* Added PLTCOMPILEDROOTS and --compiled/-R command-line flag
|
|
* Added reroot-path
|
|
* Changed a thread's initial prompt to use the default handler
|
|
(instead of accepting and ignoring abort arguments)
|
|
* ffi/unsafe: added cpointer-gcable?
|
|
* racket/class: added dynamic-get-field and dynamic-set-field!
|
|
* racket/set: added set-first and set-rest, sets are streams
|
|
* racket/require-transformer: an import's module path can be syntax
|
|
* scribble/base: add items/c
|
|
* scribble/decode: add spliceof
|
|
* syntax/for-body: added
|
|
|
|
- drop racket-glibc-2.16.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 11 15:10:49 UTC 2012 - toganm@opensuse.org
|
|
|
|
- enabled documentation
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 8 08:03:24 UTC 2012 - toganm@opensuse.org
|
|
|
|
- Update to official 5.3 release
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 1 10:18:40 UTC 2012 - toganm@opensuse.org
|
|
|
|
- split packaging
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 26 22:34:05 UTC 2012 - toganm@opensuse.org
|
|
|
|
- Use the upcoming version 5.3.0.16 from nightly builds
|
|
* add racket.desktop
|
|
* disable documentation as it breaks the build
|
|
- TODO
|
|
* fix the rpmlint warnings for srfi
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 1 14:08:37 UTC 2012 - toganm@opensuse.org
|
|
|
|
- Initial packaging for racket-lang
|