*** empty log message ***
authorJim Blandy <jimb@red-bean.com>
Sun, 28 Sep 1997 03:17:07 +0000 (03:17 +0000)
committerJim Blandy <jimb@red-bean.com>
Sun, 28 Sep 1997 03:17:07 +0000 (03:17 +0000)
build/ChangeLog [new file with mode: 0644]
libguile/ChangeLog
qt/ChangeLog

diff --git a/build/ChangeLog b/build/ChangeLog
new file mode 100644 (file)
index 0000000..df66bf8
--- /dev/null
@@ -0,0 +1,5 @@
+Sat Sep 27 23:15:26 1997  Jim Blandy  <jimb@totoro.red-bean.com>
+
+       * New directory --- the build-guile command, intended to help
+       people build Guile-based applications.
+       * Makefile.am, Makefile.in, build-guile.in: New files.
index a2f37ce..618fee6 100644 (file)
@@ -1,3 +1,22 @@
+Sat Sep 27 20:19:34 1997  Jim Blandy  <jimb@totoro.red-bean.com>
+
+       * Makefile.am (libpath.h): Include the value of the THREAD_LIBS
+       makefile variable as a build parameter called LIBS.  The
+       build-guile program will use this, for the time being.
+       * Makefile.in: Regenerated.
+
+       Thanks to Shiro Kawai:
+       * gc.c (scm_gc_mark): Pass NULL to scm_wta as the subroutine name.
+       * ports.h (scm_ptobfuns): The fgets method returns a char *, not
+       an SCM.
+
+       * Makefile.in: Regenerated with automake 1.2a.
+
+       * script.c (scm_compile_shell_switches): If we hit the -c or --
+       arguments, don't set the car of (command-line) to scm_usage_name,
+       the prettified name of the guile executable; give it the full
+       path, the way shells usually handle $0. 
+
 Wed Sep 24 22:09:52 1997  Mikael Djurfeldt  <mdj@mdj.nada.kth.se>
 
        * ramap.c (scm_array_map): Renamed to scm_array_map_x.  Removed
index b1b57dc..53694f9 100644 (file)
@@ -1,3 +1,8 @@
+Sat Sep 27 23:14:13 1997  Jim Blandy  <jimb@totoro.red-bean.com>
+
+       * Makefile.in, md/Makefile.in, time/Makefile.in: Regenerated with
+       automake 1.2a.
+
 Thu Aug 28 23:49:19 1997  Jim Blandy  <jimb@totoro.red-bean.com>
 
        * Makefile.in, md/Makefile.in, time/Makefile.in: Regenerated.