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
*
fix missing _BSD_SOURCE support in bits/*.h
Rich Felker
2012-05-22
9
-12
/
+12
*
_GNU_SOURCE implies all BSD features except ones GNU rejects
Rich Felker
2012-05-22
1
-1
/
+1
*
various header cleanups, some related to _BSD_SOURCE addition
Rich Felker
2012-05-22
3
-17
/
+9
*
bsd_signal is a legacy (removed) XSI function, not needed in _BSD_SOURCE
Rich Felker
2012-05-22
1
-4
/
+1
*
support _BSD_SOURCE feature test macro
Rich Felker
2012-05-22
22
-41
/
+126
*
fix typo in utimes function that made it mess up file times
Rich Felker
2012-05-21
1
-1
/
+1
*
fix out-of-bounds array access in pthread barriers on 64-bit
Rich Felker
2012-05-21
1
-1
/
+1
*
move getpass decl to the right place
Rich Felker
2012-05-20
2
-1
/
+1
*
fix misplaced semicolon in preprocessor directive (#undef h_errno)
Rich Felker
2012-05-16
1
-1
/
+1
*
yet another try to get the check for gcc right...
Rich Felker
2012-05-14
1
-1
/
+1
*
fix error in last configure change (lack of escaping)
Rich Felker
2012-05-14
1
-1
/
+1
*
useless lastlog path just to make some stuff happy
Rich Felker
2012-05-14
1
-0
/
+1
*
missing limit LOGIN_NAME_MAX
Rich Felker
2012-05-14
1
-0
/
+1
*
correct the check for gcc (previous version failed for cross compilers)
Rich Felker
2012-05-13
1
-1
/
+1
*
remove some no-op end of string tests from regex parser
Rich Felker
2012-05-13
1
-4
/
+0
*
another BRE fix: in ^*, * is literal
Rich Felker
2012-05-13
1
-0
/
+2
*
let sysconf accurately report # of cpus available
Rich Felker
2012-05-13
1
-2
/
+10
*
use __h_errno_location for h_errno
Rich Felker
2012-05-12
3
-1
/
+14
*
susv4 removed gethostbyname, etc. legacy cruft.
Rich Felker
2012-05-12
1
-9
/
+7
*
namespace cleanup - NI_* is NOT reserved by netdb.h
Rich Felker
2012-05-12
1
-3
/
+2
*
some gnu junk in netdb.h
Rich Felker
2012-05-12
1
-0
/
+8
*
fix missing va_list for vsyslog
Rich Felker
2012-05-12
1
-2
/
+2
*
search: add comments to tsearch_avl.c
nsz
2012-05-13
1
-0
/
+6
*
search: add tdestroy (gnu extension)
nsz
2012-05-13
2
-0
/
+23
*
add missing IN6_ARE_ADDR_EQUAL
Rich Felker
2012-05-11
1
-0
/
+5
*
add one more bogus legacy header
Rich Felker
2012-05-10
1
-0
/
+9
*
move vsyslog out of SYSLOG_NAMES conditional
Rich Felker
2012-05-10
1
-2
/
+4
*
Merge remote-tracking branch 'nsz/master'
Rich Felker
2012-05-10
3
-5
/
+8
|
\
|
*
math: fix remquo.c when x==-y and a subnormal remainder bug as well
nsz
2012-05-08
3
-5
/
+8
*
|
remove __lock dependency from exit
Rich Felker
2012-05-10
1
-2
/
+4
*
|
fix missing static (namespace clash)
Rich Felker
2012-05-10
1
-1
/
+1
*
|
fix missing parens in bit op macros (param.h)
Rich Felker
2012-05-10
1
-1
/
+1
*
|
and another bug in setbit, etc. macros..
Rich Felker
2012-05-10
1
-1
/
+1
*
|
fix typo in sys/param.h that broke setbit, etc. macros
Rich Felker
2012-05-10
1
-1
/
+1
*
|
omit declaration of basename wrongly interpreted as prototype in C++
Rich Felker
2012-05-09
1
-0
/
+2
|
/
*
some assemblers don't like fistpq; use the alt. mnemonic fistpll
Rich Felker
2012-05-07
3
-3
/
+3
*
fix error checking for \ at end of regex (this was broken previously)
Rich Felker
2012-05-07
1
-1
/
+1
*
fix copy and paste error in regex code causing mishandling of \) in BRE
Rich Felker
2012-05-07
1
-1
/
+1
*
fix regex breakage in last commit (failure to handle empty regex, etc.)
Rich Felker
2012-05-07
1
-4
/
+1
*
fix ugly bugs in TRE regex parser
Rich Felker
2012-05-07
1
-60
/
+31
*
update release info for 0.9.0
v0.9.0
Rich Felker
2012-05-06
2
-5
/
+8
*
some extra legacy header stuff
Rich Felker
2012-05-06
3
-0
/
+32
*
add FORCE_EVAL macro to evaluate float expr for their side effect
nsz
2012-05-06
6
-24
/
+25
*
fix unused variable warnings in new nextafter/nexttoward code
Rich Felker
2012-05-06
5
-6
/
+12
*
take byte order from gcc if gcc has defined it
Rich Felker
2012-05-06
1
-0
/
+4
*
Merge remote-tracking branch 'nsz/master'
Rich Felker
2012-05-06
5
-291
/
+176
|
\
|
*
math: nextafter and nexttoward cleanup
nsz
2012-05-06
5
-291
/
+176
*
|
add isastream (obsolete STREAMS junk)
Rich Felker
2012-05-06
2
-1
/
+9
|
/
*
fix definitions of FP_ILOGB constants
Rich Felker
2012-05-05
1
-2
/
+2
*
add -frounding-math to build
Rich Felker
2012-05-05
1
-0
/
+1
[next]