Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-13 | remove the first comma from constructs like ", and," and ", or,": you can use | Jason McIntyre | |
"and" and "or" to join sentence clauses, and you can use commas, but both hinders reading; | |||
2015-02-17 | Mark up email addresses semantically with Mt. | Anthony J. Bentley | |
ok schwarze@ | |||
2015-02-15 | Use "In" to mark up include files, instead of wrongly wrapping with Aq. | Anthony J. Bentley | |
Aq is not the same as <> in non-ASCII situations, so this caused incorrect output in some places. And it provided no semantics besides. ok schwarze@ | |||
2014-03-23 | put a pointer to the "incompatibilities with lex and posix" into STANDARDS | Jason McIntyre | |
(big thanks to whoever took the trouble to write that one!), and while there fix a couple of typos in said section; | |||
2014-03-16 | lint is dead (long live the lint!), so stop using it as a cpp conditional | Philip Guenther | |
(namespace pollution!) or talking about its opinion on code. ok krw@ | |||
2014-02-14 | consistent usage of .At and .Nm; | Ingo Schwarze | |
based on a patch from Jan Stary <hans at stare dot cz>, tweaked by me | |||
2014-02-12 | for a display containing a tab character, use literal context; | Ingo Schwarze | |
issue noticed by Jan Stary <hans at stare dot cz> | |||
2013-11-04 | Use proper ANSI function definitions for functions that take no | Todd C. Miller | |
arguments. Avoids warnings when -Wold-style-definition is used. OK deraadt@ | |||
2013-10-27 | If a constant string needs a name, use a static const array instead of a | Philip Guenther | |
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@ | |||
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze | |
2013-06-18 | make sure the target directory gets created in the includes target | Robert Nagy | |
and add a trailing / as well to avoid problems | |||
2013-01-18 | command-line (adj.) -> command line (n.); | Jason McIntyre | |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt | |
ok guenther millert kettenis | |||
2012-04-08 | no more lint; | Jason McIntyre | |
2011-06-08 | do not document the -c flag: it was added for posix compliance, | Jason McIntyre | |
but posix deprecated this option in issue 6 (code remains though); from Daniel Dickman ok otto millert | |||
2010-10-18 | remove references to now removed usd/psd/smm docs; | Jason McIntyre | |
2010-10-17 | Stop installing me(1) and ms(1) source code. | Ingo Schwarze | |
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@. | |||
2010-09-29 | various EXIT STATUS fixes; from Daniel Dickman | Jason McIntyre | |
2010-09-15 | fix SYNOPSIS; | Jason McIntyre | |
2010-08-04 | Add missing #ifndef YY_NO_INPUT around the input() function when | Todd C. Miller | |
"%option noinput" is specified. OK deraadt@ | |||
2010-07-19 | remove Xr to self; from Daniel Dickman | Jason McIntyre | |
2010-07-15 | More delimiters that need quoting inside macros, hunted down by jmc@, | Ingo Schwarze | |
who asked me to commit because he is just running out of the door. | |||
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
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 | |||
2009-10-22 | use the UNIX-related macros (.At and .Ux) where appropriate. | Igor Sobrado | |
ok jmc@ | |||
2009-03-26 | fix a few typographical errors found by spell(1). | Igor Sobrado | |
ok dtucker@, jmc@ | |||
2009-02-10 | mark these utilities as being largely posix compliant or, in the case of | Jason McIntyre | |
nm, as not being posix compliant; | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-05-30 | rearrange the start of this page to appease man -h; | Jason McIntyre | |
2007-01-26 | Fix flex bug introduced by my prior commit. | Marc Aurele La France | |
Problem reported by STeve Andre' via jakob@ | |||
2007-01-16 | Eliminate gcc -Wundef warnings in flex-generated code. | Marc Aurele La France | |
ok miod@ | |||
2006-12-06 | Don't access buf[strlen(buf) - 1] for zero-length strings. | Ray Lai | |
OK jaredy@. | |||
2006-03-04 | the the | Miod Vallat | |
2005-02-08 | correct the first example; ok otto jmc | Peter Valchev | |
2004-04-19 | point people to usd/psd docs; | Jason McIntyre | |
2004-04-06 | - add margins when formatting w/ -Tascii | Jason McIntyre | |
- remove some macros that were causing formatting errors | |||
2004-02-09 | make sure errno gets declared for C++ as well. | Marc Espie | |
okay millert@ | |||
2004-02-03 | bring some standard C++ fixes, mostly from NetBSD. | Marc Espie | |
get isatty proto from the right place. avoid malloc.h okay otto@, millert@ | |||
2004-02-01 | add paper.txt target; | Jason McIntyre | |
2003-12-09 | better description of yylval, from mickey@ | Jason McIntyre | |
2003-12-09 | install lex PSD; | Jason McIntyre | |
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@ | |||
2003-11-18 | -mdoc flex(1) man page; | Jason McIntyre | |
examples style(9)'d by otto@ | |||
2003-10-07 | oopsie. | Ted Unangst | |
2003-10-07 | check strdup in sample code. from Jared Yanovich <jjy2+@pitt.edu>. | Ted Unangst | |
ok deraadt@ | |||
2003-07-28 | cleanup library parts | Theo de Raadt | |
2003-06-04 | Update flex license from sourceforge version (is now 2-term BSD) | Todd C. Miller | |
2003-04-08 | string cleaning; ok tedu | Theo de Raadt | |
2003-02-18 | copyrights added; | Jason McIntyre | |
these are all Regents of the University of California | |||
2003-01-04 | spelling | Theo de Raadt | |
2003-01-01 | various spelling errors; jmc@prioris.mini.pw.edu.pl | Theo de Raadt | |
2002-12-03 | caldera-licensed docs, now that they are free. need more work, thus not ↵ | Michael Shalayeff | |
installed yet |