public inbox for glibc-bugs-regex@sourceware.org
help / color / mirror / Atom feed
[Bug regex/1281] New: support 64-bit hosts when regex code when used outside glibc
 2005-09-01  7:05 UTC  (5+ messages)
` [Bug regex/1281] "

[Bug regex/1278] New: regex undefined behavior with shifting past word length
 2005-09-01  7:04 UTC  (3+ messages)
` [Bug regex/1278] "

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

[Bug regex/1282] New: add some "const"s to the regex implementation
 2005-08-31 23:34 UTC  (2+ messages)
` [Bug regex/1282] "

[Bug regex/1220] New: regex uses old-style definitions that cause g++ to fail
 2005-08-31 22:43 UTC  (7+ messages)
` [Bug regex/1220] "

[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/1279] New: regex simplification: "if (A == B) A += C - B;" -> "if (A == B) A = C;"
 2005-08-31 19:53 UTC  (2+ messages)
` [Bug regex/1279] "

[Bug regex/1273] New: remove unused members in private regex structures
 2005-08-31 18:05 UTC  (2+ messages)
` [Bug regex/1273] "

[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/1221] New: remove RE_NO_INTERNAL_PROTOTYPES
 2005-08-26 21:42 UTC  (3+ messages)
` [Bug regex/1221] "

[Bug regex/1245] New: regexec invokes alloca with unbounded size; plus alloca cleanup
 2005-08-26  6:07 UTC  (3+ messages)
` [Bug regex/1245] "

[Bug regex/1241] New: regex isn't compilable by g++; also, a dereferencing bug
 2005-08-26  5:54 UTC  (3+ messages)
` [Bug regex/1241] "

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

[Bug regex/1238] New: POSIX no longer requires including sys/types.h before regex.h
 2005-08-24 23:40 UTC  (2+ messages)
` [Bug regex/1238] "

[Bug regex/1237] New: Use new, posix-compliant regex.h names in regex implementation
 2005-08-24 23:22 UTC  (2+ messages)
` [Bug regex/1237] "

[Bug regex/1236] New: regex.h violates POSIX name space rules in several places
 2005-08-24 23:21 UTC  (5+ messages)
` [Bug regex/1236] "

[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/1232] New: regex.h comment for RE_NO_EMPTY_RANGES is incorrect
 2005-08-23 19:08 UTC  (2+ messages)
` [Bug regex/1232] "

[Bug regex/1231] New: unncessary forward decls in regex_internal.c, regexec.c
 2005-08-23 18:28 UTC  (2+ messages)
` [Bug regex/1231] "

[Bug regex/1227] New: regexec portability bug: code assumes reg_errcode_t is signed
 2005-08-21  4:59 UTC  (2+ messages)
` [Bug regex/1227] "

[Bug regex/1226] New: regex_internal.c says "static unsigned int inline"; some compilers warn
 2005-08-21  3:29 UTC  (2+ messages)
` [Bug regex/1226] "

[Bug regex/1225] New: unused local variables in regexec.c if _LIBC is not defined
 2005-08-21  0:40 UTC  (2+ messages)
` [Bug regex/1225] "

[Bug regex/1224] New: unnecessary forward decls in posix/regcomp.c
 2005-08-21  0:26 UTC  (2+ messages)
` [Bug regex/1224] "

[Bug regex/1223] New: posix/regcomp.c declares create_initial_state twice
 2005-08-20 22:24 UTC  (2+ messages)
` [Bug regex/1223] "

[Bug regex/1222] New: regex.h _RE_ARGS removal
 2005-08-20  7:39 UTC  (2+ messages)
` [Bug regex/1222] "

[Bug regex/1217] New: regcomp.c elicits uninitialized-variable warnings with GCC 4
 2005-08-20  7:28 UTC  (3+ messages)
` [Bug regex/1217] "

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

[Bug regex/1216] New: regexec.c patch to avoid gcc -Wshadow warning
 2005-08-19 23:30 UTC  (2+ messages)
` [Bug regex/1216] "

[Bug regex/1215] New: regex_internal patch to avoid warnings with gcc -Wshadow
 2005-08-19 22:59 UTC  (2+ messages)
` [Bug regex/1215] "

[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/1201] New: regex.h problem when compiling with g++
 2005-08-16  0:01 UTC  (2+ messages)
` [Bug regex/1201] "

[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/1057] New: regcomp.c assumes wchar_t can represent WEOF
 2005-07-08 17:56 UTC  (2+ messages)
` [Bug regex/1057] "

[Bug regex/1054] New: regex_internal.h redefines __mempcpy when used outside libc
 2005-07-07  8:30 UTC  (2+ messages)
` [Bug regex/1054] "

[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  (13+ messages)
` [Bug regex/500] "

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

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

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

[Bug regex/501] New: transit_state is slow
 2004-12-27 16:40 UTC  (12+ messages)
` [Bug regex/501] "

[Bug regex/544] New: Even unneeded OP_{OPEN,CLOSE}_SUBEXP nodes slow regexec down a lot
 2004-11-19 10:28 UTC  (2+ messages)
` [Bug regex/544] "

[Bug regex/429] New: regex hangs on backreferences
 2004-11-12 12:22 UTC  (7+ messages)
` [Bug regex/429] "

[Bug regex/504] New: separate match_ctx_free_subtops does not make much sense
 2004-11-10 18:50 UTC  (3+ messages)
` [Bug regex/504] "

[Bug regex/503] New: fastmap loop in regex can be tightened
 2004-11-10 15:47 UTC  (4+ messages)
` [Bug regex/503] "

[Bug regex/502] New: we can add some branch predictions to regex
 2004-11-10 14:30 UTC  (3+ messages)
` [Bug regex/502] "

[Bug regex/505] New: Cannot use re_comp/re_exec outside glibc
 2004-11-09 15:02 UTC  (2+ messages)
` [Bug regex/505] "

[Bug regex/508] New: check_dst_limits is inefficient
 2004-11-09  7:55 UTC  (2+ messages)
` [Bug regex/508] "

[Bug regex/522] New: [regex] charset-based optimizations inhibited outside glibc
 2004-11-09  7:55 UTC  (3+ messages)
` [Bug regex/522] "

[Bug regex/507] New: using a dummy re_node_set causes a mild slowdown in regex
 2004-11-09  7:54 UTC  (2+ messages)
` [Bug regex/507] "

[Bug regex/506] New: there is dead code in regex
 2004-11-09  7:49 UTC  (2+ messages)
` [Bug regex/506] "

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