*** empty log message ***

This commit is contained in:
Jim Meyering 2000-02-27 17:42:26 +00:00
parent aadde40206
commit 8cf07d2253
2 changed files with 16 additions and 0 deletions

View File

@ -1,5 +1,18 @@
2000-02-27 Jim Meyering <meyering@lucent.com>
* backupfile.c: Use `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL..'
now that autoconf always defines the HAVE_DECL_ symbols.
* human.c: Likewise.
* same.c: Likewise.
* strtoumax.c: Likewise.
* backupfile.c: Arrange for cpp to fail if the configure-time
declaration check was not run.
* hash.c: Likewise.
* human.c: Likewise.
* same.c: Likewise.
* strtoumax.c: Likewise.
* userspec.c (parse_user_spec): If there is no `:' but there is a `.',
then first look up the entire `.'-containing string as a login name.

View File

@ -2,6 +2,9 @@
* Version 4.0q.
* src/sys2.h: Use `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL...'
now that autoconf always defines the HAVE_DECL_ symbols.
* src/install.c (install_file_to_path): Always use install_file_in_file.
Based on a patch from Adam Klein via Michael Stone.