Age | Commit message (Expand) | Author |
2023-09-21 | --csv is an extension; ok millert | Jason McIntyre |
2023-09-21 | Document LC_CTYPE. | Ingo Schwarze |
2023-09-18 | add --csv to usage(), and reformat it to match manual; while here, | Jason McIntyre |
2023-09-17 | Update to the One True Awk, 2nd edition (Sep 12, 2023). | Todd C. Miller |
2023-09-15 | update awk book reference for the second edition | Jonathan Gray |
2021-11-08 | missing full stop; | Jason McIntyre |
2021-03-08 | use a journal reference instead of cstr when possible | Jonathan Gray |
2021-03-08 | Add some references, most of these were removed when we stopped building | Jonathan Gray |
2020-12-21 | Fix typo in mktime() year format description. From Paul de Weerd. | Todd C. Miller |
2020-12-09 | Update awk to December 8, 2020 version. | Todd C. Miller |
2020-11-05 | double word fixes; | Jason McIntyre |
2020-08-28 | Implement mktime() function for compatibility with mawk and gawk. | Todd C. Miller |
2020-07-24 | Regular expression support in RS is an extension. | Todd C. Miller |
2020-06-27 | Improve description of field splitting and document FS special cases. | Todd C. Miller |
2020-06-26 | Document that FS is applied at the time the input line is read. | Todd C. Miller |
2020-06-17 | Document that rand() returns non-deterministic random numbers unless a | Tim van der Molen |
2020-06-13 | Integrate the bsd-features branch from awk github. | Todd C. Miller |
2020-06-13 | POSIX doesn't permit an unescaped '/' in an extended regular expression. | Todd C. Miller |
2020-06-10 | Update awk to Jan 31, 2020 version. | Todd C. Miller |
2020-06-10 | Update awk to Oct 6, 2019 version. | Todd C. Miller |
2020-06-10 | Update awk to March 5, 2019 version. | Todd C. Miller |
2020-06-10 | Update awk to Aug 23, 2018 version. | Todd C. Miller |
2020-01-22 | claudio noticed that "exit" inside the main {} clause still runs the EXIT | Theo de Raadt |
2019-05-26 | use proper crossreferences | Christian Weisgerber |
2015-09-14 | Avoid .Ns right after .Pf, it's pointless. | Ingo Schwarze |
2015-01-16 | fix placement of opening parentheses, and drop some .Xo while here | Ingo Schwarze |
2014-12-15 | .Xr cut which may be what you're really looking for. | Ted Unangst |
2014-03-17 | as suggested by schwarze, reshuffle STANDARDS text detailing posix features | Jason McIntyre |
2011-05-02 | no need to escape `|'; as discussed with schwartze | Jason McIntyre |
2011-03-22 | some small tweaks from Michael W. Bombardieri; | Jason McIntyre |
2011-02-07 | Between groff-1.15 and groff-1.20.1, the .Ns macro was changed to no | Ingo Schwarze |
2010-10-01 | more EXIT STATUS tweaks; from Daniel Dickman | Jason McIntyre |
2010-08-25 | get rid of the nawk hard link | Theo de Raadt |
2010-08-08 | convert some of the weirder displays into lists, to avoid mangling; | Jason McIntyre |
2010-01-10 | remove references to docs we no longer install; | Jason McIntyre |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2008-09-04 | +awk does not support {n,m} pattern matching | Jason McIntyre |
2008-07-25 | repair .Pq use; Alan R. S. Bueno | Theo de Raadt |
2008-06-04 | tweak previous, and arrange the text to read a little better; | Jason McIntyre |
2008-06-04 | Extend awk with bitwise operations. This is an extension to the awk | Pierre-Yves Ritschard |
2007-06-27 | printf(1) is the correct reference here, not printf(3); | Jason McIntyre |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-30 | - use a consistent text for STANDARDS | Jason McIntyre |
2007-01-29 | sync the -f description w/ its synopsis; | Jason McIntyre |
2006-03-29 | - document return value of cmd | getline [var] | Jason McIntyre |
2005-05-12 | .Xr script 7 | Jason McIntyre |
2004-10-04 | refer to re_format.7 rather than egrep.1 for a description of EREs; | Jason McIntyre |
2004-04-19 | point people to usd/psd docs; | Jason McIntyre |
2003-12-19 | - adjust some list widths for better postscript output | Jason McIntyre |
2003-12-19 | add an example showing how to print to standard error; | Jason McIntyre |