Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Update doc with caution about namespaces. | Arnold D. Robbins | 2019-01-25 | 4 | -186/+210 | |
| | | ||||||
| * | Rework namespace handling to make simpler and correct. Add two test cases. | Arnold D. Robbins | 2019-01-25 | 24 | -1076/+1122 | |
| | | ||||||
| * | Code cleanups. | Arnold D. Robbins | 2019-01-21 | 5 | -559/+432 | |
| | | ||||||
| * | Fix last namespace leak in test suite via change during parsing. | Arnold D. Robbins | 2019-01-21 | 3 | -454/+465 | |
| | | ||||||
| * | Merge branch 'master' into feature/fix-ns-memleak | Arnold D. Robbins | 2019-01-20 | 12 | -162/+124 | |
| |\ | ||||||
| * | | Restore passing tests in namespace code. | Arnold D. Robbins | 2019-01-20 | 3 | -471/+497 | |
| | | | ||||||
| * | | Continue fixing memory leaks related to namespaces. | Arnold D. Robbins | 2019-01-19 | 6 | -463/+644 | |
| | | | ||||||
| * | | Merge branch 'master' into feature/fix-ns-memleak | Arnold D. Robbins | 2019-01-18 | 4 | -26/+30 | |
| |\ \ | ||||||
| * | | | Start fixing memory leaks in namespace management. | Arnold D. Robbins | 2019-01-18 | 5 | -41/+113 | |
| | | | | ||||||
* | | | | Merge branch 'gawk-4.2-stable' | Arnold D. Robbins | 2019-01-25 | 2 | -2/+11 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| * | | | Bug fix in support/regexec.c. | Arnold D. Robbins | 2019-01-25 | 2 | -2/+11 | |
| | | | | ||||||
* | | | | Cleanups for assoc_set. | Arnold D. Robbins | 2019-01-20 | 3 | -1/+12 | |
| | | | | ||||||
* | | | | Merge branch 'master' into feature/assoc_set | Arnold D. Robbins | 2019-01-18 | 4 | -26/+30 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | Finish up indexing. | Arnold D. Robbins | 2019-01-18 | 4 | -26/+30 | |
| | |/ | |/| | ||||||
* | | | Finish transition to using assoc_set. | Arnold D. Robbins | 2019-01-15 | 11 | -108/+72 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/assoc_set | Arnold D. Robbins | 2019-01-15 | 7 | -619/+686 | |
|\| | | ||||||
| * | | Merge branch 'gawk-4.2-stable' | Arnold D. Robbins | 2019-01-14 | 7 | -619/+688 | |
| |\| | ||||||
| | * | Indexing and minor doc improvements. | Arnold D. Robbins | 2019-01-14 | 4 | -578/+601 | |
| | | | ||||||
| | * | Fix small potential memory leak for intdiv. | Arnold D. Robbins | 2019-01-14 | 3 | -2/+12 | |
| | | | ||||||
| | * | Indexing fixes. | Arnold D. Robbins | 2019-01-13 | 4 | -28/+64 | |
| | | | ||||||
* | | | Remove some unused local variables in builtin.c. | Andrew J. Schorr | 2019-01-15 | 2 | -3/+5 | |
| | | | ||||||
* | | | Fix location of assoc_set function in awk.h and start to use it. | Andrew J. Schorr | 2019-01-15 | 3 | -63/+30 | |
| | | | ||||||
* | | | Add assoc_set inline function for setting array elements. | Andrew J. Schorr | 2019-01-14 | 2 | -0/+20 | |
|/ / | ||||||
* | | Fix memory leak in new do_typeof optional array arg. | Andrew J. Schorr | 2019-01-14 | 2 | -0/+11 | |
| | | ||||||
* | | Squashed merge of feature/namespaces. Add code and doc. | Arnold D. Robbins | 2019-01-11 | 55 | -2138/+5595 | |
| | | ||||||
* | | Merge branch 'gawk-4.2-stable' | Arnold D. Robbins | 2019-01-11 | 13 | -221/+243 | |
|\| | ||||||
| * | Further doc on translations. | Arnold D. Robbins | 2019-01-11 | 4 | -210/+215 | |
| | | ||||||
| * | Fixes for building on OpenVMS | John Malmberg | 2019-01-09 | 9 | -11/+28 | |
| | | ||||||
* | | Implement optional second array arg to type of returning info on variable ↵ | Andrew J. Schorr | 2019-01-09 | 13 | -4/+147 | |
| | | | | | | | | internals. | |||||
* | | Merge branch 'gawk-4.2-stable' | Arnold D. Robbins | 2019-01-08 | 6 | -230/+300 | |
|\| | ||||||
| * | Improve doc on making directory to hold .mo files. | Arnold D. Robbins | 2019-01-08 | 4 | -229/+290 | |
| | | ||||||
| * | Small optimization for translatable strings. | Arnold D. Robbins | 2019-01-08 | 2 | -1/+10 | |
| | | ||||||
* | | Use a struct instead of an array to contain the array methods. | Andrew J. Schorr | 2019-01-07 | 6 | -52/+93 | |
| | | ||||||
* | | Reset the implementation of empty arrays. | Andrew J. Schorr | 2019-01-06 | 2 | -0/+9 | |
| | | ||||||
* | | Remove alength array method in favor of accessing table_size directly. | Andrew J. Schorr | 2019-01-06 | 8 | -40/+43 | |
| | | ||||||
* | | Merge branch 'gawk-4.2-stable' | Arnold D. Robbins | 2019-01-04 | 4 | -320/+369 | |
|\| | ||||||
| * | Small doc improvements. | Arnold D. Robbins | 2019-01-04 | 4 | -277/+309 | |
| | | ||||||
| * | Small indexing fixes. | Arnold D. Robbins | 2019-01-03 | 4 | -258/+275 | |
| | | ||||||
* | | Merge branch 'gawk-4.2-stable' | Arnold D. Robbins | 2018-12-26 | 8 | -418/+1125 | |
|\| | ||||||
| * | Sync and update regex from GNULIB. | Arnold D. Robbins | 2018-12-26 | 8 | -418/+1125 | |
| | | ||||||
* | | Merge branch 'gawk-4.2-stable' | Arnold D. Robbins | 2018-12-24 | 4 | -10/+19 | |
|\| | ||||||
| * | Make inet tests keep going if they fail. | Arnold D. Robbins | 2018-12-24 | 3 | -8/+13 | |
| | | ||||||
| * | Fix test/inftest.ok. | Arnold D. Robbins | 2018-12-23 | 2 | -2/+6 | |
| | | ||||||
* | | Merge branch 'gawk-4.2-stable' | Arnold D. Robbins | 2018-12-21 | 12 | -9/+71 | |
|\| | ||||||
| * | Improve auto debug for .developing. | Arnold D. Robbins | 2018-12-21 | 3 | -2/+10 | |
| | | ||||||
| * | Bug fix in dfa, with test. | Arnold D. Robbins | 2018-12-21 | 9 | -7/+61 | |
| | | ||||||
* | | Merge branch 'gawk-4.2-stable' | Arnold D. Robbins | 2018-12-18 | 12 | -42/+82 | |
|\| | ||||||
| * | Remove .deps directory upon make distclean. | Arnold D. Robbins | 2018-12-18 | 12 | -42/+82 | |
| | | ||||||
* | | Update Italian manual. | Arnold D. Robbins | 2018-12-18 | 2 | -167/+269 | |
| | | ||||||
* | | Merge branch 'gawk-4.2-stable' | Arnold D. Robbins | 2018-12-18 | 8 | -509/+656 | |
|\| |