Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change executable name to egawk and change bug reporting address. | Kaz Kylheku | 2022-04-12 | 1 | -7/+6 |
| | | | | | | | | | | | * Makefile.am, Makefile.in (bin_PROGRAMS): Change from gawk to egawk. (bin_SCRIPTS): Remove gawkbug; this is not used. (install-exec-hook, uninstall-links): Fix some hard-coded gawk references here. * main.c (usage): Rewrite bug reporting text, specifically discouraging users not to use the bug-awk mailing list for support, unless they reproduce the issue with the original awk. | ||||
* | Add doc on gawkbug program. | Arnold D. Robbins | 2022-02-27 | 1 | -1/+2 |
| | |||||
* | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2022-02-27 | 1 | -1/+1 |
|\ | |||||
| * | Have cant_happen() give more information. | Arnold D. Robbins | 2022-02-27 | 1 | -1/+1 |
| | | |||||
* | | Enable interval expressions for --traditional. Update docs. | Arnold D. Robbins | 2022-02-22 | 1 | -2/+8 |
| | | |||||
* | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2021-12-17 | 1 | -1/+2 |
|\| | |||||
| * | Make a number of variables and functions be static. | Arnold D. Robbins | 2021-12-17 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2021-12-01 | 1 | -8/+4 |
|\| | |||||
| * | Convert w32_maybe_set_errno to os_maybe_set_errno. | Arnold D. Robbins | 2021-12-01 | 1 | -8/+4 |
| | | |||||
* | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2021-09-03 | 1 | -1/+1 |
|\| | |||||
| * | Fix update year in main.c. | Arnold D. Robbins | 2021-09-03 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2021-08-29 | 1 | -2/+2 |
|\| | |||||
| * | Change a variable from int to bool. | Arnold D. Robbins | 2021-08-18 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into feature/bool | Arnold D. Robbins | 2021-04-16 | 1 | -0/+1 |
|\| | |||||
| * | Small bug fix in main.c:arg_assign. | Arnold D. Robbins | 2021-04-16 | 1 | -0/+1 |
| | | |||||
* | | More progress on bool. | Arnold D. Robbins | 2021-03-08 | 1 | -18/+0 |
| | | |||||
* | | Start on a bool type for gawk. | Arnold D. Robbins | 2021-03-05 | 1 | -0/+17 |
|/ | |||||
* | Fix a bug with -b option. | Arnold D. Robbins | 2021-01-28 | 1 | -2/+3 |
| | |||||
* | Update a bunch of copyright years. | Arnold D. Robbins | 2021-01-09 | 1 | -1/+1 |
| | |||||
* | Improve use of types throughout. | Arnold D. Robbins | 2021-01-08 | 1 | -3/+3 |
| | |||||
* | Change flags to enums (for showing in GDB). | Arnold D. Robbins | 2020-07-07 | 1 | -1/+1 |
| | |||||
* | Make do_itrace a real variable. | Arnold D. Robbins | 2020-07-05 | 1 | -1/+2 |
| | |||||
* | Add instruction trace option. | Arnold D. Robbins | 2020-07-02 | 1 | -1/+7 |
| | |||||
* | More message updates. | Arnold D. Robbins | 2020-03-11 | 1 | -1/+1 |
| | |||||
* | First round of message improvements. | Arnold D. Robbins | 2020-03-09 | 1 | -12/+9 |
| | |||||
* | Update copyright years on changed files. | Arnold D. Robbins | 2020-01-24 | 1 | -2/+3 |
| | |||||
* | Fix whitespace in main.c. | Arnold D. Robbins | 2019-08-23 | 1 | -4/+4 |
| | |||||
* | Fix lint_old warnings to use lintwarn function. | Arnold D. Robbins | 2019-07-16 | 1 | -1/+1 |
| | |||||
* | Update comment for translators in usage(). | Arnold D. Robbins | 2019-06-06 | 1 | -1/+1 |
| | |||||
* | Add --lint=no-ext to disable "xxx is a gawk extension" warnings. | Arnold D. Robbins | 2019-05-22 | 1 | -2/+5 |
| | |||||
* | Improve sandbox mode. | Arnold D. Robbins | 2019-05-06 | 1 | -0/+18 |
| | |||||
* | Fix core dump upon syntax error. | Arnold D. Robbins | 2019-04-18 | 1 | -0/+6 |
| | |||||
* | Single-byte locales use locale settings for ignoring case. | Arnold D. Robbins | 2019-04-07 | 1 | -0/+4 |
| | |||||
* | Small fix in help message. | Arnold D. Robbins | 2019-03-03 | 1 | -1/+1 |
| | |||||
* | Small profiling improvements. | Arnold D. Robbins | 2019-02-25 | 1 | -3/+8 |
| | |||||
* | Fix calling user defined functions from eval. | Arnold D. Robbins | 2019-02-17 | 1 | -1/+1 |
| | |||||
* | Small cleanups before making a tarball. | Arnold D. Robbins | 2019-01-25 | 1 | -2/+3 |
| | |||||
* | Rework namespace handling to make simpler and correct. Add two test cases. | Arnold D. Robbins | 2019-01-25 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into feature/fix-ns-memleak | Arnold D. Robbins | 2019-01-20 | 1 | -35/+29 |
|\ | |||||
| * | Finish transition to using assoc_set. | Arnold D. Robbins | 2019-01-15 | 1 | -35/+29 |
| | | |||||
* | | Continue fixing memory leaks related to namespaces. | Arnold D. Robbins | 2019-01-19 | 1 | -7/+13 |
| | | |||||
* | | Start fixing memory leaks in namespace management. | Arnold D. Robbins | 2019-01-18 | 1 | -0/+2 |
|/ | |||||
* | Squashed merge of feature/namespaces. Add code and doc. | Arnold D. Robbins | 2019-01-11 | 1 | -4/+16 |
| | |||||
* | Revise PROCINFO["platform"] and related doc. | Arnold D. Robbins | 2018-11-26 | 1 | -4/+3 |
| | |||||
* | Add PROCINFO["platform"] to code and doc. | Arnold D. Robbins | 2018-11-25 | 1 | -0/+24 |
| | |||||
* | Allow command line assignment of typed regexps. | Arnold D. Robbins | 2018-11-24 | 1 | -27/+48 |
| | |||||
* | Fix usage for -Z option. | Arnold D. Robbins | 2018-11-11 | 1 | -1/+1 |
| | |||||
* | Improve usage message when debugging enabled. | Arnold D. Robbins | 2018-10-24 | 1 | -1/+4 |
| | |||||
* | Move some prototypes to awk.h from main.c. | Arnold D. Robbins | 2018-09-14 | 1 | -3/+0 |
| | |||||
* | Fix handling of physical newlines in -v arguments and related improvemnts. | Arnold D. Robbins | 2018-07-31 | 1 | -1/+8 |
| |