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
/
regex
/
regexec.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-06-16
add support for sh2 interrupt-masking-based atomics to sh port
Rich Felker
4
-14
/
+113
2015-06-16
refactor stdio open file list handling, move it out of global libc struct
Rich Felker
12
-41
/
+42
2015-06-16
byte-based C locale, phase 3: make MB_CUR_MAX variable to activate code
Rich Felker
2
-1
/
+5
2015-06-16
byte-based C locale, phase 2: stdio and iconv (multibyte callers)
Rich Felker
7
-8
/
+40
2015-06-16
byte-based C locale, phase 1: multibyte character handling functions
Rich Felker
10
-7
/
+53
2015-06-16
fix btowc corner case
Rich Felker
1
-0
/
+1
2015-06-14
arm: add vdso support
Szabolcs Nagy
1
-0
/
+4
2015-06-14
refactor malloc's expand_heap to share with __simple_malloc
Rich Felker
3
-81
/
+126
2015-06-13
remove cancellation points in stdio
Rich Felker
3
-24
/
+3
2015-06-13
fix idiom for setting stdio stream orientation to wide
Rich Felker
6
-6
/
+6
2015-06-13
add printing of null %s arguments as "(null)" in wide printf
Rich Felker
1
-0
/
+1
2015-06-13
add %m support to wide printf
Rich Felker
1
-0
/
+2