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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
2012-05-21
fix typo in utimes function that made it mess up file times
Rich Felker
-1
/
+1
2012-05-21
fix out-of-bounds array access in pthread barriers on 64-bit
Rich Felker
-1
/
+1
2012-05-16
fix misplaced semicolon in preprocessor directive (#undef h_errno)
Rich Felker
-1
/
+1
2012-05-13
remove some no-op end of string tests from regex parser
Rich Felker
-4
/
+0
2012-05-13
another BRE fix: in ^*, * is literal
Rich Felker
-0
/
+2
2012-05-13
let sysconf accurately report # of cpus available
Rich Felker
-2
/
+10
2012-05-12
use __h_errno_location for h_errno
Rich Felker
-0
/
+9
2012-05-13
search: add comments to tsearch_avl.c
nsz
-0
/
+6
2012-05-13
search: add tdestroy (gnu extension)
nsz
-0
/
+21
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-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
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
Merge remote-tracking branch 'nsz/master'
Rich Felker
-291
/
+176
2012-05-06
add isastream (obsolete STREAMS junk)
Rich Felker
-0
/
+7
2012-05-06
math: nextafter and nexttoward cleanup
nsz
-291
/
+176
2012-05-05
update license of njk contributed code (x86_64 asm)
Rich Felker
-5
/
+5
2012-05-04
make pthread stacks non-executable
Rich Felker
-1
/
+1
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-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
overhaul SSP support to use a real canary
Rich Felker
-12
/
+25
2012-05-02
fix longstanding exit logic bugs in mbsnrtowcs and wcsnrtombs
Rich Felker
-4
/
+9
2012-05-01
support alternate glibc name pow10 for exp10
Rich Felker
-0
/
+9
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
/
+55
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
add linux-specific unshare syscall wrapper
Rich Felker
-0
/
+8
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-26
update fnmatch to POSIX 2008 semantics
Rich Felker
-4
/
+11
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
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
[next]