summaryrefslogtreecommitdiffstats
path: root/usr.bin/awk (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add pledge support in awk and make awk -safe actually safe.doug2015-10-101-1/+17
* Avoid .Ns right after .Pf, it's pointless.schwarze2015-09-141-5/+5
* When rand() was made fully random, the return value of srand() wasderaadt2015-09-051-4/+8
* Don't display empty error context.tobiasu2015-03-271-2/+3
* fix placement of opening parentheses, and drop some .Xo while hereschwarze2015-01-161-15/+7
* Use reallocarray() where suitablederaadt2014-12-192-16/+22
* .Xr cut which may be what you're really looking for.tedu2014-12-151-2/+3
* Use srandom_deterministic() if a seed is supplied, thereby switching thederaadt2014-12-081-11/+4
* Fix %c for floating values that become 0 when coerced to int.millert2014-12-011-2/+2
* Userland reallocarray() audit.doug2014-10-111-2/+2
* as suggested by schwarze, reshuffle STANDARDS text detailing posix featuresjmc2014-03-171-6/+6
* use a more clearly named variable for the srandom case in the codederaadt2013-09-291-7/+7
* Remove wrong workaround for the 88100 `awk bug' - it turns out compilingmiod2013-08-181-5/+1
* Build awk with -O1 on m88k for now; when built -O2, it would sporadicallymiod2013-07-281-1/+5
* remove makefile hacks that are no longer needed with t1 t2: working properlyespie2012-12-211-6/+3
* Update awk to Aug 10, 2011 version; naddy@ reports no ports problemsmillert2011-09-2810-70/+167
* no need to escape `|'; as discussed with schwartzejmc2011-05-021-3/+3
* Stash the old seed when srand() is called and use it as the returnmillert2011-04-201-3/+5
* some small tweaks from Michael W. Bombardieri;jmc2011-03-221-5/+5
* Between groff-1.15 and groff-1.20.1, the .Ns macro was changed to noschwarze2011-02-071-5/+3
* more EXIT STATUS tweaks; from Daniel Dickmanjmc2010-10-011-2/+8
* get rid of the nawk hard linkderaadt2010-08-252-7/+3
* convert some of the weirder displays into lists, to avoid mangling;jmc2010-08-081-39/+47
* Update awk to May 23, 2010 version. OK miod@millert2010-06-137-16/+48
* remove references to docs we no longer install;jmc2010-01-101-5/+2
* Stop installing many of the incredibly dated and un-authoritative share/docderaadt2010-01-041-6/+1
* bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewjmc2009-02-081-3/+3
* Update awk to version 20071023; OK deraadt@millert2008-10-069-88/+161
* +awk does not support {n,m} pattern matchingjmc2008-09-041-2/+5
* repair .Pq use; Alan R. S. Buenoderaadt2008-07-251-3/+3
* tweak previous, and arrange the text to read a little better;jmc2008-06-041-19/+20
* Extend awk with bitwise operations. This is an extension to the awkpyr2008-06-044-6/+91
* Use arc4random_buf() when requesting more than a single word of outputdjm2008-04-131-2/+2
* fail nicely instead of crashing for format strings containing '*',deraadt2008-02-271-1/+3
* fix yacc/lex parallel file generationespie2007-11-241-3/+6
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-022-5/+5
* printf(1) is the correct reference here, not printf(3);jmc2007-06-271-5/+4
* convert to new .Dd format;jmc2007-05-311-2/+2
* - use a consistent text for STANDARDSjmc2007-05-301-1/+15
* Do not touch uninitialized variable, if sscanf(3) fails.moritz2007-04-021-2/+2
* allow this to build w/ cross-tools thru providing proper hostcflags; found by rainor's workmickey2007-03-181-2/+3
* sync the -f description w/ its synopsis;jmc2007-01-291-3/+3
* sync usage(); spotted by Igor Sobradojmc2007-01-291-3/+3
* from ru@freebsd:jmc2006-11-041-3/+3
* Handle / inside []s properly.hugh2006-04-161-3/+7
* - document return value of cmd | getline [var]jmc2006-03-291-4/+9
* more sane calloc(3) usage; from adobriyan@gmail.com, ok millertpvalchev2006-03-191-7/+7
* Don't try to fclose(infile) when infile == NULL. This can happenmillert2005-11-231-2/+2
* .Xr script 7jmc2005-05-121-2/+3
* Use asprint(), not snprintf() when converting strings to numbersmillert2005-04-151-5/+6