| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'master' into num-handler | Arnold D. Robbins | 2014-09-16 | 1 | -0/+408 |
| |\ | |||||
| | * | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-09-15 | 1 | -0/+15 |
| | |\ | |||||
| | | * | Finish excising isalpha and isalnum. Document. | Arnold D. Robbins | 2014-09-15 | 1 | -0/+15 |
| | * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-09-14 | 1 | -0/+6 |
| | |\ \ | | |/ | |||||
| | | * | Force only ASCII letters to be allowed in identifiers. | Arnold D. Robbins | 2014-09-14 | 1 | -0/+6 |
| | * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-09-07 | 1 | -0/+8 |
| | |\ \ | | |/ | |||||
| | | * | Minor code cleanups. | Arnold D. Robbins | 2014-09-07 | 1 | -0/+8 |
| | * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-09-05 | 1 | -0/+16 |
| | |\ \ | | |/ | |||||
| | | * | Add builtin functions to FUNCTAB and PROCINFO["identifiers"] and doc. | Arnold D. Robbins | 2014-09-05 | 1 | -0/+16 |
| | * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-09-04 | 1 | -0/+14 |
| | |\ \ | | |/ | |||||
| | | * | Make indirect calls work on built-in and extension functions. | Arnold D. Robbins | 2014-09-04 | 1 | -0/+9 |
| | | * | Improve printing empty for loop header in profiler. | Arnold D. Robbins | 2014-09-04 | 1 | -0/+5 |
| | * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-09-01 | 1 | -0/+12 |
| | |\ \ | | |/ | |||||
| | | * | Bug fix in handling indirect function calls. | Arnold D. Robbins | 2014-09-01 | 1 | -0/+6 |
| | | * | Minor improvement to substr(). | Arnold D. Robbins | 2014-09-01 | 1 | -0/+6 |
| | * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-08-27 | 1 | -0/+7 |
| | |\ \ | | |/ | |||||
| | | * | Cleanup code for strcasecmp. | Arnold D. Robbins | 2014-08-27 | 1 | -0/+7 |
| | * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-08-26 | 1 | -0/+4 |
| | |\ \ | | |/ | |||||
| | | * | Sync regex with GLIBC. | Arnold D. Robbins | 2014-08-26 | 1 | -0/+4 |
| | * | | Remove support for MirBSD. Yay! | Arnold D. Robbins | 2014-08-26 | 1 | -0/+12 |
| | * | | Cleanup in regex.h. | Arnold D. Robbins | 2014-08-24 | 1 | -0/+5 |
| | * | | \x escape sequences now process a maximum of 2 digits. | Arnold D. Robbins | 2014-08-20 | 1 | -0/+4 |
| | * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-08-18 | 1 | -0/+4 |
| | |\ \ | | |/ | |||||
| | | * | Minor cleanup in symbol.c. | Arnold D. Robbins | 2014-08-18 | 1 | -0/+4 |
| | * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-08-15 | 1 | -0/+6 |
| | |\ \ | | |/ | |||||
| | | * | Adjust -L option in usage output, update test. | Arnold D. Robbins | 2014-08-15 | 1 | -0/+6 |
| | | * | Minor improvement in building - extract examples from doc. | Arnold D. Robbins | 2014-08-15 | 1 | -0/+5 |
| | * | | Minor improvement in building - extract examples from doc. | Arnold D. Robbins | 2014-08-14 | 1 | -0/+5 |
| | * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-08-13 | 1 | -0/+9 |
| | |\ \ | | |/ | |||||
| | | * | Minor improvement in gsub() memory management. | Arnold D. Robbins | 2014-08-13 | 1 | -0/+9 |
| | * | | Merge branch 'master' into cmake | Arnold D. Robbins | 2014-08-12 | 1 | -3/+3 |
| | |\ \ | |||||
| | | * \ | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-08-12 | 1 | -3/+3 |
| | | |\ \ | | | |/ | |||||
| | | | * | Revert previous patch; instead define RM. | Arnold D. Robbins | 2014-08-12 | 1 | -3/+3 |
| | * | | | Copyright updates and file move. | Juergen Kahrs | 2014-08-12 | 1 | -0/+7 |
| | |/ / | |||||
| | * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-08-12 | 1 | -0/+19 |
| | |\ \ | | |/ | |||||
| | | * | Use rm -f instead of $(RM) in Makefile.am files. | Arnold D. Robbins | 2014-08-12 | 1 | -0/+6 |
| | | * | Rebuild record upon OFS being changed. | Arnold D. Robbins | 2014-08-12 | 1 | -0/+13 |
| | * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-08-05 | 1 | -0/+19 |
| | |\ \ | | |/ | |||||
| | | * | Bug fix to MPFR mod operation for negative numerator. | Arnold D. Robbins | 2014-08-05 | 1 | -1/+9 |
| | | * | Bug fix in MPFR that manifested in sqrt(). | Arnold D. Robbins | 2014-08-05 | 1 | -0/+11 |
| | | * | Minor patch to get --profile to work in -M (MPFR) mode. | Andrew J. Schorr | 2014-08-03 | 1 | -0/+5 |
| | * | | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gawk | Arnold D. Robbins | 2014-08-03 | 1 | -0/+5 |
| | |\ \ | |||||
| | | * \ | Merge branch 'gawk-4.1-stable' to get --profile to work with -M. | Andrew J. Schorr | 2014-08-03 | 1 | -0/+5 |
| | | |\ \ | |||||
| | | | * | | Minor patch to get --profile to work in -M (MPFR) mode. | Andrew J. Schorr | 2014-08-03 | 1 | -0/+5 |
| | * | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-08-03 | 1 | -0/+12 |
| | |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/| | |||||
| | | * | | Improve inrec setting ERRNO, doc of API get_record for errors. | Arnold D. Robbins | 2014-08-03 | 1 | -0/+7 |
| | | * | | Minor code improvement for sprintf %c. | Arnold D. Robbins | 2014-08-03 | 1 | -0/+5 |
| | | |/ | |||||
| | * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-07-31 | 1 | -0/+5 |
| | |\ \ | | |/ | |||||
| | | * | Make sprintf %c work better on Windows (printhuge test) | Arnold D. Robbins | 2014-07-31 | 1 | -0/+5 |
| | * | | Fix memory leak in do_mpfr_div. | Arnold D. Robbins | 2014-07-31 | 1 | -0/+6 |
