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
*
reorganize Makefile to support "least surprise" config/make semantics
Rich Felker
2012-05-01
1
-11
/
+23
*
remove objcopy --weaken from the makefile
Rich Felker
2012-05-01
1
-2
/
+0
*
support alternate glibc name pow10 for exp10
Rich Felker
2012-05-01
4
-0
/
+12
*
add C stub for sqrtl (already implemented in asm on i386 and x86_64)
Rich Felker
2012-04-30
1
-0
/
+9
*
first try at writing an efficient and "correct" exp10
Rich Felker
2012-04-30
4
-0
/
+59
*
make stack protector work with gcc configured for non-tls canary
Rich Felker
2012-04-30
1
-0
/
+2
*
fix off-by-one error that caused uninitialized memory read in floatscan
Rich Felker
2012-04-30
1
-1
/
+1
*
fix typo in the x86_64 rounding asm
Rich Felker
2012-04-29
4
-4
/
+4
*
new math asm (abs/rounding) for x86_64
Rich Felker
2012-04-29
6
-0
/
+36
*
fix float_t and double_t defs on x86 when -mfpmath=sse -msse2 is used
Rich Felker
2012-04-29
1
-0
/
+5
*
add linux-specific unshare syscall wrapper
Rich Felker
2012-04-29
2
-0
/
+9
*
fix longstanding missing static in mq_notify (namespace pollution)
Rich Felker
2012-04-29
1
-1
/
+1
*
new fnmatch implementation
Rich Felker
2012-04-28
1
-131
/
+273
*
support FLT_EVAL_METHOD changing on x86 with gcc -msse2 -mfpmath=sse
Rich Felker
2012-04-27
1
-0
/
+4
*
update fnmatch to POSIX 2008 semantics
Rich Felker
2012-04-26
1
-4
/
+11
*
release notes for 0.8.10
v0.8.10
Rich Felker
2012-04-25
1
-0
/
+28
*
gdb shared library debugging support
Rich Felker
2012-04-25
1
-5
/
+32
*
first attempt at enabling stack protector support
Rich Felker
2012-04-24
3
-0
/
+28
*
use signed char rather than plain char for int8_t
Rich Felker
2012-04-24
3
-12
/
+12
*
add another example option to dist/config.mak
Rich Felker
2012-04-24
1
-0
/
+3
*
ditch the priority inheritance locks; use malloc's version of lock
Rich Felker
2012-04-24
15
-77
/
+54
*
internal locks: new owner of contended lock must set waiters flag
Rich Felker
2012-04-24
1
-1
/
+1
*
new internal locking primitive; drop spinlocks
Rich Felker
2012-04-24
2
-7
/
+29
*
new wcwidth implementation (fast table-based)
Rich Felker
2012-04-24
3
-179
/
+125
*
sync case mappings with unicode 6.1
Rich Felker
2012-04-23
2
-8
/
+30
*
optimize iswprint
Rich Felker
2012-04-23
1
-3
/
+12
*
fix spurious punct class for some surrogate codepoints (invalid)
Rich Felker
2012-04-23
1
-59
/
+56
*
destubify iswalpha and update iswpunct to unicode 6.1
Rich Felker
2012-04-23
5
-135
/
+252
*
make dlerror produce informative results
Rich Felker
2012-04-23
1
-4
/
+15
*
implement getusershell, etc. legacy functions
Rich Felker
2012-04-22
2
-0
/
+36
*
getdtablesize is not standard; move it to its correct spot in unistd.h
Rich Felker
2012-04-22
1
-1
/
+1
*
new gcc wrapper, entirely specfile based
Rich Felker
2012-04-22
4
-63
/
+47
*
remove redundant (unmaintained) check in floatscan
Rich Felker
2012-04-22
1
-3
/
+3
*
fix breakage in endian.h
Rich Felker
2012-04-22
1
-1
/
+1
*
add some ugly byte swapping cruft in endian.h
Rich Felker
2012-04-22
1
-0
/
+59
*
add getresuid and getresgid syscall wrappers
Rich Felker
2012-04-22
3
-0
/
+18
*
fix major breakage in iconv, bogus rejecting of dest charsets
Rich Felker
2012-04-21
1
-1
/
+1
*
make floatscan correctly set errno for overflow/underflow
Rich Felker
2012-04-21
1
-4
/
+16
*
skip leading zeros even after decimal point in floatscan
Rich Felker
2012-04-21
1
-4
/
+9
*
fix overread (consuming an extra byte) scanning NAN
Rich Felker
2012-04-21
1
-1
/
+1
*
fix broken sysconf when correct value is -1
Rich Felker
2012-04-21
1
-1
/
+1
*
release notes for 0.8.9 (bugfix release)
v0.8.9
Rich Felker
2012-04-19
1
-0
/
+11
*
further fixes to leading space issue (forgot the wide versions)
Rich Felker
2012-04-19
2
-5
/
+9
*
fix really bad breakage in strtol, etc.: failure to accept leading spaces
Rich Felker
2012-04-19
5
-10
/
+9
*
fix header typo
Rich Felker
2012-04-18
1
-1
/
+1
*
legacy junk compatibility grab-bag
Rich Felker
2012-04-18
6
-7
/
+36
*
fix incorrect macro name for MATH_ERREXCEPT in math.h
Rich Felker
2012-04-18
1
-1
/
+1
*
release notes for 0.8.8
v0.8.8
Rich Felker
2012-04-18
1
-0
/
+34
*
fix typo in exponent reading code or floats
Rich Felker
2012-04-18
1
-1
/
+1
*
fix wide scanf's handling of input failure on %c, and simplify %[
Rich Felker
2012-04-17
1
-5
/
+6
[next]