Skip to content

Commit

Permalink
released 1.1.4
Browse files Browse the repository at this point in the history
fixed reflex tool common top code block insertion for all inclusive states
  • Loading branch information
Robert-van-Engelen committed Mar 27, 2019
1 parent 90425e4 commit b3a2b7a
Show file tree
Hide file tree
Showing 217 changed files with 443 additions and 444 deletions.
13 changes: 2 additions & 11 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ For a quick clean build assuming your environment is pretty much standard:
$ ./clean.sh
$ ./build.sh

Or use the `make -f Make` command to do the same:

$ cd src; make -f Make

This compiles the **reflex** tool and installs it locally in `reflex/bin`. You
can add this location to your `$PATH` variable to enable the new `reflex`
command:
Expand All @@ -68,16 +64,11 @@ The `libreflex.a` and `libreflex.so` libraries are saved locally in
engine in your code. The RE/flex header files are locally located in
`include/reflex`.

To install the library and the `reflex` command in `/usr/local/lib` and
`/usr/local/bin`:
To install the man page, the header files in `/usr/local/include/reflex`, the
library in `/usr/local/lib` and the `reflex` command in `/usr/local/bin`:

$ sudo ./allinstall.sh

Or use the `make -f Make install` command to do the same:

$ cd lib; sudo make -f Make install
$ cd src; sudo make -f Make install

### Configure and make

The configure script accepts configuration and installation options. To view
Expand Down
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,16 +152,11 @@ or you could statically link libreflex.a with:
Also note that the RE/flex header files that you will need to include in your
project are locally located in `include/reflex`.

To fully install the library and the `reflex` command in `/usr/local/lib` and
`/usr/local/bin`:
To install the man page, the header files in `/usr/local/include/reflex`, the
library in `/usr/local/lib` and the `reflex` command in `/usr/local/bin`:

$ sudo ./allinstall.sh

Or use the `make -f Make install` command to do the same:

$ cd lib; sudo make -f Make install
$ cd src; sudo make -f Make install

### Configure and make

The configure script accepts configuration and installation options. To view
Expand Down Expand Up @@ -431,6 +426,7 @@ Changelog
- Mar 6, 2019: 1.1.1 fixed `configure` and `make install` header files, updated `--bison-locations` option.
- Mar 7, 2019: 1.1.2 fixed reflex tool handling of backslashes in file paths.
- Mar 11, 2019: 1.1.3 updated to Unicode 12, examples can now be built with `./configure --enable-examples`.
- Mar 27, 2019: 1.1.4 fixed reflex tool common top code block insertion for all inclusive states.

[logo-url]: https://www.genivia.com/images/reflex-logo.png
[reflex-url]: https://www.genivia.com/reflex.html
Expand Down
Binary file modified bin/reflex.exe
Binary file not shown.
1 change: 1 addition & 0 deletions clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ cd src; make -f Make distclean; cd -
cd unicode; make -f Make clean; cd -
cd tests; make -f Make clean; cd -
cd examples; make -f Make clean; cd -
rm -f Makefile config.h config.status config.log stamp-h1
echo
echo "OK"
5 changes: 5 additions & 0 deletions doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Documentation

See the RE/flex [manual][manual-url].

To view the local documentation, open `doc/html/index.html` in a browser.

To generate the documentation with Doxygen, run `make doc/html` from the source
root directory after `./configure`.

[logo-url]: https://www.genivia.com/images/reflex-logo.png
[reflex-url]: https://www.genivia.com/get-reflex.html
[manual-url]: https://www.genivia.com/doc/reflex/html
4 changes: 2 additions & 2 deletions doc/html/abslexer_8h.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions doc/html/absmatcher_8h.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions doc/html/annotated.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions doc/html/bits_8h.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions doc/html/boostmatcher_8h.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions doc/html/class_reflex-members.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions doc/html/class_reflex.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions doc/html/classes.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions doc/html/classreflex_1_1_abstract_lexer-members.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions doc/html/classreflex_1_1_abstract_lexer.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions doc/html/classreflex_1_1_abstract_lexer_1_1_matcher.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions doc/html/classreflex_1_1_abstract_matcher-members.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions doc/html/classreflex_1_1_abstract_matcher.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions doc/html/classreflex_1_1_abstract_matcher_1_1_iterator.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions doc/html/classreflex_1_1_abstract_matcher_1_1_operation.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b3a2b7a

Please sign in to comment.