| Commit message (Expand) | Author | Age | Files | Lines |
* | Mention the end of `ChangeLog' files in `NEWS'. | Ludovic Courtès | 2008-12-09 | 1 | -1/+1 |
* | Rename `ChangeLog' files to `ChangeLog-2008'. | Ludovic Courtès | 2008-09-12 | 1 | -3390/+12 |
* | Use $(GCC_CFLAGS) for `-Werror' et al. so that it's not used to compile...Gnulib code.
| Ludovic Courtès | 2008-08-25 | 1 | -0/+6 |
* | Add Gnulib-provided files for convenience....These come from Gnulib's Git commit
ae3a0d62f26d8156b403e40d6007475006f3136f, dated 2008-08-19.
| Ludovic Courtès | 2008-08-21 | 1 | -0/+5 |
* | 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.
| Neil Jerram | 2008-08-07 | 1 | -0/+6 |
* | ChangeLog for "Improve stack direction test" | Neil Jerram | 2008-07-17 | 1 | -0/+6 |
* | Handle lack of `struct dirent64' and `readdir64_r ()' on HP-UX 11.11. | Ludovic Courtès | 2008-07-17 | 1 | -0/+5 |
* | Update to Autoconf 2.61. | Ludovic Courtès | 2008-07-06 | 1 | -0/+4 |
* | Modernize Automake files. | Ludovic Courtès | 2008-06-28 | 1 | -0/+4 |
* | Merge changes for 1.8.5. | Ludovic Courtès | 2008-05-07 | 1 | -0/+10 |
* | Fix omissions and typos in previous commit. | Ludovic Courtès | 2008-05-04 | 1 | -0/+3 |
* | Add `pkg-config' support. | Ludovic Courtès | 2008-05-04 | 1 | -0/+6 |
* | Only run `test-with-guile-module' when pthread support is built. | Ludovic Courtès | 2008-04-26 | 1 | -0/+5 |
* | Fix dangling references to files that have been removed. | Ludovic Courtès | 2008-04-26 | 1 | -0/+4 |
* | * FAQ: New file....* Makefile.am (EXTRA_DIST): Add FAQ
| Neil Jerram | 2008-02-23 | 1 | -0/+6 |
* | Look for `strncasecmp' declaration. | Ludovic Courtès | 2008-02-22 | 1 | -0/+4 |
* | Merge 1.8.4 release commit. | Ludovic Courtès | 2008-02-21 | 1 | -0/+11 |
* | * 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).
| Neil Jerram | 2008-02-15 | 1 | -0/+16 |
* | * 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.
| Neil Jerram | 2008-02-11 | 1 | -0/+7 |
* | 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.
| Neil Jerram | 2008-02-06 | 1 | -0/+6 |
* | Fix compilation of `numbers.c' with Sun CC. | Ludovic Courtès | 2008-02-06 | 1 | -0/+4 |
* | * 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.
| Neil Jerram | 2008-02-05 | 1 | -0/+4 |
* | (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.
| Neil Jerram | 2008-01-30 | 1 | -0/+7 |
* | * 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.
| Neil Jerram | 2008-01-22 | 1 | -0/+6 |
* | * 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.
| Neil Jerram | 2008-01-22 | 1 | -0/+4 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-12-04 | 1 | -1/+1 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-12-04 | 1 | -0/+8 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-10-27 | 1 | -4/+0 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-10-27 | 1 | -0/+4 |
* | * .cvsignore: Add "lib". | Neil Jerram | 2007-10-24 | 1 | -0/+2 |
* | build-aux/.cvsignore: Add a load more generated files to ignore,...and commit to CVS.
| Neil Jerram | 2007-10-24 | 1 | -0/+5 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-10-20 | 1 | -0/+8 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-10-17 | 1 | -0/+4 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-10-16 | 1 | -0/+7 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-10-10 | 1 | -0/+9 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-10-02 | 1 | -1/+1 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-10-02 | 1 | -0/+4 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-09-02 | 1 | -0/+4 |
* | *** empty log message *** | Kevin Ryde | 2007-09-02 | 1 | -0/+5 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-09-02 | 1 | -0/+4 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-09-01 | 1 | -0/+4 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-08-23 | 1 | -0/+4 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-08-11 | 1 | -1/+1 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-08-11 | 1 | -0/+4 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-08-08 | 1 | -0/+5 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-07-29 | 1 | -0/+1 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-07-29 | 1 | -0/+16 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-07-29 | 1 | -0/+6 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-07-24 | 1 | -0/+4 |
* | Changes from arch/CVS synchronization | Ludovic Courtès | 2007-07-22 | 1 | -0/+4 |