summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1997-09-30 17:17:19 +0000
committerJim Blandy <jimb@red-bean.com>1997-09-30 17:17:19 +0000
commitadc14c93bccea7caa57045106d7fb2b9e5758725 (patch)
treecb64e5c7b87b77898718f848a47f28242188f66c
parenta6401ee0f2af61921d7dbcaa17a70d1aa27902c8 (diff)
downloadguile-adc14c93bccea7caa57045106d7fb2b9e5758725.tar.gz
*** empty log message ***
-rw-r--r--ice-9/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog
index 27eaf6ba6..79cb7a5ad 100644
--- a/ice-9/ChangeLog
+++ b/ice-9/ChangeLog
@@ -1,3 +1,15 @@
+Tue Sep 30 13:12:48 1997 Jim Blandy <jimb@totoro.red-bean.com>
+
+ Suggestion and script from Maciej Stachowiak:
+ * boot-9.scm: Split off modules into separate, autoloadable files.
+ This reduces startup time from 10.5s to 5.5s (user cpu).
+ * calling.scm, common-list.scm, ls.scm, q.scm, runq.scm,
+ string-fun.scm: New files, containing stuff that used to be in
+ boot-9.scm.
+ * Makefile.am (ice9_sources): List new files here, for
+ distribution and installation.
+ * Makefile.in: Regenerated.
+
Mon Sep 29 23:53:55 1997 Jim Blandy <jimb@totoro.red-bean.com>
* Makefile.in: Regenerated with automake 1.2c.