summaryrefslogtreecommitdiff
path: root/usr.bin/lex
AgeCommit message (Expand)Author
2025-05-28packages: rename elftoolchain to toolchain, add more thingsLexi Winter
2024-11-12Retire MK_PROFILE infrastructureEd Maste
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-04-27Additions to targets/pseudo/host-toolsSimon J. Gerraty
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2021-04-21usr.bin/lex: regenerate bootstrap files after d37f81e35bAlex Richardson
2021-04-21Revert "contrib/flex: Drop local __dead2 patch"Alex Richardson
2021-04-20contrib/flex: Drop local __dead2 patchAlex Richardson
2021-04-19flex: Regen bootstrap filesJung-uk Kim
2020-06-18MFV: r362286Jung-uk Kim
2020-01-31Disable new clang 10.0.0 warnings about misleading indentation in flex.Dimitry Andric
2019-12-11Update Makefile.depend filesSimon J. Gerraty
2018-02-07Fix broken SPDX comment in usr.bin/lex/initparse.cAlex Richardson
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-03-12Adopt SRCTOP in usr.binWarner Losh
2016-04-19Use NULL instead of 0 for pointers.Marcelo Araujo
2016-02-24DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery
2015-12-01META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery
2015-09-25META_MODE: Remove DEP_MACHINE from Makefile.depend files.Bryan Drewery
2015-09-25META_MODE: Remove DEP_RELDIR from Makefile.depend files.Bryan Drewery
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2015-05-27Merge sync of headSimon J. Gerraty
2015-01-16Add a ${CP} alias for copying files in the build.Will Andrews
2014-11-23Workaround help2man defficiency that prevents mandoc from renderingBaptiste Daroussin
2014-05-08Merge from headSimon J. Gerraty
2014-05-06Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh
2013-09-05Merge from headSimon J. Gerraty
2013-05-21Connect flex 2.5.37 to the build and bump __FreeBSD_version.Jung-uk Kim
2013-02-16Updated dependenciesSimon J. Gerraty
2012-11-04Sync from headSimon J. Gerraty
2012-09-14Correct double "the the"Eitan Adler
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2012-05-23Fix error reported by mandoc.Joel Dahl
2012-04-10Parenthesize args in yyless() and unput() replacement textJens Schweikhardt
2011-12-30Spelling fixes for usr.bin/Ulrich Spörlein
2011-12-10Replace char copyright[] by static const char copyright[].Ed Schouten
2011-11-28import vanilla flex version 2.5.35vendor/flex/2.5.35Baptiste Daroussin
2011-02-21Fix typos - remove duplicate "the".Rebecca Cran
2010-11-09Unbreak the test target by re-generating the initial scannerUlrich Spörlein
2010-10-24flex: add missing ifdef magic to create/hide prototypesUlrich Spörlein
2010-10-13Don't define the input() function ifdef YY_NO_INPUT.Rui Paulo
2010-01-02Build usr.bin/ with WARNS=6 by default.Ed Schouten
2009-12-30Let both yacc and lex generate code that passes -Wold-style-definition.Ed Schouten
2008-08-04Mark functions as __dead2 in order to help the LLVM static checkerColin Percival