diff options
author | Jim Meyering <jim@meyering.net> | 2001-05-21 06:36:43 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-05-21 06:36:43 +0000 |
commit | 2c3988dbca72ed1c9ba0e17f470eefd863912bc8 (patch) | |
tree | dc1092f60364cc43228ddef502b6307f0208b639 /lib | |
parent | 760d4e6f3adb7d5052cf5cd002a9e0f53f548f93 (diff) | |
download | coreutils-2c3988dbca72ed1c9ba0e17f470eefd863912bc8.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 95097a232..ede5ffdf8 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,24 @@ +2001-05-20 Alexandre Duret-Lutz <duret_g@epita.fr> + + * dirname.c (dir_name): Compute append_dot using path, not newpath + which is not yet declared. + +2001-05-11 Paul Eggert <eggert@twinsun.com> + + * lib/Makefile.am (libfetish_a_SOURCES): + Add strftime.c, since we now compile it on all hosts. + + * lib/strftime.c (my_strftime): + Define to nstrftime if emacs, but only if my_strftime is not defined. + (extra_args, extra_args_spec, extra_args_spec_iso): Rename from + ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively. + Add one more extra argument: a nanoseconds value. + All uses changed. + (ns): New macro. + (my_strftime function): Add %N format. + (emacs_strftimeu): Renamed from emacs_strftime, + with extra ut argument. + 2001-05-11 Paul Eggert <eggert@twinsun.com> dirname code cleanup. base_name now behaves more compatibly |