Age | Commit message (Expand) | Author | Files | Lines |
2004-08-02 | (SCM_I_GSC_ENABLE_DISCOURAGED): New, for the new --enable-discouraged | Marius Vollmer | 1 | -0/+10 |
2004-08-02 | Bit more comments for this: | Kevin Ryde | 1 | -3/+5 |
2004-07-29 | Check for sizes of size_t and intmax_t. | Marius Vollmer | 1 | -0/+3 |
2004-07-29 | Bugfix: logic in detecting ptrdiff_t was inverted; | Marius Vollmer | 1 | -59/+1 |
2004-07-08 | Bugfix: set SCM_I_GSC_T_UINTMAX, not SCM_I_GSC_T_INTMAX in two places. | Marius Vollmer | 1 | -2/+2 |
2004-07-07 | When checking for suitable types for scm_t_int8, etc, try int8_t | Marius Vollmer | 1 | -45/+103 |
2004-07-05 | (isinf, isnan): Detect macro versions as well as | Kevin Ryde | 1 | -1/+25 |
2004-06-28 | Removed code for --enable-htmldoc; support for HTML is now included in | Marius Vollmer | 1 | -22/+0 |
2004-06-16 | move package and version args to AC_INIT as is now | Rob Browning | 1 | -2/+7 |
2004-04-21 | (AC_CHECK_HEADERS): Add fenv.h. | Kevin Ryde | 1 | -2/+6 |
2004-04-18 | (AC_CHECK_FUNCS): Add readdir_r. | Kevin Ryde | 1 | -1/+2 |
2004-03-22 | (AC_CHECK_FUNCS): Add sysconf. | Kevin Ryde | 1 | -2/+7 |
2004-03-20 | (AC_CHECK_FUNCS): Add gmtime_r. | Kevin Ryde | 1 | -1/+2 |
2004-03-13 | (strptime): Use #define _GNU_SOURCE to get the | Kevin Ryde | 1 | -1/+4 |
2004-02-28 | (AC_CHECK_FUNCS): Add DINFINITY and DQNAN. | Kevin Ryde | 1 | -1/+4 |
2004-02-28 | Use AC_COPYRIGHT and AH_TOP to get copyright notice | Kevin Ryde | 1 | -18/+25 |
2004-02-20 | (crypt): Test with AC_SEARCH_LIBS, for the benefit of | Kevin Ryde | 1 | -1/+17 |
2004-02-18 | (AC_CHECK_HEADERS): Add crt_externs.h. | Kevin Ryde | 1 | -2/+8 |
2004-02-15 | * configure.in: Use AC_PROG_LIBTOOL instead of AM_PROG_LIBTOOL. | Mikael Djurfeldt | 1 | -1/+1 |
2004-01-25 | Fix autoconf underquoting warnings | Neil Jerram | 1 | -1/+1 |
2003-12-26 | Find a suitable type for the new scm_t_intmax and scm_t_uintmax. | Marius Vollmer | 1 | -0/+48 |
2003-11-17 | rewrite ALLOCA related code as multiple lines so | Rob Browning | 1 | -1/+4 |
2003-11-14 | (--with-guile-for-build): Remove this option, it's not normal style for --with. | Kevin Ryde | 1 | -3/+1 |
2003-11-11 | Changes to build and install files in emacs subdir. | Neil Jerram | 1 | -0/+3 |
2003-07-27 | * configure.in: Look for sched_yield in -lrt; this is needed for | Marius Vollmer | 1 | -1/+5 |
2003-07-27 | (__libc_stack_end): Actually use the value in __libc_stack_end for | Marius Vollmer | 1 | -2/+3 |
2003-07-08 | (AC_CHECK_FUNCS): Add sincos. | Kevin Ryde | 1 | -3/+5 |
2003-06-21 | (AC_CHECK_FUNCS): Add asinh, acosh, atanh and trunc. | Kevin Ryde | 1 | -1/+4 |
2003-06-19 | use "-Werror" only with GCC. Thanks to Matthias Koeppe! | Marius Vollmer | 1 | -10/+9 |
2003-06-14 | 2003-06-14 Stefan Jahn <stefan@lkcc.org> | Stefan Jahn | 1 | -2/+8 |
2003-05-30 | 2003-05-30 Stefan Jahn <stefan@lkcc.org> | Stefan Jahn | 1 | -1/+1 |
2003-05-29 | 2003-05-29 Stefan Jahn <stefan@lkcc.org> | Stefan Jahn | 1 | -8/+11 |
2003-05-16 | (--with-cc-for-build): Remove this option, CC_FOR_BUILD | Kevin Ryde | 1 | -3/+0 |
2003-05-11 | (CC_FOR_BUILD): Use AC_ARG_VAR. | Kevin Ryde | 1 | -1/+1 |
2003-05-11 | (SCM_SINGLES): Use AC_CHECK_SIZEOF(float), to | Kevin Ryde | 1 | -19/+5 |
2003-05-11 | (SCM_I_GSC_STACK_GROWS_UP): Fix missing comma in AC_TRY_RUN. | Kevin Ryde | 1 | -1/+1 |
2003-04-07 | * configure.in: handle pre-inst-guile-env and add | Rob Browning | 1 | -1/+4 |
2003-04-05 | Check for mpz_import, which is required but only available in GMP 4.1. | Marius Vollmer | 1 | -1/+6 |
2003-04-04 | * configure.in: add GMP test (require GMP). | Rob Browning | 1 | -27/+32 |
2003-03-25 | * configure.in: big overhaul to shift us to have separate private, | Rob Browning | 1 | -58/+273 |
2003-02-27 | * configure.in (AC_CONFIG_SRCDIR): use GUILE-VERSION. | Rob Browning | 1 | -2/+2 |
2002-12-16 | * configure.in: Test if pthread.h declares | Mikael Djurfeldt | 1 | -4/+46 |
2002-12-10 | * configure.in (_THREAD_SAFE): Define when pthreads are enabled in | Mikael Djurfeldt | 1 | -0/+4 |
2002-12-09 | * __scm.h (SCM_ALLOW_INTS_ONLY): Removed. | Mikael Djurfeldt | 1 | -5/+5 |
2002-12-09 | * configure.in (GUILE_EFFECTIVE_VERSION): AC_SUBST it. | Rob Browning | 1 | -39/+34 |
2002-12-02 | Do not configure QTHREADS. Do not define USE_COOP_THREADS. Changed | Marius Vollmer | 1 | -57/+15 |
2002-12-01 | * GUILE-VERSION: Added versioning info for srfi 1. | Mikael Djurfeldt | 1 | -0/+5 |
2002-11-10 | (USE_THREADS, GUILE_ISELECT): Define always. We define them with | Marius Vollmer | 1 | -0/+5 |
2002-11-03 | Do not add "threads.o" to the libobjs, it is now always compiled. | Marius Vollmer | 1 | -10/+0 |
2002-10-27 | Handle thread package "coop-pthread" with alias "copt" and define | Marius Vollmer | 1 | -8/+14 |