summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-11-22*** empty log message ***Jim Meyering
2001-11-22(main): Add a literal format string to suppressJim Meyering
a warning from gcc's -Wformat-security.
2001-11-22*** empty log message ***Jim Meyering
2001-11-22(cp_option_init): Initialize new member.Jim Meyering
(do_copy): Remove const attribute from declaration of parameter, x. dest_info_init now takes a parameter.
2001-11-22(cp_option_init): Initialize new member.Jim Meyering
(main): dest_info_init now takes a parameter.
2001-11-22(cp_option_init): Initialize new member.Jim Meyering
(main): dest_info_init now takes a parameter.
2001-11-22Include hash.h.Jim Meyering
(struct cp_options) [dest_info]: New member.
2001-11-22copy.c shouldn't maintain static state.Jim Meyering
(dest_info): Remove declaration of file-scoped global. (dest_info_init): Require a parameter. Update all callers. (seen_dest): Require a hash table parameter. Update callers. (record_dest): Likewise.
2001-11-22Bracket contents of file with #ifndef HASH_H_ ... #endif.Jim Meyering
2001-11-22.Jim Meyering
2001-11-22*** empty log message ***Jim Meyering
2001-11-22.Jim Meyering
2001-11-22.Jim Meyering
2001-11-22*** empty log message ***Jim Meyering
2001-11-22csplit could get a failed assertion: printf 'a\n\n'|csplit - '/^$/' 2Jim Meyering
No longer include assert.h. (process_line_count): Remove invalid assertion.
2001-11-22*** empty log message ***Jim Meyering
2001-11-22*** empty log message ***Jim Meyering
2001-11-22*** empty log message ***Jim Meyering
2001-11-22*** empty log message ***Jim Meyering
2001-11-22(TESTS): Add csplit.Jim Meyering
2001-11-22*** empty log message ***Jim Meyering
2001-11-20*** empty log message ***Jim Meyering
2001-11-20update comment to reflect that SunOS4, solaris2.5.1 lose, too.Jim Meyering
2001-11-20remove FIXME comment about duplicate codeJim Meyering
2001-11-19remove a harmless newlineJim Meyering
2001-11-19(Makefile): Depend on $(BUILT_SOURCES), so thoseJim Meyering
files will be created before anything else.
2001-11-19*** empty log message ***Jim Meyering
2001-11-19(mode_adjust): Fix error introduced on 1999-04-26Jim Meyering
that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable rather than group writable. Patch by Juan F. Codagnone.
2001-11-19*** empty log message ***Jim Meyering
2001-11-19*** empty log message ***Jim Meyering
2001-11-19(TMP_MAX): Remove; no longer needed.Jim Meyering
(TEMPORARIES): New macro. (__gen_tempname): Use TEMPORARIES rather than TMP_MAX. This removes an artificial limitation (e.g. HP-UX 10.20, where TMP_MAX is 17576).
2001-11-19*** empty log message ***Jim Meyering
2001-11-19(xlseek): New function.Jim Meyering
Call it instead of lseek, in most cases, so any failure is reported.
2001-11-19*** empty log message ***Jim Meyering
2001-11-19*** empty log message ***Jim Meyering
2001-11-19(UTILS_FUNC_MKSTEMP): Don't bother with a temporaryJim Meyering
directory. Use "conftestXXXXXX" as the template. Suggestion from Paul Eggert.
2001-11-19*** empty log message ***Jim Meyering
2001-11-19Close each descriptor immediately so the testJim Meyering
doesn't mistakenly hit the max-open-files limit.
2001-11-18.Jim Meyering
2001-11-18*** empty log message ***Jim Meyering
2001-11-18*** empty log message ***Jim Meyering
2001-11-18(jm_PREREQ_TEMPNAME): Check for declaration of getenv.Jim Meyering
2001-11-18[!HAVE_DECL_GETENV]: Declare getenv to avoid warning on SunOS4.Jim Meyering
2001-11-17.Jim Meyering
2001-11-17*** empty log message ***Jim Meyering
2001-11-17*** empty log message ***Jim Meyering
2001-11-17($(srcdir)/m4/jm-glibc-io.m4): Use $(move_if_change),Jim Meyering
not the literal `move-if-change'.
2001-11-17*** empty log message ***Jim Meyering
2001-11-17*** empty log message ***Jim Meyering
2001-11-17(TESTS): Add equals.Jim Meyering