aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add ENABLE_NLS if all necessary packages can be found.Build translations. ↵Juergen Kahrs2013-02-112-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 Kahrs2013-02-111-2/+19
|
* Packaging a minimal .tar.gz file with the gawk executable and all binary ↵Juergen Kahrs2013-02-102-39/+33
| | | | extension library files.
* All 265 basic test cases pass now.Juergen Kahrs2013-02-102-5/+17
|
* Extension are compiled now as MODULE without the 'lib' prefix. This is ↵Juergen Kahrs2013-02-101-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 Kahrs2013-02-104-9/+30
|
* All extensions can be built as shared libraries now. It was necessary to ↵Juergen Kahrs2013-02-093-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 Kahrs2013-02-092-4/+12
| | | | More than 90% of the basic tests pass now.
* New script helps in test-automation.Juergen Kahrs2013-02-091-0/+11
|
* Target 'check' replaced by target 'test' because CMake's test automation ↵Juergen Kahrs2013-02-092-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 Kahrs2013-02-082-2/+9
| | | | disappear.
* New target 'doc' generates .dvi .ps and .pdf files. This is a lazy approach, ↵Juergen Kahrs2013-02-081-0/+15
| | | | if the target files already exist they will be overwritten.
* 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
|\
| * Update pc/Makefile.tst.Arnold D. Robbins2013-02-072-4/+13
| |
| * Remove xmlgawk from other versions in the doc.Arnold D. Robbins2013-02-073-50/+34
| |
* | Added initial README.Juergen Kahrs2013-02-063-0/+15
| |
* | Initial version of CMakeLists.txt.Juergen Kahrs2013-02-061-0/+236
|/
* Merge branch 'gawk-4.0-stable'Arnold D. Robbins2013-02-062-5/+17
|\
| * Clean up code for sprintf checking for zero args.Arnold D. Robbins2013-02-062-4/+10
| |
| * Fix include order, mainly for VMS.Arnold D. Robbins2013-02-062-3/+9
| | | | | | | | (cherry picked from commit 20cf1ff2b10b7b43d30a9213c63b8e92a12b9a90)
| * Pull in some regex fixes.Arnold D. Robbins2013-02-065-11/+26
| | | | | | | | (cherry picked from commit e8cbbd49aa49195de2cff403cf0e6b4da0971717)
* | Remove unneeded, undocumented -m option.Arnold D. Robbins2013-02-064-42/+8
| |
* | Updates to NEWS.Arnold D. Robbins2013-02-061-0/+2
| |
* | Documentation update for new makeinfo.Arnold D. Robbins2013-02-063-138/+152
| |
* | Pull in some regex fixes.Arnold D. Robbins2013-02-045-12/+26
| |
* | Additional changes for cross-compiling.Arnold D. Robbins2013-02-036-1/+34
| |
* | Cross compile fix for readline checks.Arnold D. Robbins2013-01-314-4/+10
| |
* | Add API to --version output. Use it for shlib tests.Arnold D. Robbins2013-01-315-6/+13
| |
* | Minor documentation improvements.Arnold D. Robbins2013-01-315-400/+410
| |
* | Fix include order, mainly for VMS.Arnold D. Robbins2013-01-312-2/+8
| |
* | Move functab4 into shlib tests.Arnold D. Robbins2013-01-314-14/+19
| |
* | Minor fix in NEWS.Arnold D. Robbins2013-01-311-2/+0
| |
* | Merge branch 'gawk-4.0-stable'Arnold D. Robbins2013-01-314-17/+5
|\|
| * Remove PROBLEMS file, it's not needed anymore.Arnold D. Robbins2013-01-314-17/+5
| |
* | Use gawk --version to decide whether to run MPFR tests.Andrew J. Schorr2013-01-316-28/+25
| |
* | Fix gawkdirfd.h for Mac OS X.Arnold D. Robbins2013-01-272-1/+2
| |
* | More portability work: dirfd in extensions.Arnold D. Robbins2013-01-2712-1533/+1954
| |
* | Fix dist to include mpfr tests and fix reginttrad.Arnold D. Robbins2013-01-273-2/+33
| |
* | Add items to checklist.Arnold D. Robbins2013-01-271-1/+3
| |
* | Run MPFR tests is MPFR is available.Arnold D. Robbins2013-01-276-2/+47
| |
* | Minor documentation improvement.Arnold D. Robbins2013-01-273-266/+280
| |
* | More portability - find readline dependencies.Arnold D. Robbins2013-01-258-47/+84
| |
* | Considerable additional portability fixes.Arnold D. Robbins2013-01-259-8/+22
| |
* | Improve code in symbol.c.Arnold D. Robbins2013-01-253-17/+20
| |