index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
getopt_long: accept prefix match of long options containing equals signs
Samuel Holland
2018-01-31
1
-1
/
+2
*
fix getopt_long arguments to partial matches
Samuel Holland
2018-01-31
1
-1
/
+3
*
revise the definition of multiple basic locks in the code
Jens Gustedt
2018-01-09
1
-1
/
+1
*
fix incorrect base name offset from nftw when pathname ends in slash(es)
Rich Felker
2017-10-13
1
-3
/
+9
*
fix getopt[_long] clobbering of optopt on success
Rich Felker
2017-01-04
2
-2
/
+5
*
fix getopt_long_only misinterpreting "--" as an option
Rich Felker
2016-10-20
1
-1
/
+1
*
use dynamic buffer for getmntent
Natanael Copa
2016-10-20
1
-4
/
+13
*
fix a64l undefined behavior on ILP32 archs, wrong results on LP64 archs
Rich Felker
2016-05-23
1
-3
/
+6
*
fix unlikely corner cases in getopt's message printing
Rich Felker
2016-02-16
1
-2
/
+2
*
getsubopt: don't include leading = in value string
Steven Barth
2015-08-21
1
-1
/
+1
*
handle loss of syslog socket connection
Rich Felker
2015-07-09
1
-7
/
+11
*
add alternate backend support for getgrouplist
Josiah Worcester
2015-03-15
1
-24
/
+0
*
eliminate atomics in syslog setlogmask function
Rich Felker
2015-03-04
1
-4
/
+6
*
make all objects used with atomic operations volatile
Rich Felker
2015-03-03
1
-2
/
+2
*
fix bad character checking in wordexp
Rich Felker
2015-02-11
1
-0
/
+1
*
simplify part of getopt_long
Rich Felker
2015-01-21
1
-13
/
+11
*
always set optarg in getopt_long
Rich Felker
2015-01-21
1
-1
/
+1
*
for multithreaded set*id/setrlimit, handle case where callback does not run
Rich Felker
2015-01-15
1
-3
/
+3
*
increase syslog message limit from 256 to 1024
Rich Felker
2015-01-13
1
-1
/
+1
*
fix regression in getopt_long support for non-option arguments
Rich Felker
2015-01-11
1
-7
/
+6
*
check for connect failure in syslog log opening
Rich Felker
2015-01-09
1
-2
/
+6
*
overhaul forkpty function using new login_tty
Rich Felker
2014-12-21
1
-26
/
+45
*
block pthread cancellation in openpty function
Rich Felker
2014-12-20
1
-9
/
+14
*
don't write openpty results until success is determined
Rich Felker
2014-12-20
1
-10
/
+12
*
add login_tty function
Felix Janda
2014-12-20
1
-0
/
+14
*
set optopt in getopt_long
Rich Felker
2014-12-20
1
-0
/
+1
*
add error message printing to getopt_long and make related improvements
Rich Felker
2014-12-20
2
-6
/
+32
*
support translation for getopt error messages
Rich Felker
2014-12-20
1
-0
/
+2
*
fix stderr locking and ferror semantics in getopt message printing
Rich Felker
2014-12-19
1
-12
/
+16
*
simplify getopt_long argv permutation loop logic
Rich Felker
2014-12-13
1
-3
/
+1
*
fix handling of "--" with getopt_long argv permutation
Rich Felker
2014-12-13
1
-1
/
+0
*
accept null longopts pointer in getopt_long
Rich Felker
2014-12-11
1
-1
/
+1
*
fix getopt handling of initial '+' in optstring
Rich Felker
2014-12-10
1
-1
/
+1
*
support abbreviated options in getopt_long
Rich Felker
2014-12-10
1
-7
/
+18
*
support options after non-option arguments in getopt_long (argv permutation)
Rich Felker
2014-12-10
1
-0
/
+39
*
fix getopt handling of ':' modifier for multibyte option characters
Rich Felker
2014-12-04
1
-4
/
+9
*
add support for non-option arguments extension to getopt
Gianluca Anzolin
2014-12-02
2
-4
/
+20
*
getopt: fix optional argument processing
Felix Fietkau
2014-11-15
1
-2
/
+2
*
make endmntent function handle null argument
Timo Teräs
2014-08-08
1
-1
/
+1
*
implement ffsl and ffsll functions
Rich Felker
2014-07-31
2
-0
/
+14
*
add issetugid function to check for elevated privilege
Brent Cook
2014-07-19
1
-0
/
+7
*
provide getauxval(AT_SECURE) even if it is missing from the aux vector
Rich Felker
2014-07-17
1
-0
/
+1
*
implement the LOG_CONS option in syslog
Rich Felker
2014-07-11
1
-1
/
+9
*
suppress early syslog return when log socket cannot be opened
Rich Felker
2014-07-11
1
-4
/
+1
*
implement the LOG_PERROR option in syslog
Rich Felker
2014-07-11
1
-2
/
+4
*
fix the %m specifier in syslog
Clément Vasseur
2014-07-11
1
-0
/
+3
*
implement fmtmsg function
Rich Felker
2014-06-21
1
-0
/
+90
*
support optional-argument extension to getopt via double-colon
Rich Felker
2014-06-11
1
-2
/
+5
*
fix for broken kernel side RLIM_INFINITY on mips
Szabolcs Nagy
2014-05-30
2
-2
/
+18
*
support kernels with no SYS_open syscall, only SYS_openat
Rich Felker
2014-05-24
1
-1
/
+1
[next]