aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* Add --lint=no-ext to disable "xxx is a gawk extension" warnings.Arnold D. Robbins2019-05-221-2/+5
* Improve sandbox mode.Arnold D. Robbins2019-05-061-0/+18
* Fix core dump upon syntax error.Arnold D. Robbins2019-04-181-0/+6
* Single-byte locales use locale settings for ignoring case.Arnold D. Robbins2019-04-071-0/+4
* Small fix in help message.Arnold D. Robbins2019-03-031-1/+1
* Small profiling improvements.Arnold D. Robbins2019-02-251-3/+8
* Fix calling user defined functions from eval.Arnold D. Robbins2019-02-171-1/+1
* Small cleanups before making a tarball.Arnold D. Robbins2019-01-251-2/+3
* Rework namespace handling to make simpler and correct. Add two test cases.Arnold D. Robbins2019-01-251-1/+1
* Merge branch 'master' into feature/fix-ns-memleakArnold D. Robbins2019-01-201-35/+29
|\
| * Finish transition to using assoc_set.Arnold D. Robbins2019-01-151-35/+29
* | Continue fixing memory leaks related to namespaces.Arnold D. Robbins2019-01-191-7/+13
* | Start fixing memory leaks in namespace management.Arnold D. Robbins2019-01-181-0/+2
|/
* Squashed merge of feature/namespaces. Add code and doc.Arnold D. Robbins2019-01-111-4/+16
* Revise PROCINFO["platform"] and related doc.Arnold D. Robbins2018-11-261-4/+3
* Add PROCINFO["platform"] to code and doc.Arnold D. Robbins2018-11-251-0/+24
* Allow command line assignment of typed regexps.Arnold D. Robbins2018-11-241-27/+48
* Fix usage for -Z option.Arnold D. Robbins2018-11-111-1/+1
* Improve usage message when debugging enabled.Arnold D. Robbins2018-10-241-1/+4
* Move some prototypes to awk.h from main.c.Arnold D. Robbins2018-09-141-3/+0
* Fix handling of physical newlines in -v arguments and related improvemnts.Arnold D. Robbins2018-07-311-1/+8
* Do fflush(NULL) before abort(), for GLIBC 2.27.Arnold D. Robbins2018-02-101-0/+4
* Add comments about earlier fix for BSD systems.Arnold D. Robbins2018-01-251-0/+3
* Fix inplace tests on BSD systems.Arnold D. Robbins2018-01-221-0/+8
* Update copyright year in main.c. Small doc updates. Update NEWS.Arnold D. Robbins2018-01-031-2/+2
* Make -L option's argument optional.Arnold D. Robbins2017-12-241-1/+1
* Don't post bugs to comp.lang.awk added to --help output.Arnold D. Robbins2017-11-091-1/+2
* Add URL for bug reporting description to the help message.Arnold D. Robbins2017-08-091-2/+4
* Update copyright years in all relevant files.Arnold D. Robbins2017-08-041-2/+2
* Some cleanup about checking letters and identifiers.Arnold D. Robbins2017-07-111-1/+1
* Merge branch 'master' into feature/api-parserArnold D. Robbins2017-04-111-0/+8
|\
| * Fix EPIPE handling in the MinGW build.Eli Zaretskii2017-04-081-0/+8
* | Merge branch 'master' into feature/api-parserArnold D. Robbins2017-03-271-6/+6
|\|
| * Minor cleanup in main.c:usage.Arnold D. Robbins2017-03-271-6/+6
* | Merge branch 'master' into feature/api-parserArnold D. Robbins2017-03-271-1/+4
|\|
| * Die with SIGPIPE when EPIPE happens on stdout.Arnold D. Robbins2017-03-271-1/+4
* | Merge branch 'master' into feature/api-parserArnold D. Robbins2017-03-201-3/+2
|\|
| * Improve handling of EPIPE and fflush.Arnold D. Robbins2017-03-201-3/+2
* | Enable an API input parser to supply an array of field widths to override the...Andrew J. Schorr2017-03-051-16/+1
|/
* Speed up programs that toggle IGNORECASE a lot.Arnold D. Robbins2017-01-191-1/+1
* Further code improvements and doc changes as diff until merge.Arnold D. Robbins2016-11-121-4/+4
* Remove trailing whitespace everywhere. Fix Unicode into ASCII.Arnold D. Robbins2016-10-231-17/+17
* Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-07-181-3/+20
|\
| * Reenable translation during arg parsing.Arnold D. Robbins2016-07-181-3/+20
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-06-101-1/+1
|\|
| * Update years and stuff in doc towards next release.Arnold D. Robbins2016-06-101-1/+1
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-05-301-1/+3
|\|
| * Always force number on -v arguments, even if LC_NUMERIC not defined.Arnold D. Robbins2016-05-301-1/+3
* | Turn optimization on by default. New -s option to disable it.Arnold D. Robbins2016-02-051-2/+10
* | Add PROCINFO["argv"] array to contain the command-line arguments.Andrew J. Schorr2015-05-151-0/+28