summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-07-03Include sys/types.h before system.h.Jim Meyering
From Jim Blandy (jimb@cyclic.com).
1996-07-03.Jim Meyering
1996-07-03[!MAXUID]: Define after inclusion of system.h to avoidJim Meyering
warning about redefinition on SunOS4, Solaris2.4 and SGI-irix5.3. From Kaveh Ghazi.
1996-07-03.Jim Meyering
1996-07-03.Jim Meyering
1996-07-03(usage): Add omitted \n\ at the end of a line in the usage message.Jim Meyering
1996-07-03[!EXIT_SUCCESS]: Define it.Jim Meyering
[!EXIT_FAILURE]: Define it.
1996-07-03.Jim Meyering
1996-07-03(strndup): Include stdio.h and sys/types.h toJim Meyering
get definition of NULL and size_t on SunOS4.1.3.
1996-07-03.Jim Meyering
1996-07-02.Jim Meyering
1996-07-02[NEWLINE_REPLACEMENT_STRING]: Define.Jim Meyering
(split_3): Translate NL bytes not to NUL, but to NEWLINE_REPLACEMENT_STRING. Suggested by Ulrich Drepper. (main): Translate back to NL-containing filename.
1996-07-02.Jim Meyering
1996-07-02(do_link): Update messages to ease translation.Jim Meyering
Suggestion from Santiago Vila.
1996-07-01(main): Remove now-unnecessary diagnostic about filename containing NEWLINE.Jim Meyering
1996-07-01(split_3): Take an additional parameter, S_LEN.Jim Meyering
Adapt caller. Map translated NEWLINE-containing filename back into the original NEWLINE-containing name. (md5_check): Translate NEWLINE bytes to NUL bytes in filename.
1996-06-30.Jim Meyering
1996-06-30(usage): Fix typo, 3nd->3rd, in usage message.Jim Meyering
From Santiago Vila <sanvila@unex.es>.
1996-06-30.Jim Meyering
1996-06-30.Jim Meyering
1996-06-30.Jim Meyering
1996-06-30.Jim Meyering
1996-06-29.Jim Meyering
1996-06-29.Jim Meyering
1996-06-29.Jim Meyering
1996-06-29.Jim Meyering
1996-06-29.Jim Meyering
1996-06-29.Jim Meyering
1996-06-29Remove u from Colour.Jim Meyering
1996-06-29.Jim Meyering
1996-06-29(dc_parse_stream): Move enum states dcl into this function.Jim Meyering
(dc_parse_stream): Remove parameter RESULT. Adapt callers.
1996-06-29.Jim Meyering
1996-06-29.Jim Meyering
1996-06-29.Jim Meyering
1996-06-29(do_link): Allow `ln -sf --backup k k' to succeed in creating theJim Meyering
self-referential symlink, doing so doesn't remove the source but merely renames it.
1996-06-28.Jim Meyering
1996-06-28.Jim Meyering
1996-06-27.Jim Meyering
1996-06-27.Jim Meyering
1996-06-27(install-data): Add `else true;' to avoidJim Meyering
letting failing if-condition cause make to fail. From Fred Fish (fnf@ninemoons.com).
1996-06-27Elaborate on how sort -n works.Jim Meyering
1996-06-26.Jim Meyering
1996-06-26(do_link): Remove `!symlink &&' conjunct.Jim Meyering
1996-06-26(same_name): Declare parameters to be const.Jim Meyering
1996-06-26(same_name): New function.Jim Meyering
(do_link): Use it to test reliably whether A and B (from ln --force A B) are hard links to the same file. From Andreas Schwab.
1996-06-26.Jim Meyering
1996-06-25.Jim Meyering
1996-06-25.Jim Meyering
1996-06-25(strndup): Deansify.Jim Meyering
[!STDC_HEADERS]: Include string.h and stdlib.h.
1996-06-25(EXTRA_DIST): Add strndup.c.Jim Meyering
(fu_SOURCES): Add getline.c. (noinst_HEADERS): Add getline.h.