summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAge
* start version 2.5.36Will Estes2008-03-30
|
* start work on version 2.5.35Will Estes2008-02-09
|
* revert NEWS and configure.in to version 2.5.34Will Estes2007-12-12
|
* update version number to 2.5.35Will Estes2007-09-12
|
* Changes to resolve SF bugs 1568325 and 1563589.Aaron Stone2007-05-31
|
* fixes to test-pthreadWill Estes2007-05-12
|
* unit test to verify concatenated options parsingWill Estes2007-05-12
|
* version 2.5.34Will Estes2007-05-11
|
* overhaul configure.in: use octathorps for comments so they're passed through ↵Will Estes2007-04-13
|\ | | | | | | m4 processing; better bracketing of m4 arguments; retool checks as per suggestions from autoscan(1)
| * Start conditions now generated in a single place.John Millaway2003-03-19
| |
* | make better use of AC_INIT; clean up, simplify and make more robust the ↵Will Estes2007-02-13
| | | | | | | | generation of the man page
* | remove option check-news from call to AM_INIT_AUTOMAKE as gnits implies ↵Will Estes2007-02-13
| | | | | | | | check-news
* | move automake options from Makefile.am to configure.inWill Estes2007-02-13
| |
* | remove flex.specWill Estes2007-02-13
| |
* | add unit test for c++ with yywrapWill Estes2006-10-20
| |
* | Added configure check for assert.h.John Millaway2006-03-27
| | | | | | | | Added scanner flags stack.
* | Added extended, perl-compatible comment syntax.John Millaway2006-03-25
| | | | | | | | | | Added test for extended comment syntax. Documented extended comment syntax.
* | Added negated character class expressions.John Millaway2006-03-22
| | | | | | | | | | Documented negated character class expressions. Added regression test for negated character class expressions.
* | Added test to verify user code is unmangled.John Millaway2006-03-21
| |
* | remove website directory from configure.inWill Estes2006-02-21
| |
* | version 2.5.33 marks in NEWS and configure.inWill Estes2006-02-20
| |
* | change email address in configure.in to point to flex-help@sourceforge.netWill Estes2006-02-20
| |
* | Removed reference to RoadMap in Makefile.am.John Millaway2006-02-15
| | | | | | | | Added website directory.
* | yy_lex_destroy calls yy_init_globals to reset everything for next call to yylex.John Millaway2006-02-15
| | | | | | | | Added two new tests for reusing scanners.
* | Added C99 macro for inttypes, just to be conformant.John Millaway2006-02-14
| |
* | Added check for locale.h and libintl.h in configure script.John Millaway2006-02-14
| |
* | Minor patch to call to head in configure script.John Millaway2006-02-14
| |
* | Configure checks for GNU m4.John Millaway2003-12-11
| | | | | | | | | | Environment variable M4 overrides built-in m4 path. Generated m4 does a late check for GNU m4.
* | upgrade gettext to 0.12; this allows running make pdf and make ps to be ↵Will Estes2003-05-20
| | | | | | | | successful
* | version 2.5.31Will Estes2003-04-01
| |
* | remove AM_MAINTAINER_MODEWill Estes2003-04-01
| |
* | Added %top block syntax.John Millaway2003-03-27
| | | | | | | | | | Added test for %top block. Documented %top block.
* | check for sys/wait.h since we use wait(2)Will Estes2003-03-26
| |
* | add tools/ subdirectory to distributionWill Estes2003-03-26
| |
* | Added test for yypush_buffer_state and yypop_buffer_state.John Millaway2003-03-26
| |
* | Added test for #line directives.John Millaway2003-03-26
| |
* | Added test for noansi (traditional) options.John Millaway2003-03-26
| | | | | | | | Reordered the tests so the basic ones are first.
* | merge millaway's m4 branch workWill Estes2003-03-25
|/
* version 2.5.29Will Estes2003-03-05
|
* move flex.texi and flex.1 to new doc/ subdirectoryWill Estes2003-02-27
|
* version 2.5.28Will Estes2003-02-12
|
* update documentation to reflect the sourceforge moveWill Estes2003-02-10
|
* version 2.5.27Will Estes2003-01-21
|
* version 2.5.26Will Estes2003-01-14
|
* add a spec fileWill Estes2003-01-09
|
* version 2.5.25Will Estes2002-12-02
|
* version 2.5.24Will Estes2002-11-25
|
* try to make sure we have GNU m4Will Estes2002-11-23
|
* apparently on some BSD systems, we need sys/params.h; reported by millawayWill Estes2002-11-23
|
* When we use AC_PATH_PROG, value-if-not-found is the name of theWill Estes2002-10-22
| | | | program we wanted to find; this will generate more helpful error messages