about summary refs log tree commit diff
path: root/posix
Commit message (Expand)AuthorAgeFilesLines
* * sysdeps/unix/sysv/linux/renameat.c: Move errno setting code inUlrich Drepper2005-12-161-0/+18
* Moved to csu/errno-loc.c.Ulrich Drepper2005-12-1463-0/+6501
* 2005-12-13 Ulrich Drepper <drepper@redhat.com>Ulrich Drepper2005-12-142-0/+75
* * posix/regex_internal.h: Include <stdint.h> if available.Ulrich Drepper2005-12-111-0/+8
* * catgets/gencat.c: Use GPL, not LGPL.Ulrich Drepper2005-12-071-11/+9
* * io/Makefile (routines): Add fstatat, fstatat64, fxstatat, fxstatat64,Ulrich Drepper2005-11-111-0/+14
* * configure.in: Remove gnu_ld definition and everything using it.Ulrich Drepper2005-11-062-7/+1
* [BZ #1224]Ulrich Drepper2005-10-151-27/+8
* [BZ #1221]Ulrich Drepper2005-10-151-5/+3
* * posix/regexec.c: Finish prototyping of static functions.Ulrich Drepper2005-10-152-0/+54
* [BZ #368]Ulrich Drepper2005-10-142-49/+66
* [BZ #1373]Ulrich Drepper2005-10-142-20/+26
* [BZ #1248]Ulrich Drepper2005-10-132-86/+44
* * posix/regcomp.c: Likewise.Ulrich Drepper2005-10-131-195/+77
* [BZ #1231]Ulrich Drepper2005-10-132-343/+146
* * posix/regex.h: Pretty printing.Ulrich Drepper2005-09-301-61/+51
* * posix/regexec.c (update_cur_sifted_state, check_arrival,Ulrich Drepper2005-09-301-3/+3
* [BZ #1392]Roland McGrath2005-09-291-1/+1
* [BZ #1392]Roland McGrath2005-09-291-4/+5
* [BZ #1302]Ulrich Drepper2005-09-283-130/+134
* [BZ #652]Ulrich Drepper2005-09-261-1/+56
* [BZ #644]Ulrich Drepper2005-09-262-1/+99
* [BZ #281]Ulrich Drepper2005-09-235-9/+9
* (update_cur_sifted_state): Likewise.Ulrich Drepper2005-09-072-71/+97
* (transit_state_bkref): Make DFA a const pointer.Ulrich Drepper2005-09-071-13/+14
* * posix/regexec.c (find_recover_state): Remove unnecessaryUlrich Drepper2005-09-071-1/+1
* * posix/regexec.c (merge_state_with_log): Define dfa as const pointer.Ulrich Drepper2005-09-071-9/+13
* * posix/regex_internal.c (re_string_reconstruct): Avoid callingUlrich Drepper2005-09-074-110/+145
* * posix/regex_internal.h (re_sub_match_top_t): Remove unused memberUlrich Drepper2005-09-066-168/+152
* [BZ #1207]Roland McGrath2005-08-181-1/+1
* * posix/bits/unistd.h (confstr, getgroups, ttyname_r, gethostname,Ulrich Drepper2005-08-081-5/+5
* [BZ #1125]Ulrich Drepper2005-07-243-7/+40
* * include/stdio.h (__fxprintf): Remove wfmt argument.Ulrich Drepper2005-07-201-10/+10
* * wcsmbs/bits/wchar2.h: Add definitions for wcrtomb, mbsrtowcs,Ulrich Drepper2005-07-201-40/+10
* * nscd/grpcache.c (cache_addgr): Use correct maximum for group IDUlrich Drepper2005-07-181-0/+98
* 2005-06-27 Carlos O'Donell <carlos@systemhalted.org>Ulrich Drepper2005-07-101-2/+2
* * posix/regex_internal.c (build_wcs_buffer): Use MB_LEN_MAX notUlrich Drepper2005-07-051-4/+4
* [BZ #959]Roland McGrath2005-06-031-2/+2
* [BZ #934]Ulrich Drepper2005-05-062-1/+15
* Include bits/libc-lock.h or define dummy __libc_lock_* macros if not _LIBC. (...Ulrich Drepper2005-05-061-0/+9
* [BZ #877]Roland McGrath2005-04-271-2/+2
* * posix/execvp.c (execvp): Use file name including path whenUlrich Drepper2005-04-143-3/+47
* (fnmatch): For short patterns or strings attempt to avoid calling mbsrtowcs t...Ulrich Drepper2005-03-301-18/+61
* 2005-03-29 Thorsten Kukuk <kukuk@suse.de>Roland McGrath2005-03-292-2/+4
* * posix/bits/unistd.h (pread) [__USE_FILE_OFFSET64]: Use __off64_tUlrich Drepper2005-03-201-1/+1
* [BZ #779]Ulrich Drepper2005-03-193-23/+34
* (read, pread, pread64, readlink, getcwd, getwd): Change macros into extern in...Ulrich Drepper2005-03-191-32/+74
* * posix/bits/unistd.h (pread): Fix typo in __USE_FILE_OFFSET64 code.Ulrich Drepper2005-03-071-1/+1
* * posix/regexec.c (check_node_accept_bytes): Correct cast to avoidUlrich Drepper2005-03-062-9/+12
* * posix/bits/unistd.h (pread, pread64): Don't swap function arguments.Ulrich Drepper2005-03-031-3/+3