1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

*** empty log message ***

This commit is contained in:
Gary Houston 2000-05-14 22:16:32 +00:00
parent b8a1b29b90
commit 32f1b9fd51
2 changed files with 14 additions and 0 deletions

View file

@ -1,3 +1,13 @@
2000-05-14 Gary Houston <ghouston@arglist.com>
* boot-9.scm (load-user-init): rewritten. first work out the home
directory and then try to open the file (previously it could try
to open a file in more than one place). catch exceptions when
trying to get a directory from the user database. don't check
that ~/.guile is not a directory before trying to load it (a lack
of ~/.guile is not a crime, but if the file is not valid for any
reason then primitive-load will raise an error).
2000-05-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
* boot-9.scm (abs): Don't set to magnitude. abs now does not

View file

@ -1,5 +1,9 @@
2000-05-14 Gary Houston <ghouston@arglist.com>
* stime.c (scm_strftime): if HAVE_TM_ZONE is not defined, hack the
TZ environment variable so that the %Z format returns the zone
from the input vector instead of the system default.
from Keisuke Nishida:
* fports.c (scm_setvbuf): minor docstring fix.
* ports.h (scm_generic_fgets): obsolete prototype deleted.