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
Commit message (
Expand
)
Author
Age
Files
Lines
*
math: define _GNU_SOURCE when implementing non-standard math functions
Szabolcs Nagy
2013-12-12
6
-0
/
+6
*
add posix_close, accepted for inclusion in the next issue of POSIX
Rich Felker
2013-12-06
2
-0
/
+9
*
remove dependency of version.h on .git/* to avoid errors
Rich Felker
2013-12-04
1
-1
/
+1
*
move struct ucred under _GNU_SOURCE in sys/socket.h for clean posix namespace
Szabolcs Nagy
2013-12-04
1
-0
/
+2
*
fix SHUT_WR typo in sys/socket.h and duplicate definitions of SHUT_*
Szabolcs Nagy
2013-12-04
1
-5
/
+1
*
fix res_mkquery and res_send prototypes in resolv.h
Szabolcs Nagy
2013-12-04
1
-4
/
+2
*
remove duplicate definition of _PATH_LASTLOG in paths.h
Rich Felker
2013-12-03
1
-1
/
+0
*
fix mv usage in install.sh to avoid bogus interactive prompting
Rich Felker
2013-12-03
1
-1
/
+1
*
workaround clang deficiency affecting thread pointer access on powerpc
Rich Felker
2013-12-02
1
-1
/
+6
*
implement FNM_LEADING_DIR extension flag in fnmatch
Rich Felker
2013-12-02
1
-2
/
+9
*
remove now-unnecessary features.h inclusion from fnmatch.h
Rich Felker
2013-12-02
1
-2
/
+0
*
expose FNM_* extensions in fnmatch.h without _GNU_SOURCE
Rich Felker
2013-12-02
1
-3
/
+0
*
fix typos in INSTALL file
Rich Felker
2013-12-01
1
-2
/
+2
*
add infrastructure to record and report the version of libc.so
Rich Felker
2013-12-01
5
-3
/
+39
*
fix fnmatch corner cases related to escaping
Rich Felker
2013-12-01
1
-4
/
+4
*
fix the end of string matching in fnmatch with FNM_PATHNAME
Szabolcs Nagy
2013-12-01
1
-2
/
+2
*
support mix of IPv4 and v6 nameservers in resolv.conf
Rich Felker
2013-11-30
1
-5
/
+31
*
increase TTY_NAME_MAX limit to 32
Rich Felker
2013-11-29
1
-1
/
+1
*
reject invalid address families in getaddrinfo
Rich Felker
2013-11-27
1
-0
/
+3
*
adjust fallback INFINITY definition for FLT_EVAL_METHOD==2 case
Rich Felker
2013-11-26
1
-1
/
+1
*
fix off-by-one length failure in strftime/wcsftime and improve error behavior
Rich Felker
2013-11-26
2
-12
/
+16
*
remove duplicate includes from dynlink.c, strfmon.c and getaddrinfo.c
Szabolcs Nagy
2013-11-25
3
-7
/
+0
*
restore type of NULL to void * except when used in C++ programs
Rich Felker
2013-11-24
8
-0
/
+33
*
shadow: Implement fgetspent
Michael Forney
2013-11-24
1
-1
/
+10
*
shadow: Move spent parsing to internal function
Michael Forney
2013-11-24
2
-31
/
+40
*
Fix dn_comp prototype and add stub
Michael Forney
2013-11-24
2
-1
/
+10
*
shadow: Implement putspent
Michael Forney
2013-11-24
2
-5
/
+13
*
math: clean up __rem_pio2
Szabolcs Nagy
2013-11-24
3
-71
/
+53
*
use 0 instead of NULL in headers where NULL is not defined
Szabolcs Nagy
2013-11-24
2
-3
/
+3
*
add O_TMPFILE flag, new in linux 3.11
Szabolcs Nagy
2013-11-23
6
-0
/
+6
*
add TCP_NOTSENT_LOWAT tcp socket option, new in linux v3.12
Szabolcs Nagy
2013-11-23
1
-0
/
+1
*
add linux tcp state enums
Timo Teräs
2013-11-23
1
-0
/
+12
*
add multicast structures from RFC 3678 to netinet/in.h
Timo Teräs
2013-11-23
1
-1
/
+42
*
Fix dn_expand pointer following
Michael Forney
2013-11-23
1
-1
/
+1
*
putgrent: Add missing newline
Michael Forney
2013-11-23
1
-0
/
+1
*
putgrent: Stop writing output on first failure
Michael Forney
2013-11-23
1
-2
/
+3
*
strcmp: Remove unnecessary check for *r
Michael Forney
2013-11-23
1
-1
/
+1
*
timeradd/timersub: cast result to void to get rid of warnings
rofl0r
2013-11-23
1
-2
/
+2
*
fix and refactor child reaping logic in wordexp
Rich Felker
2013-11-22
1
-6
/
+16
*
fix fd leak and case where fd 1 is already closed in wordexp
Rich Felker
2013-11-22
1
-4
/
+4
*
fix resource exhaustion and zero-word cases in wordexp
Rich Felker
2013-11-22
1
-8
/
+18
*
improve robustness of wordexp and fix handling of 0-word case
Rich Felker
2013-11-22
1
-11
/
+16
*
add legacy getloadavg api
Szabolcs Nagy
2013-11-21
2
-0
/
+19
*
fix fd leak (missing close-on-exec) in getifaddrs
Rich Felker
2013-11-20
1
-1
/
+1
*
math: add (obsolete) bsd drem and finite functions
Szabolcs Nagy
2013-11-21
5
-0
/
+26
*
math: lgamma cleanup (simpler sin(pi*x) for the negative case)
Szabolcs Nagy
2013-11-21
4
-202
/
+110
*
fix the nominal type of LDBL_* limits on archs with ld64
Rich Felker
2013-11-20
4
-16
/
+16
*
write floating point limit constants to 21 significant decimal places
Rich Felker
2013-11-20
2
-10
/
+10
*
iswspace: fix handling of 0
rofl0r
2013-11-11
1
-2
/
+1
*
fix harmless inconsistency in semtimedop
Rich Felker
2013-11-09
1
-1
/
+1
[next]