| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README | 2013-03-31 | 1.2 kB | |
| flexc++_1.04.00.orig.tar.gz | 2013-03-15 | 3.8 MB | |
| flexc++_1.04.00-1_i386.deb | 2013-03-15 | 249.7 kB | |
| Totals: 3 Items | 4.0 MB | 0 | |
flexc++ (1.04.00)
* Revised upload at Fri, 15 Mar 2013 23:13:02 +0100, matching git tag
1.04.00-revised.
* FBB::Errno calls are replaced by FBB::Exception calls.
* Added a static cast to generator/inputimplementation.cc (line 74) to get
rid of a compiler warning.
* Added %filenames to the directives in the man-page.
* Added a public member 'interactiveLine()' to the scannerbase's interface
to refresh the current interactive line buffer with the contents of the
next interactive line.
* Repaired erroneous ``^' inside regex loses its special meaning' warnings
occurring with single line min-scanner REs like this:
<mini>^regex
* ScannerBase::d_more is initialized to false (removes a (harmless) valgrind
warning).
-- Frank B. Brokken <f.b.brokken@rug.nl> Fri, 15 Mar 2013 23:13:44 +0100
flexc++ (1.03.01)
* Catching FBB::Errno exceptions is replaced by catching std::exception
exceptions
-- Frank B. Brokken <f.b.brokken@rug.nl> Thu, 24 Jan 2013 21:09:23 +0100
flexc++ (1.03.00)
* flexc++ returns 0 when called with the -h or -v flags
-- Frank B. Brokken <f.b.brokken@rug.nl> Tue, 27 Nov 2012 21:06:08 +0100