summaryrefslogtreecommitdiffstats
path: root/usr.bin/awk (follow)
Commit message (Expand)AuthorAgeFilesLines
* use a journal reference instead of cstr when possiblejsg2021-03-081-5/+8
* Add some references, most of these were removed when we stopped buildingjsg2021-03-081-2/+13
* Fix size computation in replace_repeat() for special_case REPEAT_WITH_Q.millert2021-03-021-7/+4
* Fix typo in mktime() year format description. From Paul de Weerd.millert2020-12-211-3/+3
* Update awk to December 18, 2020 version.millert2020-12-184-30/+49
* Fix some breakage in handling +-inf and +-nan introduced in last version.millert2020-12-171-15/+23
* Update awk to December 8, 2020 version.millert2020-12-0911-109/+272
* double word fixes;jmc2020-11-051-3/+3
* Implement mktime() function for compatibility with mawk and gawk.millert2020-08-284-6/+66
* Update awk to August 7, 2020 version.millert2020-08-114-15/+31
* Don't print extra newlines on error before awk starts parsing.millert2020-07-301-6/+5
* Update awk to July 30, 2020 version.millert2020-07-3010-29/+33
* Improved handling of an unescaped '/' in a bracket expression.millert2020-07-301-2/+4
* Regular expression support in RS is an extension.millert2020-07-241-2/+4
* If closefile() is called on std{in,out,err}, freopen() /dev/null instead.millert2020-07-201-2/+6
* In closeall(), skip stdin and flush std{err,out} instead of closing.millert2020-07-201-1/+5
* Cast to uschar when storing a char in an int that will be used as an index.millert2020-07-132-4/+4
* Update awk to July 2, 2020 version.millert2020-07-024-16/+34
* Fix regression with changed SUBSEP in subscript in version 20191024.millert2020-07-011-3/+3
* Fix concatenation regression introduced in version 20201024.millert2020-07-011-4/+4
* Improve description of field splitting and document FS special cases.millert2020-06-271-17/+20
* Document that FS is applied at the time the input line is read.millert2020-06-261-2/+12
* Update awk to June 25, 2020 version.millert2020-06-268-63/+72
* Update awk to June 12, 2020 version.millert2020-06-263-5/+18
* When parsing a character class don't increment openclass for a literal '['.millert2020-06-231-3/+5
* Document that rand() returns non-deterministic random numbers unless atim2020-06-171-3/+12
* Fix strlcpy() size parameter in refldbld(), it was a byte too small.millert2020-06-162-17/+21
* Integrate the bsd-features branch from awk github.millert2020-06-138-14/+339
* POSIX doesn't permit an unescaped '/' in an extended regular expression.millert2020-06-135-21/+35
* Use setlocale(LC_CTYPE, "") instead of setlocale(LC_ALL, "")millert2020-06-111-2/+2
* Fix length parameter to strlcpy, inputFS is a pointer.millert2020-06-111-2/+2
* Update awk to June 5, 2020 version.millert2020-06-105-11/+35
* Update awk to Feb 28, 2020 version.millert2020-06-109-253/+422
* Update awk to Jan 31, 2020 version.millert2020-06-1011-54/+120
* Update awk to Jan 5, 2020 version.millert2020-06-108-132/+175
* Update awk to Nov 10, 2019 version.millert2020-06-1010-104/+130
* Update awk to Oct 24, 2019 version.millert2020-06-1011-197/+204
* Update awk to Oct 17, 2019 version.millert2020-06-105-110/+125
* Update awk to Oct 6, 2019 version.millert2020-06-106-33/+143
* Update awk to Sep 10, 2019 version.millert2020-06-1013-129/+196
* Update awk to Jun 17, 2019 version.millert2020-06-106-10/+52
* Update awk to March 5, 2019 version.millert2020-06-106-19/+277
* Update awk to Jan 25, 2019 version.millert2020-06-108-56/+113
* Update awk to Oct 25, 2018 version.millert2020-06-103-4/+11
* Update awk to Aug 27, 2018 version.millert2020-06-104-13/+19
* Update awk to Aug 23, 2018 version.millert2020-06-1011-44/+293
* Update awk to Jan 5, 2013 version, no real code changes.millert2020-06-103-14/+31
* The errcheck() function treats an errno of ERANGE or EDOM as somethingguenther2020-06-081-3/+11
* Merge a missing fix from awk-12202012 and update the version and FIXES.millert2020-02-274-7/+25
* claudio noticed that "exit" inside the main {} clause still runs the EXITderaadt2020-01-221-7/+10