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
gentoo/2.41
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
/
regex_internal.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2020-01-01
1
-1
/
+1
*
posix: Sync regex with gnulib
Adhemerval Zanella
2019-11-06
1
-9
/
+4
*
Remove dead regex code
Paul Eggert
2019-08-21
1
-1
/
+0
*
Fix bad pointer / leak in regex code
Paul Eggert
2019-08-21
1
-3
/
+7
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-01-01
1
-1
/
+1
*
regex: __builtin_expect → __glibc_unlikely
Paul Eggert
2018-10-14
1
-73
/
+79
*
regex: fix uninitialized memory access
Paul Eggert
2018-08-25
1
-2
/
+2
*
posix: Sync gnulib regex implementation
Adhemerval Zanella
2018-07-04
1
-138
/
+157
*
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
-1
/
+1
*
regex: Fix spelling in comments.
Arnold Robbins
2017-12-19
1
-1
/
+1
*
posix: Remove internal_function attribute
Florian Weimer
2017-08-31
1
-35
/
+24
*
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
*
Fix regex wcrtomb namespace (bug 18496).
Joseph Myers
2015-06-05
1
-2
/
+2
*
Fix regex wctype namespace (bug 18495).
Joseph Myers
2015-06-05
1
-4
/
+4
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-01-02
1
-1
/
+1
*
Check if DEBUG is defined in regex_internal.c
Siddhesh Poyarekar
2014-08-01
1
-2
/
+2
*
Update copyright notices with scripts/update-copyrights
Allan McRae
2014-01-01
1
-1
/
+1
*
Update copyright notices with scripts/update-copyrights.
Joseph Myers
2013-01-02
1
-1
/
+1
*
[BZ #13637]
Stanislav Brabec
2012-02-28
1
-1
/
+1
*
Replace FSF snail mail address with URLs.
Paul Eggert
2012-02-09
1
-3
/
+2
*
Fix up regcomp/regexec
Jakub Jelinek
2011-12-30
1
-1
/
+1
*
Fix warnings in regex
Ulrich Drepper
2011-11-12
1
-2
/
+4
*
Fix unnecessary overallocation due to incomplete character
Ulrich Drepper
2011-05-28
1
-10
/
+14
*
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
*
Fix a few more cases of ignored return values in regex.
Ulrich Drepper
2010-01-15
1
-51
/
+55
*
* posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
Ulrich Drepper
2009-01-08
1
-9
/
+9
*
* string/Makefile (distribute): Add str-two-way.h.
cvs/fedora-glibc-20080515T0735
Ulrich Drepper
2008-05-15
1
-5
/
+1
*
[BZ #3155]
Ulrich Drepper
2006-09-07
1
-20
/
+86
*
* posix/regex_internal.c (re_string_skip_chars): If no character has
Ulrich Drepper
2006-06-04
1
-9
/
+17
*
[BZ #1950, BZ #2153]
Andreas Jaeger
2006-01-15
1
-3
/
+3
*
* posix/regexec.c: Finish prototyping of static functions.
Ulrich Drepper
2005-10-15
1
-0
/
+9
*
[BZ #1248]
Ulrich Drepper
2005-10-13
1
-17
/
+38
*
[BZ #1231]
Ulrich Drepper
2005-10-13
1
-121
/
+48
*
[BZ #281]
Ulrich Drepper
2005-09-23
1
-1
/
+1
*
* posix/regex_internal.c (re_string_reconstruct): Avoid calling
Ulrich Drepper
2005-09-07
1
-51
/
+69
*
* posix/regex_internal.h (re_sub_match_top_t): Remove unused member
Ulrich Drepper
2005-09-06
1
-37
/
+31
*
* posix/regex_internal.c (build_wcs_buffer): Use MB_LEN_MAX not
Ulrich Drepper
2005-07-05
1
-4
/
+4
*
[BZ #779]
Ulrich Drepper
2005-03-19
1
-11
/
+16
*
* posix/regexec.c (check_node_accept_bytes): Correct cast to avoid
Ulrich Drepper
2005-03-06
1
-6
/
+9
*
[BZ #558]
Ulrich Drepper
2005-01-27
1
-7
/
+2
*
[BZ #605, BZ #611]
Ulrich Drepper
2005-01-26
1
-40
/
+37
*
Update.
Ulrich Drepper
2005-01-06
1
-0
/
+1
*
(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
Ulrich Drepper
2004-12-22
1
-342
/
+298
*
2.5-18.1
Jakub Jelinek
2007-07-12
1
-298
/
+342
[next]