summaryrefslogtreecommitdiff
path: root/usr.bin/awk
AgeCommit message (Expand)Author
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-30- use a consistent text for STANDARDSJason McIntyre
2007-04-02Do not touch uninitialized variable, if sscanf(3) fails.Moritz Jodeit
2007-03-18allow this to build w/ cross-tools thru providing proper hostcflags; found by...Michael Shalayeff
2007-01-29sync the -f description w/ its synopsis;Jason McIntyre
2007-01-29sync usage(); spotted by Igor SobradoJason McIntyre
2006-11-04from ru@freebsd:Jason McIntyre
2006-04-16Handle / inside []s properly.Hugh Graham
2006-03-29- document return value of cmd | getline [var]Jason McIntyre
2006-03-19more sane calloc(3) usage; from adobriyan@gmail.com, ok millertPeter Valchev
2005-11-23Don't try to fclose(infile) when infile == NULL. This can happenTodd C. Miller
2005-05-12.Xr script 7Jason McIntyre
2005-04-15Use asprint(), not snprintf() when converting strings to numbersTodd C. Miller
2004-12-30stdinit() and flush_all() are prototyped globally, no need to do itTodd C. Miller
2004-12-30Restore error checking in tostring().Todd C. Miller
2004-12-30Update to version 20041222; OK deraadt@Todd C. Miller
2004-10-04refer to re_format.7 rather than egrep.1 for a description of EREs;Jason McIntyre
2004-05-08Use arc4random() unless the user specifies a specific seed, in whichTodd C. Miller
2004-04-19point people to usd/psd docs;Jason McIntyre
2004-04-06- add margins when formatting w/ -TasciiJason McIntyre
2004-02-01add paper.txt target;Jason McIntyre
2004-01-15this header file parser is pathetic, and parsing the new yacc output itTheo de Raadt
2003-12-20- use .I and .B instead of .IT and .UL, respectively, to respect punctuationJason McIntyre
2003-12-19- adjust some list widths for better postscript outputJason McIntyre
2003-12-19add an example showing how to print to standard error;Jason McIntyre
2003-12-18document various aspects of awk behaviour:Jason McIntyre
2003-12-16expand documentation of built-ins:Jason McIntyre
2003-12-14install awk USD;Jason McIntyre
2003-12-12- update SYNOPSISJason McIntyre
2003-12-01Format string fixes from art's amd64 tree.Alexander Yurchenko
2003-11-24typo from Michael Knudsen;Jason McIntyre
2003-11-09Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu>Otto Moerbeek
2003-09-02escape punctuation;Jason McIntyre
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
2003-07-02protosTheo de Raadt
2003-06-30Awk first appeared in appeared in Version 7 AT&T UNIX.Todd C. Miller
2003-06-26caldera-licensed docMichael Shalayeff
2003-06-10- section reorderJason McIntyre
2003-04-28string cleaning. ok millert@ tdeval@Ted Unangst
2003-04-06more string business; millert ok and suggestion for strdupPeter Valchev
2003-04-04snprintf & strlcpy; tedu okTheo de Raadt
2003-02-18copyrights added;Jason McIntyre
2003-01-05add missing bracket; jmc@prioris.mini.pw.edu.plPeter Valchev
2002-12-19This file dates from back when the One True Awk needed patches toTodd C. Miller
2002-12-19Update to the One True Awk version 20021213Todd C. Miller
2002-07-17Fix omission in description of FS variable; from teduTodd C. Miller
2002-07-04catch malloc failures, my changes; found by cloder@acm.orgTheo de Raadt
2001-11-05some syslog_r uses in signal handlersTheo de Raadt
2001-09-08Update to latest version of the One True Awk. See the FIXES fileTodd C. Miller
2001-07-12first pass at a -Wall cleanupTheo de Raadt