summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
* Imported Upstream version 2.6.0Manoj Srivastava2016-01-22
|
* Merge tag 'v2.6.0' into upstreamManoj Srivastava2016-01-22
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | flex v2.6.0 release Signed-off-by: Manoj Srivastava <srivasta@debian.org> # gpg: Signature made Sat 05 Dec 2015 11:42:31 AM PST using RSA key ID 4F8BC9A4 # gpg: requesting key 4F8BC9A4 from hkp server pool.sks-keyservers.net # gpg: no valid OpenPGP data found. # gpg: Total number processed: 0 # gpg: keyserver communications error: key not found # gpg: keyserver communications error: bad public key # gpg: Can't check signature: public key not found # Conflicts: # Makefile.am # NEWS # autogen.sh # configure.ac # doc/Makefile.am # doc/flex.texi # examples/fastwc/mywc.c # lib/Makefile.am # lib/malloc.c # lib/realloc.c # po/POTFILES.in # po/ca.po # po/da.po # po/de.po # po/eo.po # po/es.po # po/fi.po # po/fr.po # po/ga.po # po/hr.po # po/ko.po # po/nl.po # po/pl.po # po/pt_BR.po # po/ro.po # po/ru.po # po/sr.po # po/sv.po # po/tr.po # po/vi.po # po/zh_CN.po # po/zh_TW.po # tests/Makefile.am # tests/README
| * Fix malloc/realloc replacement, bug#151.Michael Haubenwallner2014-04-02
| | | | | | | | Signed-off-by: Will Estes <westes575@gmail.com>
| * change crlf line ending to lfWill Estes2014-04-02
| |
| * move flex program sources into src/ directoryWill Estes2014-02-16
| | | | | | | | | | | | The *.[chly] sources are now in the src directory. This implies a bunch of changes in Makefile.am and friends to account for the new location. The .gitignore files are now more local to places where various object files and generated source files occur.
| * Build libfl and libcompat using libtool; resolves #3586814Christoph Junghans2012-12-06
| | | | | | | | Signed-off-by: Will Estes <westes575@gmail.com>
| * remove unneeded .cvsignore filesWill Estes2012-07-23
| |
| * provide malloc() and realloc() for systems that do not have satisfactory ↵Will Estes2012-03-21
| | | | | | | | versions; resolves #1899047
| * cvsignore files that need thatWill Estes2012-02-03
|
* Imported Upstream version 2.5.39Manoj Srivastava2014-04-09