summaryrefslogtreecommitdiffstats
path: root/usr.bin/lex (follow)
Commit message (Collapse)AuthorAgeFilesLines
* put a pointer to the "incompatibilities with lex and posix" into STANDARDSjmc2014-03-231-3/+7
| | | | | (big thanks to whoever took the trouble to write that one!), and while there fix a couple of typos in said section;
* lint is dead (long live the lint!), so stop using it as a cpp conditionalguenther2014-03-161-3/+3
| | | | | | (namespace pollution!) or talking about its opinion on code. ok krw@
* consistent usage of .At and .Nm;schwarze2014-02-141-9/+17
| | | | based on a patch from Jan Stary <hans at stare dot cz>, tweaked by me
* for a display containing a tab character, use literal context;schwarze2014-02-121-3/+3
| | | | issue noticed by Jan Stary <hans at stare dot cz>
* Use proper ANSI function definitions for functions that take nomillert2013-11-042-21/+21
| | | | | arguments. Avoids warnings when -Wold-style-definition is used. OK deraadt@
* If a constant string needs a name, use a static const array instead of aguenther2013-10-272-9/+9
| | | | | | | | pointer or non-const array, as that minimizes the symbols, maximizes the placement into read-only memory, and avoids warnings from gcc -Wformat=2 when they're used as format strings. ok deraadt@
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-161-3/+3
|
* make sure the target directory gets created in the includes targetrobert2013-06-181-3/+7
| | | | and add a trailing / as well to avoid problems
* command-line (adj.) -> command line (n.);jmc2013-01-181-3/+3
|
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-052-7/+4
| | | | ok guenther millert kettenis
* no more lint;jmc2012-04-081-3/+3
|
* do not document the -c flag: it was added for posix compliance,jmc2011-06-082-12/+7
| | | | | | | but posix deprecated this option in issue 6 (code remains though); from Daniel Dickman ok otto millert
* remove references to now removed usd/psd/smm docs;jmc2010-10-181-5/+2
|
* Stop installing me(1) and ms(1) source code.schwarze2010-10-171-6/+1
| | | | | | We will soon get rid of groff in base, so there is no longer any way to use these files with base. No opposition on tech@.
* various EXIT STATUS fixes; from Daniel Dickmanjmc2010-09-291-2/+4
|
* fix SYNOPSIS;jmc2010-09-151-8/+8
|
* Add missing #ifndef YY_NO_INPUT around the input() function whenmillert2010-08-041-2/+6
| | | | "%option noinput" is specified. OK deraadt@
* remove Xr to self; from Daniel Dickmanjmc2010-07-191-3/+2
|
* More delimiters that need quoting inside macros, hunted down by jmc@,schwarze2010-07-151-3/+3
| | | | who asked me to commit because he is just running out of the door.
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-8/+2
| | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
* use the UNIX-related macros (.At and .Ux) where appropriate.sobrado2009-10-221-3/+4
| | | | ok jmc@
* fix a few typographical errors found by spell(1).sobrado2009-03-261-3/+3
| | | | ok dtucker@, jmc@
* mark these utilities as being largely posix compliant or, in the case ofjmc2009-02-101-2/+16
| | | | nm, as not being posix compliant;
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* rearrange the start of this page to appease man -h;jmc2007-05-301-29/+24
|
* Fix flex bug introduced by my prior commit.tsi2007-01-262-13/+13
| | | | Problem reported by STeve Andre' via jakob@
* Eliminate gcc -Wundef warnings in flex-generated code.tsi2007-01-162-13/+13
| | | | ok miod@
* Don't access buf[strlen(buf) - 1] for zero-length strings.ray2006-12-062-7/+9
| | | | OK jaredy@.
* the themiod2006-03-041-3/+3
|
* correct the first example; ok otto jmcpvalchev2005-02-081-1/+3
|
* point people to usd/psd docs;jmc2004-04-191-6/+3
|
* - add margins when formatting w/ -Tasciijmc2004-04-061-2/+6
| | | | - remove some macros that were causing formatting errors
* make sure errno gets declared for C++ as well.espie2004-02-091-2/+4
| | | | okay millert@
* bring some standard C++ fixes, mostly from NetBSD.espie2004-02-036-50/+51
| | | | | | | get isatty proto from the right place. avoid malloc.h okay otto@, millert@
* add paper.txt target;jmc2004-02-011-1/+4
|
* better description of yylval, from mickey@jmc2003-12-091-2/+4
|
* install lex PSD;jmc2003-12-093-588/+459
| | | | | | | | the actual doc has been updated regarding current implementation of lex. I also replaced the tables with displays, for simplicity and because of formatting errors (unsupported macros); sanity check and ok mickey@
* -mdoc flex(1) man page;jmc2003-11-181-3410/+3724
| | | | examples style(9)'d by otto@
* oopsie.tedu2003-10-071-2/+2
|
* check strdup in sample code. from Jared Yanovich <jjy2+@pitt.edu>.tedu2003-10-071-2/+5
| | | | ok deraadt@
* cleanup library partsderaadt2003-07-282-15/+12
|
* Update flex license from sourceforge version (is now 2-term BSD)millert2003-06-0417-234/+316
|
* string cleaning; ok teduderaadt2003-04-081-3/+4
|
* copyrights added;jmc2003-02-181-1/+25
| | | | these are all Regents of the University of California
* spellingderaadt2003-01-041-2/+2
|
* various spelling errors; jmc@prioris.mini.pw.edu.plderaadt2003-01-011-14/+14
|
* caldera-licensed docs, now that they are free. need more work, thus not installed yetmickey2002-12-032-0/+2346
|
* recommit strlcpy/snprintf diff after i found my bugderaadt2002-05-317-51/+57
|
* undo until i find my #line bugderaadt2002-05-317-57/+52
|
* use strlcpy and snprintfderaadt2002-05-307-52/+57
|