Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | | | | Testing, documentation, gettext and bison only on UNIX-based systems. | Juergen Kahrs | 2013-02-18 | 4 | -31/+37 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | USE_CONFIG_H is now ON be default. Found clean implementation for DYNAMIC ↵ | Juergen Kahrs | 2013-02-17 | 2 | -6/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and SHLIBEXT. | |||||
| | * | | | | | | | | | | | | | Target make doc works again. | Juergen Kahrs | 2013-02-17 | 2 | -7/+21 | |
| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into cmake | Juergen Kahrs | 2013-02-17 | 6 | -626/+568 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | Moved all configuration stuff into cmake/configure.cmake so that config.h ↵ | Juergen Kahrs | 2013-02-17 | 3 | -30/+37 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | contains all settings. All 265 basic test cases pass now with USE_CONFIG_H set to ON. | |||||
| | * | | | | | | | | | | | | | | Pass a few more defined via config.h. | Juergen Kahrs | 2013-02-17 | 1 | -9/+16 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | CMake option USE_CONFIG_H allows to generate config.h. Some test cases with ↵ | Juergen Kahrs | 2013-02-17 | 1 | -24/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | extensions still fail with this option switched ON. | |||||
| | * | | | | | | | | | | | | | | Moved much code into new files for configuring and packaging. | Juergen Kahrs | 2013-02-13 | 3 | -211/+267 | |
| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into cmake | Juergen Kahrs | 2013-02-12 | 15 | -150/+908 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | Add ENABLE_NLS if all necessary packages can be found.Build translations. ↵ | Juergen Kahrs | 2013-02-11 | 2 | -1/+143 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Copied po/CMakeLists.txt from Stellarium project at http://sourceforge.net/projects/stellarium/. This works somehow with some changes. | |||||
| | * | | | | | | | | | | | | | | | Preparations for proper handling of bison, gettext and latex. | Juergen Kahrs | 2013-02-11 | 1 | -2/+19 | |
| | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | Packaging a minimal .tar.gz file with the gawk executable and all binary ↵ | Juergen Kahrs | 2013-02-10 | 2 | -39/+33 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | extension library files. | |||||
| | * | | | | | | | | | | | | | | | All 265 basic test cases pass now. | Juergen Kahrs | 2013-02-10 | 2 | -5/+17 | |
| | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | Extension are compiled now as MODULE without the 'lib' prefix. This is ↵ | Juergen Kahrs | 2013-02-10 | 1 | -12/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | necessary to make them compatible with the existing libtool naming scheme. All test cases involving extensions pass now. | |||||
| | * | | | | | | | | | | | | | | | Made building of extensions a bit more robust. | Juergen Kahrs | 2013-02-10 | 4 | -9/+30 | |
| | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | All extensions can be built as shared libraries now. It was necessary to ↵ | Juergen Kahrs | 2013-02-09 | 3 | -1/+72 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove -DGAWK when building the extensions. The test cases involving extensions still fail. | |||||
| | * | | | | | | | | | | | | | | | A slightly better but still crude approach at getting many tests to run. ↵ | Juergen Kahrs | 2013-02-09 | 2 | -4/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More than 90% of the basic tests pass now. | |||||
| | * | | | | | | | | | | | | | | | New script helps in test-automation. | Juergen Kahrs | 2013-02-09 | 1 | -0/+11 | |
| | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | Target 'check' replaced by target 'test' because CMake's test automation ↵ | Juergen Kahrs | 2013-02-09 | 2 | -7/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | works that way. A few test cases already inserted, a significant amount fails. | |||||
| | * | | | | | | | | | | | | | | | New target 'check' is a very crude first step toward testing that will soon ↵ | Juergen Kahrs | 2013-02-08 | 2 | -2/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | disappear. | |||||
| | * | | | | | | | | | | | | | | | New target 'doc' generates .dvi .ps and .pdf files. This is a lazy approach, ↵ | Juergen Kahrs | 2013-02-08 | 1 | -0/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | if the target files already exist they will be overwritten. | |||||
| | * | | | | | | | | | | | | | | | Added some more hints about what to do. | Juergen Kahrs | 2013-02-08 | 2 | -3/+20 | |
| | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | Explained how to get gawk built with CMake. | Juergen Kahrs | 2013-02-08 | 1 | -0/+33 | |
| | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | Added Toolchain files as examples for cross-compilation. | Juergen Kahrs | 2013-02-08 | 2 | -0/+44 | |
| | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | Added test/CMakeLists.txt and doc/CMakeLists.txt with FSF header. | Juergen Kahrs | 2013-02-08 | 3 | -0/+80 | |
| | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | Cleaned up a bit more after a test on Ubuntu 12.04 LTS. | Juergen Kahrs | 2013-02-08 | 1 | -7/+4 | |
| | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | New macro DefineStructHasMemberIfAvailable. Cleaned up a bit. | Juergen Kahrs | 2013-02-07 | 1 | -14/+27 | |
| | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | Merge branch 'master' into cmake | Juergen Kahrs | 2013-02-07 | 5 | -54/+47 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | Added initial README. | Juergen Kahrs | 2013-02-06 | 3 | -0/+15 | |
| | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | Initial version of CMakeLists.txt. | Juergen Kahrs | 2013-02-06 | 1 | -0/+236 | |
| | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | 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 | |
|\| | | | | | | | | | | | | | | | |