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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
add LSB abi junk for ctype functions
Rich Felker
2012-06-02
3
-0
/
+104
*
use fistpll mnemonic instead of fistpq (more widely supported) on x86_64 too
Rich Felker
2012-06-02
1
-1
/
+1
*
add LSB ABI __xstat, etc. junk
Rich Felker
2012-05-31
4
-0
/
+36
*
enable LARGEFILE64 aliases
Rich Felker
2012-05-31
2
-4
/
+1
*
add ldd and main program loading support to dynamic linker
Rich Felker
2012-05-27
4
-21
/
+89
*
cleanup dynamic linker start code cruft
Rich Felker
2012-05-27
3
-13
/
+6
*
fix overrun (n essentially ignored) in wcsncmp
Rich Felker
2012-05-26
1
-1
/
+1
*
fix failure of mbsinit(0) (not UB; required to return nonzero)
Rich Felker
2012-05-26
1
-1
/
+1
*
fix failure of strrchr(str, 0)
Rich Felker
2012-05-26
1
-1
/
+1
*
avoid using pthread cleanup push/pop in stdio when not needed
Rich Felker
2012-05-25
2
-6
/
+14
*
ensure pthread-internal signals are unblocked before threads are used
Rich Felker
2012-05-25
1
-0
/
+1
*
fix regex on arm
Rich Felker
2012-05-25
1
-1
/
+1
*
remove cruft from pthread structure (old cancellation stuff)
Rich Felker
2012-05-25
1
-2
/
+0
*
remove leftover cp_sp cruft from cancellation code, fix small bug
Rich Felker
2012-05-25
1
-3
/
+1
*
avoid deprecated (by linux) alarm syscall; use setitimer instead
Rich Felker
2012-05-24
1
-1
/
+4
*
linux deprecated SYS_utime on some archs, so use SYS_utimes instead
Rich Felker
2012-05-24
1
-1
/
+8
*
fix bad opcode in arm syscall_cp_asm
Rich Felker
2012-05-23
1
-1
/
+1
*
fix issue with longjmp out of signal handlers and cancellation
Rich Felker
2012-05-23
4
-52
/
+35
*
simplify cancellation push/pop slightly
Rich Felker
2012-05-23
2
-12
/
+9
*
remove everything related to forkall
Rich Felker
2012-05-22
3
-77
/
+0
*
fix typo in utimes function that made it mess up file times
Rich Felker
2012-05-21
1
-1
/
+1
*
fix out-of-bounds array access in pthread barriers on 64-bit
Rich Felker
2012-05-21
1
-1
/
+1
*
fix misplaced semicolon in preprocessor directive (#undef h_errno)
Rich Felker
2012-05-16
1
-1
/
+1
*
remove some no-op end of string tests from regex parser
Rich Felker
2012-05-13
1
-4
/
+0
*
another BRE fix: in ^*, * is literal
Rich Felker
2012-05-13
1
-0
/
+2
*
let sysconf accurately report # of cpus available
Rich Felker
2012-05-13
1
-2
/
+10
*
use __h_errno_location for h_errno
Rich Felker
2012-05-12
2
-0
/
+9
*
search: add comments to tsearch_avl.c
nsz
2012-05-13
1
-0
/
+6
*
search: add tdestroy (gnu extension)
nsz
2012-05-13
1
-0
/
+21
*
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
|
/
*
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
*
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
*
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
1
-0
/
+7
|
/
*
update license of njk contributed code (x86_64 asm)
Rich Felker
2012-05-05
5
-5
/
+5
*
make pthread stacks non-executable
Rich Felker
2012-05-04
1
-1
/
+1
*
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
*
avoid setting nondefault scheduler too
Rich Felker
2012-05-03
1
-1
/
+1
[prev]
[next]