index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
posix
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote branch 'origin/master' into fedora/master
Andreas Schwab
2010-02-01
2
-24
/
+65
|
\
|
*
regexec.c: avoid overflow in realloc buffer length computation
Paul Eggert
2010-01-22
1
-0
/
+4
|
*
regexec.c: avoid leaks on out-of-memory failure paths
Paul Eggert
2010-01-22
1
-4
/
+15
|
*
regexec.c: avoid overflow in computing sum of lengths
Paul Eggert
2010-01-22
1
-1
/
+1
|
*
re_search_internal: Avoid overflow in computing re_malloc buffer size
Paul Eggert
2010-01-22
1
-0
/
+7
|
*
prune_impossible_nodes: Avoid overflow in computing re_malloc buffer size
Paul Eggert
2010-01-22
1
-0
/
+5
|
*
regexec.c: avoid arithmetic overflow in buffer size calculation
Paul Eggert
2010-01-22
1
-0
/
+7
|
*
regexec.c: simplify re_search_2_stub
Paul Eggert
2010-01-22
1
-7
/
+4
|
*
Simplify test in re_string_skip_chars.
Ulrich Drepper
2010-01-22
1
-1
/
+1
|
*
regex_internal.c: don't assume WEOF fits in wchar_t
Ulrich Drepper
2010-01-22
1
-5
/
+7
|
*
regex_internal.c: remove useless variable and the code to set it.
Ulrich Drepper
2010-01-22
1
-3
/
+1
|
*
Extend overflow detection in re_dfa_add_node.
Ulrich Drepper
2010-01-22
1
-2
/
+5
|
*
regex: avoid internal re_realloc overflow
Ulrich Drepper
2010-01-22
1
-1
/
+8
*
|
Merge remote branch 'origin/master' into fedora/master
Andreas Schwab
2010-01-20
3
-131
/
+147
|
\
|
|
*
One forgotten checkin from regex changes.
Ulrich Drepper
2010-01-15
1
-2
/
+2
|
*
Fix a few more cases of ignored return values in regex.
Ulrich Drepper
2010-01-15
3
-129
/
+145
*
|
Merge remote branch 'origin/master' into fedora/master
Andreas Schwab
2010-01-15
3
-68
/
+78
|
\
|
|
*
regcomp.c: do not ignore memory allocation failure
Paul Eggert
2010-01-14
1
-55
/
+57
|
*
Relax conditions in unistd.h.
Ulrich Drepper
2010-01-14
1
-9
/
+9
|
*
Relax visibility of some more declaration.
Ulrich Drepper
2010-01-14
1
-2
/
+2
|
*
Declare getpagesize in _GNU_SOURCE mode again.
Ulrich Drepper
2010-01-14
1
-2
/
+2
|
*
Fix up sched.h for XPG7.
Ulrich Drepper
2010-01-12
1
-1
/
+9
*
|
Merge remote branch 'origin/master' into fedora/master
Andreas Schwab
2010-01-12
2
-17
/
+24
|
\
|
|
*
Fix compile error with sys/wait.h.
Jakub Jelinek
2010-01-12
1
-1
/
+1
|
*
Fix handling symbols removed in XPG7.
Ulrich Drepper
2010-01-11
1
-6
/
+6
|
*
Fix up unistd.h for XPG7.
Ulrich Drepper
2010-01-11
1
-16
/
+23
*
|
Merge remote branch 'origin/master' into fedora/master
Andreas Schwab
2010-01-11
4
-114
/
+124
|
\
|
|
*
Fix up sys/wait.h header for XPG7.
Ulrich Drepper
2010-01-10
1
-4
/
+4
|
*
Fix up sys/types.h for XPG7.
Ulrich Drepper
2010-01-10
1
-5
/
+6
|
*
Fix glob.h for XPG7.
Ulrich Drepper
2010-01-10
1
-2
/
+3
|
*
Add support for XPG7 testing.
Ulrich Drepper
2010-01-09
1
-103
/
+111
*
|
Merge remote branch 'origin/master' into fedora/master
Andreas Schwab
2009-12-14
1
-8
/
+8
|
\
|
|
*
Add more warnings to exec functions.
Bruno Haible
2009-12-09
1
-8
/
+8
*
|
Merge remote branch 'origin/master' into fedora/master
Andreas Schwab
2009-11-24
4
-2
/
+107
|
\
|
|
*
Whitespace fixes.
Ulrich Drepper
2009-11-17
1
-2
/
+2
|
*
Fix ranges with multibyte characters as endpoints.
Paolo Bonzini
2009-11-17
3
-2
/
+106
|
*
Add missing stdio.h include.
Mike Frsyinger
2009-11-14
1
-0
/
+1
*
|
Merge remote branch 'origin/master' into fedora/master
Andreas Schwab
2009-09-14
1
-34
/
+38
|
\
|
|
*
Handle -- on getconf command line.
Ulrich Drepper
2009-09-09
1
-34
/
+38
*
|
Merge commit 'origin/master' into fedora/master
Andreas Schwab
2009-09-07
1
-0
/
+1
|
\
|
|
*
Handle POSIX2_LINE_MAX in getconf.
Ulrich Drepper
2009-09-07
1
-0
/
+1
*
|
Merge commit 'origin/master' into fedora/master
Andreas Schwab
2009-08-26
1
-1
/
+8
|
\
|
|
*
Extend last test case.
Ulrich Drepper
2009-08-23
1
-1
/
+8
*
|
Merge commit 'origin/master' into fedora/master
Andreas Schwab
2009-08-24
4
-7
/
+51
|
\
|
|
*
Add test case for last fixed regex bug.
Ulrich Drepper
2009-08-23
2
-0
/
+16
|
*
Recognize ill-formed { } expressions in regcomp.
Ulrich Drepper
2009-08-23
1
-1
/
+1
|
*
Also correct _POSIX2_* constants in case older standards are selected.
Ulrich Drepper
2009-08-23
1
-5
/
+19
|
*
Define _POSIX_VERSION correctly when older POSIX versions are selected.
Ulrich Drepper
2009-08-23
1
-1
/
+15
*
|
Merge commit 'origin/master' into fedora/master
Andreas Schwab
2009-07-27
3
-0
/
+6
|
\
|
|
*
Avoid warnings in test cases.
Ulrich Drepper
2009-07-23
3
-0
/
+6
[next]