index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2012-05-12
some gnu junk in netdb.h
Rich Felker
-0
/
+8
2012-05-12
fix missing va_list for vsyslog
Rich Felker
-2
/
+2
2012-05-13
search: add comments to tsearch_avl.c
nsz
-0
/
+6
2012-05-13
search: add tdestroy (gnu extension)
nsz
-0
/
+23
2012-05-11
add missing IN6_ARE_ADDR_EQUAL
Rich Felker
-0
/
+5
2012-05-10
add one more bogus legacy header
Rich Felker
-0
/
+9
2012-05-10
move vsyslog out of SYSLOG_NAMES conditional
Rich Felker
-2
/
+4
2012-05-10
Merge remote-tracking branch 'nsz/master'
Rich Felker
-5
/
+8
2012-05-10
remove __lock dependency from exit
Rich Felker
-2
/
+4
2012-05-10
fix missing static (namespace clash)
Rich Felker
-1
/
+1
2012-05-10
fix missing parens in bit op macros (param.h)
Rich Felker
-1
/
+1
2012-05-10
and another bug in setbit, etc. macros..
Rich Felker
-1
/
+1
2012-05-10
fix typo in sys/param.h that broke setbit, etc. macros
Rich Felker
-1
/
+1
2012-05-09
omit declaration of basename wrongly interpreted as prototype in C++
Rich Felker
-0
/
+2
2012-05-08
math: fix remquo.c when x==-y and a subnormal remainder bug as well
nsz
-5
/
+8
2012-05-07
some assemblers don't like fistpq; use the alt. mnemonic fistpll
Rich Felker
-3
/
+3
2012-05-07
fix error checking for \ at end of regex (this was broken previously)
Rich Felker
-1
/
+1
2012-05-07
fix copy and paste error in regex code causing mishandling of \) in BRE
Rich Felker
-1
/
+1
2012-05-07
fix regex breakage in last commit (failure to handle empty regex, etc.)
Rich Felker
-4
/
+1
2012-05-07
fix ugly bugs in TRE regex parser
Rich Felker
-60
/
+31
2012-05-06
update release info for 0.9.0
v0.9.0
Rich Felker
-5
/
+8
2012-05-06
some extra legacy header stuff
Rich Felker
-0
/
+32
2012-05-06
add FORCE_EVAL macro to evaluate float expr for their side effect
nsz
-24
/
+25
2012-05-06
fix unused variable warnings in new nextafter/nexttoward code
Rich Felker
-6
/
+12
2012-05-06
take byte order from gcc if gcc has defined it
Rich Felker
-0
/
+4
2012-05-06
Merge remote-tracking branch 'nsz/master'
Rich Felker
-291
/
+176
2012-05-06
add isastream (obsolete STREAMS junk)
Rich Felker
-1
/
+9
2012-05-06
math: nextafter and nexttoward cleanup
nsz
-291
/
+176
2012-05-05
fix definitions of FP_ILOGB constants
Rich Felker
-2
/
+2
2012-05-05
add -frounding-math to build
Rich Felker
-0
/
+1
2012-05-05
update readme and release notes for 0.9.0 release (not yet final)
Rich Felker
-16
/
+56
2012-05-05
relicense musl under MIT license
Rich Felker
-515
/
+33
2012-05-05
update license of njk contributed code (x86_64 asm)
Rich Felker
-7
/
+9
2012-05-04
update INSTALL file to reflect configure script usage
Rich Felker
-13
/
+23
2012-05-04
initial commit of configure script
Rich Felker
-0
/
+275
2012-05-04
make pthread stacks non-executable
Rich Felker
-1
/
+1
2012-05-04
improve the build rules for installing /lib/ld-musl-$ARCH.so
Rich Felker
-2
/
+4
2012-05-04
Merge remote-tracking branch 'nsz/master'
Rich Felker
-20
/
+16
2012-05-04
fix error reporting for dlsym with global symbols
Rich Felker
-1
/
+2
2012-05-05
math: change the formula used for acos.s
nsz
-20
/
+16
2012-05-04
fix uninitialized var in vfwprintf printing 0-prec string
Rich Felker
-1
/
+1
2012-05-04
add *64 junk for sys/*.h headers
Rich Felker
-0
/
+50
2012-05-04
add support for ugly *64 functions with _LARGEFILE64_SOURCE
Rich Felker
-0
/
+68
2012-05-03
avoid setting nondefault scheduler too
Rich Felker
-1
/
+1
2012-05-03
implement stub versions of sched_*
Rich Felker
-0
/
+49
2012-05-03
uglify headers for the sake of junk that compiles with gcc -std=c89/-ansi
Rich Felker
-6
/
+24
2012-05-03
add additional compatibility union member for ipv6 addresses
Rich Felker
-0
/
+2
2012-05-03
overhaul SSP support to use a real canary
Rich Felker
-12
/
+25
2012-05-03
make all .o files depend on *_impl.h and libc.h
Rich Felker
-2
/
+3
2012-05-02
remove some junk from x86_64 start files
Rich Felker
-4
/
+0
[prev]
[next]