public inbox for glibc-bugs-regex@sourceware.org
help / color / mirror / Atom feed
[Bug regex/11159] New: lock contention within regexec() when used from multiple threads
 2010-01-15  7:51 UTC  (7+ messages)
` [Bug regex/11159] "

[Bug regex/11127] New: regcomp.c can mishandle a heap allocation failure
 2010-01-15  5:36 UTC  (3+ messages)
` [Bug regex/11127] "

[Bug regex/11053] New: Segfault on invalid backreference
 2009-12-04 19:36 UTC 

[Bug regex/10844] New: a{1,32767} fails with REG_ESPACE
 2009-10-26  7:54 UTC  (4+ messages)
` [Bug regex/10844] failure matching regex with backreferences

[Bug regex/10845] New: a{1,32767} fails with REG_ESPACE
 2009-10-26  7:54 UTC  (4+ messages)
` [Bug regex/10845] "

[Bug regex/10290] New: using REG_ICASE can break ranges
 2009-06-17 15:48 UTC  (2+ messages)
` [Bug regex/10290] "

[Bug regex/10106] New: one or more match problem?
 2009-04-28 15:31 UTC  (8+ messages)
` [Bug regex/10106] "

[Bug regex/697] New: regex segfault
 2009-01-08  0:47 UTC  (3+ messages)
` [Bug regex/697] "

[Bug regex/9697] New: character does not match neither [a-z] nor [^a-z]
 2009-01-08  0:43 UTC  (6+ messages)
` [Bug regex/9697] "

[Bug regex/5945] New: regoff_t wrong has posix type
 2008-08-18 14:05 UTC  (4+ messages)
` [Bug regex/5945] "

[Bug regex/6722] New: sscanf bug when parsing lines from /proc/net/tcp
 2008-07-08 17:53 UTC  (9+ messages)
` [Bug regex/6722] "

[Bug regex/6395] New: regex ^$ is not detected as anchored
 2008-05-15  3:08 UTC  (4+ messages)
` [Bug regex/6395] "

[Bug regex/5718] New: Uninitialised struct member in re_compile_internal causes crash in regfree
 2008-02-04 14:11 UTC  (5+ messages)
` [Bug regex/5718] "

[Bug regex/5469] New: Cases where regex function is not matching correctly
 2007-12-11 15:32 UTC  (2+ messages)
` [Bug regex/5469] "

[Bug regex/5200] New: regex uses K&R definitions instead of ANSI C
 2007-10-20  3:30 UTC  (4+ messages)
` [Bug regex/5200] "

[Bug regex/5028] New: segfault in regex engine when using C collation and multibyte chars
 2007-09-24  3:32 UTC  (3+ messages)
` [Bug regex/5028] "

[Bug regex/3957] New: regcomp with REG_NEWLINE flag does operate as POSIX specification for a non-matching list
 2007-07-12 14:50 UTC  (4+ messages)
` [Bug regex/3957] "

[Bug regex/1216] New: regexec.c patch to avoid gcc -Wshadow warning
 2007-05-06 16:42 UTC  (3+ messages)
` [Bug regex/1216] "

[Bug regex/1054] New: regex_internal.h redefines __mempcpy when used outside libc
 2006-08-24  6:54 UTC  (6+ messages)
` [Bug regex/1054] "

vacation time
 2006-08-08  1:34 UTC 

[Bug regex/1149] New: character class with range doesn't match half-width kana in SJIS locale
 2006-05-02 22:33 UTC  (7+ messages)
` [Bug regex/1149] "

[Bug regex/1357] New: memory leak in re_compile_pattern()
 2006-05-02 21:56 UTC  (4+ messages)
` [Bug regex/1357] "

[Bug regex/1201] New: regex.h problem when compiling with g++
 2006-05-02 21:37 UTC  (4+ messages)
` [Bug regex/1201] "

[Bug regex/1291] New: size-overflow bugs in the regex code
 2006-04-26  7:16 UTC  (4+ messages)
` [Bug regex/1291] "

[Bug regex/2535] New: regex.h should use __VMS rather than VMS
 2006-04-26  2:16 UTC  (3+ messages)
` [Bug regex/2535] "

[Bug regex/1281] New: support 64-bit hosts when regex code when used outside glibc
 2006-04-25 22:54 UTC  (12+ messages)
` [Bug regex/1281] "

[Bug regex/1282] New: add some "const"s to the regex implementation
 2006-04-25 22:54 UTC  (3+ messages)
` [Bug regex/1282] "

[Bug regex/1285] New: regex code should use 'bool' (plus some bug fixes)
 2006-04-25 22:54 UTC  (7+ messages)
` [Bug regex/1285] "

[Bug regex/1287] New: re_string_context_at problem (assuming previous 64-bit patch)
 2006-04-25 22:54 UTC  (5+ messages)
` [Bug regex/1287] "

[Bug regex/1284] improved regex sanity checks for large buffer sizes
 2006-04-25 22:54 UTC  (3+ messages)

[Bug regex/1302] New: improve regex bitset performance (don't assume 32 bits)
 2006-04-25 18:21 UTC  (6+ messages)
` [Bug regex/1302] "

[Bug regex/1232] New: regex.h comment for RE_NO_EMPTY_RANGES is incorrect
 2006-04-25 18:19 UTC  (3+ messages)
