summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* New upstream version 2.6.4Manoj Srivastava2018-02-08
|
* Merge tag 'v2.6.4' into upstreamManoj Srivastava2018-02-08
|\ | | | | | | | | | | version 2.6.4 Signed-off-by: Manoj Srivastava <srivasta@debian.org>
| * doc: Correct typo in C code sample in manualviktor.shepel2017-05-06
| |
| * build: list earliest useable versions for automakeSimon Sobisch2017-05-02
| |
| * doc: Don't delete flex.1 during "make distclean".Explorer092016-10-28
| | | | | | | | | | | | flex.1 is pre-generated in release tarball. If we delete it, the next "configure and make" on the source directory will then require help2man unnecessarily.
| * Only regenerate the man page when required.Alastair Hughes2016-10-27
| | | | | | | | | | | | | | | | | | Make the flex binary an order-only prerequisite, and add back the prerequisites from before 7cfb440. This prevents rebuilding the man page whenever the flex binary is rebuilt, which causes problems if help2man is not installed and will never work when cross compiling. Fixes #108.
| * Update flex.texi: Removed repedative wordingAlex Kennedy2016-10-21
| | | | | | "Flex used to" was written twice at the beginning of Chapter 9, paragraph 2.
| * no longer generate K&R C scannersDemi Obenour2016-09-25
| |
| * build: prettified command to build man pageWill Estes2016-03-31
| |
| * build: added man page to DISTCLEANFILESWill Estes2016-03-31
| |
| * fix flex.1 dependencyrlar2016-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | git clean -fdx && ./autogen.sh && \ mkdir -p ../build && cd ../build && ../flex/configure && make -j10 && \ make dist failed with: > help2man: can't get `--help' info from ../../flex/src/flex Note: There is no dependency except for the flex binary.
| * doc: corrected example in manual, gh#67Will Estes2016-03-18
| |
* | Imported Upstream version 2.6.1Manoj Srivastava2016-07-31
| |
* | merge tag v2.6.1Manoj Srivastava2016-07-28
|\| | | | | | | Signed-off-by: Manoj Srivastava <srivasta@debian.org>
| * Referred to github for issue tracking, no longer sfWill Estes2016-01-18
| |
| * Removed flex.pdf from distribution; partially fixed sf#155Will Estes2015-12-11
| |
* | 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
| * Changed man page dependencies.Will Estes2015-11-11
| | | | | | | | | | | | | | | | | | | | | | | | The man page is just the --help output as reformatted by help2man. The --help option is most likely to change when the flex skeleton changes or one of the option parsing files changes or the configure.ac script itself changes. The dependencies reflect this now. It is still necessary, under some circumstances, to rebuild flex explicitly before building the man page. In theory, it's possible to have automake arrange to do this all the time, but doing so works out to be fragile, given the rest of the build system.
| * Updated documentation to reflect the revisions to FlexLexer.hMightyjo2015-11-07
| |
| * add %{...%} block to example in manualWill Estes2015-08-05
| |
| * Ignore directories build-aux/, m4/Will Estes2014-11-14
| | | | | | | | | | | | Since build-aux/ now contains a number of files previously at the top level, we ignore build-aux/. Therefore, it's not necessary to list any files that are now kept in it. Also, explicitly mark m4/ as a directory to ignore.
| * ignore more files generated by texinfoWill Estes2014-11-12
| |
| * 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]
| * fix punction when talking about colon-bracket delimiters; resolves sf#167Will Estes2014-04-02
| |
| * remove proofreading commentWill Estes2014-04-02
| |
| * Put angle brackets around start condition name; resolves bug #168.Will 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.
| * list more generated files in CLEANFILESWill Estes2014-02-13
| |
| * remove unmaintained xml documentationWill Estes2014-02-13
| |
| * rename .cvsignore files to .gitignoreWill Estes2012-07-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The .cvsignore files from the legacy cvs repository tracked what files got autogenerated during various stages of the flex build. Renaming the .cvsignore files to .gitignore lets git do the same thing. git is better about letting higher level .gitignore files not-track files in lower level directories. As I work my way through the test directories, we may add additional .gitignore files from the old .cvsignore files. The po/ directory has a lot of special files used by gettext, so the patterns in po/.gitignore look very different. The doc/.gitignore file accounts for what texinfo/makeinfo do, and so it also has special patterns. The m4 directory is mainly present for autoconf's benefit, but we have to account for it so make can do the right thing. Hence, m4/.gitignore says to ignore *.m4, as counterintuitive as that may seem.
| * fix call to version in manualWill Estes2012-06-23
| |
| * add missing argument to call to yylex in manualWill Estes2012-06-22
| |
| * add a 7 to the c99 octal pattern; resolves #3518269Will Estes2012-04-27
| |
| * copyedit; resolves #3513670Will Estes2012-03-31
| |
| * fix order of td_lolen and td_hilen in documentation; resolves #2913693; ↵Will Estes2012-03-02
| | | | | | | | patch submitted by Andreas Gruenbacher <agruen@suse.de>
| * correct document of YY_FLUSH_BUFFER; resolves #1723028Will Estes2012-03-02
| |
| * fix ipv6 pattern in manual; update manual copyright to 2012Will Estes2012-02-17
| |
| * Add link for RFC 2396Will Estes2012-02-17
| |
| * Include version.texi after @setfilename,Will Estes2009-03-31
| | | | | | | | | | | | | | | | so that @set values are correctly evaluated. (Start Conditions, Performance, Lex and Posix): Fix some markup errors. (Cxx): Likewise. Also, fix C++ example to actually be compilable. Patch from Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
| * specify the title on the title page since @settitle doesn't do that for us; ↵Will Estes2008-12-28
| | | | | | | | resolves bug #2043491
| * ignore automake-supplied ylwrapWill Estes2008-05-31
| |
| * correct eroneous references to 'nowrap' to refer to 'noyywrap'; resolves bug ↵Will Estes2008-05-15
| | | | | | | | #1739912
| * use ansi syntax in simple examples; resolves patch #1909844; patch submitted ↵Will Estes2008-05-14
| | | | | | | | by Tom Browder, tbrowder2@users.sourceforge.net
| * fix typo in example (from Paolo J. MatosWill Estes2008-04-10
| |
| * Introduce %option extra-type="your_type *" (resolves bug #1744505).Aaron Stone2007-09-10
| |
| * Docs and example for yylex_init_extra.Aaron Stone2007-06-12
| |
| * change title of manual to 'Lexical Analysis with Flex'Will Estes2007-05-01
| |
| * drop using the \ in \ escaping as it throws pdf generation for a loopWill Estes2007-04-16
| |
| * corrections to the manual as per suggestions from flex-help@Will Estes2007-04-10
| |