Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable GNU m4 compatibility mode. | jkim | 2013-05-21 | 1 | -1/+1 |
| | |||||
* | Allow YY_NO_UNPUT to disable unput() for backward compatibility. | jkim | 2013-05-21 | 1 | -0/+5 |
| | |||||
* | Define yy_current_buffer for backward compatibility. | jkim | 2013-05-21 | 1 | -0/+1 |
| | |||||
* | Do not use log10(3) to get rid of libm dependency. It is really not useful. | jkim | 2013-05-21 | 3 | -3/+5 |
| | |||||
* | Reduce compiler warnings. | jkim | 2013-05-21 | 9 | -9/+16 |
| | |||||
* | Apply still relevant local changes. | jkim | 2013-05-21 | 13 | -101/+108 |
| | | | | | | | | | r124183: Work around a `label defined but not used' warning. r179549: De-register declarations. r179657: De-register declarations in non-dot-c files. r181269: Mark yy_fatal_error() as __dead2. r228992: Spelling fixes. r240518: Correct double "the the". | ||||
* | Add flex 2.5.37 from flex.sourceforge.net to contrib. | jkim | 2013-05-21 | 37 | -0/+28800 |