Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add PROCINFO["argv"] array to contain the command-line arguments. | Andrew J. Schorr | 2015-05-15 | 1 | -0/+28 |
* | Updated autoconf (.ac) files. Remove RETSIGTYPE. | Arnold D. Robbins | 2015-04-16 | 1 | -2/+2 |
* | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-04-08 | 1 | -0/+4 |
|\ | |||||
| * | Add a comment for tranlators in main.c. | Arnold D. Robbins | 2015-04-08 | 1 | -0/+4 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-02-06 | 1 | -2/+2 |
|\| | |||||
| * | Update copyright dates. | Arnold D. Robbins | 2015-02-06 | 1 | -2/+2 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-01-14 | 1 | -3/+3 |
|\| | |||||
| * | Remove deferred variables. | Arnold D. Robbins | 2015-01-14 | 1 | -3/+3 |
| * | Remove OLDMEM checks, preparatory to merging. | Arnold D. Robbins | 2014-11-21 | 1 | -5/+0 |
| * | Merge branch 'gawk-4.1-stable' into memory-work | Arnold D. Robbins | 2014-11-21 | 1 | -2/+1 |
| |\ | |||||
| * | | Add runtime check to run old code. Easier to debug/test. | Arnold D. Robbins | 2014-11-17 | 1 | -0/+5 |
* | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-11-21 | 1 | -2/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | Some minor cleanups. | Arnold D. Robbins | 2014-11-21 | 1 | -2/+1 |
| |/ | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-11-15 | 1 | -7/+0 |
|\| | |||||
| * | Remove MBS_SUPPORT ifdefs. | Arnold D. Robbins | 2014-11-15 | 1 | -7/+0 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-11-10 | 1 | -274/+308 |
|\| | |||||
| * | Don't add -Z to usage. | Arnold D. Robbins | 2014-11-10 | 1 | -3/+0 |
| * | Add undocumented -Z option to set locale. | Arnold D. Robbins | 2014-11-10 | 1 | -283/+321 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-10-15 | 1 | -9/+19 |
|\| | |||||
| * | Sanitize handling of AWKPATH / AWKLIBPATH. | Arnold D. Robbins | 2014-10-15 | 1 | -9/+19 |
* | | Merge branch 'gawk-4.1-stable' | Andrew J. Schorr | 2014-09-30 | 1 | -1/+1 |
|\| | |||||
| * | Fix minor bug: the "-h" option should not require an argument. | Andrew J. Schorr | 2014-09-30 | 1 | -1/+1 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-09-15 | 1 | -2/+2 |
|\| | |||||
| * | Finish excising isalpha and isalnum. Document. | Arnold D. Robbins | 2014-09-15 | 1 | -2/+2 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-09-07 | 1 | -0/+10 |
|\| | |||||
| * | Minor code cleanups. | Arnold D. Robbins | 2014-09-07 | 1 | -0/+10 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-09-05 | 1 | -0/+2 |
|\| | |||||
| * | Add builtin functions to FUNCTAB and PROCINFO["identifiers"] and doc. | Arnold D. Robbins | 2014-09-05 | 1 | -0/+2 |
* | | Remove support for MirBSD. Yay! | Arnold D. Robbins | 2014-08-26 | 1 | -11/+0 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-08-15 | 1 | -1/+1 |
|\| | |||||
| * | Adjust -L option in usage output, update test. | Arnold D. Robbins | 2014-08-15 | 1 | -1/+1 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-07-31 | 1 | -0/+5 |
|\| | |||||
| * | Clean up some memory in MPFR. | Arnold D. Robbins | 2014-07-31 | 1 | -0/+5 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-07-25 | 1 | -0/+2 |
|\| | |||||
| * | Add a warning if -M used and MPFR not available. | Arnold D. Robbins | 2014-07-25 | 1 | -0/+2 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-07-24 | 1 | -1/+1 |
|\| | |||||
| * | Fix option ordering in usage output. | Arnold D. Robbins | 2014-07-24 | 1 | -1/+1 |
* | | Make --pretty-print not run the program. | Arnold D. Robbins | 2014-06-24 | 1 | -3/+2 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-03-31 | 1 | -1/+1 |
|\| | |||||
| * | Update copyright years on files changed in 2014. | Arnold D. Robbins | 2014-03-31 | 1 | -1/+1 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-03-21 | 1 | -1/+1 |
|\| | |||||
| * | Bump UPDATE_YEAR in main.c. | Arnold D. Robbins | 2014-03-21 | 1 | -1/+1 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-01-10 | 1 | -1/+0 |
|\| | |||||
| * | Further changes. | Arnold D. Robbins | 2013-12-12 | 1 | -5/+0 |
| * | First round of VMS changes. | Arnold D. Robbins | 2013-12-12 | 1 | -0/+4 |
* | | Merge branch 'gawk-4.1-stable' to sort option table by long option name. | Andrew J. Schorr | 2013-12-01 | 1 | -21/+22 |
|\| | |||||
| * | Sort option table by long option name for ease of maintenance. | Andrew J. Schorr | 2013-12-01 | 1 | -21/+22 |
* | | Merge branch 'gawk-4.1-stable' to get --include to work. | Andrew J. Schorr | 2013-11-27 | 1 | -0/+1 |
|\| | |||||
| * | Add --include long option and tests to make sure that --load and --include work. | Andrew J. Schorr | 2013-11-27 | 1 | -0/+1 |
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2013-10-24 | 1 | -4/+19 |
|\| |