*** empty log message ***
authorGreg J. Badros <gjb@cs.washington.edu>
Tue, 14 Dec 1999 17:42:51 +0000 (17:42 +0000)
committerGreg J. Badros <gjb@cs.washington.edu>
Tue, 14 Dec 1999 17:42:51 +0000 (17:42 +0000)
ChangeLog
guile-readline/ChangeLog
libguile/ChangeLog

index a4f3568..468dc2f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Tue Dec 14 09:12:22 1999  Greg J. Badros  <gjb@cs.washington.edu>
+
+       * configure.in: Make it be guile-snarf.awk, since we'll be
+       switching names for guile-doc-snarf.  (I wouldn't have changed
+       this, but I was getting ready to commit this way when the below
+       change was committed).
+
 1999-12-14  Mikael Djurfeldt  <mdj@mdj.nada.kth.se>
 
        * configure.in: Create guile-doc-snarf.awk.
index 707c9bb..a9bed0f 100644 (file)
@@ -1,3 +1,7 @@
+Mon Dec 13 13:57:57 1999  Greg J. Badros  <gjb@cs.washington.edu>
+
+       * readline.c: Include libguile/scm_validate.h
+
 Sun Dec 12 19:56:52 1999  Greg J. Badros  <gjb@cs.washington.edu>
 
        * readline.c: Updated to use GUILE_PROC, SCM_VALIDATE, and have
index 383eb08..37e99e2 100644 (file)
@@ -1,3 +1,33 @@
+Tue Dec 14 09:41:01 1999  Greg J. Badros  <gjb@cs.washington.edu>
+
+       * backtrace.c (scm_set_print_params_x): Renamed from
+       set_print_params_x.
+
+       * guile-doc-snarf.in: Use guile-snarf.awk, not
+       guile-doc-snarf.awk.  Pass the basename of $filename 
+
+       * load.h: Added prototypes for scm_sys_library_dir,
+       scm_sys_site_dir.
+
+       * load.c (scm_sys_library_dir, scm_sys_site_dir):  Added these
+       functions, and took out the old scm_library_dir, scm_site_dir,
+       scm_pkgdata_dir.  Now the primitives are %package-data-dir
+       (already existed), %library-dir, and %site-dir.
+
+       * debug.c: Use SCM_MISC_ERROR when possible instead of using
+       s_scm_* in a scm_misc_error() call.
+
+       * Makefile.am: Use guile-snarf.awk, not guile-doc-snarf.awk.  Make 
+       using guile-doc-snarf send stdout to $@ to create the .x file like 
+       guile-snarf does.
+
+       * guile-snarf.awk.in: Added.
+
+       * guile-doc-snarf.awk.in: Removed (sorry to back out a recent
+       commit; if we're going to switch to guile-snarf I figure it makes
+       sense to get this right now-- I'd already had the change in my
+       working copy when the below commit happened).
+
 1999-12-14  Mikael Djurfeldt  <mdj@mdj.nada.kth.se>
 
        * guile-doc-snarf.awk: Removed.