Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Doc fix: POSIX language on RS. | Arnold D. Robbins | 2019-04-21 | 1 | -0/+5 | |
| | ||||||
* | Fix core dump upon syntax error. | Arnold D. Robbins | 2019-04-18 | 1 | -0/+7 | |
| | ||||||
* | Ensure that ChangeLog.1 gets into the distribution. | Arnold D. Robbins | 2019-04-18 | 1 | -0/+2 | |
| | ||||||
* | Add an easter egg in msg.c. | Arnold D. Robbins | 2019-04-18 | 1 | -0/+4 | |
| | ||||||
* | Add new ChangeLog files. | Arnold D. Robbins | 2019-04-12 | 1 | -0/+8 | |
| | ||||||
* | Update gettext version in the doc. | Arnold D. Robbins | 2019-04-12 | 1 | -8915/+0 | |
| | ||||||
* | Update aux files. | Arnold D. Robbins | 2019-04-07 | 1 | -0/+4 | |
| | ||||||
* | Single-byte locales use locale settings for ignoring case. | Arnold D. Robbins | 2019-04-07 | 1 | -0/+6 | |
| | ||||||
* | Update config.guess files. | Arnold D. Robbins | 2019-03-22 | 1 | -0/+4 | |
| | ||||||
* | Fix test for ZOS_FAIL. | Arnold D. Robbins | 2019-03-17 | 1 | -0/+4 | |
| | ||||||
* | Update version for beta tarball. | Arnold D. Robbins | 2019-03-15 | 1 | -0/+1 | |
| | ||||||
* | Another fix for 'make distcheck' to work. | Arnold D. Robbins | 2019-03-15 | 1 | -0/+5 | |
| | ||||||
* | Small fix in help message. | Arnold D. Robbins | 2019-03-03 | 1 | -1/+5 | |
| | ||||||
* | Next test tarball. | Arnold D. Robbins | 2019-03-01 | 1 | -0/+1 | |
| | ||||||
* | Fix Makefile.am so that make distcheck work again. | Arnold D. Robbins | 2019-03-01 | 1 | -0/+6 | |
| | ||||||
* | Update Checklist. Remove README.cvs. | Arnold D. Robbins | 2019-02-28 | 1 | -0/+4 | |
| | ||||||
* | Update aux files. | Arnold D. Robbins | 2019-02-25 | 1 | -0/+4 | |
| | ||||||
* | Small fix in NEWS. | Arnold D. Robbins | 2019-02-25 | 1 | -0/+4 | |
| | ||||||
* | Small profiling improvements. | Arnold D. Robbins | 2019-02-25 | 1 | -0/+12 | |
| | ||||||
* | Improvements for z/OS, building and test suite. | Arnold D. Robbins | 2019-02-25 | 1 | -0/+18 | |
| | ||||||
* | And update TODO. | Arnold D. Robbins | 2019-02-17 | 1 | -0/+1 | |
| | ||||||
* | Fix calling user defined functions from eval. | Arnold D. Robbins | 2019-02-17 | 1 | -0/+19 | |
| | ||||||
* | More doc updates. | Arnold D. Robbins | 2019-02-15 | 1 | -0/+1 | |
| | ||||||
* | Fix plain `print' to work if profiling. | Arnold D. Robbins | 2019-02-15 | 1 | -0/+5 | |
| | ||||||
* | Version updates for next test tarball. | Arnold D. Robbins | 2019-02-11 | 1 | -0/+4 | |
| | ||||||
* | Update aux files. | Arnold D. Robbins | 2019-02-07 | 1 | -0/+1 | |
| | ||||||
* | Move to makeinfo 6.5. | Arnold D. Robbins | 2019-02-07 | 1 | -0/+4 | |
| | ||||||
* | Include NEWS.1 in what gets distributed. | Arnold D. Robbins | 2019-02-05 | 1 | -0/+4 | |
| | ||||||
* | Updates for DJGPP. | Arnold D. Robbins | 2019-02-04 | 1 | -0/+2 | |
| | ||||||
* | Rotate NEWS into NEWS.1, start fresh NEWS. | Arnold D. Robbins | 2019-02-04 | 1 | -0/+5 | |
| | ||||||
* | Update TODO, disallow @/.../ as second arg to index. | Arnold D. Robbins | 2019-02-03 | 1 | -0/+5 | |
| | ||||||
* | Update to Bison 3.3. | Arnold D. Robbins | 2019-02-02 | 1 | -0/+5 | |
| | ||||||
* | Cleanup debug.c: remove one __MINGW32__ conditional. | Eli Zaretskii | 2019-02-02 | 1 | -0/+3 | |
| | ||||||
* | Fix compilation errors and warnings with MinGW64. | Eli Zaretskii | 2019-02-02 | 1 | -0/+12 | |
| | ||||||
* | Further simply namespace handling in awkgram.y. | Arnold D. Robbins | 2019-01-28 | 1 | -0/+7 | |
| | ||||||
* | Update copyright year in many dates. | Arnold D. Robbins | 2019-01-28 | 1 | -0/+7 | |
| | ||||||
* | Changes after make distcheck. | Arnold D. Robbins | 2019-01-26 | 1 | -0/+4 | |
| | ||||||
* | Small cleanups before making a tarball. | Arnold D. Robbins | 2019-01-25 | 1 | -0/+7 | |
| | ||||||
* | Rework namespace handling to make simpler and correct. Add two test cases. | Arnold D. Robbins | 2019-01-25 | 1 | -0/+26 | |
| | ||||||
* | Code cleanups. | Arnold D. Robbins | 2019-01-21 | 1 | -0/+4 | |
| | ||||||
* | Fix last namespace leak in test suite via change during parsing. | Arnold D. Robbins | 2019-01-21 | 1 | -0/+5 | |
| | ||||||
* | Merge branch 'master' into feature/fix-ns-memleak | Arnold D. Robbins | 2019-01-20 | 1 | -0/+39 | |
|\ | ||||||
| * | Cleanups for assoc_set. | Arnold D. Robbins | 2019-01-20 | 1 | -0/+6 | |
| | | ||||||
| * | Finish transition to using assoc_set. | Arnold D. Robbins | 2019-01-15 | 1 | -0/+15 | |
| | | ||||||
| * | Merge branch 'master' into feature/assoc_set | Arnold D. Robbins | 2019-01-15 | 1 | -0/+6 | |
| |\ | ||||||
| * | | Remove some unused local variables in builtin.c. | Andrew J. Schorr | 2019-01-15 | 1 | -0/+5 | |
| | | | ||||||
| * | | Fix location of assoc_set function in awk.h and start to use it. | Andrew J. Schorr | 2019-01-15 | 1 | -0/+8 | |
| | | | ||||||
| * | | Add assoc_set inline function for setting array elements. | Andrew J. Schorr | 2019-01-14 | 1 | -0/+5 | |
| | | | ||||||
* | | | Restore passing tests in namespace code. | Arnold D. Robbins | 2019-01-20 | 1 | -0/+8 | |
| | | | ||||||
* | | | Continue fixing memory leaks related to namespaces. | Arnold D. Robbins | 2019-01-19 | 1 | -0/+16 | |
| | | |