Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-02-08 | . | Jim Meyering | |
2001-02-08 | update from libc | Jim Meyering | |
2001-02-07 | *** empty log message *** | Jim Meyering | |
2001-02-07 | Update from libc. | Jim Meyering | |
2001-01-31 | . | Jim Meyering | |
2001-01-30 | *** empty log message *** | Jim Meyering | |
2001-01-30 | Update for FreeBSD 4.2. | Jim Meyering | |
2001-01-26 | *** empty log message *** | Jim Meyering | |
2001-01-26 | Include stddef.h. | Jim Meyering | |
2001-01-26 | *** empty log message *** | Jim Meyering | |
2001-01-26 | [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking | Jim Meyering | |
line in double quotes so that it evokes a better diagnostic. [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise. | |||
2001-01-21 | *** empty log message *** | Jim Meyering | |
2001-01-21 | (print_unicode_char): Cast the second iconv() arg, | Jim Meyering | |
to avoid a warning. Add back 'const' to inptr. | |||
2001-01-20 | revert last change | Jim Meyering | |
2001-01-20 | whoops. revert last change | Jim Meyering | |
2001-01-20 | *** empty log message *** | Jim Meyering | |
2001-01-20 | Fix typo: s/false/0/. | Jim Meyering | |
2001-01-16 | *** empty log message *** | Jim Meyering | |
2001-01-16 | Include <stdio.h>, needed by assert on SunOS4. | Jim Meyering | |
2001-01-14 | . | Jim Meyering | |
2001-01-14 | *** empty log message *** | Jim Meyering | |
2001-01-14 | Include stdlib.h, string.h or strings.h, and xalloc.h. | Jim Meyering | |
Use strip_trailing_slashes rather than open-coding it. | |||
2001-01-14 | from Volker Borchert | Jim Meyering | |
2001-01-07 | normalize spelling in comment | Jim Meyering | |
2001-01-04 | . | Jim Meyering | |
2001-01-04 | Sync with glibc time/strftime.c 1.81. | Jim Meyering | |
2001-01-03 | *** empty log message *** | Jim Meyering | |
2001-01-03 | (print_unicode_char): Remove `const' from declaration of | Jim Meyering | |
local `inptr' to avoid warning with some system declarations of iconv. | |||
2000-12-29 | *** empty log message *** | Jim Meyering | |
2000-12-29 | Do not assume that mode_t uses the | Jim Meyering | |
traditional octal encoding. E.g. "chmod 1 FOO" should set the other-execute bit of FOO even if S_IXOTH != 1. (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH, WOTH, XOTH, ALLM): New macros. (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR, S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH): Use them. (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID. (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above. (mode_compile): No need to use uintmax_t; unsigned long is long enough. Don't bother to get suffix since we don't use it. | |||
2000-12-27 | . | Jim Meyering | |
2000-12-25 | add omitted semicolon | Jim Meyering | |
2000-12-24 | *** empty log message *** | Jim Meyering | |
2000-12-24 | *** empty log message *** | Jim Meyering | |
2000-12-24 | (is_prime): Return explicit boolean values. | Jim Meyering | |
(hash_get_first): Return NULL to appease Irix5.6's 89. | |||
2000-12-19 | . | Jim Meyering | |
2000-12-19 | *** empty log message *** | Jim Meyering | |
2000-12-19 | (libfetish_a_SOURCES): Add physmem.c. | Jim Meyering | |
(noinst_HEADERS): Add physmem.h. | |||
2000-12-19 | (__xstrtol): Add undocumented suffixes 'g' and | Jim Meyering | |
't' for compatibility with Solaris 8 sort. | |||
2000-12-19 | *** empty log message *** | Jim Meyering | |
2000-12-19 | *** empty log message *** | Jim Meyering | |
2000-12-19 | (locale_charset): Add support for Win32. | Jim Meyering | |
2000-12-18 | *** empty log message *** | Jim Meyering | |
2000-12-18 | Add support for BeOS. | Jim Meyering | |
2000-12-16 | *** empty log message *** | Jim Meyering | |
2000-12-16 | *** empty log message *** | Jim Meyering | |
2000-12-16 | [!SHELLS_FILE && __DJGPP__]: Define | Jim Meyering | |
SHELLS_FILE to a file name that's useful on djgpp systems. Include stdlib.h. (ADDITIONAL_DEFAULT_SHELLS): Define. (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS. Based mostly on a patch from Prashant TR. | |||
2000-12-16 | . | Jim Meyering | |
2000-12-16 | This bug had a serious impact on chown: `chown N:M FILE' (for integer | Jim Meyering | |
N and M) would have treated it like `chown N:N FILE'. (parse_user_spec): Fix typo: s/u/g/. | |||
2000-12-16 | tweak a comment | Jim Meyering | |