Module name: atfify Committed by: qx89l4 Date: Mon Jul 28 08:23:03 UTC 2008
Modified Files:
atfify/tests/sys/libc: Atffile Makefile
Added Files:
atfify/tests/sys/libc/regex: Atffile Makefile README debug.c
debug.ih main.c main.ih split.c t_regex.awk t_regex.in
atfify/tests/sys/libc/regex/data: anchor.in backref.in basic.in
bracket.in c_comments.in complex.in error.in meta.in nospec.in
nul.in paren.in regress.in repet_bounded.in repet_multi.in
repet_ordinary.in startend.in subexp.in subtle.in word_bound.in
Log Message:
Add test for regular expressions
To generate a diff of this commit:
cvs -z3 rdiff -u -r0 -r1.1 atfify/tests/sys/libc/regex/Atffile \
atfify/tests/sys/libc/regex/Makefile atfify/tests/sys/libc/regex/README \
atfify/tests/sys/libc/regex/data/anchor.in \
atfify/tests/sys/libc/regex/data/backref.in \
atfify/tests/sys/libc/regex/data/basic.in \
atfify/tests/sys/libc/regex/data/bracket.in \
atfify/tests/sys/libc/regex/data/c_comments.in \
atfify/tests/sys/libc/regex/data/complex.in \
atfify/tests/sys/libc/regex/data/error.in \
atfify/tests/sys/libc/regex/data/meta.in \
atfify/tests/sys/libc/regex/data/nospec.in \
atfify/tests/sys/libc/regex/data/nul.in \
atfify/tests/sys/libc/regex/data/paren.in \
atfify/tests/sys/libc/regex/data/regress.in \
atfify/tests/sys/libc/regex/data/repet_bounded.in \
atfify/tests/sys/libc/regex/data/repet_multi.in \
atfify/tests/sys/libc/regex/data/repet_ordinary.in \
atfify/tests/sys/libc/regex/data/startend.in \
atfify/tests/sys/libc/regex/data/subexp.in \
atfify/tests/sys/libc/regex/data/subtle.in \
atfify/tests/sys/libc/regex/data/word_bound.in \
atfify/tests/sys/libc/regex/debug.c atfify/tests/sys/libc/regex/debug.ih \
atfify/tests/sys/libc/regex/main.c atfify/tests/sys/libc/regex/main.ih \
atfify/tests/sys/libc/regex/split.c \
atfify/tests/sys/libc/regex/t_regex.awk \
atfify/tests/sys/libc/regex/t_regex.in
cvs -z3 rdiff -u -r1.19 -r1.20 atfify/tests/sys/libc/Atffile \
atfify/tests/sys/libc/Makefile
To view a diff of this commit:
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libc/regex/Atffile?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libc/regex/Makefile?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libc/regex/README?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libc/regex/data/anchor.in?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libc/regex/data/backref.in?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libc/regex/data/basic.in?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libc/regex/data/bracket.in?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libc/regex/data/c_comments.in?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libc/regex/data/complex.in?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libc/regex/data/error.in?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libc/regex/data/meta.in?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libc/regex/data/nospec.in?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libc/regex/data/nul.in?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libc/regex/data/paren.in?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libc/regex/data/regress.in?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libc/regex/data/repet_bounded.in?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libc/regex/data/repet_multi.in?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libc/regex/data/repet_ordinary.in?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libc/regex/data/startend.in?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libc/regex/data/subexp.in?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libc/regex/data/subtle.in?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libc/regex/data/word_bound.in?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libc/regex/debug.c?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libc/regex/debug.ih?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libc/regex/main.c?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libc/regex/main.ih?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libc/regex/split.c?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libc/regex/t_regex.awk?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libc/regex/t_regex.in?r1=0&r2=1.1
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libc/Atffile?r1=1.19&r2=1.20
http://netbsd-soc.cvs.sourceforge.net/netbsd-soc/atfify/tests/sys/libc/Makefile?r1=1.19&r2=1.20
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
NetBSD-SoC-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/netbsd-soc-cvs
