Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-12-15 | *** empty log message *** | Jim Meyering | |
2001-12-15 | *** empty log message *** | Jim Meyering | |
2001-12-15 | (ME_REMOTE): Recognize file systems of type smbfs | Jim Meyering | |
as `remote' if the name starts with `//'. | |||
2001-12-15 | *** empty log message *** | Jim Meyering | |
2001-12-15 | Also accept SunOS4's `Not owner' diagnostic. | Jim Meyering | |
2001-12-15 | Run each --help and --version test with a few different settings | Jim Meyering | |
of LC_MESSAGES. | |||
2001-12-15 | Fail also if ./$i --version fails. | Jim Meyering | |
2001-12-14 | *** empty log message *** | Jim Meyering | |
2001-12-14 | (jm_MACROS): Check for iswspace. | Jim Meyering | |
Suggestion from Bruno Haible. | |||
2001-12-13 | *** empty log message *** | Jim Meyering | |
2001-12-13 | *** empty log message *** | Jim Meyering | |
2001-12-13 | *** empty log message *** | Jim Meyering | |
2001-12-13 | (wc): Use ISSPACE and iswspace in addition to hard-coding | Jim Meyering | |
the ASCII space character. | |||
2001-12-11 | *** empty log message *** | Jim Meyering | |
2001-12-11 | (main): | Jim Meyering | |
Include the word `fail' in some diagnostics to make it clearer that they indicate a failure. s/getting attributes/failed to get attributes/ | |||
2001-12-11 | split long line | Jim Meyering | |
2001-12-11 | (change_file_mode, main): | Jim Meyering | |
Include the word `fail' in some diagnostics to make it clearer that they indicate a failure. s/getting attributes/failed to get attributes/ | |||
2001-12-11 | (change_file_owner): | Jim Meyering | |
Include the word `fail' in some diagnostics to make it clearer that they indicate a failure. s/getting attributes/failed to get attributes/ | |||
2001-12-11 | (main): | Jim Meyering | |
Include the word `fail' in some diagnostics to make it clearer that they indicate a failure. s/getting attributes/failed to get attributes/ | |||
2001-12-11 | (re_protect): | Jim Meyering | |
Include the word `fail' in some diagnostics to make it clearer that they indicate a failure. s/getting attributes/failed to get attributes/ | |||
2001-12-11 | Include the word `fail' in some diagnostics to make it clearer | Jim Meyering | |
that they indicate a failure. s/getting attributes/failed to get attributes/ | |||
2001-12-11 | *** empty log message *** | Jim Meyering | |
2001-12-11 | (buggy_lseek_support): Remove function. | Jim Meyering | |
(skip_via_lseek) [__linux__]: New function. (skip): Use skip_via_lseek, not buggy_lseek_support. | |||
2001-12-10 | . | Jim Meyering | |
2001-12-10 | Remove explicit declarations of xmalloc and xrealloc, | Jim Meyering | |
Instead, include "xalloc.h". (initbuffer): Don't cast xmalloc return value to char*. (readline): Reword comment. Don't cast xrealloc return value to char* Return NULL, not 0. | |||
2001-12-09 | *** empty log message *** | Jim Meyering | |
2001-12-09 | *** empty log message *** | Jim Meyering | |
2001-12-09 | (posix_time_parse): Add cast to avoid warning about | Jim Meyering | |
`signed and unsigned type in conditional expression'. | |||
2001-12-09 | (mode_compile): Add cast to avoid warning about | Jim Meyering | |
`signed and unsigned type in conditional expression'. | |||
2001-12-09 | (xreadlink): Add cast to avoid a warning. | Jim Meyering | |
2001-12-09 | (readtoken): Declare an index to be of type unsigned | Jim Meyering | |
to avoid a pedantic warning. | |||
2001-12-09 | Don't include assert.h. | Jim Meyering | |
(getstr): Remove warning-evoking assertions. Return -1 if offset parameter is out of bounds. Change the type of a local from int to size_t. | |||
2001-12-09 | (my_strftime_localtime_r): Include this function | Jim Meyering | |
definition in the `#if ! HAVE_TM_GMTOFF' block. | |||
2001-12-09 | *** empty log message *** | Jim Meyering | |
2001-12-09 | Remove declarations of xmalloc and xrealloc. | Jim Meyering | |
Include xalloc.h instead. | |||
2001-12-09 | *** empty log message *** | Jim Meyering | |
2001-12-08 | *** empty log message *** | Jim Meyering | |
2001-12-08 | *** empty log message *** | Jim Meyering | |
2001-12-08 | *** empty log message *** | Jim Meyering | |
2001-12-08 | (wget_files): Remove ansi2knr.c, since it's | Jim Meyering | |
no longer available at that location. | |||
2001-12-08 | *** empty log message *** | Jim Meyering | |
2001-12-08 | tweak to align with libc | Jim Meyering | |
2001-12-05 | (join invocation): tweak wording | Jim Meyering | |
2001-12-04 | *** empty log message *** | Jim Meyering | |
2001-12-04 | *** empty log message *** | Jim Meyering | |
2001-12-04 | *** empty log message *** | Jim Meyering | |
2001-12-04 | Don't use diff's -u option. It's not portable. | Jim Meyering | |
Besides, with GNU diff one can use the DIFF_OPTIONS envvar. | |||
2001-12-03 | (usage): Don't split translatable strings in the middle of a sentence. | Jim Meyering | |
2001-12-03 | *** empty log message *** | Jim Meyering | |
2001-12-03 | (usage): Merge lone "\n" into adjacent string. | Jim Meyering | |