summaryrefslogtreecommitdiffstats
path: root/usr.bin/lex
Commit message (Expand)AuthorAgeFilesLines
* Add META_MODE support.sjg2015-06-132-0/+41
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-272-4/+3
| |\ | |/ |/|
| * Merge from headsjg2014-05-081-1/+1
| |\
| * \ Merge from headsjg2013-09-0531-15377/+9874
| |\ \
| * | | Updated dependenciessjg2013-02-161-2/+0
| | | |
| | \ \
| *-. \ \ Sync from headsjg2012-11-041-1/+1
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-222-0/+43
| | |/ / / | |/| | |
* | | | | Add a ${CP} alias for copying files in the build.will2015-01-161-1/+1
* | | | | Workaround help2man defficiency that prevents mandoc from renderingbapt2014-11-231-3/+2
| |_|_|/ |/| | |
* | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
| |_|/ |/| |
* | | Connect flex 2.5.37 to the build and bump __FreeBSD_version.jkim2013-05-2131-15377/+9874
| |/ |/|
* | Correct double "the the"eadler2012-09-141-1/+1
|/
* Fix error reported by mandoc.joel2012-05-231-2/+1
* Parenthesize args in yyless() and unput() replacement textschweikh2012-04-101-3/+3
* Spelling fixes for usr.bin/uqs2011-12-303-4/+6
* Replace char copyright[] by static const char copyright[].ed2011-12-101-1/+1
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Unbreak the test target by re-generating the initial scanneruqs2010-11-092-183/+207
* flex: add missing ifdef magic to create/hide prototypesuqs2010-10-241-1/+23
* Don't define the input() function ifdef YY_NO_INPUT.rpaulo2010-10-131-0/+2
* Build usr.bin/ with WARNS=6 by default.ed2010-01-022-0/+4
* Let both yacc and lex generate code that passes -Wold-style-definition.ed2009-12-302-6/+6
* Mark functions as __dead2 in order to help the LLVM static checkercperciva2008-08-041-1/+2
* I missed some "register"s in non-dot-C files.dwmalone2008-06-085-28/+28
* De-register declarations.dwmalone2008-06-049-86/+86
* - Convert NO_INSTALLLIB option to a new syntax: makefiles shouldru2007-10-201-0/+2
* Convert NO_PROFILE and NO_LIB32 to new style.ru2006-03-181-1/+3
* NODOCCOMPRESS -> NO_DOCCOMPRESSru2004-12-211-2/+2
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
* Stop the practice of installing external headers into GCC-specific directory.kan2004-07-301-1/+1
* Correct a minor syntax mistake.keramida2004-07-071-1/+1
* Replace <iostream.h> with <iostream> to remove annoying warningjosef2004-03-111-13/+13
* Mark a function as `unused' in generated code. (Sometimes it is used,nectar2004-01-061-1/+7
* Work around a `label defined but not used' warning in *generated* code.nectar2004-01-061-0/+2
* Point to the new C++ include files location.kan2003-07-111-1/+1
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-012-2/+2
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* english(4) police.schweikh2002-12-271-1/+1
* Catch up with the ISO-C++ standard.obrien2002-09-091-1/+2
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-1/+1
* Consistently use FBSDIDobrien2002-06-3011-10/+22
* Added new bsd.incs.mk which handles installing of header filesru2002-05-121-4/+2
* Back out rev. 1.6 (NOLIB bootstrap helper) OBE'd by Makefile.inc1,v 1.96.ru2002-03-281-2/+0
* ``recognized -> recognize'' where appropriate.dd2001-08-231-2/+2
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-131-2/+6
* revert last commit. using %option nounput is betterassar2001-07-221-5/+1
* add an unused attribute to yyunput to avoid warnings (errors) whenassar2001-07-211-1/+5
* Remove whitespace at EOL.dd2001-07-151-8/+8
* Eliminate troff(1) warnings that were hiding some useful text.ru2001-07-121-3/+2
OpenPOWER on IntegriCloud