summaryrefslogtreecommitdiffstats
path: root/usr.bin/lex (follow)
Commit message (Expand)AuthorAgeFilesLines
* declare HAVE_DECL___FUNC__ so flex_die() output can include __func__.miko2019-10-311-1/+3
* Apply a patch from upstream to avoid triggering assert() in sf_pop()miko2019-09-221-2/+8
* fix lex build to actually get assert under proper conditions.espie2019-09-161-1/+3
* Remove unused variable; no binary change.lteo2017-08-301-4/+2
* combine malloc/memset into calloc. from Michael W. Bombardieritedu2017-08-171-7/+5
* delete some not used code. from Michael W. Bombardieritedu2017-08-171-45/+1
* we can just use void for functions that always return 0.tedu2017-05-312-7/+5
* Update yy_buf_size after yyrealloc(). The fix has been mergedmillert2017-05-021-1/+3
* Move FlexLexer.h from /usr/include/g++ to /usr/include. It is notmillert2017-04-301-6/+2
* isblank() is ANSI C since C99, no need to provide a replacement.millert2017-04-121-6/+3
* Nuke whitespace foolish enough to expose itself during the greatkrw2017-01-211-10/+10
* Add some {}'s to eliminate "ambiguous else" warnings from gcc.krw2016-12-251-2/+3
* Nuke more unused variables.krw2016-12-181-5/+1
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-2/+1
* Remove a few NULL-checks before free(). I've already removed thesemmcc2015-12-113-9/+6
* remove the init files that we don't build. if they are ever needed fortedu2015-11-224-12259/+0
* return to size_t typedef for yy_size_t.tedu2015-11-221-2/+2
* change type of yy_size_t back to int for now. we have some prebuilttedu2015-11-211-2/+2
* switch back to yaccing parse.y, it seems to work.tedu2015-11-201-6/+4
* ansitedu2015-11-202-53/+43
* Always use the system m4; OK tedu@millert2015-11-201-5/+2
* Back out rev 1.22 which somehow had unreported merge conflicts.millert2015-11-201-21/+1
* Always use the system m4.millert2015-11-201-1/+21
* Cast two ctype args to u_char.mmcc2015-11-201-2/+2
* burn down all the gratutious alloca() compatability that autofuck injectedtedu2015-11-193-61/+3
* make sure parse.c depends on initparse.ctedu2015-11-191-2/+2
* remove the LGPL gettext.h since we aren't using it anyway.tedu2015-11-192-71/+1
* split out some variable initialization to be easiertedu2015-11-191-9/+13
* Replace Char (defined as unsigned char) with u_char.mmcc2015-11-199-63/+62
* it is not necessary to cast the result of malloc/calloc.tedu2015-11-193-69/+51
* flex_alloc and flex_free are nothing more than malloc and free, so replacetedu2015-11-1912-97/+48
* it should be safe to assume the presence of memset these days instead oftedu2015-11-193-31/+5
* remove VMS and MSDOS supporttedu2015-11-192-38/+2
* mechanical knftedu2015-11-192-294/+330
* orbital strike from moonbase knftedu2015-11-198-2889/+2900
* typically indentation decreases after a block is closedtedu2015-11-191-20/+18
* repair some of the preposterously damaged indentationtedu2015-11-191-26/+17
* we don't keep vim modelines in filestedu2015-11-1912-35/+12
* add back flex++.1 link noticed by sthentedu2015-11-191-2/+2
* Update flex from ancient 2.5.4 to the recent 2.5.39.tedu2015-11-1945-7474/+33775
* Cast arguments of ctype functions to Char, a lexism defined as unsignedmmcc2015-10-151-5/+5
* Some of these large so easy to contain, with "stdio rpath".deraadt2015-10-102-4/+12
* remove an unsightly paragraph break;jmc2015-09-211-2/+1
* Mention lex and flex++, from Rob Pierce. ok jmcnicm2015-09-211-3/+14
* add missing file system path (.Pa) macros.sobrado2015-09-071-7/+7
* remove the first comma from constructs like ", and," and ", or,": you can usejmc2015-03-131-4/+4
* Mark up email addresses semantically with Mt.bentley2015-02-171-4/+7
* Use "In" to mark up include files, instead of wrongly wrapping with Aq.bentley2015-02-151-7/+7
* put a pointer to the "incompatibilities with lex and posix" into STANDARDSjmc2014-03-231-3/+7
* lint is dead (long live the lint!), so stop using it as a cpp conditionalguenther2014-03-161-3/+3