index
:
grovel
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
thread
/
pthread_mutex_init.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-05-10
fix missing parens in bit op macros (param.h)
Rich Felker
1
-1
/
+1
2012-05-10
and another bug in setbit, etc. macros..
Rich Felker
1
-1
/
+1
2012-05-10
fix typo in sys/param.h that broke setbit, etc. macros
Rich Felker
1
-1
/
+1
2012-05-09
omit declaration of basename wrongly interpreted as prototype in C++
Rich Felker
1
-0
/
+2
2012-05-07
some assemblers don't like fistpq; use the alt. mnemonic fistpll
Rich Felker
3
-3
/
+3
2012-05-07
fix error checking for \ at end of regex (this was broken previously)
Rich Felker
1
-1
/
+1
2012-05-07
fix copy and paste error in regex code causing mishandling of \) in BRE
Rich Felker
1
-1
/
+1
2012-05-07
fix regex breakage in last commit (failure to handle empty regex, etc.)
Rich Felker
1
-4
/
+1
2012-05-07
fix ugly bugs in TRE regex parser
Rich Felker
1
-60
/
+31
2012-05-06
update release info for 0.9.0
Rich Felker
2
-5
/
+8
2012-05-06
some extra legacy header stuff
Rich Felker
3
-0
/
+32
2012-05-06
add FORCE_EVAL macro to evaluate float expr for their side effect
nsz
6
-24
/
+25
2012-05-06
fix unused variable warnings in new nextafter/nexttoward code
Rich Felker
5
-6
/
+12
2012-05-06
take byte order from gcc if gcc has defined it
Rich Felker
1
-0
/
+4
2012-05-06
add isastream (obsolete STREAMS junk)
Rich Felker
2
-1
/
+9
2012-05-06
math: nextafter and nexttoward cleanup
nsz
5
-291
/
+176
2012-05-05
fix definitions of FP_ILOGB constants
Rich Felker
1
-2
/
+2
2012-05-05
add -frounding-math to build
Rich Felker
1
-0
/
+1
2012-05-05
update readme and release notes for 0.9.0 release (not yet final)
Rich Felker
2
-16
/
+56
2012-05-05
relicense musl under MIT license
Rich Felker
2
-515
/
+33
2012-05-05
update license of njk contributed code (x86_64 asm)
Rich Felker
6
-7
/
+9
2012-05-04
update INSTALL file to reflect configure script usage
Rich Felker
1
-13
/
+23