diff --git a/doc/Attic/examples.html b/doc/Attic/examples.html index 8f73b69a..737b11ee 100644 --- a/doc/Attic/examples.html +++ b/doc/Attic/examples.html @@ -53,13 +53,10 @@

Directory: libs/test/captures.

Files: captures_test.cpp.

Example programs

-

jgrep.exe

-

A simple grep implementation, run with no command line options to find out its - usage. Look at fileiter.cpp/fileiter.hpp and - the mapfile class to see an example of a "smart" bidirectional iterator that - can be used with boost.regex or any other STL algorithm.

-

Files: jgrep.cpp, - main.cpp.

+

grep

+

A simple grep implementation, run with the -h command line option to find out + its usage.

+

Files: grep.cpp

timer.exe

A simple interactive expression matching application, the results of all matches are timed, allowing the programmer to optimize their regular diff --git a/doc/examples.html b/doc/examples.html index 8f73b69a..737b11ee 100644 --- a/doc/examples.html +++ b/doc/examples.html @@ -53,13 +53,10 @@

Directory: libs/test/captures.

Files: captures_test.cpp.

Example programs

-

jgrep.exe

-

A simple grep implementation, run with no command line options to find out its - usage. Look at fileiter.cpp/fileiter.hpp and - the mapfile class to see an example of a "smart" bidirectional iterator that - can be used with boost.regex or any other STL algorithm.

-

Files: jgrep.cpp, - main.cpp.

+

grep

+

A simple grep implementation, run with the -h command line option to find out + its usage.

+

Files: grep.cpp

timer.exe

A simple interactive expression matching application, the results of all matches are timed, allowing the programmer to optimize their regular diff --git a/example/Jamfile b/example/Jamfile index f7b8c21a..0b0c4572 100644 --- a/example/Jamfile +++ b/example/Jamfile @@ -63,7 +63,7 @@ rule regex-test-run ( sources + : input * ) test-suite regex-examples : [ regex-test-run timer/regex_timer.cpp