This commit is contained in:
committed by
Git OBS Bridge
parent
4b2b0f046d
commit
a12d51b135
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 12 14:52:27 CET 2007 - pgajdos@suse.cz
|
||||
|
||||
- upgraded to 1.8.3:
|
||||
* New modules (srfi srfi-35), (srfi srfi-37)
|
||||
* Bug fixes
|
||||
* The reader is now faster, which reduces startup time
|
||||
* Procedures returned by `record-accessor' and `record-modifier'
|
||||
are faster
|
||||
* New procedures set-program-arguments, make-vtable
|
||||
* Incompatible change:
|
||||
~~~~~~~~~~~~~~~~~~~~
|
||||
The body of a top-level `define' no longer sees the binding
|
||||
being created. In a top-level `define', the binding being
|
||||
created is no longer visible from the `define' body. This
|
||||
breaks code like "(define foo (begin (set! foo 1) (+ foo 1)))",
|
||||
where `foo' is now unbound in the body. However, such code
|
||||
was not R5RS-compliant anyway, per Section 5.2.1.
|
||||
- removed getcontext.patch -- no longer needed because
|
||||
of code change
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 5 18:17:05 CET 2007 - sbrabec@suse.cz
|
||||
|
||||
|
Reference in New Issue
Block a user