diff --git a/ChangeLog b/ChangeLog index 8ac5f810b..92ab4ed40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +1999-07-19 Jim Blandy + + Fixes for EMX from Mikael Ståldal. + + * configure.in: Check for . + * configure: Regenerated. + 1999-07-18 Jim Blandy * qthreads.m4 (QTHREADS_CONFIGURE): 'alpha' in a configuration diff --git a/THANKS b/THANKS index 4df818a21..e4332b275 100644 --- a/THANKS +++ b/THANKS @@ -12,6 +12,7 @@ Bug reports and fixes from: Greg Badros Etienne Bernard + John Bley Brad Bowman Karl Eichwalder Mark Elbrecht @@ -22,6 +23,7 @@ Bug reports and fixes from: Dirk Herrmann Johannes Hjorth Charbel Jacquin + David Kaelbling Michael Livshin David Lutterkort Christian Lynbech @@ -31,6 +33,7 @@ Bug reports and fixes from: Thien-Thi Nguyen Richard Polton Ken Raeburn + Mikael Ståldal Telford Tendys Jon Trowbridge Bernard Urban diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 23d4003ac..4f5e745d0 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,38 @@ +1999-07-19 Jim Blandy + + Fixes for EMX from Mikael Ståldal. + + * filesys.c: #include , if we have it. + * scmconfig.h.in: Regenerated. + + * stime.c (ftime): Delete declaration for this function --- let + the system supply it. + + Cleanups from John Bley. + + * gdbint.c: Don't include and "_scm.h" twice. + * gsubr.c: Don't include "gsubr.h" twice. + + Cleanups for compilation on Irix 6, from David Kaelbling. + + * regex-posix.c (scm_regexp_error_msg): Change `rx' argument to + regex_t pointer. This is what the callers have, mostly. + (scm_regexp_exec): Don't forget to pass the `rx' argument to + scm_regexp_error_msg. + + * scmsigs.c (scm_sigaction): Cast SIG_DFL and SIG_IGN to SCM, not + int. That way, if we get a warning on this line, it's more likely + that we're really missing bits we care about. + + * snarf.h (SCM_CONST_LONG): Remove trailing semicolon from + definition. + + * tags.h (SCM_IMP, SCM_NCONSP, SCM_NCELLP, SCM_ITAG3, SCM_TYP3, + SCM_TYP7, SCM_TYP7S, SCM_TYP16, SCM_TYP16S, SCM_GCTYP16, + SCM_GCMARKP, SCM_GC8MARKP): Don't cast to int. Either SCM or no + cast at all is more appropriate in every case. At the moment, we + assume everywhere that SCM is an integral type anyway. + 1999-07-14 Gary Houston * unif.c (scm_uniform_array_read_x), ports.c (scm_getc): increment