aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | | Added some more hints about what to do.Juergen Kahrs2013-02-082-3/+20
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Explained how to get gawk built with CMake.Juergen Kahrs2013-02-081-0/+33
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Added Toolchain files as examples for cross-compilation.Juergen Kahrs2013-02-082-0/+44
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Added test/CMakeLists.txt and doc/CMakeLists.txt with FSF header.Juergen Kahrs2013-02-083-0/+80
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Cleaned up a bit more after a test on Ubuntu 12.04 LTS.Juergen Kahrs2013-02-081-7/+4
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | New macro DefineStructHasMemberIfAvailable. Cleaned up a bit.Juergen Kahrs2013-02-071-14/+27
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Merge branch 'master' into cmakeJuergen Kahrs2013-02-075-54/+47
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | Added initial README.Juergen Kahrs2013-02-063-0/+15
| | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | Initial version of CMakeLists.txt.Juergen Kahrs2013-02-061-0/+236
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Progress in collecting comments and with comments within a block.Stephen Davies2014-08-242-68/+84
|/ / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No joy with comments before BEGIN or END and, before { or after }. Changed my email
* | | | | | | | | | | | | | | | | | | | Merge branch 'master' into commentArnold D. Robbins2014-08-0621-1392/+3003
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-08-065-260/+323
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Minor doc updates.Arnold D. Robbins2014-08-065-260/+323
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-08-0510-941/+2458
| |\| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Bug fix to MPFR mod operation for negative numerator.Arnold D. Robbins2014-08-056-4/+55
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Bug fix in MPFR that manifested in sqrt().Arnold D. Robbins2014-08-057-16/+144
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | New id.po file.Arnold D. Robbins2014-08-051-922/+2260
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Minor patch to get --profile to work in -M (MPFR) mode.Andrew J. Schorr2014-08-033-2/+7
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gawkArnold D. Robbins2014-08-033-2/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'gawk-4.1-stable' to get --profile to work with -M.Andrew J. Schorr2014-08-033-2/+7
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | Minor patch to get --profile to work in -M (MPFR) mode.Andrew J. Schorr2014-08-033-2/+7
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-08-039-446/+472
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / | |/| | / / / / / / / / / / / / / / / / / / | | | |/ / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | Improve inrec setting ERRNO, doc of API get_record for errors.Arnold D. Robbins2014-08-038-138/+149
| | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | Minor code improvement for sprintf %c.Arnold D. Robbins2014-08-032-2/+6
| | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | Document more about sprintf %c.Arnold D. Robbins2014-08-034-427/+438
| | |/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | Merge branch 'master' into commentArnold D. Robbins2014-07-312-5/+23
|\| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-07-312-5/+23
| |\| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Make sprintf %c work better on Windows (printhuge test)Arnold D. Robbins2014-07-312-5/+23
| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'master' into commentArnold D. Robbins2014-07-3119-392/+478
|\| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Fix memory leak in do_mpfr_div.Arnold D. Robbins2014-07-312-0/+8
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-07-315-7/+35
| |\| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Clean up some memory in MPFR.Arnold D. Robbins2014-07-314-0/+22
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Sync dfa with GNU grep.Arnold D. Robbins2014-07-312-7/+13
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-07-255-2/+14
| |\| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Add a warning if -M used and MPFR not available.Arnold D. Robbins2014-07-252-0/+7
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Add newline to printhuge test.Arnold D. Robbins2014-07-253-2/+7
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Clarify doc on div().Arnold D. Robbins2014-07-244-357/+366
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-07-247-7/+30
| |\| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Bug fix for I/O errors in the middle of a file.Arnold D. Robbins2014-07-244-5/+19
| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Fix option ordering in usage output.Arnold D. Robbins2014-07-244-2/+11
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-07-213-2/+10
| |\| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | Bug fix in uninstall in extension directory.Arnold D. Robbins2014-07-213-2/+10
| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Updated it.po file.Arnold D. Robbins2014-07-211-17/+15
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | And add awkgram.c...Arnold D. Robbins2014-07-121-362/+357
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'master' into commentArnold D. Robbins2014-07-1272-10775/+15552
|\| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Add div() function for integer division & remainder.Arnold D. Robbins2014-07-1014-343/+682
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-07-109-15/+107
| |\| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Make printhuge test use UTF-8 locale.Arnold D. Robbins2014-07-103-10/+12
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Bug fix when sprintf %c on huge values in multibyte locales.Arnold D. Robbins2014-07-108-3/+31
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Make source code character checking smarter.Arnold D. Robbins2014-07-103-12/+74
| | | | | | | | | | | | | | | | | | |