summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1998-10-19 21:38:15 +0000
committerJim Blandy <jimb@red-bean.com>1998-10-19 21:38:15 +0000
commit1f6fe22ab80482cdc5f72d7794303dc191160efc (patch)
tree1dfa0a20bc4a8883124ef30f18fd862480e16526
parent7dc6e7547ac790e76dd56aebf630a9780c31c883 (diff)
downloadguile-1f6fe22ab80482cdc5f72d7794303dc191160efc.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog7
-rw-r--r--ice-9/ChangeLog3
-rw-r--r--libguile/ChangeLog18
3 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 04acb72b1..a423fade2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+1998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
+
+ * GUILE-VERSION: Bump to 1.3.
+
+ * Makefile.am (EXTRA_DIST): Don't omit ANON-CVS and SNAPSHOTS.
+ * Makefile.in: Regenerated.
+
1998-10-16 Jim Blandy <jimb@zwingli.cygnus.com>
* qthreads.m4 (QTHREADS_CONFIGURE): On NetBSD, pass through a flag
diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog
index b659b090e..6c0c96991 100644
--- a/ice-9/ChangeLog
+++ b/ice-9/ChangeLog
@@ -1,5 +1,8 @@
1998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
+ * boot-9.scm, debug.scm, expect.scm, hcons.scm, lineio.scm,
+ r4rs.scm, slib.scm, threads.scm: Update copyright years.
+
* getopt-gnu-style.scm, slib.scm: Add copyright notice.
Talked to Stallman. Actually, the syntax-case copyright is no
diff --git a/libguile/ChangeLog b/libguile/ChangeLog
index 19680f3b6..25245f857 100644
--- a/libguile/ChangeLog
+++ b/libguile/ChangeLog
@@ -1,5 +1,23 @@
1998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
+ * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,
+ continuations.c, debug.c, debug.h, dynl-dl.c, dynl.c, dynl.h,
+ dynwind.c, dynwind.h, eq.c, error.c, error.h, eval.c, eval.h,
+ feature.c, filesys.c, filesys.h, fports.c, fports.h, gc.c, gc.h,
+ genio.c, genio.h, gh.h, gh_data.c, gsubr.c, gsubr.h, hash.c,
+ hashtab.c, init.c, init.h, ioext.c, ioext.h, kw.c, libguile.h,
+ list.c, list.h, load.c, load.h, mallocs.c, markers.c,
+ mit-pthreads.c, net_db.c, numbers.c, numbers.h, options.c,
+ ports.c, ports.h, posix.c, posix.h, print.c, print.h, procprop.c,
+ procprop.h, procs.c, procs.h, ramap.c, ramap.h, regex-posix.c,
+ regex-posix.h, root.c, root.h, scmsigs.c, scmsigs.h, script.c,
+ script.h, simpos.c, simpos.h, smob.c, smob.h, snarf.h, socket.c,
+ srcprop.c, stackchk.c, stackchk.h, stacks.c, stime.c, stime.h,
+ strings.c, strings.h, strports.c, struct.c, struct.h, symbols.c,
+ symbols.h, tags.h, threads.c, throw.h, unif.c, variable.c,
+ vectors.c, vectors.h, version.h, vports.c, weaks.c: Update
+ copyright years.
+
* script.c (scm_compile_shell_switches): Define
use-emacs-interface in the root module, so the repl code can see
it. See today's change to top-repl in ice-9/boot-9.scm.