*** empty log message ***
authorJim Blandy <jimb@red-bean.com>
Wed, 20 Nov 1996 21:06:20 +0000 (21:06 +0000)
committerJim Blandy <jimb@red-bean.com>
Wed, 20 Nov 1996 21:06:20 +0000 (21:06 +0000)
NEWS
ice-9/ChangeLog
libguile/ChangeLog

diff --git a/NEWS b/NEWS
index 8b27071..10d317f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -68,7 +68,13 @@ Why does `#!' start a block comment terminated by `!#', instead of the
 end of the line?  That is the notation SCSH uses, and although we
 don't yet support the other SCSH features that motivate that choice,
 we would like to be backward-compatible with any existing Guile
-scripts once we do.
+scripts once we do.  Furthermore, if the path to Guile on your system
+is too long for your kernel, you can start the script with this
+horrible hack:
+
+#!/bin/sh
+exec /really/long/path/to/guile -s "$0" ${1+"$@"}
+!#
 
 Note that some very old Unix systems don't support the `#!' syntax.
 
index 0487f92..d88f6c3 100644 (file)
@@ -1,3 +1,8 @@
+Wed Nov 20 14:45:27 1996  Jim Blandy  <jimb@totoro.cyclic.com>
+
+       * slib.scm (slib-parent-dir): Use string-length, not length.
+       (Thanks to Bernard Urban.)
+
 Sat Nov  2 20:00:42 1996  Mikael Djurfeldt  <mdj@mdj.nada.kth.se>
 
 *      * boot-9.scm: The debugging evaluator and recording of positions
index eade900..db380bd 100644 (file)
@@ -1,3 +1,8 @@
+Tue Nov 19 22:43:31 1996  Jim Blandy  <jimb@totoro.cyclic.com>
+
+       * gc.c (scm_igc, scm_gc_mark): Round up the size of the stack we
+       pass to scm_mark_locations.  (Thanks to Aubrey Jaffer.)
+
 Sun Nov 10 13:35:05 1996  Jim Blandy  <jimb@floss.cyclic.com>
 
        * gc.c (struct scm_heap_seg_data): Doc fixes.