| Commit message (Expand) | Author | Age | Files | Lines |
* | Add pledge support in awk and make awk -safe actually safe. |  doug | 2015-10-10 | 1 | -1/+17 |
* | Avoid .Ns right after .Pf, it's pointless. |  schwarze | 2015-09-14 | 1 | -5/+5 |
* | When rand() was made fully random, the return value of srand() was |  deraadt | 2015-09-05 | 1 | -4/+8 |
* | Don't display empty error context. |  tobiasu | 2015-03-27 | 1 | -2/+3 |
* | fix placement of opening parentheses, and drop some .Xo while here |  schwarze | 2015-01-16 | 1 | -15/+7 |
* | Use reallocarray() where suitable |  deraadt | 2014-12-19 | 2 | -16/+22 |
* | .Xr cut which may be what you're really looking for. |  tedu | 2014-12-15 | 1 | -2/+3 |
* | Use srandom_deterministic() if a seed is supplied, thereby switching the |  deraadt | 2014-12-08 | 1 | -11/+4 |
* | Fix %c for floating values that become 0 when coerced to int. |  millert | 2014-12-01 | 1 | -2/+2 |
* | Userland reallocarray() audit. |  doug | 2014-10-11 | 1 | -2/+2 |
* | as suggested by schwarze, reshuffle STANDARDS text detailing posix features |  jmc | 2014-03-17 | 1 | -6/+6 |
* | use a more clearly named variable for the srandom case in the code |  deraadt | 2013-09-29 | 1 | -7/+7 |
* | Remove wrong workaround for the 88100 `awk bug' - it turns out compiling |  miod | 2013-08-18 | 1 | -5/+1 |
* | Build awk with -O1 on m88k for now; when built -O2, it would sporadically |  miod | 2013-07-28 | 1 | -1/+5 |
* | remove makefile hacks that are no longer needed with t1 t2: working properly |  espie | 2012-12-21 | 1 | -6/+3 |
* | Update awk to Aug 10, 2011 version; naddy@ reports no ports problems |  millert | 2011-09-28 | 10 | -70/+167 |
* | no need to escape `|'; as discussed with schwartze |  jmc | 2011-05-02 | 1 | -3/+3 |
* | Stash the old seed when srand() is called and use it as the return |  millert | 2011-04-20 | 1 | -3/+5 |
* | some small tweaks from Michael W. Bombardieri; |  jmc | 2011-03-22 | 1 | -5/+5 |
* | Between groff-1.15 and groff-1.20.1, the .Ns macro was changed to no |  schwarze | 2011-02-07 | 1 | -5/+3 |
* | more EXIT STATUS tweaks; from Daniel Dickman |  jmc | 2010-10-01 | 1 | -2/+8 |
* | get rid of the nawk hard link |  deraadt | 2010-08-25 | 2 | -7/+3 |
* | convert some of the weirder displays into lists, to avoid mangling; |  jmc | 2010-08-08 | 1 | -39/+47 |
* | Update awk to May 23, 2010 version. OK miod@ |  millert | 2010-06-13 | 7 | -16/+48 |
* | remove references to docs we no longer install; |  jmc | 2010-01-10 | 1 | -5/+2 |
* | Stop installing many of the incredibly dated and un-authoritative share/doc |  deraadt | 2010-01-04 | 1 | -6/+1 |
* | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few |  jmc | 2009-02-08 | 1 | -3/+3 |
* | Update awk to version 20071023; OK deraadt@ |  millert | 2008-10-06 | 9 | -88/+161 |
* | +awk does not support {n,m} pattern matching |  jmc | 2008-09-04 | 1 | -2/+5 |
* | repair .Pq use; Alan R. S. Bueno |  deraadt | 2008-07-25 | 1 | -3/+3 |
* | tweak previous, and arrange the text to read a little better; |  jmc | 2008-06-04 | 1 | -19/+20 |
* | Extend awk with bitwise operations. This is an extension to the awk |  pyr | 2008-06-04 | 4 | -6/+91 |
* | Use arc4random_buf() when requesting more than a single word of output |  djm | 2008-04-13 | 1 | -2/+2 |
* | fail nicely instead of crashing for format strings containing '*', |  deraadt | 2008-02-27 | 1 | -1/+3 |
* | fix yacc/lex parallel file generation |  espie | 2007-11-24 | 1 | -3/+6 |
* | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg |  deraadt | 2007-09-02 | 2 | -5/+5 |
* | printf(1) is the correct reference here, not printf(3); |  jmc | 2007-06-27 | 1 | -5/+4 |
* | convert to new .Dd format; |  jmc | 2007-05-31 | 1 | -2/+2 |
* | - use a consistent text for STANDARDS |  jmc | 2007-05-30 | 1 | -1/+15 |
* | Do not touch uninitialized variable, if sscanf(3) fails. |  moritz | 2007-04-02 | 1 | -2/+2 |
* | allow this to build w/ cross-tools thru providing proper hostcflags; found by rainor's work |  mickey | 2007-03-18 | 1 | -2/+3 |
* | sync the -f description w/ its synopsis; |  jmc | 2007-01-29 | 1 | -3/+3 |
* | sync usage(); spotted by Igor Sobrado |  jmc | 2007-01-29 | 1 | -3/+3 |
* | from ru@freebsd: |  jmc | 2006-11-04 | 1 | -3/+3 |
* | Handle / inside []s properly. |  hugh | 2006-04-16 | 1 | -3/+7 |
* | - document return value of cmd | getline [var] |  jmc | 2006-03-29 | 1 | -4/+9 |
* | more sane calloc(3) usage; from adobriyan@gmail.com, ok millert |  pvalchev | 2006-03-19 | 1 | -7/+7 |
* | Don't try to fclose(infile) when infile == NULL. This can happen |  millert | 2005-11-23 | 1 | -2/+2 |
* | .Xr script 7 |  jmc | 2005-05-12 | 1 | -2/+3 |
* | Use asprint(), not snprintf() when converting strings to numbers |  millert | 2005-04-15 | 1 | -5/+6 |