Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into feature/wasted-byte | 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/wasted-byte | Arnold D. Robbins | 2015-04-16 | 1 | -4/+14 |
|\| | | |||||
| * | | 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 '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 |
| | | | |||||
| * | | 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/wasted-byte | Arnold D. Robbins | 2015-04-14 | 1 | -9/+5 |
|\| | | |||||
| * | | 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 |
| | | | |||||
* | | | 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 '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 wasted-byte | Arnold D. Robbins | 2015-04-03 | 1 | -6/+146 |
|\| | | |||||
| * | | Rename "div()" to "intdiv()". | Arnold D. Robbins | 2015-04-03 | 1 | -6/+6 |
| | | | |||||
| * | | 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 |
| | | | |||||
* | | | Merge branch 'master' into wasted-byte | Arnold D. Robbins | 2015-03-08 | 1 | -10/+27 |
|\| | | |||||
| * | | Merge branch 'master' into non-fatal-io-2 | Arnold D. Robbins | 2015-02-08 | 1 | -2/+8 |
| |\ \ | |||||
| * | | | Reset non-fatal-io to 31 December, add fixes from Andrew Schorr. | Arnold D. Robbins | 2015-02-08 | 1 | -12/+11 |
| | | | | |||||
| * | | | Make nonfatal work with stdout & stderr. Update doc more. | Arnold D. Robbins | 2014-12-27 | 1 | -1/+3 |
| | | | | |||||
| * | | | Start at non-fatal output via PROCINFO. | Arnold D. Robbins | 2014-12-20 | 1 | -6/+22 |
| | | | | |||||
* | | | | Merge branch 'master' into wasted-byte | Arnold D. Robbins | 2015-01-20 | 1 | -0/+3 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-01-14 | 1 | -0/+3 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Remove deferred variables. | Arnold D. Robbins | 2015-01-14 | 1 | -0/+3 |
| | | | | |||||
* | | | | Merge branch 'master' into wasted-byte | Arnold D. Robbins | 2015-01-07 | 1 | -2/+5 |
|\| | | | |||||
| * | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-01-07 | 1 | -2/+5 |
| |\| | | | |/ | |/| | |||||
| | * | Fix count$ in printf for dynamic width/precision. | 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 'gawk-4.1-stable' | Arnold D. Robbins | 2014-11-26 | 1 | -2/+2 |
|\| | |||||
| * | Fixes for new gensub warnings. | Arnold D. Robbins | 2014-11-26 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-11-25 | 1 | -2/+4 |
|\| | |||||
| * | Improve warnings in gensub. | Arnold D. Robbins | 2014-11-25 | 1 | -2/+4 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-11-15 | 1 | -69/+15 |
|\| | |||||
| * | Remove MBS_SUPPORT ifdefs. | Arnold D. Robbins | 2014-11-15 | 1 | -69/+15 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-09-15 | 1 | -1/+1 |
|\| | |||||
| * | Finish excising isalpha and isalnum. Document. | Arnold D. Robbins | 2014-09-15 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-09-01 | 1 | -3/+10 |
|\| | |||||
| * | Minor improvement to substr(). | Arnold D. Robbins | 2014-09-01 | 1 | -3/+10 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-08-13 | 1 | -5/+7 |
|\| |