Ludovic Courtès
e00634774a
Mention the end of ChangeLog' files in
NEWS'.
2008-12-09 00:15:25 +01:00
Ludovic Courtès
afb59d75b8
Rename ChangeLog' files to
ChangeLog-2008'.
2008-09-12 21:49:58 +02:00
Ludovic Courtès
bfb2e11358
Use $(GCC_CFLAGS) for `-Werror' et al. so that it's not used to compile
...
Gnulib code.
2008-08-25 22:08:45 +02:00
Ludovic Courtès
103dc4d4d2
Add Gnulib-provided files for convenience.
...
These come from Gnulib's Git commit
ae3a0d62f26d8156b403e40d6007475006f3136f, dated 2008-08-19.
2008-08-21 22:23:59 +02:00
Neil Jerram
5ea8e76e85
Fix build failure on Debian hppa architecture (bad stack growth detection)
...
* configure.in (SCM_I_GSC_STACK_GROWS_UP): Remove use of
AC_CACHE_CHECK, which was inadvertently causing
SCM_I_GSC_STACK_GROWS_UP _always_ to be 0.
2008-08-07 23:24:31 +02:00
Neil Jerram
0d751d4720
ChangeLog for "Improve stack direction test"
2008-07-17 22:27:34 +01:00
Ludovic Courtès
450be18dff
Handle lack of struct dirent64' and
readdir64_r ()' on HP-UX 11.11.
2008-07-17 00:20:31 +02:00
Ludovic Courtès
4bdc8fb5ac
Update to Autoconf 2.61.
2008-07-06 19:53:49 +02:00
Ludovic Courtès
47871d5a16
Modernize Automake files.
2008-06-28 22:15:52 +02:00
Ludovic Courtès
33384c27eb
Merge changes for 1.8.5.
2008-05-07 21:42:50 +02:00
Ludovic Courtès
cdbbe19250
Fix omissions and typos in previous commit.
2008-05-04 22:42:13 +02:00
Ludovic Courtès
92826dd0e2
Add `pkg-config' support.
2008-05-04 22:26:57 +02:00
Ludovic Courtès
56ae214817
Only run `test-with-guile-module' when pthread support is built.
2008-04-26 21:56:02 +02:00
Ludovic Courtès
1afb97c464
Fix dangling references to files that have been removed.
2008-04-26 19:27:55 +02:00
Neil Jerram
d53f85dd85
* FAQ: New file.
...
* Makefile.am (EXTRA_DIST): Add FAQ
2008-02-23 18:30:00 +00:00
Ludovic Courtès
4fcb27c471
Look for `strncasecmp' declaration.
2008-02-22 09:55:22 +00:00
Ludovic Courtès
25a640ca6e
Merge 1.8.4 release commit.
2008-02-21 08:41:24 +00:00
Neil Jerram
d4a00708e7
* autogen.sh: Copy versions of config.guess and config.sub from
...
Guile CVS to build-aux and guile-readline.
* HACKING: Note need for libtool >= 1.5.26.
* config.rpath, build-aux/config.rpath: Updated to latest upstream
version.
* config.guess, config.sub: 2008-01-07 versions added to Guile
CVS, to ensure that Guile developers are using new enough versions
(in particular for AIX 6.1 support).
2008-02-15 23:06:52 +00:00
Neil Jerram
4b26c03ec7
* numbers.c (SCM_COMPLEX_VALUE): Use GUILE_I instead of _Complex_I
...
directly, and only if GUILE_I was defined by the configure step.
(scm_log, scm_log10, scm_exp, scm_sqrt): Use SCM_COMPLEX_VALUE
code only if SCM_COMPLEX_VALUE is defined.
* configure.in (--without-64-calls): Use AC_MSG_CHECKING and
AC_MSG_RESULT instead of just echo.
(GUILE_I): New programs to try using _Complex_I or 1.0fi for the
imaginary unit.
2008-02-11 21:20:14 +00:00
Neil Jerram
32b164aacd
Default to --without-64-calls for
...
powerpc-ibm-aix*. Thanks to Rainer Tammer for reporting that the
64 calls are a problem on that OS.
2008-02-06 22:29:22 +00:00
Ludovic Courtès
189171c5bb
Fix compilation of `numbers.c' with Sun CC.
2008-02-06 13:51:05 +00:00
Neil Jerram
d05bcb2ede
* fports.c (fport_seek): Make dependent on GUILE_USE_64_CALLS.
...
* _scm.h: Make definition of CHOOSE_LARGEFILE depend on
GUILE_USE_64_CALLS.
* configure.in (--without-64-calls): New option.
2008-02-05 23:14:21 +00:00
Neil Jerram
027e0e2c69
(dyld_prefix), pre-inst-guile-env.in
...
(dyld_prefix): Construct and export dyld_prefix in a similar way
to ltdl_prefix, to allow pre-install dynamic linking to work on
MacOS. Thanks to Roger Mc Murtrie for reporting this problem.
2008-01-30 22:59:12 +00:00
Neil Jerram
7df13834d4
* LICENSE: Change COPYING.LIB to COPYING.LESSER.
...
* COPYING.LESSER: Renamed, previously COPYING.LIB.
* COPYING: Removed.
* COPYING: Removed.
* COPYING: Removed.
* COPYING: Removed.
* COPYING: Removed.
* COPYING: Removed.
* COPYING: Removed.
* COPYING: Removed.
2008-01-22 21:46:24 +00:00
Neil Jerram
d3cf93bc25
* srfi-39.scm: Update copyright statement to LGPL.
...
* __scm.h, _scm.h, weaks.c: Update copyright statement to LGPL.
* compat/compat.h: Update copyright statement to LGPL.
* oldfmt.c: Update copyright statement to LGPL.
* libguile.h: Update copyright statement to LGPL.
2008-01-22 21:06:22 +00:00
Ludovic Courtès
693758d5a8
Changes from arch/CVS synchronization
2007-12-04 17:57:44 +00:00
Ludovic Courtès
7d1fc87217
Changes from arch/CVS synchronization
2007-12-04 17:32:59 +00:00
Ludovic Courtès
dbd1132b9c
Changes from arch/CVS synchronization
2007-10-27 18:40:41 +00:00
Ludovic Courtès
8b0f07460a
Changes from arch/CVS synchronization
2007-10-27 17:41:35 +00:00
Neil Jerram
90ecbd811c
* .cvsignore: Add "lib".
2007-10-24 11:52:48 +00:00
Neil Jerram
917d3db31f
build-aux/.cvsignore: Add a load more generated files to ignore,
...
and commit to CVS.
2007-10-24 11:51:11 +00:00
Ludovic Courtès
2e77f7202b
Changes from arch/CVS synchronization
2007-10-20 11:09:58 +00:00
Ludovic Courtès
d41668faec
Changes from arch/CVS synchronization
2007-10-17 21:56:10 +00:00
Ludovic Courtès
24e59a9257
Changes from arch/CVS synchronization
2007-10-16 21:23:53 +00:00
Ludovic Courtès
6630261802
Changes from arch/CVS synchronization
2007-10-10 16:46:26 +00:00
Ludovic Courtès
29776e85da
Changes from arch/CVS synchronization
2007-10-02 16:06:25 +00:00
Ludovic Courtès
dc061a74fd
Changes from arch/CVS synchronization
2007-10-02 03:16:28 +00:00
Ludovic Courtès
f43f362018
Changes from arch/CVS synchronization
2007-09-02 22:56:56 +00:00
Kevin Ryde
8d4d5dfcf9
*** empty log message ***
2007-09-02 22:40:23 +00:00
Ludovic Courtès
1ac5fb45bc
Changes from arch/CVS synchronization
2007-09-02 10:55:58 +00:00
Ludovic Courtès
d7c0c26d88
Changes from arch/CVS synchronization
2007-09-01 16:54:26 +00:00
Ludovic Courtès
2baec6a946
Changes from arch/CVS synchronization
2007-08-23 21:10:57 +00:00
Ludovic Courtès
7ff6c169d5
Changes from arch/CVS synchronization
2007-08-11 10:49:59 +00:00
Ludovic Courtès
f50ca8da5b
Changes from arch/CVS synchronization
2007-08-11 10:08:10 +00:00
Ludovic Courtès
1fdd8ffa83
Changes from arch/CVS synchronization
2007-08-08 15:35:56 +00:00
Ludovic Courtès
ca7406a9db
Changes from arch/CVS synchronization
2007-07-29 15:27:24 +00:00
Ludovic Courtès
6caac03c93
Changes from arch/CVS synchronization
2007-07-29 14:58:21 +00:00
Ludovic Courtès
f6b4d9b42e
Changes from arch/CVS synchronization
2007-07-29 13:52:38 +00:00
Ludovic Courtès
e08f3f7a30
Changes from arch/CVS synchronization
2007-07-24 23:17:54 +00:00
Ludovic Courtès
7337d56d57
Changes from arch/CVS synchronization
2007-07-22 16:30:13 +00:00