GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/glibc.git
gentoo/2.19
gentoo/2.25
gentoo/2.26
gentoo/2.27
gentoo/2.28
gentoo/2.29
gentoo/2.29-hygiene
gentoo/2.30
gentoo/2.31
gentoo/2.32
gentoo/2.32-rv32
gentoo/2.33
gentoo/2.34
gentoo/2.35
gentoo/2.36
gentoo/2.37
gentoo/2.38
gentoo/2.39
gentoo/2.40
master
Gentoo vendor branches of the glibc code
Gentoo toolchain team <toolchain@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
posix
/
regexec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Break some lines before not after operators.
Joseph Myers
2019-02-22
1
-7
/
+7
*
regex: fix read overrun [BZ #24114]
Paul Eggert
2019-01-31
1
-2
/
+4
*
Fix a few typos in comments
Dmitry V. Levin
2019-01-12
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-01-01
1
-1
/
+1
*
regex: simplify Gnulib port
Paul Eggert
2018-12-27
1
-3
/
+3
*
regex: fix storage-exhaustion error
Paul Eggert
2018-12-16
1
-0
/
+2
*
regex: fix heap-use-after-free error
Assaf Gordon
2018-12-16
1
-0
/
+1
*
regex: __builtin_expect → __glibc_unlikely
Paul Eggert
2018-10-14
1
-178
/
+185
*
regexec: Fix off-by-one bug in weight comparison [BZ #23036]
Florian Weimer
2018-07-10
1
-23
/
+20
*
posix: Sync gnulib regex implementation
Adhemerval Zanella
2018-07-04
1
-453
/
+483
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-01-01
1
-1
/
+1
*
Avoid gcc warnings on cygwin
Eric Blake
2017-12-22
1
-0
/
+2
*
regex: Fix spelling in comments.
Arnold Robbins
2017-12-19
1
-4
/
+4
*
Hide internal regex functions [BZ #18822]
H.J. Lu
2017-10-01
1
-0
/
+2
*
posix: Remove internal_function attribute
Florian Weimer
2017-08-31
1
-137
/
+72
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-01-01
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2016-01-04
1
-1
/
+1
*
Convert a few more function definitions to prototype style.
Joseph Myers
2015-10-21
1
-14
/
+9
*
Convert miscellaneous function definitions to prototype style.
Joseph Myers
2015-10-20
1
-2
/
+1
*
Convert 113 more function definitions to prototype style (files with assertio...
Joseph Myers
2015-10-20
1
-43
/
+23
*
Fix regcomp wcscoll, wcscmp namespace (bug 18497).
Joseph Myers
2015-06-09
1
-2
/
+2
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-01-02
1
-1
/
+1
*
Move findidx nested functions to top-level.
Roland McGrath
2014-09-11
1
-3
/
+5
*
Update copyright notices with scripts/update-copyrights
Allan McRae
2014-01-01
1
-1
/
+1
*
Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).
Ryan S. Arnold
2013-05-16
1
-0
/
+2
*
Fix buffer overrun in regexp matcher
Andreas Schwab
2013-02-12
1
-7
/
+9
*
Update copyright notices with scripts/update-copyrights.
Joseph Myers
2013-01-02
1
-1
/
+1
*
Replace FSF snail mail address with URLs.
Paul Eggert
2012-02-09
1
-3
/
+2
*
Fix access after end of search string in regex matcher
Andreas Schwab
2011-11-30
1
-1
/
+1
*
Fix unnecessary overallocation due to incomplete character
Ulrich Drepper
2011-05-28
1
-4
/
+6
*
Fix infloop on persistent failing calloc in regex.
Jim Meyering
2010-12-27
1
-0
/
+2
*
Fix lookup of collation sequence value during regexp matching
Andreas Schwab
2010-05-05
1
-1
/
+1
*
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
*
Fix a few more cases of ignored return values in regex.
Ulrich Drepper
2010-01-15
1
-75
/
+81
*
[BZ 697]
cvs/fedora-glibc-20090108T0952
Ulrich Drepper
2009-01-08
1
-1
/
+6
*
* posix/fnmatch_loop.c: Take rule index returned as part of
Ulrich Drepper
2007-10-12
1
-5
/
+9
*
* posix/regexec.c: Finish prototyping of static functions.
Ulrich Drepper
2005-10-15
1
-0
/
+45
*
[BZ #1373]
Ulrich Drepper
2005-10-14
1
-1
/
+1
*
[BZ #1231]
Ulrich Drepper
2005-10-13
1
-222
/
+98
*
* posix/regexec.c (update_cur_sifted_state, check_arrival,
Ulrich Drepper
2005-09-30
1
-3
/
+3
*
[BZ #1302]
Ulrich Drepper
2005-09-28
1
-45
/
+52
*
[BZ #281]
Ulrich Drepper
2005-09-23
1
-1
/
+1
*
(update_cur_sifted_state): Likewise.
Ulrich Drepper
2005-09-07
1
-69
/
+95
*
(transit_state_bkref): Make DFA a const pointer.
Ulrich Drepper
2005-09-07
1
-13
/
+14
[next]