summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2000-11-26.Jim Meyering
2000-11-26Include sys/types.h. From Werner Almesberger.Jim Meyering
2000-11-26.Jim Meyering
2000-11-23.Jim Meyering
2000-11-23*** empty log message ***Jim Meyering
2000-11-23(my_strftime): Do not invoke mbrlen with aJim Meyering
size of (size_t) -1; it's not portable.
2000-11-18.Jim Meyering
2000-11-18tweak a commentJim Meyering
2000-11-18Formatting changes.Jim Meyering
(obstack_grow, obstack_grow0): Don't cast WHERE at all: that would prevent type checking. (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't cast the value to (void *): assigning a `foo *' to a `void *' variable is valid. (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
2000-11-17*** empty log message ***Jim Meyering
2000-11-17Update from GNU libc.Jim Meyering
2000-11-16*** empty log message ***Jim Meyering
2000-11-16Incorporate weak-alias-related changes from glibc.Jim Meyering
2000-11-14remove bruno's 11-03 entry for unicodeio.cJim Meyering
2000-11-11Add a couple #includes, merging from GNU libc version.Jim Meyering
2000-11-11Back out Paul's changes while we wait for him and Bruno to reach agreement.Jim Meyering
2000-11-11Remove Paul's entries for unicodeio.c: then I don't have to justifyJim 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-10Update from GNU libc.Jim Meyering
2000-11-10Update 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-10don't back them outJim Meyering
2000-11-10Back 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-08Include 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 thanJim 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 theJim 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-03cppiJim Meyering
2000-11-03Do not comment out all the code if we are usingJim 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-31Add "2000" to Copyright line, as this file was changed this year.Jim Meyering
2000-10-31Remove "2000" from Copyright line, as the file hasn't beenJim Meyering
changed this year other than in the copyright notice.
2000-10-31Remove "2000" from Copyright line, as the file hasn't beenJim 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.