CVS commit: src/tests/lib/libc/regex

2021-06-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jun 9 21:09:20 UTC 2021 Modified Files: src/tests/lib/libc/regex: t_exhaust.c Log Message: remove the kill in the trace code. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/tests/lib/libc/regex

2021-06-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jun 9 21:08:56 UTC 2021 Modified Files: src/tests/lib/libc/regex: t_exhaust.c Log Message: remove not required include files To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/tests/lib/libc/regex

2021-06-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jun 9 20:48:37 UTC 2021 Modified Files: src/tests/lib/libc/regex: t_exhaust.c Log Message: 1. Preallocate the patterns so that out of memory conditions don't happen during their allocation, which the test cannot handle

CVS commit: src/tests/lib/libc/regex

2021-06-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jun 7 11:45:35 UTC 2021 Modified Files: src/tests/lib/libc/regex: t_exhaust.c Log Message: Add more information for the malloc failure. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11

CVS commit: src/tests/lib/libc/regex

2021-02-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 25 22:37:37 UTC 2021 Modified Files: src/tests/lib/libc/regex: Makefile debug.c Log Message: Adjust for conditional NLS To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/tests/lib/libc/regex/Makefile

CVS commit: src/tests/lib/libc/regex

2021-02-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 24 18:18:53 UTC 2021 Modified Files: src/tests/lib/libc/regex: debug.c Log Message: remove casts To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libc/regex/debug.c Please note that diffs are

CVS commit: src/tests/lib/libc/regex

2021-02-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Feb 24 02:33:56 UTC 2021 Modified Files: src/tests/lib/libc/regex: debug.c Log Message: minimal fix to match the library code (really make the constants unsigned instead) To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tests/lib/libc/regex

2021-02-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 23 17:13:44 UTC 2021 Modified Files: src/tests/lib/libc/regex: main.c Log Message: Add REG_GNU To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/regex/main.c Please note that diffs are

CVS commit: src/tests/lib/libc/regex

2021-02-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 23 16:00:37 UTC 2021 Modified Files: src/tests/lib/libc/regex: t_regex_att.c Log Message: Add support for ENOSYS (was never set) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/tests/lib/libc/regex

2021-02-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 23 15:00:01 UTC 2021 Modified Files: src/tests/lib/libc/regex: main.c Log Message: Add REG_POSIX, and make compile on linux where we don't have a lot of the internal flags. To generate a diff of this commit: cvs rdiff

CVS commit: src/tests/lib/libc/regex

2021-02-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 23 14:59:09 UTC 2021 Modified Files: src/tests/lib/libc/regex: debug.c Log Message: Delete category stuff that has changed with the new regex; make compile on linux and with TRE To generate a diff of this commit: cvs

CVS commit: src/tests/lib/libc/regex/data

2021-02-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 23 14:57:16 UTC 2021 Modified Files: src/tests/lib/libc/regex/data: meta.in repet_bounded.in repet_multi.in Log Message: Comment out tests that the new stricter regex does not like To generate a diff of this commit:

CVS commit: src/tests/lib/libc/regex

2019-03-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 16 21:57:15 UTC 2019 Modified Files: src/tests/lib/libc/regex: t_exhaust.c Log Message: PR/54061: Bump memory for jemalloc (a lot). To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/tests/lib/libc/regex

2017-01-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 14 20:59:23 UTC 2017 Modified Files: src/tests/lib/libc/regex: t_regex_att.c Log Message: PR/51873: Ngie Cooper: add util.h #include To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/lib/libc/regex

2017-01-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 14 00:50:56 UTC 2017 Modified Files: src/tests/lib/libc/regex: debug.c t_exhaust.c t_regex_att.c Log Message: PR/51832: Ngie Cooper: - limit memory to 64M - error msg fixes - includes fixes To generate a diff of this

CVS commit: src/tests/lib/libc/regex

2011-11-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Nov 16 17:47:19 UTC 2011 Modified Files: src/tests/lib/libc/regex: t_exhaust.c Log Message: add require.memory=500M To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libc/regex/t_exhaust.c Please

CVS commit: src/tests/lib/libc/regex

2011-11-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Nov 16 18:37:31 UTC 2011 Modified Files: src/tests/lib/libc/regex: t_exhaust.c Log Message: this works with much less memory too. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/tests/lib/libc/regex

2011-11-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Nov 9 15:14:44 UTC 2011 Modified Files: src/tests/lib/libc/regex: t_exhaust.c Log Message: add a large timeout for libtre To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libc/regex/t_exhaust.c

CVS commit: src/tests/lib/libc/regex

2011-11-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 6 14:23:04 UTC 2011 Added Files: src/tests/lib/libc/regex: att.c Log Message: Add a test harness for the att data files: http://www2.research.att.com/~gsf/testregex/ Not part of the build yet. To generate a diff

CVS commit: src/tests/lib/libc/regex

