public inbox for glibc-bugs-regex@sourceware.org
help / color / mirror / Atom feed
[Bug regex/1282] New: add some "const"s to the regex implementation
 2005-09-07  0:07 UTC  (3+ messages)
` [Bug regex/1282] "

[Bug regex/1281] New: support 64-bit hosts when regex code when used outside glibc
 2005-09-06 23:47 UTC  (11+ messages)
` [Bug regex/1281] "

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

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

[Bug regex/1302] New: improve regex bitset performance (don't assume 32 bits)
 2005-09-06 23:30 UTC  (4+ messages)
` [Bug regex/1302] "

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

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

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

[Bug regex/1240] New: regerror signatures are missing 'restrict'
 2005-09-06 20:25 UTC  (3+ 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  (3+ messages)
` [Bug regex/1238] "

[Bug regex/1237] New: Use new, posix-compliant regex.h names in regex implementation
 2005-09-06 20:05 UTC  (3+ messages)
` [Bug regex/1237] "

[Bug regex/1236] New: regex.h violates POSIX name space rules in several places
 2005-09-06 20:03 UTC  (6+ messages)
` [Bug regex/1236] "

[Bug regex/1232] New: regex.h comment for RE_NO_EMPTY_RANGES is incorrect
 2005-09-06 19:46 UTC  (3+ messages)
` [Bug regex/1232] "

[Bug regex/1227] New: regexec portability bug: code assumes reg_errcode_t is signed
 2005-09-06 19:35 UTC  (3+ 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  (3+ messages)
` [Bug regex/1226] "

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

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

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

[Bug regex/1220] New: regex uses old-style definitions that cause g++ to fail
 2005-09-06 18:11 UTC  (9+ messages)
` [Bug regex/1220] "

[Bug regex/1221] New: remove RE_NO_INTERNAL_PROTOTYPES
 2005-09-06 18:11 UTC  (4+ messages)
` [Bug regex/1221] "

[Bug regex/1231] New: unncessary forward decls in regex_internal.c, regexec.c
 2005-09-06 18:11 UTC  (3+ messages)
` [Bug regex/1231] "

[Bug regex/1224] New: unnecessary forward decls in posix/regcomp.c
 2005-09-06 18:10 UTC  (3+ messages)
` [Bug regex/1224] "

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

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

[Bug regex/1216] New: regexec.c patch to avoid gcc -Wshadow warning
 2005-09-06 17:56 UTC  (3+ messages)
` [Bug regex/1216] "

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

[Bug regex/1054] New: regex_internal.h redefines __mempcpy when used outside libc
 2005-09-06 16:49 UTC  (4+ messages)
` [Bug regex/1054] "

[Bug regex/1201] New: regex.h problem when compiling with g++
 2005-09-06 16:46 UTC  (3+ messages)
` [Bug regex/1201] "

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

[Bug regex/1285] New: regex code should use 'bool' (plus some bug fixes)
 2005-09-06  7:32 UTC  (4+ messages)
` [Bug regex/1285] "

[Bug regex/1291] New: size-overflow bugs in the regex code
 2005-09-02 22:52 UTC  (2+ messages)
` [Bug regex/1291] "

[Bug regex/1287] New: re_string_context_at problem (assuming previous 64-bit patch)
 2005-09-01 22:09 UTC  (2+ messages)
` [Bug regex/1287] "

[Bug regex/1286] New: portability bugs in comparing size_t versus in regex_internal code
 2005-09-01 20:59 UTC  (2+ messages)
` [Bug regex/1286] "

[Bug regex/1284] improved regex sanity checks for large buffer sizes
 2005-09-01  7:01 UTC 

[Bug regex/1280] New: avoding old-style function decls in non-gnulib regex code
 2005-08-31 20:24 UTC  (2+ messages)
` [Bug regex/1280] "

[Bug regex/1248] New: simplify regex code by removing unnecessary forward decls
 2005-08-26 21:43 UTC  (2+ messages)
` [Bug regex/1248] "

[Bug regex/1233] New: regex.h POSIX and portability problems with REG_ENOSYS
 2005-08-24 22:23 UTC  (4+ messages)
` [Bug regex/1233] "

[Bug regex/1207] New: space-before-tab in regex.h causes spurious diffs from coreutils
 2005-08-18  6:46 UTC  (4+ messages)
` [Bug regex/1207] "

[Bug regex/1178] New: posix regex tests timeout on PII 180MHz
 2005-08-06 16:09 UTC  (3+ messages)
` [Bug regex/1178] "

[Bug regex/1177] New: posi
 2005-08-06 16:01 UTC  (2+ messages)
` [Bug regex/1177] posi

[Bug regex/1171] New: \] does not work in brackets
 2005-08-04 14:43 UTC  (2+ messages)
` [Bug regex/1171] "

[Bug regex/1149] New: character class with range doesn't match half-width kana in SJIS locale
 2005-08-02  4:37 UTC 

[Bug regex/934] New: segfault in regexec
 2005-07-19  3:31 UTC  (8+ messages)
` [Bug regex/934] "

[Bug regex/1101] New: avoid dynamically sized stack arrays in regex
 2005-07-19  3:31 UTC  (3+ messages)
` [Bug regex/1101] "

[Bug admin/852] tracker for release 2.3.6 target bugs
 2005-07-18  3:15 UTC 

[Bug regex/874] New: regcomp regression
 2005-04-26 13:19 UTC  (4+ messages)
` [Bug regex/874] "

[Bug regex/860] New: bad guard in find_recover_state do-while loop
 2005-04-19  6:57 UTC  (2+ messages)
` [Bug regex/860] "

[Bug regex/788] New: re_comile_fastmap() will cause the 20 bytes memory leak
 2005-03-15  7:22 UTC  (2+ messages)
` [Bug regex/788] "

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

[Bug regex/693] New: mishandled '\B'
 2005-02-16 11:09 UTC  (12+ messages)
` [Bug regex/693] "

[Bug regex/697] New: regex segfault
 2005-02-14 12:13 UTC  (4+ messages)
` [Bug regex/697] "

[Bug regex/500] New: regex code can be optimized a lot
 2005-01-27 19:08 UTC  (4+ messages)
` [Bug regex/500] "

[Bug regex/558] New: regcomp and regexec bug
 2005-01-27 19:08 UTC  (2+ messages)
` [Bug regex/558] "

[Bug regex/611] New: regex with a long character sequence requires huge stack space
 2005-01-26 22:43 UTC  (5+ messages)
` [Bug regex/611] "

[Bug regex/605] New: regex goes uselessly through slow paths
 2005-01-26 22:28 UTC  (5+ messages)
` [Bug regex/605] "

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).