Age | Commit 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-04 | remove strcasecmp.cin | Jim 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 -- there | Jim 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 the | Jim 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-02 | Replace 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-02 | tsort docs | Jim 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-02 | Adapt 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-02 | use XARGMATCH, not XARGCASEMATCH | Jim Meyering | |
1999-01-02 | Add #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-02 | Move 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-02 | Remove definition of setlocale. | Jim Meyering | |
Remove definitions of bindtextdomain and textdomain. | |||
1999-01-02 | Include 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-02 | Include 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-01 | fix typo in comment | Jim Meyering | |
1999-01-01 | (PATH_MAX_IN_DIR) [HAVE_UNISTD_H]: New macro, for max | Jim 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 | |