Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | put a pointer to the "incompatibilities with lex and posix" into STANDARDS | 2014-03-23 | 1 | -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 conditional | 2014-03-16 | 1 | -3/+3 | |
| | | | | | | (namespace pollution!) or talking about its opinion on code. ok krw@ | ||||
* | consistent usage of .At and .Nm; | 2014-02-14 | 1 | -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; | 2014-02-12 | 1 | -3/+3 | |
| | | | | issue noticed by Jan Stary <hans at stare dot cz> | ||||
* | Use proper ANSI function definitions for functions that take no | 2013-11-04 | 2 | -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 a | 2013-10-27 | 2 | -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@ | 2013-07-16 | 1 | -3/+3 | |
| | |||||
* | make sure the target directory gets created in the includes target | 2013-06-18 | 1 | -3/+7 | |
| | | | | and add a trailing / as well to avoid problems | ||||
* | command-line (adj.) -> command line (n.); | 2013-01-18 | 1 | -3/+3 | |
| | |||||
* | Remove excessive sys/cdefs.h inclusion | 2012-12-05 | 2 | -7/+4 | |
| | | | | ok guenther millert kettenis | ||||
* | no more lint; | 2012-04-08 | 1 | -3/+3 | |
| | |||||
* | do not document the -c flag: it was added for posix compliance, | 2011-06-08 | 2 | -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; | 2010-10-18 | 1 | -5/+2 | |
| | |||||
* | Stop installing me(1) and ms(1) source code. | 2010-10-17 | 1 | -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 Dickman | 2010-09-29 | 1 | -2/+4 | |
| | |||||
* | fix SYNOPSIS; | 2010-09-15 | 1 | -8/+8 | |
| | |||||
* | Add missing #ifndef YY_NO_INPUT around the input() function when | 2010-08-04 | 1 | -2/+6 | |
| | | | | "%option noinput" is specified. OK deraadt@ | ||||
* | remove Xr to self; from Daniel Dickman | 2010-07-19 | 1 | -3/+2 | |
| | |||||
* | More delimiters that need quoting inside macros, hunted down by jmc@, | 2010-07-15 | 1 | -3/+3 | |
| | | | | who asked me to commit because he is just running out of the door. | ||||
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2009-10-27 | 1 | -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. | 2009-10-22 | 1 | -3/+4 | |
| | | | | ok jmc@ | ||||
* | fix a few typographical errors found by spell(1). | 2009-03-26 | 1 | -3/+3 | |
| | | | | ok dtucker@, jmc@ | ||||
* | mark these utilities as being largely posix compliant or, in the case of | 2009-02-10 | 1 | -2/+16 | |
| | | | | nm, as not being posix compliant; | ||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | rearrange the start of this page to appease man -h; | 2007-05-30 | 1 | -29/+24 | |
| | |||||
* | Fix flex bug introduced by my prior commit. | 2007-01-26 | 2 | -13/+13 | |
| | | | | Problem reported by STeve Andre' via jakob@ | ||||
* | Eliminate gcc -Wundef warnings in flex-generated code. | 2007-01-16 | 2 | -13/+13 | |
| | | | | ok miod@ | ||||
* | Don't access buf[strlen(buf) - 1] for zero-length strings. | 2006-12-06 | 2 | -7/+9 | |
| | | | | OK jaredy@. | ||||
* | the the | 2006-03-04 | 1 | -3/+3 | |
| | |||||
* | correct the first example; ok otto jmc | 2005-02-08 | 1 | -1/+3 | |
| | |||||
* | point people to usd/psd docs; | 2004-04-19 | 1 | -6/+3 | |
| | |||||
* | - add margins when formatting w/ -Tascii | 2004-04-06 | 1 | -2/+6 | |
| | | | | - remove some macros that were causing formatting errors | ||||
* | make sure errno gets declared for C++ as well. | 2004-02-09 | 1 | -2/+4 | |
| | | | | okay millert@ | ||||
* | bring some standard C++ fixes, mostly from NetBSD. | 2004-02-03 | 6 | -50/+51 | |
| | | | | | | | get isatty proto from the right place. avoid malloc.h okay otto@, millert@ | ||||
* | add paper.txt target; | 2004-02-01 | 1 | -1/+4 | |
| | |||||
* | better description of yylval, from mickey@ | 2003-12-09 | 1 | -2/+4 | |
| | |||||
* | install lex PSD; | 2003-12-09 | 3 | -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; | 2003-11-18 | 1 | -3410/+3724 | |
| | | | | examples style(9)'d by otto@ | ||||
* | oopsie. | 2003-10-07 | 1 | -2/+2 | |
| | |||||
* | check strdup in sample code. from Jared Yanovich <jjy2+@pitt.edu>. | 2003-10-07 | 1 | -2/+5 | |
| | | | | ok deraadt@ | ||||
* | cleanup library parts | 2003-07-28 | 2 | -15/+12 | |
| | |||||
* | Update flex license from sourceforge version (is now 2-term BSD) | 2003-06-04 | 17 | -234/+316 | |
| | |||||
* | string cleaning; ok tedu | 2003-04-08 | 1 | -3/+4 | |
| | |||||
* | copyrights added; | 2003-02-18 | 1 | -1/+25 | |
| | | | | these are all Regents of the University of California | ||||
* | spelling | 2003-01-04 | 1 | -2/+2 | |
| | |||||
* | various spelling errors; jmc@prioris.mini.pw.edu.pl | 2003-01-01 | 1 | -14/+14 | |
| | |||||
* | caldera-licensed docs, now that they are free. need more work, thus not installed yet | 2002-12-03 | 2 | -0/+2346 | |
| | |||||
* | recommit strlcpy/snprintf diff after i found my bug | 2002-05-31 | 7 | -51/+57 | |
| | |||||
* | undo until i find my #line bug | 2002-05-31 | 7 | -57/+52 | |
| | |||||
* | use strlcpy and snprintf | 2002-05-30 | 7 | -52/+57 | |
| |