aboutsummaryrefslogtreecommitdiff
path: root/posix
AgeCommit message (Expand)AuthorFilesLines
2002-12-13* posix/regex_internal.c (re_string_context_at): Guard wide charRoland McGrath1-1/+1
2002-12-132002-12-14 Jakub Jelinek <jakub@redhat.com>Roland McGrath1-8/+10
2002-12-132002-12-13 Roland McGrath <roland@redhat.com>Roland McGrath2-1/+33
2002-12-06(fmt, testfmt): Remove -D_LIBC.Ulrich Drepper2-4/+4
2002-12-01* posix/bug-regex13.c: Include <string.h>.Roland McGrath1-0/+1
2002-11-27Update.Ulrich Drepper4-354/+1064
2002-11-24* configure.in: Skip AUTOCONF check under --without-cvs.Roland McGrath1-1/+1
2002-11-21* scripts/abilist.awk: Grok function descriptor symbols.Roland McGrath1-1/+2
2002-11-20* posix/Versions (libc: GLIBC_2.3.2): Add sched_getaffinity andRoland McGrath1-0/+2
2002-11-13* posix/regex_internal.c (re_string_skip_chars): Also return the lastRoland McGrath2-12/+57
2002-11-08* posix/bug-regex13.c (tests): Add new test.Roland McGrath1-0/+1
2002-11-06Update.Ulrich Drepper3-2400/+2403
2002-11-06Update.Ulrich Drepper3-423/+581
2002-11-06(free_dfa_content): Use free_state.Ulrich Drepper1-9/+1
2002-11-06Update.Ulrich Drepper1-67/+78
2002-11-05Update.Ulrich Drepper1-0/+1
2002-11-03* manual/filesys.texi (Reading/Closing Directory): Rewrite readdir_rRoland McGrath1-26/+69
2002-11-01* include/libc-symbols.h (__libc_freeres_fn_section, libc_freeres_fn):Roland McGrath1-3/+1
2002-10-24* posix/regcomp.c (re_comp): Call __regfree on re_comp_buf.Roland McGrath3-4/+85
2002-10-23* libio/ftello.c (ftello): Use _IO_off64_t for type of POS.Roland McGrath2-2/+10
2002-10-21Update.Ulrich Drepper3-2/+79
2002-10-17Update.Ulrich Drepper1-1/+1
2002-10-17Add a test case for the bug reported by Paolo Bonzini <bonzini@gnu.org>.Ulrich Drepper1-3/+6
2002-10-14* elf/rtld-Rules ($(objpfx)rtld-libc.a): Use $(verbose) in ar command.Roland McGrath3-0/+26
2002-10-12Update.Ulrich Drepper4-345/+303
2002-10-10Update.glibc-2.3.1cvs/glibc-2-3-1Ulrich Drepper1-1/+1
2002-10-09Update.Ulrich Drepper1-0/+1
2002-10-01Update.Ulrich Drepper1-1/+3
2002-10-01(re_string_reconstruct): Reset the member LEN and STOP.Ulrich Drepper1-0/+2
2002-10-01Update.Ulrich Drepper1-1/+1
2002-09-30Update.Ulrich Drepper2-57/+325
2002-09-30Fix format strings.Andreas Jaeger3-6/+6
2002-09-30(sift_states_bkref): Remove ret variable. Use err instead.Ulrich Drepper1-2/+2
2002-09-282002-09-28 Jakub Jelinek <jakub@redhat.com>Roland McGrath3-8/+81
2002-09-28Update.Ulrich Drepper4-299/+819
2002-09-242002-09-23 Roland McGrath <roland@redhat.com>Roland McGrath1-2/+2
2002-09-24* catgets/open_catalog.c (__open_catalog): Don't use a value typeRoland McGrath2-4/+5
2002-09-11* sysdeps/generic/dl-environ.c (unsetenv): Rewritten using strncmp,Roland McGrath1-22/+50
2002-09-102002-09-10 Roland McGrath <roland@redhat.com>Roland McGrath1-1/+3
2002-09-10Update.Ulrich Drepper3-43/+83
2002-09-10Wrap #include wchar.h and wctype.h in #if. (build_range_exp): Add castings to...Ulrich Drepper1-43/+53
2002-09-062002-09-06 Roland McGrath <roland@redhat.com>Roland McGrath1-5/+18
2002-09-05Update.Ulrich Drepper3-46/+45
2002-09-05(regcomp): Append "__restrict" modifier to avoid warnings of some compilers. ...Ulrich Drepper1-31/+30
2002-09-042002-09-04 Jakub Jelinek <jakub@redhat.com>Roland McGrath2-1/+61
2002-09-01* sysdeps/generic/libc-tls.c (__pthread_initialize_minimal): PassRoland McGrath1-5/+14
2002-08-26Update.Ulrich Drepper1-0/+61
2002-08-26(tests): Add bug-regex10.Ulrich Drepper1-1/+1
2002-08-26(re_search_stub): Return correct match length if start != 0.Ulrich Drepper1-2/+2
2002-08-262002-08-26 Brian Youmans <3diff@gnu.org>Roland McGrath2-10/+10