summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-07-06(getuidbyname): Declare parameter to be const.Jim Meyering
(getgidbyname): Declare parameter to be const.
1997-07-06(noinst_HEADERS): Add strverscmp.h.Jim Meyering
1997-07-06.Jim Meyering
1997-07-06declare stpcpyJim Meyering
1997-07-06Add new option: --sort=version (-v).Jim Meyering
1997-07-06(libfu_a_SOURCES): Add strverscmp.c.Jim Meyering
(noinst_HEADERS): Add strverscmp.h.
1997-07-06*** empty log message ***Jim Meyering
1997-07-06(print_long_format): Reflect changes in semantics of getuser, getgroup.Jim Meyering
1997-07-06(getuser): Return NULL (rather than stringified uid) upon lookup failure.Jim Meyering
(getgroup): Likewise. (getuidbyname) [NOT_USED]: #ifdef-out unused function. (getgidbyname) [NOT_USED]: #ifdef-out unused function.
1997-07-06Change some #ifdef to #if.Jim Meyering
Indent a cpp directive.
1997-07-05*** empty log message ***Jim Meyering
1997-07-05*** empty log message ***Jim Meyering
1997-07-05(parse_obsolescent_option): If POSIXLY_CORRECT is set, giveJim Meyering
a diagnostic and fail when there are two or more non-option arguments.
1997-07-05.Jim Meyering
1997-07-05*** empty log message ***Jim Meyering
1997-07-05*** empty log message ***Jim Meyering
1997-07-05Redefine/undef getusershell around inclusion of <unistd.h>Jim Meyering
(via system.h) so Cray's int-returning prototype doesn't conflict with our char*-returning one.
1997-07-04.Jim Meyering
1997-07-04regenerate with updated mk-scriptJim Meyering
1997-07-04*** empty log message ***Jim Meyering
1997-07-04Redirect output of cmp to /dev/null.Jim Meyering
1997-07-04*** empty log message ***Jim Meyering
1997-07-04.Jim Meyering
1997-07-04.Jim Meyering
1997-07-04regenerate with updated ../Makefile.am.inJim Meyering
1997-07-04regenerate with updated mk-scriptJim Meyering
1997-07-04.Jim Meyering
1997-07-04regenerate with updated mk-scriptJim Meyering
1997-07-04regenerate with updated ../Makefile.am.inJim Meyering
1997-07-04.Jim Meyering
1997-07-04*** empty log message ***Jim Meyering
1997-07-04(validate): Create test files in $(srcdir), not in build dir.Jim Meyering
1997-07-04*** empty log message ***Jim Meyering
1997-07-03(apply_attributes): New function.Jim Meyering
(copy_reg): Use apply_attributes instead of open-coding the pieces. Now, failure to preserve file attributes does not cause mv to change its exit status, and such failures elicit warning diagnostics. This behavior is required by POSIX. Before, failure to preserve ownership due to insufficient access was diagnosed only for root. Prompted by a report from Bengt Martensson.
1997-07-03*** empty log message ***Jim Meyering
1997-07-03*** empty log message ***Jim Meyering
1997-07-03(test_vector): Remove bogus TZ=GMT environment setting.Jim Meyering
1997-07-02.Jim Meyering
1997-07-02(STRTOX): Convert function header in macro definitionJim Meyering
to K&R-style. Otherwise, ansi2knr would fail to convert the function definitions to K&R for old style compilers. From Kaveh Ghazi.
1997-07-01*** empty log message ***Jim Meyering
1997-07-01.Jim Meyering
1997-07-01(make_path): Reorder stat-then-mkdir-if-missingJim Meyering
calls so that mkdir is called first. Before make_path would first `stat' a directory, then call mkdir if it didn't exist. But if some other process created the directory between the stat & mkdir, the mkdir would fail with EEXIST. Diagnosis and suggestion from Greg McGary.
1997-07-01*** empty log message ***Jim Meyering
1997-07-01[putenv]: Undefine before including system headers.Jim Meyering
Otherwise, the declaration of *rpl_putenv* conflicts with the system prototype on at least Irix5.3. From Marcus Daniels.
1997-06-30*** empty log message ***Jim Meyering
1997-06-30.Jim Meyering
1997-06-30.Jim Meyering
1997-06-29*** empty log message ***Jim Meyering
1997-06-29(base_name_strip_trailing_slashes): Remove.Jim Meyering
1997-06-29(base_name_strip_trailing_slashes): new function.Jim Meyering