Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Progress in collecting comments and with comments within a block. | Stephen Davies | 2014-08-24 | 2 | -68/+84 |
| | | | | | | No joy with comments before BEGIN or END and, before { or after }. Changed my email | ||||
* | Merge branch 'master' into comment | Arnold D. Robbins | 2014-08-06 | 21 | -1392/+3003 |
|\ | |||||
| * | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-08-06 | 5 | -260/+323 |
| |\ | |||||
| | * | Minor doc updates. | Arnold D. Robbins | 2014-08-06 | 5 | -260/+323 |
| | | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-08-05 | 10 | -941/+2458 |
| |\| | |||||
| | * | Bug fix to MPFR mod operation for negative numerator. | Arnold D. Robbins | 2014-08-05 | 6 | -4/+55 |
| | | | |||||
| | * | Bug fix in MPFR that manifested in sqrt(). | Arnold D. Robbins | 2014-08-05 | 7 | -16/+144 |
| | | | |||||
| | * | New id.po file. | Arnold D. Robbins | 2014-08-05 | 1 | -922/+2260 |
| | | | |||||
| | * | Minor patch to get --profile to work in -M (MPFR) mode. | Andrew J. Schorr | 2014-08-03 | 3 | -2/+7 |
| | | | |||||
| * | | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gawk | Arnold D. Robbins | 2014-08-03 | 3 | -2/+7 |
| |\ \ | |||||
| | * \ | Merge branch 'gawk-4.1-stable' to get --profile to work with -M. | Andrew J. Schorr | 2014-08-03 | 3 | -2/+7 |
| | |\ \ | |||||
| | | * | | Minor patch to get --profile to work in -M (MPFR) mode. | Andrew J. Schorr | 2014-08-03 | 3 | -2/+7 |
| | | | | | |||||
| * | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-08-03 | 9 | -446/+472 |
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/| | |||||
| | * | | Improve inrec setting ERRNO, doc of API get_record for errors. | Arnold D. Robbins | 2014-08-03 | 8 | -138/+149 |
| | | | | |||||
| | * | | Minor code improvement for sprintf %c. | Arnold D. Robbins | 2014-08-03 | 2 | -2/+6 |
| | | | | |||||
| | * | | Document more about sprintf %c. | Arnold D. Robbins | 2014-08-03 | 4 | -427/+438 |
| | |/ | |||||
* | | | Merge branch 'master' into comment | Arnold D. Robbins | 2014-07-31 | 2 | -5/+23 |
|\| | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-07-31 | 2 | -5/+23 |
| |\| | |||||
| | * | Make sprintf %c work better on Windows (printhuge test) | Arnold D. Robbins | 2014-07-31 | 2 | -5/+23 |
| | | | |||||
* | | | Merge branch 'master' into comment | Arnold D. Robbins | 2014-07-31 | 19 | -392/+478 |
|\| | | |||||
| * | | Fix memory leak in do_mpfr_div. | Arnold D. Robbins | 2014-07-31 | 2 | -0/+8 |
| | | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-07-31 | 5 | -7/+35 |
| |\| | |||||
| | * | Clean up some memory in MPFR. | Arnold D. Robbins | 2014-07-31 | 4 | -0/+22 |
| | | | |||||
| | * | Sync dfa with GNU grep. | Arnold D. Robbins | 2014-07-31 | 2 | -7/+13 |
| | | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-07-25 | 5 | -2/+14 |
| |\| | |||||
| | * | Add a warning if -M used and MPFR not available. | Arnold D. Robbins | 2014-07-25 | 2 | -0/+7 |
| | | | |||||
| | * | Add newline to printhuge test. | Arnold D. Robbins | 2014-07-25 | 3 | -2/+7 |
| | | | |||||
| * | | Clarify doc on div(). | Arnold D. Robbins | 2014-07-24 | 4 | -357/+366 |
| | | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-07-24 | 7 | -7/+30 |
| |\| | |||||
| | * | Bug fix for I/O errors in the middle of a file. | Arnold D. Robbins | 2014-07-24 | 4 | -5/+19 |
| | | | |||||
| | * | Fix option ordering in usage output. | Arnold D. Robbins | 2014-07-24 | 4 | -2/+11 |
| | | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-07-21 | 3 | -2/+10 |
| |\| | |||||
| | * | Bug fix in uninstall in extension directory. | Arnold D. Robbins | 2014-07-21 | 3 | -2/+10 |
| | | | |||||
| * | | Updated it.po file. | Arnold D. Robbins | 2014-07-21 | 1 | -17/+15 |
| | | | |||||
* | | | And add awkgram.c... | Arnold D. Robbins | 2014-07-12 | 1 | -362/+357 |
| | | | |||||
* | | | Merge branch 'master' into comment | Arnold D. Robbins | 2014-07-12 | 72 | -10775/+15552 |
|\| | | |||||
| * | | Add div() function for integer division & remainder. | Arnold D. Robbins | 2014-07-10 | 14 | -343/+682 |
| | | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-07-10 | 9 | -15/+107 |
| |\| | |||||
| | * | Make printhuge test use UTF-8 locale. | Arnold D. Robbins | 2014-07-10 | 3 | -10/+12 |
| | | | |||||
| | * | Bug fix when sprintf %c on huge values in multibyte locales. | Arnold D. Robbins | 2014-07-10 | 8 | -3/+31 |
| | | | |||||
| | * | Make source code character checking smarter. | Arnold D. Robbins | 2014-07-10 | 3 | -12/+74 |
| | | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-07-04 | 7 | -573/+630 |
| |\| | |||||
| | * | Document how to match ASCII characters. | Arnold D. Robbins | 2014-07-04 | 4 | -491/+526 |
| | | | |||||
| | * | Disallow bad characters in source files. | Arnold D. Robbins | 2014-07-04 | 3 | -82/+104 |
| | | | |||||
| * | | Don't install igawk and igawk.1 anymore. | Arnold D. Robbins | 2014-06-25 | 9 | -185/+98 |
| | | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-06-25 | 4 | -600/+627 |
| |\| | |||||
| | * | Update copying and back cover text. | Arnold D. Robbins | 2014-06-25 | 4 | -600/+627 |
| | | | |||||
| * | | Make --pretty-print not run the program. | Arnold D. Robbins | 2014-06-24 | 11 | -597/+591 |
| | | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-06-22 | 6 | -535/+556 |
| |\| | |||||
| | * | Typos and other minor fixes. | Arnold D. Robbins | 2014-06-22 | 4 | -532/+535 |
| | | |