| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: libguile-2_0-22 | Distribution: openSUSE 12.2 |
| Version: 2.0.5 | Vendor: openSUSE |
| Release: 3.2.2 | Build date: Mon Jul 16 13:11:56 2012 |
| Group: Development/Languages/Scheme | Build host: build14 |
| Size: 1528800 | Source RPM: guile-2.0.5-3.2.2.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: http://www.gnu.org/software/guile/ | |
| Summary: GNU's Ubiquitous Intelligent Language for Extension | |
This is Guile, a portable, embeddable Scheme implementation written in C. Guile provides a machine independent execution platform that can be linked in as a library when building extensible programs. This package contains the shared libraries.
GFDL-1.3 and GPL-3.0+ and LGPL-3.0+
* Fri Jun 29 2012 coolo@suse.com
- libffi-devel is more generic than specific gcc versions (that no longer
exist in factory)
* Mon Apr 23 2012 dvaleev@suse.com
- mark this threads test as unresolved since it may produce false
negatives, depending on the behavior/timing of the garbage
collector.
* Tue Jan 31 2012 pgajdos@suse.com
- update to 2.0.5:
* * Better debuggability for interpreted procedures.
* * Support for cross-compilation.
* * The return of `local-eval'.
* * Fluids can now have default values.
* * Garbage collector tuning.
* ** Unmanaged allocation
* etc. see NEWS
* Wed Jan 18 2012 pgajdos@suse.com
- don't conflict with guile1 [bnc#724917]
* Fri Dec 09 2011 dimstar@opensuse.org
- Drop libtool archives.
* Sat Dec 03 2011 coolo@suse.com
- buildrequire ltdl-devel
* Mon Nov 28 2011 pgajdos@suse.com
- splitted out guile-modules-2_0 package [bnc#722306]
* Mon Nov 28 2011 pgajdos@suse.com
- ignore result of gc test
* turn-off-gc-test.patch
* Tue Nov 15 2011 pgajdos@suse.com
- updated to 2.0.3:
* * Guile has a new optimizer, `peval'.
* * New module: `(web client)', a simple synchronous web client.
* * Users can now install compiled `.go' files.
* * Remove Front-Cover and Back-Cover text from the manual.
* * More helpful `guild help'.
* * New macro: `define-syntax-rule'
* * The `,time' REPL meta-command now has more precision.
* * `(ice-9 match)' can now match records.
* * New module: `(language tree-il debug)'.
* * New functions: `scm_is_exact', `scm_is_inexact'.
* * Fix order of importing modules and resolving duplicates handlers.
* * Fix a number of bugs involving extended (merged) generics.
* * Fix invocation of merge-generics duplicate handler.
* * Fix write beyond array end in arrays.c.
* * Fix read beyond end of hashtable size array in hashtab.c.
* * (web http): Locale-independent parsing and serialization of dates.
* * Ensure presence of Host header in HTTP/1.1 requests.
* * Fix take-right and drop-right for improper lists.
* * Fix leak in get_current_locale().
* * Fix recursive define-inlinable expansions.
* * Check that srfi-1 procedure arguments are procedures.
* * Fix r6rs `map' for multiple returns.
* * Fix scm_tmpfile leak on POSIX platforms.
* * Fix a couple of leaks (objcode->bytecode, make-boot-program).
* * Fix guile-lib back-compatibility for module-stexi-documentation.
* * Fix --listen option to allow other ports.
* * Fix scm_to_latin1_stringn for substrings.
* * Fix compilation of untyped arrays of rank not 1.
* * Fix unparse-tree-il of <dynset>.
* * Fix reading of #||||#.
* * Fix segfault in GOOPS when class fields are redefined.
* * Prefer poll(2) over select(2) to allow file descriptors above FD_SETSIZE.
* Fri Oct 14 2011 dimstar@opensuse.org
- Own %{_datadir}/guile/site in order for slib not having issues
registering itself.
* Thu Oct 06 2011 pgajdos@suse.com
- guile-devel requires guile [bnc#722306]
* Fri Sep 30 2011 davejplater@gmail.com
- Split off libguile-2_0-22 and libguilereadline-v-18-18 packages in
preparation for bthe submission of legacy package guile.
- Cleaned spec file.
* Mon Aug 15 2011 pgajdos@novell.com
- updated to 2.0.2:
* * `guile-tools' renamed to `guild'
* * New control operators: `shift' and `reset'
* * `while' as an expression
* * Disallow access to handles of weak hash tables
* * More precision for `get-internal-run-time', `get-internal-real-time'
* * Guile now measures time spent in GC
* * Add `gcprof'
* * `map', `for-each' and some others now implemented in Scheme
* * Add `scm_peek_byte_or_eof'.
* * Implement #:stop-at-first-non-option option for getopt-long
* * Improve R6RS conformance for conditions in the I/O libraries
* * All deprecated routines emit warnings
* * Constants in compiled code now share state better
* * VLists: optimize `vlist-fold-right', and add `vhash-fold-right'
* * UTF-8 ports to bypass `iconv' entirely
* * Compiler speedups
* * VM speed tuning
* * SRFI-1 list-set optimizations
* * `memq', `memv' optimizations
* * Deprecate scm_whash API
* * Deprecate scm_struct_table
* * Deprecate scm_internal_dynamic_wind
* * Deprecate scm_immutable_cell, scm_immutable_double_cell
* * Fix double-loading of script in -ds case
* * -x error message fix
* * iconveh-related cross-compilation fixes
* * Fix small integer return value packing on big endian machines.
* * Fix hash-set! in weak-value table from non-immediate to immediate
* * Fix call-with-input-file & relatives for multiple values
* * Fix `hash' for inf and nan
* * Fix libguile internal type errors caught by typing-strictness==2
* * Fix compile error in MinGW fstat socket detection
* * Fix generation of auto-compiled file names on MinGW
* * Fix multithreaded access to internal hash tables
* * Emit a 1-based line number in error messages
* * Fix define-module ordering
* * Fix several POSIX functions to use the locale encoding
* * Add type and range checks to the complex generalized vector accessors
* * Fix unaligned accesses for bytevectors of complex numbers
* * Fix '(a #{.} b)
* * Fix erroneous VM stack overflow for canceled threads
* Thu Jul 14 2011 pgajdos@novell.com
- updated to 2.0.1:
* * REPL reader usability enhancements
* * REPL output has configurable width
* * Better C access to the module system
* * Added `scm_call_5', `scm_call_6'
* * Added `scm_from_latin1_keyword', `scm_from_utf8_keyword'
* * R6RS unicode and string I/O work
* * Added `pointer->scm', `scm->pointer' to `(system foreign)'
* * Added `heap-allocated-since-gc' to `(gc-stats)'
* * Add `on-error' REPL option
* * Enforce immutability of string literals
* * Fix pthread redirection
* * `with-continuation-barrier' now unwinds on `quit'
* * `string->pointer' and `pointer->string' have optional encoding arg
* * R6RS fixnum arithmetic optimizations
* * New procedure: `define-inlinable'
* * New procedure: `exact-integer-sqrt'
* * "Extended read syntax" for symbols parses better
* * Added `--fresh-auto-compile' option
* * etc., see ChangeLog and NEWS
* Mon Mar 22 2010 pgajdos@suse.cz
- fixed build with new gcc
* Tue Jan 26 2010 pgajdos@suse.cz
- fixed build:
"Earlier versions of ltdl would look for extensions under $PWD; this
behavior changed in 2.2.6b."
* testsuite-build.patch taken from guile git (1.8 branch)
* Mon Nov 30 2009 pgajdos@suse.cz
- updated to 1.8.7 (see NEWS)
- fixed testsuite with patch taken from Fedora
* popen-test.patch
* Tue Nov 03 2009 coolo@novell.com
- updated patches to apply with fuzz=0
* Tue Jun 16 2009 pgajdos@suse.cz
- Updated to 1.8.6 (see NEWS)
- removed ac.patch
/usr/lib64/libguile-2.0.so.22 /usr/lib64/libguile-2.0.so.22.4.0
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Jun 10 10:57:58 2013