aboutsummaryrefslogtreecommitdiffstats
path: root/misc/regexp.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2001-08-15(_IO_fwide): Don't reset file position to beginning of file, really get current position.Ulrich Drepper1-1/+1
2001-08-15* sysdeps/m68k/m68020/atomicity.h (atomic_add): Don't allowAndreas Schwab1-0/+5
address register for operand 0.
2001-08-15(atomic_add): Don't allow address register for operand 0.Andreas Schwab1-1/+1
2001-08-15Update.Ulrich Drepper3-3/+12
2001-08-14 Ulrich Drepper <drepper@redhat.com> * stdio-common/perror.c (perror): Use _IO_fwide instead of fwide. * libio/libio.h (_IO_fwide): Handle zero as second parameter more efficiently in macro.
2001-08-14Update.Ulrich Drepper17-52/+198
2001-08-14 Jakub Jelinek <jakub@redhat.com> * resolv/nss_dns/dns-host.c (RESOLVSORT): Define. (addrsort): New function. * resolv/gethnamaddr.c (RESOLVSORT): Define. 2001-08-14 Jakub Jelinek <jakub@redhat.com> * string/strsignal.c (free_mem): Remove. 2001-08-14 Andreas Jaeger <aj@suse.de> * inet/inet_ntoa.c (free_mem): Remove, it's not used anymore. Closes PR libc/2477, reported by Dylan Alex Simon <dylan@dylex.caltech.edu>. 2001-08-14 Ulrich Drepper <drepper@redhat.com> * locale/Makefile (aux): Add xlocale. * locale/xlocale.c: New file. * include/locale.c (_nl_C_locobj): Declare. * iconv/gconv_charset.h: Use __tolower_l, __isdigit_l, __isspace_l with _nl_C_locobj instead of tolower, isdigit, isspace. * iconv/gconv_conf.c: Likewise. * iconv/gconv_int.h: Likewise. * iconv/gconv_open.c: Likewise. * locale/newlocale.c: Minor cleanups.
2001-08-14Update.Ulrich Drepper3-2/+13
2001-08-14 Ulrich Drepper <drepper@redhat.com> * Makefile: Add rules to build and run tst-xlocale1. * tst-xlocale1.c: New file. * bug-iconv-trans.c: Improve error messages.