Age | Commit message (Expand) | Author | Files | Lines |
2018-09-12 | split internal lock API out of libc.h, creating lock.h | Rich Felker | 1 | -1/+1 |
2018-09-12 | remove spurious inclusion of libc.h for LFS64 ABI aliases | Rich Felker | 4 | -7/+4 |
2018-09-12 | reduce spurious inclusion of libc.h | Rich Felker | 3 | -3/+0 |
2018-09-12 | remove or make static various unused __-prefixed symbols | Rich Felker | 2 | -2/+2 |
2018-09-12 | overhaul internally-public declarations using wrapper headers | Rich Felker | 1 | -2/+0 |
2018-09-12 | declare __getopt_msg in stdio_impl.h | Rich Felker | 1 | -2/+1 |
2018-09-12 | use lighter internal stdio lock in getopt error printing | Rich Felker | 1 | -2/+3 |
2018-09-12 | move and deduplicate declarations of __procfdname to make it checkable | Rich Felker | 1 | -2/+0 |
2018-09-12 | fix issues from public functions defined without declaration visible | Rich Felker | 3 | -0/+5 |
2018-08-22 | getopt: update optarg and optind correctly on missing argument | Rich Felker | 1 | -6/+6 |
2018-04-27 | getopt_long_only: don't prefix-match long-options that match short ones | Rich Felker | 1 | -2/+15 |
2018-02-25 | add public interface headers to implementation files | Rich Felker | 1 | -0/+2 |
2018-02-24 | fix getopt wrongly treating colons in optstring as valid option chars | Rich Felker | 1 | -1/+1 |
2018-02-23 | add getentropy function | Rich Felker | 1 | -0/+31 |
2018-02-05 | re-fix child reaping in wordexp | Alexander Monakov | 1 | -7/+1 |
2018-01-31 | getopt_long: accept prefix match of long options containing equals signs | Samuel Holland | 1 | -1/+2 |
2018-01-31 | fix getopt_long arguments to partial matches | Samuel Holland | 1 | -1/+3 |
2018-01-09 | revise the definition of multiple basic locks in the code | Jens Gustedt | 1 | -1/+1 |
2017-10-13 | fix incorrect base name offset from nftw when pathname ends in slash(es) | Rich Felker | 1 | -3/+9 |
2017-01-04 | fix getopt[_long] clobbering of optopt on success | Rich Felker | 2 | -2/+5 |
2016-10-20 | fix getopt_long_only misinterpreting "--" as an option | Rich Felker | 1 | -1/+1 |
2016-10-20 | use dynamic buffer for getmntent | Natanael Copa | 1 | -4/+13 |
2016-05-23 | fix a64l undefined behavior on ILP32 archs, wrong results on LP64 archs | Rich Felker | 1 | -3/+6 |
2016-02-16 | fix unlikely corner cases in getopt's message printing | Rich Felker | 1 | -2/+2 |
2015-08-21 | getsubopt: don't include leading = in value string | Steven Barth | 1 | -1/+1 |
2015-07-09 | handle loss of syslog socket connection | Rich Felker | 1 | -7/+11 |
2015-03-15 | add alternate backend support for getgrouplist | Josiah Worcester | 1 | -24/+0 |
2015-03-04 | eliminate atomics in syslog setlogmask function | Rich Felker | 1 | -4/+6 |
2015-03-03 | make all objects used with atomic operations volatile | Rich Felker | 1 | -2/+2 |
2015-02-11 | fix bad character checking in wordexp | Rich Felker | 1 | -0/+1 |
2015-01-21 | simplify part of getopt_long | Rich Felker | 1 | -13/+11 |
2015-01-21 | always set optarg in getopt_long | Rich Felker | 1 | -1/+1 |
2015-01-15 | for multithreaded set*id/setrlimit, handle case where callback does not run | Rich Felker | 1 | -3/+3 |
2015-01-13 | increase syslog message limit from 256 to 1024 | Rich Felker | 1 | -1/+1 |
2015-01-11 | fix regression in getopt_long support for non-option arguments | Rich Felker | 1 | -7/+6 |
2015-01-09 | check for connect failure in syslog log opening | Rich Felker | 1 | -2/+6 |
2014-12-21 | overhaul forkpty function using new login_tty | Rich Felker | 1 | -26/+45 |
2014-12-20 | block pthread cancellation in openpty function | Rich Felker | 1 | -9/+14 |
2014-12-20 | don't write openpty results until success is determined | Rich Felker | 1 | -10/+12 |
2014-12-20 | add login_tty function | Felix Janda | 1 | -0/+14 |
2014-12-20 | set optopt in getopt_long | Rich Felker | 1 | -0/+1 |
2014-12-20 | add error message printing to getopt_long and make related improvements | Rich Felker | 2 | -6/+32 |
2014-12-20 | support translation for getopt error messages | Rich Felker | 1 | -0/+2 |
2014-12-19 | fix stderr locking and ferror semantics in getopt message printing | Rich Felker | 1 | -12/+16 |
2014-12-13 | simplify getopt_long argv permutation loop logic | Rich Felker | 1 | -3/+1 |
2014-12-13 | fix handling of "--" with getopt_long argv permutation | Rich Felker | 1 | -1/+0 |
2014-12-11 | accept null longopts pointer in getopt_long | Rich Felker | 1 | -1/+1 |
2014-12-10 | fix getopt handling of initial '+' in optstring | Rich Felker | 1 | -1/+1 |
2014-12-10 | support abbreviated options in getopt_long | Rich Felker | 1 | -7/+18 |
2014-12-10 | support options after non-option arguments in getopt_long (argv permutation) | Rich Felker | 1 | -0/+39 |