| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | | Finish MPFR changes and clean up code. | john haque | 2012-02-26 | 1 | -2/+2 |
* | | | Finish builtins for MPFR. | john haque | 2012-02-19 | 1 | -4/+0 |
* | | | New interpreter routine for MPFR. | john haque | 2012-02-16 | 1 | -45/+80 |
* | | | Add infrastructure for MPFR/GMP support. | john haque | 2012-02-14 | 1 | -10/+80 |
|/ / |
|
* | | Merge branch 'gawk-4.0-stable', minor fixes after exe merge. | Arnold D. Robbins | 2011-12-31 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Remove ancient STREQ, STREQN macros. | Arnold D. Robbins | 2011-12-31 | 1 | -2/+2 |
* | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2011-10-28 | 1 | -2/+4 |
|\ \
| |/ |
|
| * | Fix for strftime negative value test. | Arnold D. Robbins | 2011-10-28 | 1 | -2/+4 |
* | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2011-10-25 | 1 | -1/+7 |
|\ \
| |/ |
|
| * | VMS fixes for compilation and test suite addition. | Arnold D. Robbins | 2011-10-25 | 1 | -1/+1 |
| * | A number of pc related fixes. | Arnold D. Robbins | 2011-10-24 | 1 | -0/+4 |
| * | Fix stftime. | Arnold D. Robbins | 2011-10-18 | 1 | -0/+2 |
| * | Remove some compile time warnings. | Arnold D. Robbins | 2011-10-10 | 1 | -1/+1 |
* | | Add a test file, cleanup code and update doc. | john haque | 2011-10-12 | 1 | -4/+4 |
* | | Speed/memory performance improvements. | john haque | 2011-10-12 | 1 | -35/+36 |
|/ |
|
* | Make no mbs support work everywhere. Sheesh. | Arnold D. Robbins | 2011-09-21 | 1 | -18/+18 |
* | Fix DJGPP problem with libsigsegv. | Arnold D. Robbins | 2011-07-29 | 1 | -8/+8 |
* | Revert sub/gsub behavior to that of gawk 3.x. | Arnold D. Robbins | 2011-07-28 | 1 | -2/+38 |
* | Fix gsub and getline pass by reference. Add tests. | Arnold D. Robbins | 2011-07-26 | 1 | -2/+1 |
* | Fix gsub losing white space when working on fields. | Arnold D. Robbins | 2011-07-15 | 1 | -116/+91 |
* | First set of minor fixes on 4.0 Stable. | Arnold D. Robbins | 2011-07-15 | 1 | -1/+1 |