2011-11-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 6 15:19:31 UTC 2011 Modified Files: src/tests/lib/libc/regex: att.c Log Message: Add a bug section so we can skip tests that don't work. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/tests/lib/libc/regex

2011-11-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 6 16:02:08 UTC 2011 Modified Files: src/tests/lib/libc/regex: att.c Log Message: Add the nullsubexpression tests. We mostly fail or don't support them. Two of the tests actually cause the regex library to enter

CVS commit: src/tests/lib/libc/regex

2011-11-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 6 16:08:29 UTC 2011 Modified Files: src/tests/lib/libc/regex: att.c Log Message: Add the failed forced association tests. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/regex/att.c

CVS commit: src/tests/lib/libc/regex/att

2011-11-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 6 16:26:20 UTC 2011 Added Files: src/tests/lib/libc/regex/att: README basic.dat categorization.dat forcedassoc.dat leftassoc.dat nullsubexpr.dat repetition.dat rightassoc.dat Log Message: Add

CVS commit: src/tests/lib/libc/regex

2011-11-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 6 16:26:54 UTC 2011 Modified Files: src/tests/lib/libc/regex: att.c Log Message: more failed tests, perhaps I should move the data to a file, but how do you open a file in ATF? To generate a diff of this commit: cvs

CVS commit: src/tests/lib/libc/regex/data/att

2011-11-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 6 16:40:37 UTC 2011 Added Files: src/tests/lib/libc/regex/data/att: README basic.dat categorization.dat forcedassoc.dat leftassoc.dat nullsubexpr.dat repetition.dat rightassoc.dat Log Message:

CVS commit: src/tests/lib/libc/regex/att

2011-11-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 6 16:41:03 UTC 2011 Removed Files: src/tests/lib/libc/regex/att: README basic.dat categorization.dat forcedassoc.dat leftassoc.dat nullsubexpr.dat repetition.dat rightassoc.dat Log Message:

CVS commit: src/tests/lib/libc/regex

2011-11-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 6 16:43:25 UTC 2011 Modified Files: src/tests/lib/libc/regex: att.c Log Message: be less chatty. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libc/regex/att.c Please note that diffs are

CVS commit: src/tests/lib/libc/regex

2011-11-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 6 17:02:33 UTC 2011 Modified Files: src/tests/lib/libc/regex: Makefile Added Files: src/tests/lib/libc/regex: t_regex_att.in Log Message: Add the ATT regex tests To generate a diff of this commit: cvs rdiff

CVS commit: src/tests/lib/libc/regex

2011-11-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 6 18:31:30 UTC 2011 Modified Files: src/tests/lib/libc/regex: t_regex_att.in Log Message: leave all tests in and have the awk script select which ones are appropriate. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/tests/lib/libc/regex

2011-11-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 6 18:34:48 UTC 2011 Modified Files: src/tests/lib/libc/regex: t_exhaust.c Log Message: - Print the symbolic error using regerror, as well as the pattern that caused it. - Add the ability to set the number of

CVS commit: src/tests/lib/libc/regex

2011-11-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 6 19:45:37 UTC 2011 Modified Files: src/tests/lib/libc/regex: Makefile Log Message: make the standard tests optional. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libc/regex/Makefile

CVS commit: src/tests/lib/libc/regex

2011-11-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Nov 5 23:33:15 UTC 2011 Modified Files: src/tests/lib/libc/regex: Makefile Log Message: Arrange so that the same tests can be used by libtre. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/tests/lib/libc/regex

2011-11-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 4 15:48:10 UTC 2011 Modified Files: src/tests/lib/libc/regex: t_exhaust.c Log Message: stylistic improvements. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libc/regex/t_exhaust.c Please

CVS commit: src/tests/lib/libc/regex

2011-10-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 21 00:41:35 UTC 2011 Modified Files: src/tests/lib/libc/regex: t_exhaust.c Log Message: simplify. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libc/regex/t_exhaust.c Please note that

CVS commit: src/tests/lib/libc/regex

2011-10-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 9 18:21:09 UTC 2011 Modified Files: src/tests/lib/libc/regex: Makefile Added Files: src/tests/lib/libc/regex: t_exhaust.c Log Message: Add a test to check for DoS attacks against regcomp/regexec. From

CVS commit: src/tests/lib/libc/regex

2011-10-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 10 04:32:42 UTC 2011 Modified Files: src/tests/lib/libc/regex: Makefile debug.c Log Message: - Use PROGS instead of PROG so that we can co-exist with TESTS_C - Make the helper program compile again. To generate a diff

CVS commit: src/tests/lib/libc/regex

2011-01-08 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Jan 9 01:00:40 UTC 2011 Added Files: src/tests/lib/libc/regex: Makefile Log Message: Ouch - forgot the include this earlier. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/regex/Makefile

CVS commit: src/tests/lib/libc/regex

2011-01-08 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Jan 9 05:44:47 UTC 2011 Modified Files: src/tests/lib/libc/regex: t_regex.in Log Message: Fix typo that got lost between my trial build and the final commit To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2