*** empty log message ***
authorGary Houston <ghouston@arglist.com>
Sun, 14 May 2000 22:16:32 +0000 (22:16 +0000)
committerGary Houston <ghouston@arglist.com>
Sun, 14 May 2000 22:16:32 +0000 (22:16 +0000)
ice-9/ChangeLog
libguile/ChangeLog

index 2954260..c1344a2 100644 (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
index 41c3802..20dfe4e 100644 (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.