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>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
posix
/
regcomp.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
-25
/
+10
*
Break some lines before not after operators.
Joseph Myers
2019-02-22
1
-10
/
+10
*
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
-14
/
+2
*
regex: __builtin_expect → __glibc_unlikely
Paul Eggert
2018-10-14
1
-147
/
+158
*
regex: Gnulib unibyte RRI uses bytes not chars
Paul Eggert
2018-08-10
1
-5
/
+4
*
regex: fix memory leak in Gnulib
Paul Eggert
2018-08-01
1
-1
/
+1
*
regcomp: Fix off-by-one bug in build_equiv_class [BZ #23396]
Florian Weimer
2018-07-20
1
-12
/
+4
*
posix: Sync gnulib regex implementation
Adhemerval Zanella
2018-07-04
1
-255
/
+342
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-01-01
1
-1
/
+1
*
regex: Fix spelling in comments.
Arnold Robbins
2017-12-19
1
-1
/
+1
*
* posix/regcomp.c (init_word_char): Add comments.
Paul Eggert
2017-11-22
1
-0
/
+3
*
regex: don't assume uint64_t or uint32_t
Paul Eggert
2017-11-20
1
-14
/
+15
*
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
-8
/
+1
*
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 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
-19
/
+8
*
Fix regcomp wcscoll, wcscmp namespace (bug 18497).
Joseph Myers
2015-06-09
1
-3
/
+3
*
Fix regex wctype namespace (bug 18495).
Joseph Myers
2015-06-05
1
-2
/
+2
*
Harmonize posix/regcomp.c with gnulib: comment formatting
Roland McGrath
2015-03-10
1
-32
/
+32
*
posix/regcomp: initialize union structure tag to avoid warning
Chris Metcalf
2015-01-07
1
-0
/
+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
-4
/
+6
*
regex: don't deref NULL upon heap allocation failure
Jim Meyering
2014-07-13
1
-0
/
+2
*
Fix another memory leak in regexp compiler (BZ #17069)
Andreas Schwab
2014-06-20
1
-1
/
+5
*
Fix memory leak in regexp compiler (BZ #17069)
Andreas Schwab
2014-06-19
1
-3
/
+10
*
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 handling of collating symbols in regexps
Andreas Schwab
2013-02-12
1
-45
/
+27
*
Update copyright notices with scripts/update-copyrights.
Joseph Myers
2013-01-02
1
-1
/
+1
*
Suppress regcomp.c warnings in 32-bit builds.
Roland McGrath
2012-08-15
1
-2
/
+6
*
Replace FSF snail mail address with URLs.
Paul Eggert
2012-02-09
1
-3
/
+2
*
Optimize regex a bit
Ulrich Drepper
2012-01-03
1
-4
/
+32
*
Fix access after end of search string in regex matcher
Andreas Schwab
2011-11-30
1
-5
/
+4
*
One more regex memory leak fixed.
Ulrich Drepper
2010-10-12
1
-0
/
+2
*
More regex memory leak fixes and tests.
Ulrich Drepper
2010-10-11
1
-3
/
+6
*
Fix memory leak for some invalid regular expressions.
Ulrich Drepper
2010-10-11
1
-1
/
+9
*
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
1
-3
/
+9
*
regcomp.c: do not ignore memory allocation failure
Paul Eggert
2010-01-14
1
-55
/
+57
*
Fix ranges with multibyte characters as endpoints.
Paolo Bonzini
2009-11-17
1
-1
/
+1
*
Recognize ill-formed { } expressions in regcomp.
Ulrich Drepper
2009-08-23
1
-1
/
+1
*
[BZ 9697]
Ulrich Drepper
2009-01-08
1
-29
/
+50
*
* posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
Ulrich Drepper
2009-01-08
1
-2
/
+2
*
* string/Makefile (distribute): Add str-two-way.h.
cvs/fedora-glibc-20080515T0735
Ulrich Drepper
2008-05-15
1
-26
/
+22
*
* locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.
Ulrich Drepper
2007-12-14
1
-1
/
+1
*
* posix/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
Ulrich Drepper
2007-12-12
1
-1
/
+1
[next]