| Commit message (Expand) | Author | Age | Files | Lines |
* | Add copyright notice. | Jim Blandy | 1998-10-19 | 1 | -0/+20 |
* | * configure.in: Define SCM_SINGLES whenever a float can fit in a | Jim Blandy | 1998-10-14 | 1 | -3/+15 |
* | * configure.in: Construct libguile/versiondat.h here; see | Jim Blandy | 1998-10-14 | 1 | -1/+1 |
* | * configure.in: Allow tabs and whitespace between `void' and | Jim Blandy | 1998-10-14 | 1 | -1/+1 |
* | Don't redefine sleep/usleep. | Jim Blandy | 1998-10-13 | 1 | -18/+2 |
* | * configure.in (GUILE_FUNC_DECLARED): Name the cache variables | Jim Blandy | 1998-10-12 | 1 | -9/+31 |
* | * configure.in: Call AC_C_INLINE, so we can use inline happily in | Jim Blandy | 1998-10-09 | 1 | -0/+1 |
* | * configure.in: Don't forget to #define HAVE_RL_GETC_FUNCTION if | Jim Blandy | 1998-10-07 | 1 | -0/+3 |
* | * configure.in: Properly test for the presence of rl_getc_function; | Jim Blandy | 1998-10-07 | 1 | -2/+12 |
* | * doc: New subdirectory. | Jim Blandy | 1998-10-07 | 1 | -1/+1 |
* | * configure.in (FD_SETTER, FILE_CNT_GPTR): New cases for SCO's | Jim Blandy | 1998-10-03 | 1 | -3/+9 |
* | * guile-config: Renamed from `build'. | Jim Blandy | 1998-10-03 | 1 | -2/+2 |
* | * configure.in: Check for a missing `sleep' declaration. | Jim Blandy | 1998-10-03 | 1 | -0/+1 |
* | * configure.in: Don't use the canonical host name to decide | Jim Blandy | 1998-10-03 | 1 | -10/+21 |
* | * configure.in: Remove --disable-debug option. The debugging | Jim Blandy | 1998-09-05 | 1 | -8/+5 |
* | * configure.in: Don't use -Wstrict-prototypes after all. | Jim Blandy | 1998-07-30 | 1 | -1/+4 |
* | * configure.in: Request more warnings. | Jim Blandy | 1998-07-29 | 1 | -1/+2 |
* | * configure.in, qthreads.m4: Display a message about how the | Jim Blandy | 1998-07-29 | 1 | -0/+2 |
* | Remove the TOTORO kludge. We're not doing snapshots any more, so | Jim Blandy | 1998-07-27 | 1 | -14/+0 |
* | Clean up thread configuration. | Jim Blandy | 1998-07-27 | 1 | -117/+51 |
* | * configure.in: Changed variable HOSTNAME --> PROG_HOSTNAME in | Mikael Djurfeldt | 1998-07-12 | 1 | -3/+3 |
* | * acconfig.h, configure.in: Define TOTORO if configuring on | Mikael Djurfeldt | 1998-07-12 | 1 | -1/+15 |
* | * configure.in: Check for rl_cleanup_after_signal. | Mikael Djurfeldt | 1998-05-19 | 1 | -1/+1 |
* | * configure.in: Added test for rl_getc_function. Warn if | Mikael Djurfeldt | 1998-05-12 | 1 | -0/+4 |
* | * configure.in: Replaced some AC_CHECK_FUNC --> AC_CHECK_FUNCS so | Mikael Djurfeldt | 1998-05-06 | 1 | -5/+5 |
* | * scmsigs.c: Declare usleep as returning void on some systems. | Mikael Djurfeldt | 1998-04-24 | 1 | -0/+7 |
* | * configure.in: Check for usleep; Define DECLARE_BZERO and | Mikael Djurfeldt | 1998-04-20 | 1 | -4/+12 |
* | * dynl.c: Only check that HAVE_DLOPEN is defined before loading | Mikael Djurfeldt | 1998-04-19 | 1 | -3/+3 |
* | * dynl.c: Only check that HAVE_DLOPEN is defined before loading | Mikael Djurfeldt | 1998-04-19 | 1 | -0/+1 |
* | * Makefile.am (BUILT_SOURCES): Added cpp_err_symbols.c, | Mikael Djurfeldt | 1998-04-18 | 1 | -0/+2 |
* | * README: using Automake 1.2d | Gary Houston | 1997-12-07 | 1 | -1/+1 |
* | * configure.in: Added code to enable GUILE_ISELECT on systems | Mikael Djurfeldt | 1997-11-27 | 1 | -1/+14 |
* | Added support for leading dlsym underscore. | Tim Pierce | 1997-11-21 | 1 | -0/+1 |
* | Call the QuickThreads library libqthreads.a, not libqt.a. The old | Jim Blandy | 1997-10-25 | 1 | -1/+1 |
* | * configure.in: Check for the readline library, and the termcap | Jim Blandy | 1997-10-23 | 1 | -0/+2 |
* | Make dynamic linking work on Dec Unix. (Thanks to Clark McGrew) | Marius Vollmer | 1997-10-02 | 1 | -0/+5 |
* | * Makefile.am: Add new `build' subdirectory to SUBDIRS. | Jim Blandy | 1997-09-28 | 1 | -1/+1 |
* | * configure.in: Use the QuickThreads assembler fragment with Irix | Jim Blandy | 1997-08-27 | 1 | -1/+1 |
* | * acinclude.m4 (GUILE_NAMED_CHECK_FUNC): New macro: Tagged test, | Mikael Djurfeldt | 1997-08-24 | 1 | -8/+6 |
* | Small fix: sh doesn't have unset on all machines. | Mikael Djurfeldt | 1997-08-24 | 1 | -2/+2 |
* | * configure.in (AC_CHECK_HEADERS): Test for rxposix.h, | Mikael Djurfeldt | 1997-08-24 | 1 | -4/+16 |
* | * configure.in: Added thread support for the alpha architecture. | Mikael Djurfeldt | 1997-07-23 | 1 | -0/+6 |
* | * configure.in: use AC_CHECK_FUNCS for sethostent etc., | Gary Houston | 1997-07-18 | 1 | -11/+25 |
* | Changes to compile under gnu-win32, from Marcus Daniels: | Jim Blandy | 1997-07-11 | 1 | -2/+27 |
* | * configure.in: Check for librx after libm; fundamentals need to | Jim Blandy | 1997-07-01 | 1 | -4/+3 |
* | alloca configure fixes | Tim Pierce | 1997-06-28 | 1 | -0/+4 |
* | Revert Marcus's changes; will re-apply when we get papers. | Jim Blandy | 1997-06-24 | 1 | -27/+2 |
* | Changes to compile under gnu-win32, from Marcus Daniels: | Jim Blandy | 1997-06-24 | 1 | -2/+27 |
* | Try to detect when people are using one version of libguile and a | Jim Blandy | 1997-06-22 | 1 | -4/+15 |
* | * configure.in: By default, include functions in Guile to allow | Jim Blandy | 1997-06-12 | 1 | -1/+2 |