index
:
delta/gnulib.git
EMACS_21_1_RC
FILEUTILS
SHELLUTILS
TEXTUTILS
akim-fix-upload
akim/relpath
baserock/build-essential
coreutils-8.9
diff-merge
emacs-unicode
emacs-unicode-2
haible-private
karl
lexbind
master
origin
pygnulib
python
stable-202201
stable-202207
stable-202301
topic/libposix
ueno/unicode-9.0.0
git.savannah.gnu.org: git/gnulib.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
regcomp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
regex: don't deref NULL upon heap allocation failure
Jim Meyering
2014-07-12
1
-0
/
+2
*
regex: fix memory leak in compiler
Paul Eggert
2014-07-11
1
-1
/
+5
*
regex: fix memory leak in compiler
Paul Eggert
2014-06-19
1
-3
/
+11
*
maint: update copyright
Eric Blake
2014-01-01
1
-1
/
+1
*
c-ctype, regex, verify: port to gcc -std=c90 -pedantic
Paul Eggert
2013-05-29
1
-1
/
+1
*
regex: fix dfa race in multithreaded uses
Paul Eggert
2013-05-19
1
-3
/
+8
*
regex: rename remaining __attribute calls to __attribute__.
Gary V. Vaughan
2013-03-08
1
-5
/
+5
*
regex: merge patches from libc
Paul Eggert
2013-02-25
1
-45
/
+27
*
regex: conform to strict C
Paul Eggert
2013-01-05
1
-1
/
+2
*
regex: omit needless signed-pointer casts
Paul Eggert
2013-01-01
1
-13
/
+13
*
maint: update all copyright year number ranges
Eric Blake
2013-01-01
1
-1
/
+1
*
regex: implement rational ranges
Paul Eggert
2012-12-30
1
-9
/
+3
*
regex: port to C89
Paul Eggert
2012-12-30
1
-1
/
+1
*
regex: merge glibc changes
Paul Eggert
2012-12-30
1
-9
/
+10
*
regex: use locale-independent comparison for codeset name
Paul Eggert
2012-06-26
1
-2
/
+4
*
regex: avoid warning when pointers are not long
Paul Eggert
2012-06-17
1
-2
/
+5
*
regex: don't assume uint64_t or uint32_t
Paul Eggert
2012-05-26
1
-6
/
+10
*
regex: remove unnecessary type punning
Paul Eggert
2012-04-04
1
-13
/
+13
*
regex: pacify GCC when compiling GRUB
Paul Eggert
2012-03-30
1
-1
/
+1
*
regex: diagnose too-large repeat counts in EREs
Paul Eggert
2012-03-16
1
-2
/
+10
*
maint: replace FSF snail-mail addresses with URLs
Paul Eggert
2012-02-09
1
-2
/
+1
*
regex: merge glibc changes
Paul Eggert
2012-02-07
1
-20
/
+67
*
maint: spelling fixes
Paul Eggert
2012-02-05
1
-11
/
+11
*
In commentary, do not use ` to quote.
Paul Eggert
2012-01-05
1
-18
/
+18
*
maint: update all copyright year number ranges
Jim Meyering
2012-01-01
1
-1
/
+1
*
maint: update almost all copyright ranges to include 2011
Jim Meyering
2011-01-01
1
-2
/
+1
*
regcomp.c: make non-_LIBC implementation of build_range_exp consistent
Jim Meyering
2010-03-20
1
-7
/
+15
*
regcomp.c: avoid the sole warning from gcc's -Wtype-limits
Jim Meyering
2010-02-03
1
-1
/
+5
*
regcomp.c: avoid a new -Wshadow warning
Jim Meyering
2010-02-03
1
-5
/
+4
*
regcomp.c: spelling and merge-artifact from glibc
Jim Meyering
2010-01-28
1
-4
/
+3
*
regcomp.c: sync white-space changes from glibc
Jim Meyering
2010-01-28
1
-46
/
+46
*
regcomp.c: do not ignore internal return values
Jim Meyering
2010-01-28
1
-3
/
+9
*
regcomp, regexec, fnmatch: avoid array bounds read error
Ulrich Drepper
2010-01-04
1
-3
/
+7
*
regcomp: skip collseq lookup when there are no rules
Ulrich Drepper
2010-01-04
1
-2
/
+3
*
regcomp: recognize ill-formed { } expressions
Ulrich Drepper
2010-01-04
1
-1
/
+2
*
regcomp: fix typo in comment
Jim Meyering
2010-01-04
1
-1
/
+1
*
regcomp: sync from glibc: remove dead store
Jim Meyering
2010-01-04
1
-1
/
+0
*
regcomp: sync from glibc; always use nl_langinfo
Jim Meyering
2010-01-04
1
-1
/
+6
*
update nearly all FSF copyright year lists to include 2010
Jim Meyering
2010-01-01
1
-2
/
+2
*
regex: Fix fastmap for multibyte character ranges.
Paolo Bonzini
2009-11-25
1
-1
/
+1
*
regex: fix glibc bug 9697
Paolo Bonzini
2009-01-09
1
-27
/
+47
*
regex: replace mbrtowc with __mbrtowc.
Paolo Bonzini
2009-01-09
1
-3
/
+4
*
Fix violation of <stdbool.h> replacement in regex.
Eric Blake
2008-05-15
1
-2
/
+2
*
optimize double anchors such as ^$
Paolo Bonzini
2008-05-15
1
-25
/
+23
*
Fix a 4-year-old used-uninitialized bug in regcomp.c.
Jim Meyering
2007-12-01
1
-1
/
+1
*
Fix regex code so it doesn't rely on strcasecmp.
Paul Eggert
2007-02-15
1
-19
/
+1
*
2007-02-05 Paolo Bonzini <bonzini@gnu.org>
Paolo Bonzini
2007-02-05
1
-6
/
+2
*
Avoid mempcpy in the regex code, as the string.h mempcpy stuff
Paul Eggert
2007-02-02
1
-8
/
+4
*
* lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
Paul Eggert
2007-01-29
1
-6
/
+6
*
* lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
Jim Meyering
2006-11-28
1
-7
/
+7
[next]