diff options
author | Jim Meyering <jim@meyering.net> | 2000-01-06 18:24:51 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-01-06 18:24:51 +0000 |
commit | 1150e8983224c26a9779649ea788de751a700019 (patch) | |
tree | eb75a754b1c749db309eb69c63aacefc7a1f3b58 /old/fileutils/ChangeLog | |
parent | dd282c588bd8024f7755b4f9d640dd84d4708431 (diff) | |
download | coreutils-1150e8983224c26a9779649ea788de751a700019.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r-- | old/fileutils/ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 46948b522..d00e7329c 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -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. |