glibc-bugs-regex archive
date index for August, 2005

This is the mail archive of the glibc-bugs-regex@sourceware.org mailing list for the glibc project.

Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index]
Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]
Search: Limit to:

August 31, 2005
23:34 [Bug regex/1282] add some "const"s to the regex implementation eggert at gnu dot org
23:34 [Bug regex/1281] support 64-bit hosts when regex code when used outside glibc eggert at gnu dot org
23:34 [Bug regex/1282] New: add some "const"s to the regex implementation eggert at gnu dot org
22:43 [Bug regex/1281] support 64-bit hosts when regex code when used outside glibc eggert at gnu dot org
22:43 [Bug regex/1281] New: support 64-bit hosts when regex code when used outside glibc eggert at gnu dot org
22:43 [Bug regex/1220] regex uses old-style definitions that cause g++ to fail eggert at gnu dot org
20:24 [Bug regex/1280] avoding old-style function decls in non-gnulib regex code eggert at gnu dot org
20:23 [Bug regex/1280] New: avoding old-style function decls in non-gnulib regex code eggert at gnu dot org
19:53 [Bug regex/1279] regex simplification: "if (A == B) A += C - B;" -> "if (A == B) A = C;" eggert at gnu dot org
19:53 [Bug regex/1279] New: regex simplification: "if (A == B) A += C - B;" -> "if (A == B) A = C;" eggert at gnu dot org
19:37 [Bug regex/1278] regex undefined behavior with shifting past word length eggert at gnu dot org
19:37 [Bug regex/1278] New: regex undefined behavior with shifting past word length eggert at gnu dot org
18:05 [Bug regex/1273] remove unused members in private regex structures eggert at gnu dot org
18:04 [Bug regex/1273] New: remove unused members in private regex structures eggert at gnu dot org

August 26, 2005
21:43 [Bug regex/1248] simplify regex code by removing unnecessary forward decls eggert at gnu dot org
21:42 [Bug regex/1221] remove RE_NO_INTERNAL_PROTOTYPES eggert at gnu dot org
21:42 [Bug regex/1248] New: simplify regex code by removing unnecessary forward decls eggert at gnu dot org
06:07 [Bug regex/1245] regexec invokes alloca with unbounded size; plus alloca cleanup eggert at gnu dot org
05:54 [Bug regex/1245] regexec invokes alloca with unbounded size; plus alloca cleanup eggert at gnu dot org
05:54 [Bug regex/1245] New: regexec invokes alloca with unbounded size; plus alloca cleanup eggert at gnu dot org
05:54 [Bug regex/1241] regex isn't compilable by g++; also, a dereferencing bug eggert at gnu dot org

August 25, 2005
20:37 [Bug regex/1241] regex isn't compilable by g++; also, a dereferencing bug eggert at gnu dot org
20:36 [Bug regex/1241] New: regex isn't compilable by g++; also, a dereferencing bug eggert at gnu dot org
05:06 [Bug regex/1240] regerror signatures are missing 'restrict' eggert at gnu dot org
05:05 [Bug regex/1240] New: regerror signatures are missing 'restrict' eggert at gnu dot org

August 24, 2005
23:40 [Bug regex/1238] POSIX no longer requires including sys/types.h before regex.h eggert at gnu dot org
23:39 [Bug regex/1238] New: POSIX no longer requires including sys/types.h before regex.h eggert at gnu dot org
23:22 [Bug regex/1237] Use new, posix-compliant regex.h names in regex implementation eggert at gnu dot org
23:21 [Bug regex/1237] New: Use new, posix-compliant regex.h names in regex implementation eggert at gnu dot org
23:21 [Bug regex/1236] regex.h violates POSIX name space rules in several places eggert at gnu dot org
23:08 [Bug regex/1236] regex.h violates POSIX name space rules in several places eggert at gnu dot org
22:23 [Bug regex/1236] regex.h violates POSIX name space rules in several places eggert at gnu dot org
22:23 [Bug regex/1233] regex.h POSIX and portability problems with REG_ENOSYS eggert at gnu dot org
22:21 [Bug regex/1236] regex.h violates POSIX name space rules in several places eggert at gnu dot org
22:21 [Bug regex/1236] New: regex.h violates POSIX name space rules in several places eggert at gnu dot org
22:21 [Bug regex/1233] regex.h POSIX and portability problems with REG_ENOSYS eggert at gnu dot org

August 23, 2005
20:18 [Bug regex/1233] regex.h POSIX and portability problems with REG_ENOSYS eggert at gnu dot org
20:17 [Bug regex/1233] New: regex.h POSIX and portability problems with REG_ENOSYS eggert at gnu dot org
19:08 [Bug regex/1232] regex.h comment for RE_NO_EMPTY_RANGES is incorrect eggert at gnu dot org
19:07 [Bug regex/1232] New: regex.h comment for RE_NO_EMPTY_RANGES is incorrect eggert at gnu dot org
18:28 [Bug regex/1231] unncessary forward decls in regex_internal.c, regexec.c eggert at gnu dot org
18:27 [Bug regex/1220] regex uses old-style definitions that cause g++ to fail eggert at gnu dot org
18:27 [Bug regex/1231] New: unncessary forward decls in regex_internal.c, regexec.c eggert at gnu dot org

