Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Minor printf bug fix + new test for it everywhere. | Arnold D. Robbins | 2012-03-20 | 4 | -4/+23 | |
| | | | ||||||
| | * | Locale fix for error message comparison. | Arnold D. Robbins | 2012-02-22 | 3 | -4/+10 | |
| | | | ||||||
| | * | General prep for release. (Copyrights, etc.) | Arnold D. Robbins | 2012-02-10 | 2 | -66/+78 | |
| | | | ||||||
* | | | Change RNDMODE to ROUNDMODE and update doc. | john haque | 2012-04-11 | 2 | -9/+9 | |
| | | | ||||||
* | | | Change --arbitrary-precision to --bignum. Doc updates. | Arnold D. Robbins | 2012-04-11 | 1 | -1/+1 | |
| | | | ||||||
* | | | MPFR related documentation updates and code cleanups. | john haque | 2012-04-02 | 2 | -1/+12 | |
| | | | ||||||
* | | | Documentation updates for arbitrary precision math support. | john haque | 2012-03-31 | 1 | -1/+1 | |
| | | | ||||||
* | | | Add arbitrary-precision arithmetic on integers. | john haque | 2012-03-19 | 9 | -19/+94 | |
| | | | ||||||
* | | | Bug fixes and tests for MPFR. | john haque | 2012-03-07 | 11 | -0/+120 | |
| | | | ||||||
* | | | Merge branch 'gawk_mpfr' of git.sv.gnu.org:/srv/git/gawk into gawk_mpfr | Arnold D. Robbins | 2012-03-01 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | Finish MPFR changes and clean up code. | john haque | 2012-02-26 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Make MPRF tests pass too. | Arnold D. Robbins | 2012-02-28 | 9 | -488/+564 | |
|/ / / | ||||||
* | | | Finish builtins for MPFR. | john haque | 2012-02-19 | 2 | -18/+9 | |
| | | | ||||||
* | | | New interpreter routine for MPFR. | john haque | 2012-02-16 | 2 | -0/+8 | |
| | | | ||||||
* | | | Add infrastructure for MPFR/GMP support. | john haque | 2012-02-14 | 2 | -0/+3 | |
|/ / | ||||||
* | | The grand merge: dgawk and pgawk folded into gawk. | Arnold D. Robbins | 2011-12-26 | 4 | -6/+13 | |
| | | ||||||
* | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2011-12-26 | 6 | -0/+27 | |
|\| | ||||||
| * | Finish RRI changes per points from Paolo Bonzini. | Arnold D. Robbins | 2011-12-26 | 6 | -0/+27 | |
| | | ||||||
* | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2011-12-08 | 3 | -42/+48 | |
|\| | ||||||
| * | Fix a problem in improving test/Makefile. | Arnold D. Robbins | 2011-12-06 | 2 | -2/+2 | |
| | | ||||||
| * | Rationalize $(CMP) calls in test/Makefile. | Arnold D. Robbins | 2011-12-06 | 3 | -44/+50 | |
| | | ||||||
* | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2011-10-25 | 6 | -27/+44 | |
|\| | ||||||
| * | Portability fix in test/beginfile2.sh. | Arnold D. Robbins | 2011-10-24 | 2 | -16/+22 | |
| | | ||||||
| * | More fixes to beginfile2. | Arnold D. Robbins | 2011-10-21 | 4 | -7/+14 | |
| | | ||||||
| * | Remove use of AC_C_PROTOTYPE. | Arnold D. Robbins | 2011-10-21 | 1 | -1/+0 | |
| | | ||||||
| * | Fix beginfile2 for running outside of srcdir. | Arnold D. Robbins | 2011-10-21 | 4 | -3/+8 | |
| | | ||||||
* | | Add a test file, cleanup code and update doc. | john haque | 2011-10-12 | 1 | -0/+1 | |
| | | ||||||
* | | Speed/memory performance improvements. | john haque | 2011-10-12 | 13 | -27/+31 | |
|/ | ||||||
* | Fix RT handling if partial terminators. | Arnold D. Robbins | 2011-10-02 | 7 | -4/+72 | |
| | ||||||
* | Fix bug with FPAT. | Arnold D. Robbins | 2011-08-10 | 7 | -3/+37 | |
| | ||||||
* | BEGINFILE/ENDFILE code redone. | Arnold D. Robbins | 2011-08-10 | 7 | -5/+453 | |
| | ||||||
* | Fix problem with FIELDWIDTHS. | Arnold D. Robbins | 2011-08-10 | 5 | -1/+12 | |
| | ||||||
* | Fix problem with parallel make check. | Arnold D. Robbins | 2011-08-09 | 3 | -13/+15 | |
| | ||||||
* | Fix for ptys for coprocesses. | Arnold D. Robbins | 2011-08-09 | 6 | -2/+79 | |
| | ||||||
* | Fix next test to send output to file. | Arnold D. Robbins | 2011-07-29 | 3 | -2/+6 | |
| | ||||||
* | Revert sub/gsub behavior to that of gawk 3.x. | Arnold D. Robbins | 2011-07-28 | 5 | -13/+15 | |
| | ||||||
* | Fix sortu test. | Arnold D. Robbins | 2011-07-28 | 3 | -4/+13 | |
| | ||||||
* | Fix gsub and getline pass by reference. Add tests. | Arnold D. Robbins | 2011-07-26 | 10 | -4/+56 | |
| | ||||||
* | Add new test files to the git repo. | Arnold D. Robbins | 2011-07-18 | 3 | -0/+94 | |
| | ||||||
* | Fix gsub losing white space when working on fields. | Arnold D. Robbins | 2011-07-15 | 4 | -0/+23 | |
| | ||||||
* | Fix vms version stuff. Get the tarball really right. | Arnold D. Robbins | 2011-06-24 | 3 | -0/+7 | |
| | ||||||
* | Update versions and ChangeLogs, make tarball! | Arnold D. Robbins | 2011-06-23 | 2 | -1784/+1789 | |
| | ||||||
* | Add fix for crash from grep, add test case. | Arnold D. Robbins | 2011-06-20 | 6 | -6/+27 | |
| | ||||||
* | Bug fix to FPAT and update test. | Arnold D. Robbins | 2011-06-05 | 3 | -2/+26 | |
| | ||||||
* | Rationalize range expansion in regexps. | Arnold D. Robbins | 2011-05-31 | 6 | -4/+59 | |
| | ||||||
* | Fix FPAT / NF interaction, update test suites. | Arnold D. Robbins | 2011-05-26 | 6 | -18/+53 | |
| | ||||||
* | Bug fixes for FPAT. | Arnold D. Robbins | 2011-05-23 | 8 | -7/+36 | |
| | ||||||
* | Documentation and compile fixes. | Arnold D. Robbins | 2011-05-19 | 2 | -2/+6 | |
| | ||||||
* | Tests for day one bug fixed in previous commit. | Arnold D. Robbins | 2011-05-14 | 2 | -0/+15 | |
| | ||||||
* | Day one bug fix, z/OS fix, new test. | Arnold D. Robbins | 2011-05-14 | 4 | -4/+23 | |
| |