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.
- Developed at devel:languages:misc
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/guile && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
guile-1.6.10-mktemp.patch | 0000000606 606 Bytes | |
guile-2.0.3.tar.bz2 | 0005408540 5.16 MB | |
guile-64bit.patch | 0000001064 1.04 KB | |
guile-fix_fsf_add.patch | 0000001290 1.26 KB | |
guile-turn-off-gc-test.patch | 0000001402 1.37 KB | |
guile.changes | 0000023156 22.6 KB | |
guile.spec | 0000005570 5.44 KB |
Revision 27 (latest revision is 71)
Stephan Kulow (coolo)
accepted
request 93925
from
Petr Gajdos (pgajdos)
(revision 27)
- ignore result of gc test * turn-off-gc-test.patch - 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.
Comments 0