diff options
author | Gary Houston <ghouston@arglist.com> | 2000-05-14 22:16:32 +0000 |
---|---|---|
committer | Gary Houston <ghouston@arglist.com> | 2000-05-14 22:16:32 +0000 |
commit | 32f1b9fd5177db13cc8d7d61a73930936b1cd98a (patch) | |
tree | 3e1f7ba616424f44c23c5972753cce814602d8d0 | |
parent | b8a1b29b90108dda98e6d1a086e9f63f4e7ff673 (diff) | |
download | guile-32f1b9fd5177db13cc8d7d61a73930936b1cd98a.tar.gz |
*** empty log message ***
-rw-r--r-- | ice-9/ChangeLog | 10 | ||||
-rw-r--r-- | libguile/ChangeLog | 4 |
2 files changed, 14 insertions, 0 deletions
diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 295426020..c1344a239 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -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 diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 41c3802c3..20dfe4e4c 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -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. |