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-02-21
remove sample utf-8 code that's not part of the standard library
Rich Felker
1
-47
/
+0
2011-02-20
use an accessor function for __libc data pointer when compiled as PIC
Rich Felker
2
-4
/
+19
2011-02-20
avoid referencing address of extern function from vdprintf
Rich Felker
1
-1
/
+6
2011-02-20
shave off 2 bytes from crt1.o _start
Rich Felker
1
-2
/
+2
2011-02-20
cleanup asprintf stuff
Rich Felker
2
-2
/
+2
2011-02-20
prototypes for GNU asprintf/vasprintf
Rich Felker
1
-0
/
+2
2011-02-20
fix %n specifier, again. this time it was storing the wrong value.
Rich Felker
1
-7
/
+7
2011-02-20
include sys/sysmacros.h from sys/types.h when _GNU_SOURCE is defined
Rich Felker
1
-0
/
+1
2011-02-20
fix typo in inotify structure
Rich Felker
1
-1
/
+1
2011-02-20
make malloc(0) return unique pointers rather than NULL
Rich Felker
2
-6
/
+10
2011-02-20
fix simple_malloc malloc(0) behavior not to return non-unique pointers
Rich Felker
1
-0
/
+1
2011-02-20
fix simple_malloc size restrictions
Rich Felker
1
-5
/
+6
2011-02-20
fix null pointer dereference introduced in last sigprocmask commit
Rich Felker
1
-1
/
+1
2011-02-20
make real symbols for the legacy (nonstandardized) utmp functions
Rich Felker
2
-6
/
+23
2011-02-20
resolve some header namespace non-issues
Rich Felker
2
-3
/
+0
2011-02-20
move the GNU siginfo renaming so it doesn't lead to mismatching names
Rich Felker
1
-1
/
+4
2011-02-20
fill in some missing siginfo stuff in signal.h
Rich Felker
2
-10
/
+112
2011-02-20
make sys/param.h not depend on PATH_MAX and NAME_MAX
Rich Felker
1
-2
/
+2