Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove deferred variables. | Arnold D. Robbins | 2015-01-14 | 1 | -0/+3 |
| | |||||
* | Fix count$ in printf for dynamic width/precision. | Arnold D. Robbins | 2015-01-07 | 1 | -2/+5 |
| | |||||
* | Fixes for new gensub warnings. | Arnold D. Robbins | 2014-11-26 | 1 | -2/+2 |
| | |||||
* | Improve warnings in gensub. | Arnold D. Robbins | 2014-11-25 | 1 | -2/+4 |
| | |||||
* | Remove MBS_SUPPORT ifdefs. | Arnold D. Robbins | 2014-11-15 | 1 | -69/+15 |
| | |||||
* | Finish excising isalpha and isalnum. Document. | Arnold D. Robbins | 2014-09-15 | 1 | -1/+1 |
| | |||||
* | Minor improvement to substr(). | Arnold D. Robbins | 2014-09-01 | 1 | -3/+10 |
| | |||||
* | Minor improvement in gsub() memory management. | Arnold D. Robbins | 2014-08-13 | 1 | -5/+7 |
| | |||||
* | Minor code improvement for sprintf %c. | Arnold D. Robbins | 2014-08-03 | 1 | -2/+1 |
| | |||||
* | Make sprintf %c work better on Windows (printhuge test) | Arnold D. Robbins | 2014-07-31 | 1 | -5/+18 |
| | |||||
* | Bug fix when sprintf %c on huge values in multibyte locales. | Arnold D. Robbins | 2014-07-10 | 1 | -1/+1 |
| | |||||
* | Add more comments and whitespace for do_sub(). | Arnold D. Robbins | 2014-06-19 | 1 | -16/+23 |
| | |||||
* | Update copyright years on files changed in 2014. | Arnold D. Robbins | 2014-03-31 | 1 | -1/+1 |
| | |||||
* | Fix thousands separator problems and update doc. | Arnold D. Robbins | 2014-03-10 | 1 | -7/+23 |
| | |||||
* | Minor fix for mktime. | Arnold D. Robbins | 2014-03-05 | 1 | -4/+4 |
| | |||||
* | Lots of enum/int fixes. | Arnold D. Robbins | 2014-02-27 | 1 | -2/+2 |
| | |||||
* | Remove unneeded Floor and Ceil wrapper functions. | Arnold D. Robbins | 2013-12-10 | 1 | -2/+2 |
| | |||||
* | Additional work for EPIPE errors on stdout. | Arnold D. Robbins | 2013-11-01 | 1 | -0/+5 |
| | |||||
* | Fix problem when extending NF. See test/nfloop. | Arnold D. Robbins | 2013-09-13 | 1 | -1/+1 |
| | |||||
* | Fixes based on problems from a static checker. | Arnold D. Robbins | 2013-09-08 | 1 | -1/+4 |
| | |||||
* | Fix for %c in multibyte locale + new tests. | Arnold D. Robbins | 2013-07-04 | 1 | -12/+15 |
| | |||||
* | Update copyrights in all relevant source files. | Arnold D. Robbins | 2013-04-16 | 1 | -1/+1 |
| | |||||
* | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2013-02-06 | 1 | -4/+5 |
|\ | |||||
| * | Clean up code for sprintf checking for zero args. | Arnold D. Robbins | 2013-02-06 | 1 | -4/+5 |
| | | |||||
* | | Use output_fp for print/printf only if debugging. | Arnold D. Robbins | 2012-12-27 | 1 | -2/+6 |
| | | |||||
* | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-12-23 | 1 | -0/+3 |
|\| | |||||
| * | Bug fix for sprintf/printf. Minor edit in awkgram.y. | Arnold D. Robbins | 2012-12-23 | 1 | -0/+3 |
| | | |||||
* | | Merge branch 'master' into array-iface | Arnold D. Robbins | 2012-12-09 | 1 | -6/+6 |
|\ \ | |||||
| * | | Make bitflag checking consistent everywhere. | Arnold D. Robbins | 2012-12-09 | 1 | -5/+5 |
| | | | |||||
| * | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-12-09 | 1 | -1/+1 |
| |\| | |||||
| | * | Change BINMODE to use symbolic values. | Arnold D. Robbins | 2012-12-09 | 1 | -1/+1 |
| | | | |||||
| | * | fflush() is now POSIX. Fix code and document. | Arnold D. Robbins | 2012-12-07 | 1 | -5/+21 |
| | | | |||||
* | | | Merge branch 'master' into array-iface | Arnold D. Robbins | 2012-11-30 | 1 | -5/+21 |
|\| | | |||||
| * | | Change fflush() behavior to match BWK and document. | Arnold D. Robbins | 2012-11-27 | 1 | -5/+21 |
| | | | |||||
* | | | Merge branch 'master' into array-iface | Arnold D. Robbins | 2012-11-25 | 1 | -166/+165 |
|\| | | |||||
| * | | Add output and two-way processors to API. Update Mac config stuff. | Arnold D. Robbins | 2012-08-24 | 1 | -15/+21 |
| | | | |||||
| * | | Extend or(), and(), xor() to N arguments, N >= 2. | Arnold D. Robbins | 2012-07-09 | 1 | -69/+62 |
| | | | |||||
| * | | Move to use of bool type, true, false, everywhere. | Arnold D. Robbins | 2012-05-11 | 1 | -75/+75 |
| | | | |||||
| * | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-05-09 | 1 | -14/+14 |
| |\| | |||||
| | * | Fix minor printf format warnings. | Arnold D. Robbins | 2012-05-07 | 1 | -14/+14 |
| | | | |||||
* | | | Improve array interface. | john haque | 2012-04-19 | 1 | -1/+17 |
|/ / | |||||
* | | Merge branch 'master' into gawk_mpfr. | john haque | 2012-04-17 | 1 | -2/+3 |
|\ \ | |||||
| * | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-04-08 | 1 | -1/+1 |
| |\| | |||||
| | * | Update copyrights where needed. | Arnold D. Robbins | 2012-03-28 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-03-22 | 1 | -1/+2 |
| |\| | |||||
| | * | Minor printf bug fix + new test for it everywhere. | Arnold D. Robbins | 2012-03-20 | 1 | -1/+2 |
| | | | |||||
* | | | Change MPFR variable RND_MODE to ROUND_MODE. | john haque | 2012-04-12 | 1 | -4/+4 |
| | | | |||||
* | | | Remove an unneeded define, more fixes for gcc -Wall. | john haque | 2012-04-09 | 1 | -6/+6 |
| | | | |||||
* | | | Placate gcc -Wall, minor doc updates. | john haque | 2012-04-08 | 1 | -1/+1 |
| | | | |||||
* | | | Add arbitrary-precision arithmetic on integers. | john haque | 2012-03-19 | 1 | -71/+149 |
| | | |