1998-07-08 |
drepper | (__getmntent_r): Don't return with locked stream. |
tree | commitdiff |
1998-07-08 |
drepper | (getttyent): Don't return with locked stream. |
tree | commitdiff |
1998-07-05 |
drepper | (__getmntent_r): Explicitly lock stream. Use fgets_unl... |
tree | commitdiff |
1998-07-05 |
drepper | (initshells): Use fgets_unlocked instead of fgets. |
tree | commitdiff |
1998-07-05 |
drepper | (getttyent): Use fgets_unlocked instead of fgets. |
tree | commitdiff |
1998-07-05 |
drepper | (getttyent): Explicitly lock the FILE and use _unlocked... |
tree | commitdiff |
1998-07-02 |
drepper | Version definitions. |
tree | commitdiff |
1998-06-29 |
drepper | Use __PMT instead of __P for function pointer. |
tree | commitdiff |
1998-06-26 |
drepper | Use __PMT instead of __PMS. |
tree | commitdiff |
1998-06-26 |
drepper | (__PMT): Use this instead of __PMS. |
tree | commitdiff |
1998-06-26 |
drepper | Define __PMS. When using modern g++ define __P to... |
tree | commitdiff |
1998-06-26 |
drepper | Use __PMS in tsearch, tfind, tdelete, twalk, tdestroy... |
tree | commitdiff |
1998-06-26 |
drepper | Define CFLAGS-tsearch.c and CFLAGS-lsearch.c to $(excep... |
tree | commitdiff |
1998-06-15 |
drepper | (__hdestroy): Renamed from hdestroy, create weak alias... |
tree | commitdiff |
1998-06-15 |
drepper | Declare __hdestroy. |
tree | commitdiff |
1998-06-09 |
drepper | Adjust code for non-const struct mntent elements. |
tree | commitdiff |
1998-06-09 |
drepper | Undo last patch. |
tree | commitdiff |
1998-06-07 |
drepper | (struct mentent): Make string elements const char *. |
tree | commitdiff |
1998-05-08 |
drepper | Test for mntent functions. |
tree | commitdiff |
1998-05-08 |
drepper | (tests): Add tst-mntent. |
tree | commitdiff |
1998-04-24 |
drepper | (__REDIRECT): Handle systems with non-empty __USER_LABE... |
tree | commitdiff |
1998-04-21 |
drepper | New macro __REDIRECT to support changing the asm symbol... |
tree | commitdiff |
1998-04-21 |
drepper | Removed. |
tree | commitdiff |
1998-04-21 |
drepper | Drop bsd-compat.c. Make libbsd-compat.a a dummy librar... |
tree | commitdiff |
1998-04-09 |
drepper | (closelog_internal): Set LogTag to NULL. |
tree | commitdiff |
1998-03-27 |
drepper | Pretty print. |
tree | commitdiff |
1998-03-10 |
drepper | (vsyslog): Don't try to send if not connected to syslog... |
tree | commitdiff |
1998-03-02 |
drepper | (openlog_internal): Insert missing closing brace. |
tree | commitdiff |
1998-02-27 |
drepper | Change to allow user the interpretation of the outcome... |
tree | commitdiff |
1998-02-27 |
drepper | (APPEND): Handle printing of 0.0 correctly. |
tree | commitdiff |
1998-02-27 |
drepper | (ecvt_tests): Add new test case for reported bug. |
tree | commitdiff |
1998-02-26 |
drepper | (struct fstab): Change fs_type member to be const. |
tree | commitdiff |
1998-02-26 |
drepper | (fstab_convert): Make changes for const fs_type member. |
tree | commitdiff |
1998-02-26 |
drepper | (fstab_fetch): Rewritten to use dynamically allocated... |
tree | commitdiff |
1998-02-11 |
drepper | More tests. |
tree | commitdiff |
1998-02-11 |
drepper | Add tests for negative NDIGIT. |
tree | commitdiff |
1998-02-11 |
drepper | Correct for negative NDIGIT. |
tree | commitdiff |
1998-02-10 |
drepper | Add more tests. |
tree | commitdiff |
1998-02-10 |
drepper | (fcvt_r, ecvt_r): Correctly handle NDIGIT <= 0. |
tree | commitdiff |
1998-01-31 |
drepper | (tests): Add tst-efgcvt. |
tree | commitdiff |
1998-01-31 |
drepper | Correct handling of illegal ndigits value |
tree | commitdiff |
1998-01-31 |
drepper | Tests for [efg]cvt. |
tree | commitdiff |
1998-01-30 |
drepper | Remove unneeded inclusion of <errno.h>. |
tree | commitdiff |
1998-01-25 |
drepper | Reformat a bit. Don't declare vsyslog unless __USE_BSD. |
tree | commitdiff |
1998-01-20 |
drepper | (lsearch): Return a pointer to the new element if one... |
tree | commitdiff |
1997-12-28 |
drepper | (routines): Add mmap64. |
tree | commitdiff |
1997-12-22 |
drepper | (compile): Remove __ prefix from parameter names. |
tree | commitdiff |
1997-12-22 |
drepper | (routines): Add truncate64 and ftruncate64. |
tree | commitdiff |
1997-12-01 |
drepper | Delete KERNEL preprocessor conditional. |
tree | commitdiff |
1997-11-18 |
drepper | Don't require the value of FD_ISSET to be exactly one. |
tree | commitdiff |
1997-11-18 |
drepper | (hsearch_r): Avoid undefinitely search for non-existing... |
tree | commitdiff |
1997-11-05 |
drepper | Use memcpy return value if possible. |
tree | commitdiff |
1997-10-31 |
drepper | Test for FD* macros. |
tree | commitdiff |
1997-10-31 |
drepper | Use better values for MAXDIG. |
tree | commitdiff |
1997-10-31 |
drepper | Don't use statically allocated buffer. Allocate |
tree | commitdiff |
1997-10-31 |
drepper | Don't use statically allocated buffer. Allocate it... |
tree | commitdiff |
1997-10-31 |
drepper | (tests): Add tst-fdset. |
tree | commitdiff |
1997-10-26 |
drepper | (vsyslog): Open console with O_NOCTTY. |
tree | commitdiff |
1997-10-06 |
drepper | Pretty print. |
tree | commitdiff |
1997-10-06 |
drepper | Pretty print. |
tree | commitdiff |
1997-10-06 |
drepper | (trecurse, tdestroy_internal): Mark as internal functions. |
tree | commitdiff |
1997-10-06 |
drepper | (openlog_internal): Mark as internal functions. |
tree | commitdiff |
1997-10-06 |
drepper | Pretty print. |
tree | commitdiff |
1997-10-06 |
drepper | (skip, value): Mark as internal functions. |
tree | commitdiff |
1997-10-06 |
drepper | (mnt2fs): Likewise. |
tree | commitdiff |
1997-10-06 |
drepper | Pretty print. |
tree | commitdiff |
1997-09-30 |
drepper | Define pselect only is __USE_POSIX since this header... |
tree | commitdiff |
1997-09-30 |
drepper | Register hdestroy in __libc_subfreeres list. |
tree | commitdiff |
1997-09-21 |
drepper | [__USE_GNU]: Define comparison_fn_t. |
tree | commitdiff |
1997-09-17 |
drepper | (hsearch_r): Only return error for ENTER action if... |
tree | commitdiff |
1997-09-11 |
drepper | (__init_misc): Only declare static if HAVE_GNU_LD is... |
tree | commitdiff |
1997-07-24 |
drepper | General cleanup. Don't define reentrant hsearch functi... |
tree | commitdiff |
1997-07-12 |
drepper | (ttyslot): Test return value of ttyname_r for == 0... |
tree | commitdiff |
1997-07-06 |
drepper | Update and reformat copyright. |
tree | commitdiff |
1997-06-21 |
drepper | Unifiy headers. |
tree | commitdiff |
1997-06-21 |
drepper | Stab definitions. |
tree | commitdiff |
1997-06-21 |
drepper | <foo.h> -> <bits/foo.h>. |
tree | commitdiff |
1997-06-21 |
drepper | <foo.h> -> <bits/foo.h>. |
tree | commitdiff |
1997-06-21 |
drepper | (headers): foo.h -> bits/foo.h. |
tree | commitdiff |
1997-06-21 |
drepper | Standardize the multiple-include protect. |
tree | commitdiff |
1997-06-21 |
drepper | Standardize the multiple-include protect. |
tree | commitdiff |
1997-06-21 |
drepper | Standardize the multiple-include protect. |
tree | commitdiff |
1997-06-12 |
drepper | (compile): Allow use of macro INIT for variable |
tree | commitdiff |
1997-05-31 |
drepper | Include <string.h>. |
tree | commitdiff |
1997-05-30 |
drepper | (mangle_tree): Update casts to prevent warnings. |
tree | commitdiff |
1997-05-30 |
drepper | (tdestroy): New function. |
tree | commitdiff |
1997-05-30 |
drepper | Add comments. Declare tdestroy. |
tree | commitdiff |
1997-05-29 |
drepper | (compile): Correct typo. |
tree | commitdiff |
1997-05-21 |
drepper | (fcvt_r, ecvt_r): Rewritten as to fit the specs. |
tree | commitdiff |
1997-04-19 |
root | Not used anymore. |
tree | commitdiff |
1997-04-17 |
drepper | Change prototype for of basename to XPG variant. |
tree | commitdiff |
1997-04-05 |
drepper | Include <string.h>. |
tree | commitdiff |
1997-03-31 |
drepper | Don't write to stderr, write to stdout instead. |
tree | commitdiff |
1997-03-29 |
drepper | Tests for tsearch function family. |
tree | commitdiff |
1997-03-29 |
drepper | Rewritten by Bernd Schmidt <crux@Pool.Informatik.RWTH... |
tree | commitdiff |
1997-03-29 |
drepper | (tests): Add tst-tsearch. |
tree | commitdiff |
1997-03-20 |
drepper | Declare __writev and __readv. |
tree | commitdiff |
1997-02-27 |
drepper | update from main archive 970226 |
tree | commitdiff |
1997-02-25 |
drepper | update from main archive 970225 libc-970225 |
tree | commitdiff |
1997-02-19 |
drepper | update from main archive 970218 libc-970221 |
tree | commitdiff |
next |