Age | Commit message (Expand) | Author |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2008-10-06 | Update awk to version 20071023; OK deraadt@ | Todd C. Miller |
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 |
2008-04-13 | Use arc4random_buf() when requesting more than a single word of output | Damien Miller |
2008-02-27 | fail nicely instead of crashing for format strings containing '*', | Theo de Raadt |
2007-11-24 | fix yacc/lex parallel file generation | Marc Espie |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
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-04-02 | Do not touch uninitialized variable, if sscanf(3) fails. | Moritz Jodeit |
2007-03-18 | allow this to build w/ cross-tools thru providing proper hostcflags; found by... | Michael Shalayeff |
2007-01-29 | sync the -f description w/ its synopsis; | Jason McIntyre |
2007-01-29 | sync usage(); spotted by Igor Sobrado | Jason McIntyre |
2006-11-04 | from ru@freebsd: | Jason McIntyre |
2006-04-16 | Handle / inside []s properly. | Hugh Graham |
2006-03-29 | - document return value of cmd | getline [var] | Jason McIntyre |
2006-03-19 | more sane calloc(3) usage; from adobriyan@gmail.com, ok millert | Peter Valchev |
2005-11-23 | Don't try to fclose(infile) when infile == NULL. This can happen | Todd C. Miller |
2005-05-12 | .Xr script 7 | Jason McIntyre |
2005-04-15 | Use asprint(), not snprintf() when converting strings to numbers | Todd C. Miller |
2004-12-30 | stdinit() and flush_all() are prototyped globally, no need to do it | Todd C. Miller |
2004-12-30 | Restore error checking in tostring(). | Todd C. Miller |
2004-12-30 | Update to version 20041222; OK deraadt@ | Todd C. Miller |
2004-10-04 | refer to re_format.7 rather than egrep.1 for a description of EREs; | Jason McIntyre |
2004-05-08 | Use arc4random() unless the user specifies a specific seed, in which | Todd C. Miller |
2004-04-19 | point people to usd/psd docs; | Jason McIntyre |
2004-04-06 | - add margins when formatting w/ -Tascii | Jason McIntyre |
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 |
2003-12-20 | - use .I and .B instead of .IT and .UL, respectively, to respect punctuation | 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 |
2003-12-18 | document various aspects of awk behaviour: | Jason McIntyre |
2003-12-16 | expand documentation of built-ins: | Jason McIntyre |
2003-12-14 | install awk USD; | Jason McIntyre |
2003-12-12 | - update SYNOPSIS | Jason McIntyre |
2003-12-01 | Format string fixes from art's amd64 tree. | Alexander Yurchenko |
2003-11-24 | typo from Michael Knudsen; | Jason McIntyre |
2003-11-09 | Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu> | Otto Moerbeek |
2003-09-02 | escape punctuation; | Jason McIntyre |
2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). | Todd C. Miller |
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 |
2003-04-28 | string cleaning. ok millert@ tdeval@ | Ted Unangst |