1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-15 10:10:21 +02:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1997-09-30 17:17:19 +00:00
parent a6401ee0f2
commit adc14c93bc

View file

@ -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.