2005-10-30 15:55:46 by Greg Troxel | Files touched by this commit (3) |
Log message:
another attempt at slib init. use a real module, so that later uses
from different modules will work. Export the same symbols as before,
but obtain definitions from guile.init instead of home-grown.
|
2005-10-30 02:56:40 by Greg Troxel | Files touched by this commit (3) |
Log message:
Add patch to replace ice-9/slib.scm with a few lines to read slib's
guile.init. A bit hackish, but restores slib functionality, which
should restore gnucash to working order. (The underlying problem is
that slib 3a2 has new primitives that dialect-specific init files are
supposed to define, and ice-9/slib.scm doesn't define one of them.
The slib way is to read slib's guile.init, but guile's way was to have
an implementation of the same interface, know known to be a moving
target.)
PKGREVISION++
|
2005-10-16 23:01:19 by Greg Troxel | Files touched by this commit (1) |
Log message:
take maintainership
|
2005-10-10 19:19:51 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Include errno.h and only define errno if that doesn't do the trick.
|
2005-05-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035) |
Log message:
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-02-24 10:03:12 by Alistair G. Crooks | Files touched by this commit (133) |
Log message:
Add RMD160 digests
|
2004-12-26 01:29:42 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Update to 1.6.7:
Changes since Guile 1.6.6 (changes in 1.6.7):
* Changes to the distribution
** A build problem has been fixed.
Previously, on some systems, the build would fail when libguile-ltdl
couldn't be found during the build. This should now be fixed.
* Changes to Scheme functions and syntax
** array-map! and array-map-in-order! now correctly require at least one source
A mistake caused a call with just one source array to be rejected,
this has been fixed.
** string->number and octal constant bignums
An incorrect bignum size calculation has been fixed, this caused
overflow errors in string->number on bases other than 2, 10 and 16,
including octal literal constants in code or the reader.
** SRFI-1 alist-delete equality argument order fixed.
In the srfi-1 module alist-delete and alist-delete!, the order of the
arguments to the "=" procedure now matches the SRFI-1 specification.
** SRFI-13 string-any and string-every tail calls
string-any and string-every now make a tail call to their predicate
function on reaching the last character in the string, per the SRFI-13
specification.
|
2004-12-01 15:59:48 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 1.6.6:
Changes since Guile 1.6.5 (changes in 1.6.6):
* Changes to the distribution
** srfi-39 should work now - a file was missing from the distribution.
** A libltdl related build problem has been fixed.
* Changes to the C interface
** A bug has been fixed that caused uvec_equalp to function improperly.
** In scm_charnames and scm_charnums, sp is now an alias for space.
|
2004-11-30 19:17:31 by Thomas Klausner | Files touched by this commit (2) |
Log message:
To be on the safe side, bump PKGREVISION for previous.
|