summaryrefslogtreecommitdiff
path: root/usr.bin/lex/filter.c
AgeCommit message (Expand)Author
2017-08-30Remove unused variable; no binary change.Lawrence Teo
2017-08-17combine malloc/memset into calloc. from Michael W. BombardieriTed Unangst
2016-12-18Nuke more unused variables.Kenneth R Westerback
2015-11-19it is not necessary to cast the result of malloc/calloc.Ted Unangst
2015-11-19flex_alloc and flex_free are nothing more than malloc and free, so replaceTed Unangst
2015-11-19orbital strike from moonbase knfTed Unangst
2015-11-19repair some of the preposterously damaged indentationTed Unangst
2015-11-19we don't keep vim modelines in filesTed Unangst
2015-11-19Update flex from ancient 2.5.4 to the recent 2.5.39.Ted Unangst