*** empty log message ***
authorJim Meyering <jim@meyering.net>
Thu, 6 Jan 2000 18:24:51 +0000 (18:24 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 6 Jan 2000 18:24:51 +0000 (18:24 +0000)
old/fileutils/ChangeLog
old/sh-utils/ChangeLog

index 46948b52260d8ef1bc46408a620173af52322641..d00e7329c69df8cab2f3dbf81a876495f903dc39 100644 (file)
@@ -1,4 +1,15 @@
-2000-01-04  Jim Meyering  <meyering@ascend.com>
+2000-01-06  Paul Eggert  <eggert@set.twinsun.com>
+
+       * tar/lib/getdate.y: Sync tm_diff with the GNU C Library.
+       (TM_YEAR_BASE): Renamed from TM_YEAR_ORIGIN.  All uses changed.
+       (tm_diff): Renamed from difftm.  All uses changed.
+       Replace body with that taken from GNU C Library 2.1.3pre1.
+       (get_date): Prefer tm_gmtoff to tm_diff if available.
+
+2000-01-04  Paul Eggert  <eggert@twinsun.com>
+
+       * savedir.c (savedir): Don't store past the end of an array if
+       name_size is zero and the directory is empty.
 
        * Makefile.maint (PREV_VERSION): Tweak so it handles e.g., 2.0a -> 2.0.
        (alpha): Create xdelta diffs.
index 8531af76ca649d6b6899f42dbae9dd06ff82e06f..0c16f2f2259a9681ff579b506b835c51ac9e5a85 100644 (file)
@@ -1,3 +1,17 @@
+2000-01-06  Paul Eggert  <eggert@set.twinsun.com>
+
+       * tar/lib/getdate.y: Sync tm_diff with the GNU C Library.
+       (TM_YEAR_BASE): Renamed from TM_YEAR_ORIGIN.  All uses changed.
+       (tm_diff): Renamed from difftm.  All uses changed.
+       Replace body with that taken from GNU C Library 2.1.3pre1.
+       (get_date): Prefer tm_gmtoff to tm_diff if available.
+
+2000-01-05  Paul Eggert  <eggert@twinsun.com>
+
+       Minor code cleanup.
+       * src/sleep.c (clock_get_realtime): Return argument, for convenience.
+       (main): Use this to simplify main sleep loop.
+
 2000-01-05  Jim Meyering  <meyering@ascend.com>
 
        Some systems lack a definition of struct timespec (AIX, Ultrix)