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
*
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
*
update readme and release notes for 0.9.0 release (not yet final)
Rich Felker
2012-05-05
2
-16
/
+56
*
relicense musl under MIT license
Rich Felker
2012-05-05
2
-515
/
+33
*
update license of njk contributed code (x86_64 asm)
Rich Felker
2012-05-05
6
-7
/
+9
*
update INSTALL file to reflect configure script usage
Rich Felker
2012-05-04
1
-13
/
+23
*
initial commit of configure script
Rich Felker
2012-05-04
1
-0
/
+275
*
make pthread stacks non-executable
Rich Felker
2012-05-04
1
-1
/
+1
*
improve the build rules for installing /lib/ld-musl-$ARCH.so
Rich Felker
2012-05-04
1
-2
/
+4
*
Merge remote-tracking branch 'nsz/master'
Rich Felker
2012-05-04
2
-20
/
+16
|
\
|
*
math: change the formula used for acos.s
nsz
2012-05-05
2
-20
/
+16
*
|
fix error reporting for dlsym with global symbols
Rich Felker
2012-05-04
1
-1
/
+2
|
/
*
fix uninitialized var in vfwprintf printing 0-prec string
Rich Felker
2012-05-04
1
-1
/
+1
*
add *64 junk for sys/*.h headers
Rich Felker
2012-05-04
7
-0
/
+50
*
add support for ugly *64 functions with _LARGEFILE64_SOURCE
Rich Felker
2012-05-04
8
-0
/
+68
*
avoid setting nondefault scheduler too
Rich Felker
2012-05-03
1
-1
/
+1
*
implement stub versions of sched_*
Rich Felker
2012-05-03
7
-0
/
+49
*
uglify headers for the sake of junk that compiles with gcc -std=c89/-ansi
Rich Felker
2012-05-03
2
-6
/
+24
*
add additional compatibility union member for ipv6 addresses
Rich Felker
2012-05-03
1
-0
/
+2
*
overhaul SSP support to use a real canary
Rich Felker
2012-05-03
6
-12
/
+25
*
make all .o files depend on *_impl.h and libc.h
Rich Felker
2012-05-03
1
-2
/
+3
*
remove some junk from x86_64 start files
Rich Felker
2012-05-02
2
-4
/
+0
*
PIE support for x86_64 (untested)
Rich Felker
2012-05-02
1
-0
/
+18
*
consistency cleanup: removed redundant size suffixed from i386 asm
Rich Felker
2012-05-02
2
-22
/
+22
*
PIE support for i386
Rich Felker
2012-05-02
3
-1
/
+25
*
remove attempts to be pie-compatible from i386 crt1.s
Rich Felker
2012-05-02
1
-6
/
+3
*
fix longstanding exit logic bugs in mbsnrtowcs and wcsnrtombs
Rich Felker
2012-05-02
2
-4
/
+9
*
remove minimal linux kernel headers
Rich Felker
2012-05-01
5
-621
/
+0
[next]