August 21, 2005
04:59 [Bug regex/1227] regexec portability bug: code assumes reg_errcode_t is signed eggert at gnu dot org
04:58 [Bug regex/1227] New: regexec portability bug: code assumes reg_errcode_t is signed eggert at gnu dot org
03:29 [Bug regex/1226] regex_internal.c says "static unsigned int inline"; some compilers warn eggert at gnu dot org
03:29 [Bug regex/1226] New: regex_internal.c says "static unsigned int inline"; some compilers warn eggert at gnu dot org
00:40 [Bug regex/1225] unused local variables in regexec.c if _LIBC is not defined eggert at gnu dot org
00:40 [Bug regex/1225] New: unused local variables in regexec.c if _LIBC is not defined eggert at gnu dot org
00:26 [Bug regex/1224] unnecessary forward decls in posix/regcomp.c eggert at gnu dot org
00:25 [Bug regex/1220] regex uses old-style definitions that cause g++ to fail eggert at gnu dot org
00:25 [Bug regex/1224] New: unnecessary forward decls in posix/regcomp.c eggert at gnu dot org

August 20, 2005
22:24 [Bug regex/1223] posix/regcomp.c declares create_initial_state twice eggert at gnu dot org
22:24 [Bug regex/1223] New: posix/regcomp.c declares create_initial_state twice eggert at gnu dot org
07:39 [Bug regex/1222] regex.h _RE_ARGS removal eggert at gnu dot org
07:39 [Bug regex/1222] New: regex.h _RE_ARGS removal eggert at gnu dot org
07:32 [Bug regex/1221] remove RE_NO_INTERNAL_PROTOTYPES eggert at gnu dot org
07:32 [Bug regex/1220] regex uses old-style definitions that cause g++ to fail eggert at gnu dot org
07:32 [Bug regex/1221] New: remove RE_NO_INTERNAL_PROTOTYPES eggert at gnu dot org
07:28 [Bug regex/1217] regcomp.c elicits uninitialized-variable warnings with GCC 4 eggert at gnu dot org
07:28 [Bug regex/1220] regex uses old-style definitions that cause g++ to fail eggert at gnu dot org
07:26 [Bug regex/1220] regex uses old-style definitions that cause g++ to fail eggert at gnu dot org
07:26 [Bug regex/1220] New: regex uses old-style definitions that cause g++ to fail eggert at gnu dot org
01:01 [Bug regex/1218] suppress bogus uninitialized-variable warnings in regex_internal.c eggert at gnu dot org
01:00 [Bug regex/1218] New: suppress bogus uninitialized-variable warnings in regex_internal.c eggert at gnu dot org
00:06 [Bug regex/1217] regcomp.c elicits uninitialized-variable warnings with GCC 4 eggert at gnu dot org
00:05 [Bug regex/1217] New: regcomp.c elicits uninitialized-variable warnings with GCC 4 eggert at gnu dot org

August 19, 2005
23:30 [Bug regex/1216] regexec.c patch to avoid gcc -Wshadow warning eggert at gnu dot org
23:29 [Bug regex/1216] New: regexec.c patch to avoid gcc -Wshadow warning eggert at gnu dot org
22:59 [Bug regex/1215] regex_internal patch to avoid warnings with gcc -Wshadow eggert at gnu dot org
22:58 [Bug regex/1215] New: regex_internal patch to avoid warnings with gcc -Wshadow eggert at gnu dot org

August 18, 2005
06:46 [Bug regex/1207] space-before-tab in regex.h causes spurious diffs from coreutils roland at gnu dot org
06:42 [Bug regex/1207] space-before-tab in regex.h causes spurious diffs from coreutils cvs-commit at gcc dot gnu dot
05:14 [Bug regex/1207] space-before-tab in regex.h causes spurious diffs from coreutils eggert at gnu dot org
05:13 [Bug regex/1207] New: space-before-tab in regex.h causes spurious diffs from coreutils eggert at gnu dot org

August 16, 2005
00:01 [Bug regex/1201] regex.h problem when compiling with g++ eggert at gnu dot org
00:01 [Bug regex/1201] New: regex.h problem when compiling with g++ eggert at gnu dot org

August 06, 2005
16:09 [Bug regex/1178] posix regex tests timeout on PII 180MHz jakub at redhat dot com
16:01 [Bug regex/1177] posi brandon_peirce at hotmail dot
15:59 [Bug regex/1178] posix regex tests timeout on PII 180MHz brandon_peirce at hotmail dot
15:57 [Bug regex/1178] New: posix regex tests timeout on PII 180MHz brandon_peirce at hotmail dot
15:43 [Bug regex/1177] New: posi brandon_peirce at hotmail dot

August 04, 2005
14:43 [Bug regex/1171] \] does not work in brackets schwab at suse dot de
13:08 [Bug regex/1171] New: \] does not work in brackets zlomek at gcc dot gnu dot org

August 02, 2005
04:37 [Bug regex/1149] New: character class with range doesn't match half-width kana in SJIS locale kimura dot koichi at canon dot


Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index]
Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]
Search: Limit to:

Mail converted by MHonArc 2.6.3