aboutsummaryrefslogtreecommitdiff
path: root/posix
AgeCommit message (Expand)AuthorFilesLines
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
2002-08-26* locale/programs/ld-ctype.c (ctype_read): When given a repertoireRoland McGrath2-5/+12
2002-08-12Update.Ulrich Drepper2-1/+68
2002-08-12(parse_reg_exp): If '|' is immediately followed by another '|', end of regex ...Ulrich Drepper1-0/+2
2002-08-08Update.Ulrich Drepper2-2/+13
2002-08-06* include/getopt.h: But private decls inside [_GETOPT_H].Roland McGrath1-1/+9
2002-08-04* include/sys/resource.h: Use libc_hidden_proto for getpriority,Roland McGrath1-1/+2
2002-08-04* include/unistd.h: Use libc_hidden_proto for _exit, alarm, confstr,Roland McGrath5-5/+10
2002-08-03Update.Ulrich Drepper1-2/+2
2002-08-02* posix/bits/posix1_lim.h (SSIZE_MAX): Define to LONG_MAX, not INT_MAX.Roland McGrath1-2/+2
2002-07-27Update.Ulrich Drepper5-9/+188
2002-07-27Update.Ulrich Drepper4-238/+254