Changelog for
guile-debuginfo-1.8.5-22.3.x86_64.rpm :
Sun Sep 7 14:00:00 2008 schwabAATTsuse.de
- Fix conflicting options.
Mon Jul 7 14:00:00 2008 pgajdosAATTsuse.cz
- updated to 1.8.5:
* new modules `(srfi srfi-88)\'
* New `postfix\' read option, for SRFI-88 keyword syntax
* Some I/O primitives have been inlined, which improves I/O performance
* New object-based traps infrastructure
* New support for working on Guile code from within Emacs
* bug fixes
Thu Mar 13 13:00:00 2008 schwabAATTsuse.de
- Use autoreconf.
Thu Feb 28 13:00:00 2008 roAATTsuse.de
- update to 1.8.4:
* New modules (srfi srfi-69)
* Bug fixes
- fix code for recent gcc by checking for __GNUC_GNU_INLINE__
instead of __GNUC__ for inline specifics (thanks, richi)
Mon Feb 4 13:00:00 2008 pgajdosAATTsuse.cz
- guile conflicts with slib < 3a5 [#354936]
Wed Dec 12 13:00:00 2007 pgajdosAATTsuse.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 13:00:00 2007 sbrabecAATTsuse.cz
- Slib guile library installation moved from guile to slib.
Thu Jan 11 13:00:00 2007 sbrabecAATTsuse.cz
- More spec file cleanups.
Fri Dec 8 13:00:00 2006 mawAATTsuse.de
- Clean up the spec, removing some hardcoded paths.
Tue Nov 28 13:00:00 2006 sbrabecAATTsuse.cz
- Build as user and do not alter root filesystem.
Mon Nov 27 13:00:00 2006 sbrabecAATTsuse.cz
- Created empty directory for site packages (#223837).
Thu Nov 23 13:00:00 2006 sbrabecAATTsuse.cz
- Fixed slib installation scriptlets (#214940).
Wed Nov 8 13:00:00 2006 anickaAATTsuse.cz
- moved .la files to the base package (#218032).
Wed Oct 25 14:00:00 2006 sbrabecAATTsuse.cz
- Moved .so files to the base package (#214940).
Mon Oct 16 14:00:00 2006 anickaAATTsuse.cz
- move /usr/share/guile from devel to main package
(fixes ##212545)
Sun Oct 15 14:00:00 2006 schwabAATTsuse.de
- Make sure config.rpath is present.
Fri Oct 13 14:00:00 2006 schwabAATTsuse.de
- Add split provide.
Fri Oct 13 14:00:00 2006 ajAATTsuse.de
- Split up devel subpackage.
Tue Oct 10 14:00:00 2006 sbrabecAATTsuse.cz
- Updated to version 1.8.1:
* LFS functions are now used to access 64-bit files on 32-bit
systems.
* New procedures and functions.
* New modules and module merges.
* API changes.
* Bugs fixed.
* Guile is now licensed with the GNU Lesser General
Public License.
* The manual is now licensed with the GNU Free Documentation
License.
* Guile now requires GNU MP.
* Guile now has separate private and public configuration
headers.
* Thread implementation has changed.
* Command line syntax changes.
Fri Oct 6 14:00:00 2006 anickaAATTsuse.cz
- update to 1.6.8
* gcc 4.0 fixes
* Guile now allows multiple line comments to end without
a trailing newline.
* better support for new versions of SLIB
* changes in C interface
Fri Sep 8 14:00:00 2006 anickaAATTsuse.cz
- rewrite SuSEconfig.guile to RPM triggers
Sun Jul 16 14:00:00 2006 schwabAATTsuse.de
- Mark ia64_getcontext as returning twice.