summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAge
* Merge branch 'upstream'Manoj Srivastava2016-01-22
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Manoj Srivastava <srivasta@debian.org> # Conflicts: # INSTALL # Makefile.in # aclocal.m4 # build-aux/compile # build-aux/config.guess # build-aux/config.sub # build-aux/depcomp # build-aux/install-sh # build-aux/mdate-sh # build-aux/texinfo.tex # configure # doc/Makefile.in # doc/flex.1 # doc/flex.info # doc/flex.info-1 # doc/flex.info-2 # doc/flex.pdf # doc/stamp-vti # doc/version.texi # examples/Makefile.in # examples/fastwc/Makefile.in # examples/manual/Makefile.in # src/config.h.in # tests/Makefile.in # tests/test-bison-nr/Makefile.am # tests/test-bison-yylloc/Makefile.am # tests/test-bison-yylval/Makefile.am # tools/Makefile.in
| * 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
| | * Removed deprecated 'register' storage class specifier.Yuri2014-07-25
| | | | | | | | | | | | clang-3.5.0 now complains about them: warning: 'register' storage class specifier is deprecated [-Wdeprecated-register]
| | * remove unneeded .cvsignore filesWill Estes2012-07-23
| | |
| | * now examples/ fits into automakeWill Estes2002-03-05
| | |
| | * examples/fastwc now fits into automakeWill Estes2002-03-05
| | |
| | * examples/manual directory now fits into automakeWill Estes2002-03-05
| | |
| | * renamed Makefile to Makefile.examples for automake's sakeWill Estes2002-03-05
| | |
| | * commit the backwash from the branch mergesWill Estes2001-09-19
| | |
| | * made preliminary c++ fixes; the intent is to make it work with recent c++ ↵Will Estes2001-09-19
| | | | | | | | | | | | compilers
| | * re-add these filesWill Estes2001-07-24
| | |
| | * adding the rest of vern's filesWill Estes2001-05-01
| |
| * Imported Upstream version 2.5.39Manoj Srivastava2014-04-09
| |
* | [topic--autoconf0files] Delete files create by autoconfManoj Srivastava2014-04-09
|/ | | | | | | | | | | | | | | Upstream has versions of autoconf files that are stuck at the time of release. As newer versions of autoconf come out, and these nerw versions support more architectures, porting to them becomes harder if the package uses the now obsolete versionsof the files. Flex packaging now begins to reate autoconf and automake as real toolchain components, and re-creates the autoconf files at build time, and removes them while cleaning up. This commit, then, removes the generated atutoconf files from version control. Signed-off-by: Manoj Srivastava <srivasta@debian.org>
* Imported Upstream version 2.5.34Manoj Srivastava2006-02-26
|
* Imported Upstream version 2.5.33Manoj Srivastava2006-02-25
|
* Imported Upstream version 2.5.31Manoj Srivastava2003-12-03