` [Bug regex/1232] "

[Bug regex/1225] New: unused local variables in regexec.c if _LIBC is not defined
 2006-04-25 18:18 UTC  (3+ messages)
` [Bug regex/1225] "

[Bug regex/1220] New: regex uses old-style definitions that cause g++ to fail
 2006-04-25 18:01 UTC  (6+ messages)
` [Bug regex/1220] "

[Bug regex/1221] New: remove RE_NO_INTERNAL_PROTOTYPES
 2006-04-25 18:01 UTC  (5+ messages)
` [Bug regex/1221] "

[Bug regex/1224] New: unnecessary forward decls in posix/regcomp.c
 2006-04-25 18:01 UTC  (5+ messages)
` [Bug regex/1224] "

[Bug regex/1231] New: unncessary forward decls in regex_internal.c, regexec.c
 2006-04-25 18:01 UTC  (5+ messages)
` [Bug regex/1231] "

[Bug regex/2534] New: obsolete comment about POSIX in regex.h
 2006-04-21 18:23 UTC  (4+ messages)
` [Bug regex/2534] "

[Bug regex/1233] New: regex.h POSIX and portability problems with REG_ENOSYS
 2006-04-11  7:06 UTC  (2+ messages)
` [Bug regex/1233] "

[Bug regex/1236] New: regex.h violates POSIX name space rules in several places
 2006-04-11  7:06 UTC  (5+ messages)
` [Bug regex/1236] "

[Bug regex/1237] New: Use new, posix-compliant regex.h names in regex implementation
 2006-04-11  7:06 UTC  (3+ messages)
` [Bug regex/1237] "

[Bug regex/1280] New: avoding old-style function decls in non-gnulib regex code
 2005-10-15 23:43 UTC  (2+ messages)
` [Bug regex/1280] "

[Bug regex/1248] New: simplify regex code by removing unnecessary forward decls
 2005-10-15 20:59 UTC  (3+ messages)
` [Bug regex/1248] "

[Bug regex/751] New: regcomp calls malloc with 0 byte request size when pattern begins with BOL anchor '^'
 2005-09-27  6:53 UTC  (4+ messages)
` [Bug regex/751] "

[Bug regex/860] New: bad guard in find_recover_state do-while loop
 2005-09-27  5:50 UTC  (2+ messages)
` [Bug regex/860] "

[Bug regex/281] New: regex.c doesn't compile on hosts with signed char
 2005-09-23  6:11 UTC  (2+ messages)
` [Bug regex/281] "

[Bug regex/1286] New: portability bugs in comparing size_t versus in regex_internal code
 2005-09-07  0:47 UTC  (3+ messages)
` [Bug regex/1286] "

[Bug regex/1279] New: regex simplification: "if (A == B) A += C - B;" -> "if (A == B) A = C;"
 2005-09-06 23:37 UTC  (2+ messages)
` [Bug regex/1279] "

[Bug regex/1278] New: regex undefined behavior with shifting past word length
 2005-09-06 23:30 UTC  (8+ messages)
` [Bug regex/1278] "

[Bug regex/1273] New: remove unused members in private regex structures
 2005-09-06 21:06 UTC  (2+ messages)
` [Bug regex/1273] "

[Bug regex/1245] New: regexec invokes alloca with unbounded size; plus alloca cleanup
 2005-09-06 20:52 UTC  (3+ messages)
` [Bug regex/1245] "

[Bug regex/1241] New: regex isn't compilable by g++; also, a dereferencing bug
 2005-09-06 20:31 UTC  (3+ messages)
` [Bug regex/1241] "

[Bug regex/1240] New: regerror signatures are missing 'restrict'
 2005-09-06 20:25 UTC  (2+ messages)
` [Bug regex/1240] "

[Bug regex/1238] New: POSIX no longer requires including sys/types.h before regex.h
 2005-09-06 20:10 UTC  (2+ messages)
` [Bug regex/1238] "

[Bug regex/1227] New: regexec portability bug: code assumes reg_errcode_t is signed
 2005-09-06 19:35 UTC  (2+ messages)
` [Bug regex/1227] "

[Bug regex/1226] New: regex_internal.c says "static unsigned int inline"; some compilers warn
 2005-09-06 18:53 UTC  (2+ messages)
` [Bug regex/1226] "

[Bug regex/1223] New: posix/regcomp.c declares create_initial_state twice
 2005-09-06 18:36 UTC  (2+ messages)
` [Bug regex/1223] "

[Bug regex/1222] New: regex.h _RE_ARGS removal
 2005-09-06 18:18 UTC  (2+ messages)
` [Bug regex/1222] "

[Bug regex/1218] New: suppress bogus uninitialized-variable warnings in regex_internal.c
 2005-09-06 18:08 UTC  (2+ messages)
` [Bug regex/1218] "

[Bug regex/1217] New: regcomp.c elicits uninitialized-variable warnings with GCC 4
 2005-09-06 18:04 UTC  (2+ messages)
` [Bug regex/1217] "

[Bug regex/1215] New: regex_internal patch to avoid warnings with gcc -Wshadow
 2005-09-06 17:31 UTC  (2+ messages)
` [Bug regex/1215] "

[Bug regex/1057] New: regcomp.c assumes wchar_t can represent WEOF
 2005-09-06 16:43 UTC  (2+ messages)
` [Bug regex/1057] "

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).