summaryrefslogtreecommitdiff
AgeCommit 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 smbfsJim Meyering
as `remote' if the name starts with `//'.
2001-12-15*** empty log message ***Jim Meyering
2001-12-15Also accept SunOS4's `Not owner' diagnostic.Jim Meyering
2001-12-15Run each --help and --version test with a few different settingsJim Meyering
of LC_MESSAGES.
2001-12-15Fail 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-codingJim 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-11split long lineJim 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-11Include the word `fail' in some diagnostics to make it clearerJim 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-10Remove 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 aboutJim Meyering
`signed and unsigned type in conditional expression'.
2001-12-09(mode_compile): Add cast to avoid warning aboutJim 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 unsignedJim Meyering
to avoid a pedantic warning.
2001-12-09Don'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 functionJim Meyering
definition in the `#if ! HAVE_TM_GMTOFF' block.
2001-12-09*** empty log message ***Jim Meyering
2001-12-09Remove 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'sJim Meyering
no longer available at that location.
2001-12-08*** empty log message ***Jim Meyering
2001-12-08tweak to align with libcJim Meyering
2001-12-05(join invocation): tweak wordingJim 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-04Don'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