Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-11-11 | Back out Paul's changes while we wait for him and Bruno to reach agreement. | Jim Meyering | |
2000-11-11 | Remove Paul's entries for unicodeio.c: then I don't have to justify | Jim Meyering | |
backing out the nov8/9 changes. | |||
2000-11-11 | *** empty log message *** | Jim Meyering | |
2000-11-10 | *** empty log message *** | Jim Meyering | |
2000-11-10 | Update from GNU libc. | Jim Meyering | |
2000-11-10 | Update from GNU libc. | Jim Meyering | |
2000-11-10 | *** empty log message *** | Jim Meyering | |
2000-11-10 | (ENOTSUP): Define to EINVAL if not defined. | Jim Meyering | |
2000-11-10 | don't back them out | Jim Meyering | |
2000-11-10 | Back out the last two changes, at least for now. | Jim Meyering | |
2000-11-09 | *** empty log message *** | Jim Meyering | |
2000-11-09 | (MB_LEN_MAX): Make sure it's at least 6, to avoid buggy C libraries. | Jim Meyering | |
2000-11-09 | (<wchar.h>): Do not include; no longer needed, since we no longer use wcrtomb. | Jim Meyering | |
(<limits.h>): Include if HAVE_LIMITS_H. (MB_LEN_MAX): Define if limits.h doesn't. (convert_unicode_char): New function, with the conversion part of the old print_unicode_char. Use wctomb, not wcrtomb. Depend on HAVE_WCTOMB, not HAVE_WCRTOMB. (print_unicode_char): Use convert_unicode_char to do the conversion. | |||
2000-11-08 | *** empty log message *** | Jim Meyering | |
2000-11-08 | Include wchar.h. | Jim Meyering | |
(wcrtomb): Provide fallback definition for broken platforms. (print_unicode_char): New alternative definition for platforms where wchar_t is Unicode. | |||
2000-11-07 | . | Jim Meyering | |
2000-11-07 | *** empty log message *** | Jim Meyering | |
2000-11-07 | (setusershell): Use rewind rather than | Jim Meyering | |
fseek/fseeko, to avoid configuration hassles with fseeko. Don't bother opening SHELLS_FILE if shellstream is NULL; it's not necessary. | |||
2000-11-05 | *** empty log message *** | Jim Meyering | |
2000-11-05 | (make_dir): Declare. | Jim Meyering | |
2000-11-05 | (make_dir): Remove `static' attribute. | Jim Meyering | |
Tweak a comment. | |||
2000-11-05 | *** empty log message *** | Jim Meyering | |
2000-11-05 | *** empty log message *** | Jim Meyering | |
2000-11-05 | *** empty log message *** | Jim Meyering | |
2000-11-04 | *** empty log message *** | Jim Meyering | |
2000-11-04 | (hash_get_next): Fix a thinko: when ENTRY is the | Jim Meyering | |
last one in a bucket, advance to the next bucket. From Alexandre Duret-Lutz. | |||
2000-11-03 | *** empty log message *** | Jim Meyering | |
2000-11-03 | cppi | Jim Meyering | |
2000-11-03 | Do not comment out all the code if we are using | Jim Meyering | |
the GNU C library, because in some cases we are replacing buggy code in the GNU C library itself. | |||
2000-10-31 | *** empty log message *** | Jim Meyering | |
2000-10-31 | Add "2000" to Copyright line, as this file was changed this year. | Jim Meyering | |
2000-10-31 | Remove "2000" from Copyright line, as the file hasn't been | Jim Meyering | |
changed this year other than in the copyright notice. | |||
2000-10-31 | Remove "2000" from Copyright line, as the file hasn't been | Jim Meyering | |
changed this year other than in the copyright notice. | |||
2000-10-31 | *** empty log message *** | Jim Meyering | |
2000-10-31 | (FOLD): Do not assume that characters are unsigned. | Jim Meyering | |
(fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs, e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero. | |||
2000-10-30 | . | Jim Meyering | |
2000-10-29 | fix typo: s/fseek0/fseeko/ | Jim Meyering | |
2000-10-29 | *** empty log message *** | Jim Meyering | |
2000-10-29 | (__restrict_arr): Move definition out of #ifndef block. | Jim Meyering | |
Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but doesn't define __restrict_arr. | |||
2000-10-29 | *** empty log message *** | Jim Meyering | |
2000-10-29 | Fix grammar in comment. | Jim Meyering | |
2000-10-28 | . | Jim Meyering | |
2000-10-28 | Update from libc. | Jim Meyering | |
2000-10-28 | *** empty log message *** | Jim Meyering | |
2000-10-28 | Update from libc. | Jim Meyering | |
Adjust for portability: [HAVE_STDLIB_H]: Include stdlib.h. [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h. Undef __memchr, too. [!weak_alias]: Define __memchr to memchr. | |||
2000-10-28 | *** empty log message *** | Jim Meyering | |
2000-10-28 | Update from libc. | Jim Meyering | |
2000-10-28 | *** empty log message *** | Jim Meyering | |
2000-10-28 | (setusershell) [HAVE_FSEEKO]: Use fseek0. | Jim Meyering | |
Patch by Ulrich Drepper. | |||
2000-10-28 | Update from libc. | Jim Meyering | |