Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-08 | Use arc4random() unless the user specifies a specific seed, in which | Todd C. Miller | |
case, call srandom() and use random(). Avoid using rand() because it does not produce good random numbers. Based on a diff from deraadt@ | |||
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-01 | add paper.txt target; | Jason McIntyre | |
2004-01-15 | this header file parser is pathetic, and parsing the new yacc output it | Theo de Raadt | |
barfed. spotted by pbastos@rdc.puc-rio.br but my fix, ok millert otto | |||
2003-12-20 | - use .I and .B instead of .IT and .UL, respectively, to respect punctuation | Jason McIntyre | |
- make this page look better when formatted as text - make function descriptions more closely match the man page - typos | |||
2003-12-19 | - adjust some list widths for better postscript output | Jason McIntyre | |
- reference printf(1) for a list of C escapes | |||
2003-12-19 | add an example showing how to print to standard error; | Jason McIntyre | |
suggested by otto@ | |||
2003-12-18 | document various aspects of awk behaviour: | Jason McIntyre | |
- when newlines are permissible - effects of null RS - $NF can be used to find value of last field - -F [ ] can be used to set FS to a single space - t and \t are synonyms when used with FS. use [t] for a literal `t'. - make [prog | -f profile] optional again in SYNOPSIS Also move the functions to the end of the page for a more logical layout. | |||
2003-12-16 | expand documentation of built-ins: | Jason McIntyre | |
group them according to POSIX - arithmetic, string, I/O, general and better document how they work. use section headers for more logical navigation. ok jose@ | |||
2003-12-14 | install awk USD; | Jason McIntyre | |
i have replaced the out of date refer(1) stuff with man page references, and updated the doc slightly to sync with current awk; ok mickey@ | |||
2003-12-12 | - update SYNOPSIS | Jason McIntyre | |
- standard options list - document -V and -d[n] - -mr and -mf no longer supported - some formatting issues - descriptions of examples before examples and indent examples - update SEE ALSO ok millert@ | |||
2003-12-01 | Format string fixes from art's amd64 tree. | Alexander Yurchenko | |
ok rohee@ espie@ | |||
2003-11-24 | typo from Michael Knudsen; | Jason McIntyre | |
also, kill some .Pp's before displays, and add one after; | |||
2003-11-09 | Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu> | Otto Moerbeek | |
2003-09-02 | escape punctuation; | Jason McIntyre | |
ok deraadt@ | |||
2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). | Todd C. Miller | |
I've skipped the GNU stuff for now. From Patrick Latifi. | |||
2003-07-02 | protos | Theo de Raadt | |
2003-06-30 | Awk first appeared in appeared in Version 7 AT&T UNIX. | Todd C. Miller | |
2003-06-26 | caldera-licensed doc | Michael Shalayeff | |
2003-06-10 | - section reorder | Jason McIntyre | |
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | |||
2003-04-28 | string cleaning. ok millert@ tdeval@ | Ted Unangst | |
2003-04-06 | more string business; millert ok and suggestion for strdup | Peter Valchev | |
2003-04-04 | snprintf & strlcpy; tedu ok | Theo de Raadt | |
2003-02-18 | copyrights added; | Jason McIntyre | |
bootpef(8), pppd(8): Carnegie Mellon map-mbone(8), mrinfo(8): Xerox pdisk(8): Apple awk(1): Lucent sectok(3): University of Michigan | |||
2003-01-05 | add missing bracket; jmc@prioris.mini.pw.edu.pl | Peter Valchev | |
2002-12-19 | This file dates from back when the One True Awk needed patches to | Todd C. Miller | |
build with flex and other changes for 4.4BSD. That is no longer the case... | |||
2002-12-19 | Update to the One True Awk version 20021213 | Todd C. Miller | |
2002-07-17 | Fix omission in description of FS variable; from tedu | Todd C. Miller | |
2002-07-04 | catch malloc failures, my changes; found by cloder@acm.org | Theo de Raadt | |
2001-11-05 | some syslog_r uses in signal handlers | Theo de Raadt | |
2001-09-08 | Update to latest version of the One True Awk. See the FIXES file | Todd C. Miller | |
for details. | |||
2001-07-12 | first pass at a -Wall cleanup | Theo de Raadt | |
2000-11-21 | Sync usage() output with man page; mpech@prosoft.org.lv | Aaron Campbell | |
2000-11-10 | - Section shuffling: comply to the section ordering outlined in mdoc(7). | Aaron Campbell | |
- Some .Nm trimming. - .Sh AUTHOR -> .Sh AUTHORS - Other miscellaneous fixes here and there. | |||
2000-08-30 | mdoc'd awk(1) man page; thanks d@. | Aaron Campbell | |
1999-12-08 | June 6, 1999 version of the "one true awk" | Todd C. Miller | |
Most of the changes are to avoid using a static buffer for error messages. | |||
1999-12-04 | Fix 2 core dumps: | Todd C. Miller | |
1) give an error if the user specifies > 20 -f options instead of oflowing 2) use snprintf in the ERROR macro to avoid an oflow | |||
1999-06-05 | - remove trailing white space | Aaron Campbell | |
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/ | |||
1999-04-20 | April 16, 1999 version of the "one true awk"--64-bit fixes and more. | Todd C. Miller | |
1999-04-18 | March 5, 1999 version of the "one true awk" | Todd C. Miller | |
1998-03-03 | Document -safe option and update usage message. | Angelos D. Keromytis | |
1998-02-03 | Remove stray "awk" at the beginning of the mam page. | Todd C. Miller | |
1997-08-25 | August 1997 version of "the one true awk" | kstailey | |
1997-04-07 | Back out last changes for now. They cause problems. | Todd C. Miller | |
1997-04-06 | Use long, not int when casting pointers and storing as integers. | Todd C. Miller | |
Now compiles on alpha w/o warnings. | |||
1997-01-29 | calculate string length in format() more efficiently | kstailey | |
1997-01-25 | reapplied 1.2 -> 1.3 changes to run.c plus many fixes | kstailey | |
1997-01-25 | back out 1.2 again for testing | kstailey | |
1997-01-24 | reapplied 1.2 -> 1.3 changes to run.c that got squashed | kstailey | |