aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* Change flags to enums (for showing in GDB).Arnold D. Robbins2020-07-071-1/+1
* Make do_itrace a real variable.Arnold D. Robbins2020-07-051-1/+2
* Add instruction trace option.Arnold D. Robbins2020-07-021-1/+7
* More message updates.Arnold D. Robbins2020-03-111-1/+1
* First round of message improvements.Arnold D. Robbins2020-03-091-12/+9
* Update copyright years on changed files.Arnold D. Robbins2020-01-241-2/+3
* Fix whitespace in main.c.Arnold D. Robbins2019-08-231-4/+4
* Fix lint_old warnings to use lintwarn function.Arnold D. Robbins2019-07-161-1/+1
* Update comment for translators in usage().Arnold D. Robbins2019-06-061-1/+1
* 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