summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-01-05*** empty log message ***Jim Meyering
1999-01-05*** empty log message ***Jim Meyering
1999-01-05*** empty log message ***Jim Meyering
1999-01-05.Jim Meyering
1999-01-05*** empty log message ***Jim Meyering
1999-01-04(main): remove unused `i'Jim Meyering
1999-01-04remove strcasecmp.cinJim Meyering
1999-01-04*** empty log message ***Jim Meyering
1999-01-03*** empty log message ***Jim Meyering
1999-01-03(usage): Remove third program_name argument -- thereJim Meyering
were only two `%s' in the format string.
1999-01-02*** empty log message ***Jim Meyering
1999-01-02(argmatch_invalid): Remove double quotes from theJim Meyering
offending quoted argument before using it in explanatory diagnostic. Use a single fprintf stmt.
1999-01-02.Jim Meyering
1999-01-02*** empty log message ***Jim Meyering
1999-01-02Replace strcasecmp and strncasecmp.Jim Meyering
1999-01-02.Jim Meyering
1999-01-02*** empty log message ***Jim Meyering
1999-01-02(tsort): Use a single call to error instead of two to fprintf.Jim Meyering
(main): Remove `%s: ' prefix on format string.
1999-01-02(parse_options): Use XARGMATCH in place of argmatch.Jim Meyering
1999-01-02(format_vals): New array.Jim Meyering
(main): Use XARGMATCH in place of argmatch.
1999-01-02*** empty log message ***Jim Meyering
1999-01-02tsort docsJim Meyering
1999-01-02(strcasecmp.c strncasecmp.c): Remove rules.Jim Meyering
1999-01-02.Jim Meyering
1999-01-02*** empty log message ***Jim Meyering
1999-01-02Adapt to use new interface to XARGMATCH.Jim Meyering
1999-01-02.Jim Meyering
1999-01-02(get_version): Adapt to use new interface to XARGMATCH.Jim Meyering
1999-01-02(XARGMATCH): Don't return a value; instead, modify a parameter.Jim Meyering
Add a `Die_stmt' parameter. Add parentheses.
1999-01-02(__xargmatch_internal): Remove now-unused function.Jim Meyering
(argmatch_to_argument): Add `const' attribute to first parameter.
1999-01-02*** empty log message ***Jim Meyering
1999-01-02use XARGMATCH, not XARGCASEMATCHJim Meyering
1999-01-02Add #ifdefs so it can be used for strncasecmp, too.Jim Meyering
1999-01-02*** empty log message ***Jim Meyering
1999-01-02*** empty log message ***Jim Meyering
1999-01-02Move inclusion of assert.h to follow that of stdio.h.Jim Meyering
Some losing systems require this. Use STREQ macro instead of strcmp in a few places.
1999-01-02Remove definition of setlocale.Jim Meyering
Remove definitions of bindtextdomain and textdomain.
1999-01-02Include locale.h and libintl.h, and define `_()'.Jim Meyering
Mark translatable strings.
1999-01-02*** empty log message ***Jim Meyering
1999-01-02(make_dir): New function, factored out of make_path.Jim Meyering
(make_path): Use make_dir rather than open-coding it twice. This effectively reverses the order of the latter pair of stat/mkdir calls and fixes a race condition bug whereby one of two concurrent `mkdir -p' processes could fail with EEXIST.
1999-01-02*** empty log message ***Jim Meyering
1999-01-02Include readtokens.h.Jim Meyering
(zeros): Rename global from `rr'. (getstr): Remove function. (tsort) Use readtoken instead of getstr.
1999-01-01*** empty log message ***Jim Meyering
1999-01-01*** empty log message ***Jim Meyering
1999-01-01.Jim Meyering
1999-01-01fix typo in commentJim Meyering
1999-01-01(PATH_MAX_IN_DIR) [HAVE_UNISTD_H]: New macro, for maxJim Meyering
file name characters in a given directory. (tempname): Make sure the temp file name is unique even if long file names aren't supported.
1999-01-01(cwrite) [O_BINARY]: Write output in binary mode.Jim Meyering
(main) [O_BINARY]: Read input in binary mode.
1999-01-01(bsd_sum_file, sysv_sum_file) [O_BINARY]: Read input in binary mode.Jim Meyering
1999-01-01(tail_lines, tail_bytes) [O_BINARY]: Use binary I/O when appropriate.Jim Meyering