Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve memory tracking on typed regex. | Arnold D. Robbins | 2015-06-28 | 1 | -2/+0 |
* | Improve values returned by typeof. Fix tests and doc. | Arnold D. Robbins | 2015-06-26 | 1 | -5/+7 |
* | More work straightening out typeof, including tests. | Arnold D. Robbins | 2015-06-25 | 1 | -1/+7 |
* | Fix typeof to work correctly on subarrays. | Arnold D. Robbins | 2015-06-22 | 1 | -1/+4 |
* | Fix typeof to not change untyped param to scalar. | Arnold D. Robbins | 2015-06-21 | 1 | -2/+1 |
* | Minor edit to warning in do_isarray. | Arnold D. Robbins | 2015-06-19 | 1 | -1/+1 |
* | Change Node_hardregex to Node_typedregex. | Arnold D. Robbins | 2015-05-11 | 1 | -5/+5 |
* | Add lint warning for isarray. | Arnold D. Robbins | 2015-04-28 | 1 | -0/+6 |
* | Merge branch 'master' into feature/regex-type | Arnold D. Robbins | 2015-04-28 | 1 | -51/+68 |
|\ | |||||
| * | Merge branch 'master' into feature/wasted-byte | Arnold D. Robbins | 2015-04-26 | 1 | -5/+11 |
| |\ | |||||
| * \ | Merge branch 'master' into feature/wasted-byte | Arnold D. Robbins | 2015-04-16 | 1 | -4/+14 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into feature/wasted-byte | Arnold D. Robbins | 2015-04-14 | 1 | -9/+5 |
| |\ \ \ | |||||
| * | | | | Improve readability in builtin.c. | Arnold D. Robbins | 2015-04-14 | 1 | -40/+40 |
| * | | | | Improve computations in do_sub. | Arnold D. Robbins | 2015-04-13 | 1 | -4/+22 |
| * | | | | Merge branch 'master' into feature/wasted-byte | Arnold D. Robbins | 2015-04-13 | 1 | -2/+10 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into wasted-byte | Arnold D. Robbins | 2015-04-03 | 1 | -6/+146 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'master' into wasted-byte | Arnold D. Robbins | 2015-03-08 | 1 | -10/+27 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'master' into wasted-byte | Arnold D. Robbins | 2015-01-20 | 1 | -0/+3 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into wasted-byte | Arnold D. Robbins | 2015-01-07 | 1 | -2/+5 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | More removal of extra unused byte. | Arnold D. Robbins | 2014-12-18 | 1 | -2/+2 |
| * | | | | | | | | | More fixes to stop allocating an extra byte. | Arnold D. Robbins | 2014-12-14 | 1 | -4/+3 |
| * | | | | | | | | | Stop allocating an extra wasted byte at the end of various strings. | Andrew J. Schorr | 2014-12-14 | 1 | -1/+1 |
* | | | | | | | | | | Merge branch 'master' into feature/regex-type | Arnold D. Robbins | 2015-04-26 | 1 | -5/+11 |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | |||||
| * | | | | | | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-04-16 | 1 | -5/+11 |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | |||||
| | * | | | | | | | | Return "" from strftime if bad time_t value instead of fatal. | Arnold D. Robbins | 2015-04-16 | 1 | -5/+11 |
* | | | | | | | | | | Merge branch 'master' into feature/regex-type | Arnold D. Robbins | 2015-04-16 | 1 | -2/+9 |
|\| | | | | | | | | | |||||
| * | | | | | | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-04-16 | 1 | -2/+9 |
| |\| | | | | | | | | |||||
| | * | | | | | | | | Additional checking for strftime. | Arnold D. Robbins | 2015-04-16 | 1 | -2/+9 |
* | | | | | | | | | | Merge branch 'master' into feature/regex-type | Arnold D. Robbins | 2015-04-14 | 1 | -0/+3 |
|\| | | | | | | | | | |||||
| * | | | | | | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-04-14 | 1 | -0/+3 |
| |\| | | | | | | | | |||||
| | * | | | | | | | | Another bug fix in strftime. | Arnold D. Robbins | 2015-04-14 | 1 | -0/+3 |
* | | | | | | | | | | Add more tests, make them work. Almost done... | Arnold D. Robbins | 2015-04-14 | 1 | -4/+8 |
* | | | | | | | | | | Merge branch 'master' into feature/regex-type | Arnold D. Robbins | 2015-04-14 | 1 | -2/+2 |
|\| | | | | | | | | | |||||
| * | | | | | | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-04-14 | 1 | -2/+2 |
| |\| | | | | | | | | | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
| | * | | | | | | | Make indirect call of gensub with 3 args work. | Arnold D. Robbins | 2015-04-14 | 1 | -2/+2 |
* | | | | | | | | | Merge branch 'master' into feature/regex-type | Arnold D. Robbins | 2015-04-14 | 1 | -2/+6 |
|\| | | | | | | | | |||||
| * | | | | | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-04-14 | 1 | -9/+5 |
| |\| | | | | | | | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| | * | | | | | | Improve negative time value checking for strftime. | Arnold D. Robbins | 2015-04-14 | 1 | -9/+5 |
| * | | | | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-04-13 | 1 | -2/+10 |
| |\| | | | | | | | |_|_|_|_|/ | |/| | | | | | |||||
| | * | | | | | Remove fatal error if strftime timestamp < 0. | Arnold D. Robbins | 2015-04-13 | 1 | -2/+10 |
* | | | | | | | Merge branch 'master' into feature/regex-type | Arnold D. Robbins | 2015-04-03 | 1 | -6/+6 |
|\| | | | | | | |||||
| * | | | | | | Rename "div()" to "intdiv()". | Arnold D. Robbins | 2015-04-03 | 1 | -6/+6 |
* | | | | | | | Merge branch 'master' into feature/regex-type | Arnold D. Robbins | 2015-03-31 | 1 | -0/+140 |
|\| | | | | | | |||||
| * | | | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-03-31 | 1 | -0/+140 |
| |\| | | | | | | |_|_|_|/ | |/| | | | | |||||
| | * | | | | Get indirect calls working! | Arnold D. Robbins | 2015-03-31 | 1 | -2/+66 |
| | * | | | | Further improvements. sub/gsub working. | Arnold D. Robbins | 2015-03-31 | 1 | -9/+57 |
| | * | | | | Further progress on indirect calls of builtins. | Arnold D. Robbins | 2015-03-24 | 1 | -5/+10 |
| | * | | | | Start on testing/fixing indirect calls of builtins. | Arnold D. Robbins | 2015-03-20 | 1 | -0/+23 |
* | | | | | | Make @/.../ a terminal. Improve typeof() builtin function. | Arnold D. Robbins | 2015-03-18 | 1 | -1/+4 |
* | | | | | | Merge branch 'master' into feature/regex-type | Arnold D. Robbins | 2015-03-17 | 1 | -10/+27 |
|\| | | | | |