From 9a26d6f91ef61f1c83141326676ebb7c760c66fe Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Sun, 29 Aug 1999 18:17:58 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 9 +++++++++ doc/stamp-vti | 4 ++-- doc/version.texi | 4 ++-- libguile/ChangeLog | 23 +++++++++++++++++++++++ 4 files changed, 36 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index d3148d81f..550d5f63c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +1999-08-29 Mikael Djurfeldt + + * configure.in: Test for presence of S_ISLNK in sys/stat.h. + (Thanks to Bernard Urban.) + Test for memmove and bcopy. (Thanks to + suzukis@file.phys.tohoku.ac.jp.) + + * acconfig.h: Added HAVE_S_ISLNK. + 1999-08-20 James Blandy * Guile 1.3.2 released. diff --git a/doc/stamp-vti b/doc/stamp-vti index 013dddb07..78750522b 100644 --- a/doc/stamp-vti +++ b/doc/stamp-vti @@ -1,3 +1,3 @@ @set UPDATED 8 July 1999 -@set EDITION 1.3.1 -@set VERSION 1.3.1 +@set EDITION 1.3.3 +@set VERSION 1.3.3 diff --git a/doc/version.texi b/doc/version.texi index 013dddb07..78750522b 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1,3 +1,3 @@ @set UPDATED 8 July 1999 -@set EDITION 1.3.1 -@set VERSION 1.3.1 +@set EDITION 1.3.3 +@set VERSION 1.3.3 diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 03c381005..1b55681b8 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,26 @@ +1999-08-29 Mikael Djurfeldt + + * numbers.c (scm_lcm): Bugfix: BIGDIG --> SCM_BIGDIG; + Account for the case when second argument is unbound. + + * strorder.c (scm_string_less_p, scm_string_ci_less_p): Bugfix. + (Thanks to Karoly Lorentey.) + + * gh_data.c, ports.c, strop.c: Alternatively use bcopy if memmove + isn't present. (Thanks to suzukis@file.phys.tohoku.ac.jp.) + + * ports.c: Use ANSI C prototypes in definitions. (Thanks to + Bernard Urban.) + + * filesys.c (scm_stat2scm): Conditionally use S_ISLNK. + + * dynl-dl.c (RTLD_GLOBAL): Define if non-existent. (Thanks to + Bernard Urban and Ian Grant.) + + * Makefile.am (libguile_la_LDFLAGS): Bumped libguile version + again. (1.3.4 will be binary incompatible with 1.3.2 because of a + change in the representation of entities and operators.) + 1999-08-29 Gary Houston * ports.c (scm_ungetc): bugfix: if putback_buf is NULL