aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/lex
Commit message (Expand)AuthorAgeFilesLines
* MFV: r362286Jung-uk Kim2020-06-189-3008/+3428
|\
| * import vanilla flex version 2.5.35vendor/flex/2.5.35Baptiste Daroussin2011-11-2828-22407/+0
| * Virgin import of Flex v2.5.4David E. O'Brien1999-10-275-64/+105
* | Disable new clang 10.0.0 warnings about misleading indentation in flex.Dimitry Andric2020-01-311-0/+2
* | Update Makefile.depend filesSimon J. Gerraty2019-12-111-1/+0
* | Fix broken SPDX comment in usr.bin/lex/initparse.cAlex Richardson2018-02-071-1/+1
* | General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* | DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* | Adopt SRCTOP in usr.binWarner Losh2017-03-122-2/+2
* | Use NULL instead of 0 for pointers.Marcelo Araujo2016-04-192-4/+4
* | DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-241-10/+0
* | META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery2015-12-011-0/+3
* | META_MODE: Remove DEP_MACHINE from Makefile.depend files.Bryan Drewery2015-09-251-2/+0
* | META_MODE: Remove DEP_RELDIR from Makefile.depend files.Bryan Drewery2015-09-251-2/+0
* | Add META_MODE support.Simon J. Gerraty2015-06-132-0/+41
|\ \
| * | dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * | Merge sync of headSimon J. Gerraty2015-05-272-4/+3
| |\ \ | |/ / |/| |
| * | Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\ \
| * \ \ Merge from headSimon J. Gerraty2013-09-0531-15377/+9874
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | Sync from headSimon J. Gerraty2012-11-041-1/+1
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-222-0/+43
* | | | | | Add a ${CP} alias for copying files in the build.Will Andrews2015-01-161-1/+1
* | | | | | Workaround help2man defficiency that prevents mandoc from renderingBaptiste Daroussin2014-11-231-3/+2
| |_|_|/ / |/| | | |
* | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| |_|/ / |/| | |
* | | | Connect flex 2.5.37 to the build and bump __FreeBSD_version.Jung-uk Kim2013-05-2131-15377/+9874
| |/ / |/| |
* | | Correct double "the the"Eitan Adler2012-09-141-1/+1
|/ /
* | Fix error reported by mandoc.Joel Dahl2012-05-231-2/+1
* | Parenthesize args in yyless() and unput() replacement textJens Schweikhardt2012-04-101-3/+3
* | Spelling fixes for usr.bin/Ulrich Spörlein2011-12-303-4/+6
* | Replace char copyright[] by static const char copyright[].Ed Schouten2011-12-101-1/+1
* | Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* | Unbreak the test target by re-generating the initial scannerUlrich Spörlein2010-11-092-183/+207
* | flex: add missing ifdef magic to create/hide prototypesUlrich Spörlein2010-10-241-1/+23
* | Don't define the input() function ifdef YY_NO_INPUT.Rui Paulo2010-10-131-0/+2
* | Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-022-0/+4
* | Let both yacc and lex generate code that passes -Wold-style-definition.Ed Schouten2009-12-302-6/+6
* | Mark functions as __dead2 in order to help the LLVM static checkerColin Percival2008-08-041-1/+2
* | I missed some "register"s in non-dot-C files.David Malone2008-06-085-28/+28
* | De-register declarations.David Malone2008-06-049-86/+86
* | - Convert NO_INSTALLLIB option to a new syntax: makefiles shouldRuslan Ermilov2007-10-201-0/+2
* | Convert NO_PROFILE and NO_LIB32 to new style.Ruslan Ermilov2006-03-181-1/+3
* | NODOCCOMPRESS -> NO_DOCCOMPRESSRuslan Ermilov2004-12-211-2/+2
* | For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* | Stop the practice of installing external headers into GCC-specific directory.Alexander Kabaev2004-07-301-1/+1
* | Correct a minor syntax mistake.Giorgos Keramidas2004-07-071-1/+1
* | Replace <iostream.h> with <iostream> to remove annoying warningJosef El-Rayes2004-03-111-13/+13
* | Mark a function as `unused' in generated code. (Sometimes it is used,Jacques Vidrine2004-01-061-1/+7
* | Work around a `label defined but not used' warning in *generated* code.Jacques Vidrine2004-01-061-0/+2
* | Point to the new C++ include files location.Alexander Kabaev2003-07-111-1/+1