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
2011-07-28
eliminate mk*temp dependency on snprintf
Rich Felker
1
-3
/
+4
2011-07-28
fix for setenv bogus var argument handling
Rich Felker
1
-1
/
+1
2011-07-25
when resolving symbols with only weak defs, use first def, not last def
Rich Felker
1
-0
/
+1
2011-07-25
comment non-obvious de bruijn sequence code in int parser
Rich Felker
1
-0
/
+2
2011-07-24
fix resolution of weak symbols (hopefully right now) and vdso
Rich Felker
1
-3
/
+9
2011-07-24
workaround for gcc's optimizer breaking dynamic symbol resolution
Rich Felker
1
-1
/
+2
2011-07-24
load vdso, if present, into the dso list
Rich Felker
1
-2
/
+31
2011-07-24
const correctness on function pointer
Rich Felker
1
-1
/
+1
2011-07-24
simplify dynamic linker startup
Rich Felker
1
-23
/
+17
2011-07-23
some preliminaries for vdso clock support
Rich Felker
3
-7
/
+35
2011-07-22
check for fd exhaustion in forkpty
Rich Felker
1
-2
/
+15
2011-07-22
incorrect check for open failure in openpty function
Rich Felker
1
-1
/
+1
2011-07-21
socket headers macro adjustment - workaround for buggy programs
Rich Felker
2
-2
/
+2
2011-07-21
fix errno value when fdopendir is given an invalid file descriptor
Rich Felker
1
-1
/
+4
2011-07-16
ensure in fork that child gets its own new robust mutex list
Rich Felker
1
-0
/
+1
2011-07-16
fix logic error in fread
Rich Felker
1
-6
/
+1
2011-07-14
fix various bugs in new integer parser framework
Rich Felker
5
-10
/
+15
2011-07-14
fix wcsto[iu]max with high characters
Rich Felker
2
-4
/
+2
2011-07-14
new restartable integer parsing framework.
Rich Felker
6
-156
/
+197
2011-07-12
gb18030 support in iconv (only from, not to)
Rich Felker
2
-2
/
+1887