summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog12
-rw-r--r--libguile/ChangeLog20
2 files changed, 32 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 40c408fd5..7f6e0a013 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
+Mon May 26 12:14:20 1997 Jim Blandy <jimb@floss.cyclic.com>
+
+ * configure.in: We don't need to add fileblocks.o to LIBOBJS if
+ struct stat doesn't have the st_blocks field. We take care of
+ that case in the code. Replace AC_STRUCT_ST_BLOCKS with its
+ definition, edited appropriately.
+ * configure: Regenerated.
+
Sat May 17 13:49:28 1997 Jim Blandy <jimb@floss.cyclic.com>
+ * configure.in: Don't link against -lnsl or -lsocket unless we
+ actually need to. This causes trouble on Irix. (Thanks to Larry
+ Schwimmer.)
+
* config.sub: Get newer version, that recognizes the i686.
Fri May 16 17:26:10 1997 Jim Blandy <jimb@totoro.cyclic.com>
diff --git a/libguile/ChangeLog b/libguile/ChangeLog
index 6f0d73c89..5d4f5fa07 100644
--- a/libguile/ChangeLog
+++ b/libguile/ChangeLog
@@ -1,3 +1,23 @@
+Mon May 26 12:37:30 1997 Jim Blandy <jimb@floss.cyclic.com>
+
+ * script.c (scm_find_executable): Use prototype-style definition
+ here; apparently it's not quite right to have const in a prototype
+ and then use a K&R declaration. I wonder if stuff like this will
+ go away if we compile with -Wrequire-prototypes, or whatever that
+ is...
+
+ * scmhob.h: New text from Bernard URBAN.
+
+Sat May 17 17:14:36 1997 Jim Blandy <jimb@floss.cyclic.com>
+
+ * script.c: Don't #define const on hpux. Configure takes care of
+ this. (Thanks to Larry Schwimmer.)
+
+ * script.c: Use the HAVE_UNISTD_H symbol provided by autoconf to
+ decide whether to #include <unistd.h>, instead of listing a bunch
+ of systems. Don't #include stdio twice. Removed dyked-out
+ definition of scm_find_impl_file.
+
Fri May 16 03:06:08 1997 Jim Blandy <jimb@floss.cyclic.com>
* Makefile.am (libguile_la_LDFLAGS): Update libguile's shared