*** empty log message ***
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Sun, 29 Aug 1999 18:17:58 +0000 (18:17 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Sun, 29 Aug 1999 18:17:58 +0000 (18:17 +0000)
ChangeLog
doc/stamp-vti
doc/version.texi
libguile/ChangeLog

index d3148d8..550d5f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+1999-08-29  Mikael Djurfeldt  <mdj@thalamus.nada.kth.se>
+
+       * 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  <jimb@mule.m17n.org>
 
        * Guile 1.3.2 released.
index 013dddb..7875052 100644 (file)
@@ -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
index 013dddb..7875052 100644 (file)
@@ -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
index 03c3810..1b55681 100644 (file)
@@ -1,3 +1,26 @@
+1999-08-29  Mikael Djurfeldt  <mdj@thalamus.nada.kth.se>
+
+       * 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  <ghouston@easynet.co.uk>
 
        * ports.c (scm_ungetc): bugfix: if putback_buf is NULL