Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1999-01-01 | Add comments about peculiarities of Textutils operation on MS-DOS/MS-Windows. | Jim Meyering | |
1999-01-01 | (wc): Use binary mode for input. | Jim Meyering | |
1999-01-01 | (unexpand): Use binary I/O where appropriate. | Jim Meyering | |
1999-01-01 | (main) [O_BINARY]: Use binary I/O when appropriate. | Jim Meyering | |
1999-01-01 | (skip, read_char, read_block) [O_BINARY]: Switch input | Jim Meyering | |
stream to binary mode. | |||
1999-01-01 | (OPENOPTS) [O_BINARY]: Use binary I/O when non-zero argument. | Jim Meyering | |
(md5_file) [O_BINARY]: Switch redirected stdin to binary mode. (main) [O_BINARY]: Use binary reads by default on those systems which care about the difference. | |||
1999-01-01 | (head_bytes, head_lines) [O_BINARY]: Use binary I/O. | Jim Meyering | |
1999-01-01 | (expand): Use binary I/O where appropriate. | Jim Meyering | |
1999-01-01 | (cksum) [O_BINARY]: Read redirected stdin in binary mode. | Jim Meyering | |
1999-01-01 | (usage) [O_BINARY]: Describe -B,--binary option. | Jim Meyering | |
(main) [O_BINARY]: binary_files, binary_output, file_open_mode: new variables. Add --binary to long_options[]. Switch stdin and stdout to binary mode unless file contents are not important anyway. Open files in binary mode when required. | |||
1999-01-01 | . | Jim Meyering | |
1999-01-01 | *** empty log message *** | Jim Meyering | |
1999-01-01 | (parse_options): Use XARGCASEMATCH in place of argmatch. | Jim Meyering | |
1999-01-01 | *** empty log message *** | Jim Meyering | |
1999-01-01 | *** empty log message *** | Jim Meyering | |
1999-01-01 | Rename globals N and R so they don't shadow locals. | Jim Meyering | |
(tsort): Rename from `sort'. | |||
1999-01-01 | remove trailing blanks | Jim Meyering | |
1999-01-01 | from Mark Kettenis | Jim Meyering | |
1999-01-01 | *** empty log message *** | Jim Meyering | |
1999-01-01 | (quoting_style_vals): New public array. | Jim Meyering | |
1999-01-01 | Add comments. | Jim Meyering | |
(xcalloc, xmalloc, xrealloc): Remove prototypes. (calloc): Remove `#ifdef NOT_USED' that used to hide this function. | |||
1999-01-01 | Add comments. | Jim Meyering | |
(PARAMS, XMALLOC, XCALLOC, XREALLOC): Define. Based on changes from Akim Demaille. | |||
1999-01-01 | remove leading _ from _ARGMATCH_H_ | Jim Meyering | |
1999-01-01 | *** empty log message *** | Jim Meyering | |