diff --git a/build/ChangeLog b/build/ChangeLog new file mode 100644 index 000000000..df66bf858 --- /dev/null +++ b/build/ChangeLog @@ -0,0 +1,5 @@ +Sat Sep 27 23:15:26 1997 Jim Blandy + + * New directory --- the build-guile command, intended to help + people build Guile-based applications. + * Makefile.am, Makefile.in, build-guile.in: New files. diff --git a/libguile/ChangeLog b/libguile/ChangeLog index a2f37ceef..618fee68c 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,22 @@ +Sat Sep 27 20:19:34 1997 Jim Blandy + + * 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 * ramap.c (scm_array_map): Renamed to scm_array_map_x. Removed diff --git a/qt/ChangeLog b/qt/ChangeLog index b1b57dc4b..53694f9f9 100644 --- a/qt/ChangeLog +++ b/qt/ChangeLog @@ -1,3 +1,8 @@ +Sat Sep 27 23:14:13 1997 Jim Blandy + + * Makefile.in, md/Makefile.in, time/Makefile.in: Regenerated with + automake 1.2a. + Thu Aug 28 23:49:19 1997 Jim Blandy * Makefile.in, md/Makefile.in, time/Makefile.in: Regenerated.