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-04
fix error reporting for dlsym with global symbols
Rich Felker
-1
/
+2
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
2012-05-02
PIE support for x86_64 (untested)
Rich Felker
-0
/
+18
2012-05-02
consistency cleanup: removed redundant size suffixed from i386 asm
Rich Felker
-22
/
+22
2012-05-02
PIE support for i386
Rich Felker
-1
/
+25
2012-05-02
remove attempts to be pie-compatible from i386 crt1.s
Rich Felker
-6
/
+3
2012-05-02
fix longstanding exit logic bugs in mbsnrtowcs and wcsnrtombs
Rich Felker
-4
/
+9
2012-05-01
remove minimal linux kernel headers
Rich Felker
-621
/
+0
2012-05-01
reorganize Makefile to support "least surprise" config/make semantics
Rich Felker
-11
/
+23
2012-05-01
remove objcopy --weaken from the makefile
Rich Felker
-2
/
+0
2012-05-01
support alternate glibc name pow10 for exp10
Rich Felker
-0
/
+12
2012-04-30
add C stub for sqrtl (already implemented in asm on i386 and x86_64)
Rich Felker
-0
/
+9
2012-04-30
first try at writing an efficient and "correct" exp10
Rich Felker
-0
/
+59
2012-04-30
make stack protector work with gcc configured for non-tls canary
Rich Felker
-0
/
+2
2012-04-30
fix off-by-one error that caused uninitialized memory read in floatscan
Rich Felker
-1
/
+1
2012-04-29
fix typo in the x86_64 rounding asm
Rich Felker
-4
/
+4
2012-04-29
new math asm (abs/rounding) for x86_64
Rich Felker
-0
/
+36
2012-04-29
fix float_t and double_t defs on x86 when -mfpmath=sse -msse2 is used
Rich Felker
-0
/
+5
2012-04-29
add linux-specific unshare syscall wrapper
Rich Felker
-0
/
+9
2012-04-29
fix longstanding missing static in mq_notify (namespace pollution)
Rich Felker
-1
/
+1
2012-04-28
new fnmatch implementation
Rich Felker
-131
/
+273
2012-04-27
support FLT_EVAL_METHOD changing on x86 with gcc -msse2 -mfpmath=sse
Rich Felker
-0
/
+4
2012-04-26
update fnmatch to POSIX 2008 semantics
Rich Felker
-4
/
+11
2012-04-25
release notes for 0.8.10
v0.8.10
Rich Felker
-0
/
+28
2012-04-25
gdb shared library debugging support
Rich Felker
-5
/
+32
2012-04-24
first attempt at enabling stack protector support
Rich Felker
-0
/
+28
2012-04-24
use signed char rather than plain char for int8_t
Rich Felker
-12
/
+12
2012-04-24
add another example option to dist/config.mak
Rich Felker
-0
/
+3
2012-04-24
ditch the priority inheritance locks; use malloc's version of lock
Rich Felker
-77
/
+54
2012-04-24
internal locks: new owner of contended lock must set waiters flag
Rich Felker
-1
/
+1
2012-04-24
new internal locking primitive; drop spinlocks
Rich Felker
-7
/
+29
2012-04-24
new wcwidth implementation (fast table-based)
Rich Felker
-179
/
+125
2012-04-23
sync case mappings with unicode 6.1
Rich Felker
-8
/
+30
2012-04-23
optimize iswprint
Rich Felker
-3
/
+12
2012-04-23
fix spurious punct class for some surrogate codepoints (invalid)
Rich Felker
-59
/
+56
2012-04-23
destubify iswalpha and update iswpunct to unicode 6.1
Rich Felker
-135
/
+252
2012-04-23
make dlerror produce informative results
Rich Felker
-4
/
+15
2012-04-22
implement getusershell, etc. legacy functions
Rich Felker
-0
/
+36
2012-04-22
getdtablesize is not standard; move it to its correct spot in unistd.h
Rich Felker
-1
/
+1
2012-04-22
new gcc wrapper, entirely specfile based
Rich Felker
-63
/
+47
2012-04-22
remove redundant (unmaintained) check in floatscan
Rich Felker
-3
/
+3
[next]