summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * acinclude.m4 (GUILE_NAMED_CHECK_FUNC): New macro: Tagged test,Mikael Djurfeldt1997-08-241-0/+4
| | | | | | | | | so that test for the same function can be performed multiple times. * configure.in (AC_CHECK_HEADERS): Test for rxposix.h, rx/rxposix.h. Add library rx only if regcomp can't be found without it.
* * configure.in (AC_CHECK_HEADERS): Test for rxposix.h,Mikael Djurfeldt1997-08-241-0/+9
| | | | | | | | rx/rxposix.h. Add library rx only if regcomp can't be found without it. * acconfig.h (HAVE_REGCOMP): Added it here since autoheader misses it for some reason!
* *** empty log message ***Jim Blandy1997-08-231-0/+5
|
* * configure.in: Added thread support for the alpha architecture.Mikael Djurfeldt1997-07-231-0/+5
| | | | configure: Regenerated.
* * configure.in: use AC_CHECK_FUNCS for sethostent etc.,Gary Houston1997-07-181-0/+6
| | | | | so scmconfig.h is updated with the test results. this may disable one of the cygwin hacks.
* *** empty log message ***Jim Blandy1997-07-111-0/+18
|
* ltmain bugfix for dumb linkersTim Pierce1997-07-021-0/+6
|
* *** empty log message ***Jim Blandy1997-07-011-0/+8
|
* alloca configure fixesTim Pierce1997-06-281-0/+6
|
* Typo fixTim Pierce1997-06-241-0/+6
|
* Revert Marcus's changes; will re-apply when we get papers.Jim Blandy1997-06-241-18/+0
|
* *** empty log message ***Jim Blandy1997-06-241-0/+18
|
* *** empty log message ***Jim Blandy1997-06-221-0/+14
|
* ChangeLogJim Blandy1997-06-221-0/+8
|
* *** empty log message ***Jim Blandy1997-06-211-0/+6
|
* *** empty log message ***Jim Blandy1997-06-121-0/+7
|
* *** empty log message ***Jim Blandy1997-06-111-0/+4
|
* *** empty log message ***Jim Blandy1997-06-111-0/+12
|
* *** empty log message ***Jim Blandy1997-06-111-5/+5
|
* *** empty log message ***Jim Blandy1997-06-111-0/+6
|
* *** empty log message ***Tim Pierce1997-06-091-0/+5
|
* * scmsigs.h, async.h: updated.Gary Houston1997-05-311-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * _scm.h: if HAVE_RESTARTS is defined then don't use a SYSCALL loop. * posix.c (scm_uname): interpret only negative values as an error. Solaris normally returns a positive value. * script.c (scm_compile_shell_switches): if we are not going into an interactive repl, set scm_mask_ints to zero so that asyncs can run. * simpos.c (scm_system): don't ignore/unignore signals around the "system" call. * posix.c (scm_open_pipe): don't ignore/unignore signals around the "popen" call. * init.c (scm_boot_guile_1): don't call scm_init_signals, it's done in boot-9.scm instead. * scmsigs.c, async.c: Major rewriting of signal handling code. (scm_sigaction): new procedure. (scm_sleep): don't wrap sleep in SCM_SYSCALL, it would mess up the timing. (scm_raise): return unspecified, throw error on failure. * boot-9.scm: signal-handler, alarm-thunk: removed. don't define ticks-interrupt etc. top-repl: install signal handlers for SIGINT, SIGFPE, SIGSEGV, SIGBUS during call to scm-style-repl. * acconfig.h: mention HAVE_RESTARTS. * configure.in: check for sigaction and restartable system calls.
* *** empty log message ***Jim Blandy1997-05-271-0/+5
|
* *** empty log message ***Jim Blandy1997-05-261-0/+2
|
* *** empty log message ***Jim Blandy1997-05-261-1/+1
|
* *** empty log message ***Jim Blandy1997-05-261-0/+12
|
* *** empty log message ***Jim Blandy1997-05-171-0/+4
|
* *** empty log message ***Jim Blandy1997-05-161-0/+9
|
* *** empty log message ***Jim Blandy1997-05-161-0/+5
|
* *** empty log message ***Jim Blandy1997-05-131-0/+5
|
* *** empty log message ***Jim Blandy1997-05-121-0/+5
|
* * aclocal.m4: Fixes for building with coop threads in aAnthony Green1997-05-081-0/+6
| | | | | seperate compilation directory. * configure: Rebuilt.
* *** empty log message ***Jim Blandy1997-05-071-0/+10
|
* *** empty log message ***Jim Blandy1997-05-011-0/+6
|
* *** empty log message ***Jim Blandy1997-04-241-2/+8
|
* *** empty log message ***Jim Blandy1997-04-241-0/+15
|
* *** empty log message ***Jim Blandy1997-04-221-0/+5
|
* *** empty log message ***Jim Blandy1997-04-151-0/+6
|
* *** empty log message ***Jim Blandy1997-04-141-0/+5
|
* *** empty log message ***Jim Blandy1997-04-111-0/+5
|
* *** empty log message ***Jim Blandy1997-04-091-0/+8
|
* *** empty log message ***Jim Blandy1997-04-051-0/+8
|
* * guile.m4 (AM_INIT_GUILE_MODULE): Replaced AM_INIT_AUTOMAKE macroMikael Djurfeldt1997-03-151-0/+7
| | | | | | with its definition and commented out definition of PACKAGE. This changed seemed necessary after having removed PACKAGE from libguile/acconfig.h.
* *** empty log message ***Mikael Djurfeldt1997-02-241-0/+2
|
* * configure.in: Added AM_MAINTAINER_MODEMikael Djurfeldt1997-02-241-0/+4
| | | | Makefile.in, aclocal.m4, configure: Regenerated
* *** empty log message ***Jim Blandy1997-02-071-0/+4
|
* little stuff on manualMark Galassi1997-01-231-1/+6
|
* fixed manual problemsMark Galassi1997-01-221-0/+5
|
* *** empty log message ***Marius Vollmer1997-01-111-0/+6
|
* *** empty log message ***Jim Blandy1997-01-051-0/+11
|