16 Commits

Author SHA1 Message Date
musvaage
d7d1c54362 typos 2023-08-22 11:35:15 -04:00
6NoFantasy9
a3022d064a Fix README typos
* Update README

* patch 1.5
2023-06-05 07:02:59 -04:00
Eric S. Raymond
e7611bea3c Three more namespace cleanups for multilanguage.
Replace YY_FLUSH_BUFFER with yy_flush_current_buffer()
Replace YY_CURRENT_BUFFER with yy_current_buffer().
Replace YY_BUFFER_STATE with yybuffer.

The following are the all-caps definitions still exposed:

YY_FLEX_MAJOR_VERSION
YY_FLEX_MINOR_VERSION
YY_FLEX_SUBMINOR_VERSION
YY_NULL
YY_END_OF_BUFFER_CHAR
YY_BUF_SIZE
YYLMAX

It is not idea for this list to be nonempty, but
at least these are all actual comple-time constants
rather than function calls or type names.
2020-10-13 07:44:36 -04:00
Eric S. Raymond
8d0162b80a Update all the examples to use the new API elements.
Add a fully reentrant example.  And update to TODO file.
2020-10-12 21:07:14 -04:00
Eric S. Raymond
aac8fe8896 Revise the manual so the reentrant interface is recommended early.
Also add the first example friom the manual, and a reentrant variant
of it, to the example set.  And document how to integrate examples.
2020-10-12 09:16:40 -04:00
Akim Demaille
004399be12 Replaced FLEX_STD macro with std::.
The std:: construct exists as of C++98, so we can simply assume it is
supported.
2015-12-05 05:46:19 -05:00
Yuri
8091dc9076 Removed deprecated 'register' storage class specifier.
clang-3.5.0 now complains about them: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register]
2014-07-25 08:13:41 -04:00
Will Estes
0bef977b95 remove unneeded .cvsignore files 2012-07-23 05:37:37 -04:00
Will Estes
6ea94e7c86 now examples/ fits into automake 2002-03-05 14:49:29 +00:00
Will Estes
9e910d86a3 examples/fastwc now fits into automake 2002-03-05 14:48:37 +00:00
Will Estes
b9c026a2c0 examples/manual directory now fits into automake 2002-03-05 14:47:36 +00:00
Will Estes
de8ca40a46 renamed Makefile to Makefile.examples for automake's sake 2002-03-05 14:45:39 +00:00
Will Estes
9a4081f734 commit the backwash from the branch merges 2001-09-19 19:37:43 +00:00
Will Estes
75a2fd64cc made preliminary c++ fixes; the intent is to make it work with recent c++ compilers 2001-09-19 19:19:03 +00:00
Will Estes
5fd717cd0c re-add these files 2001-07-24 20:23:36 +00:00
Will Estes
2eae880030 adding the rest of vern's files 2001-05-01 20:47:11 +00:00