aboutsummaryrefslogtreecommitdiffstats
path: root/extension
Commit message (Collapse)AuthorAgeFilesLines
...
| * Update extension/build-aux/missing.Arnold D. Robbins2013-04-222-260/+149
| |
| * z/OS portability fix in extension/configure.ac.Arnold D. Robbins2013-04-183-2/+4
| |
| * Update copyright in extension/configure.ac.Arnold D. Robbins2013-04-182-1/+5
| |
| * Bump version and release beta tarball.Arnold D. Robbins2013-04-182-11/+11
| |
| * Fix extensions to link with LTLIBINTL.Arnold D. Robbins2013-04-173-2/+7
| |
| * Update to automake 1.13.1.Arnold D. Robbins2013-04-164-184/+296
| |
| * Update copyrights in all relevant source files.Arnold D. Robbins2013-04-1615-14/+21
| |
| * More portability: mostly for SGI IRIX.Arnold D. Robbins2013-03-242-1/+6
| |
| * Further portability fixes in extensions, tests.Arnold D. Robbins2013-03-202-0/+12
| |
| * Additional fixes for MirBSD. Now passes make check.Arnold D. Robbins2013-03-205-0/+38
| |
| * Merge branch 'master' into portingArnold D. Robbins2013-03-042-1/+6
| |\
| * | Don't build the extensions if no API support.Arnold D. Robbins2013-03-013-0/+31
| | |
* | | Merge remote-tracking branch 'origin/master' into cmakeJuergen Kahrs2013-03-112-1/+6
|\ \ \ | | |/ | |/|
| * | Minor bugfix in filefuncs.c for Win 32.Arnold D. Robbins2013-03-042-1/+6
| |/
* | Some extension can now be built with MinGW.Juergen Kahrs2013-02-201-8/+24
| |
* | Moved all configuration stuff into cmake/configure.cmake so that config.h ↵Juergen Kahrs2013-02-171-10/+3
| | | | | | | | contains all settings. All 265 basic test cases pass now with USE_CONFIG_H set to ON.
* | Merge remote-tracking branch 'origin/master' into cmakeJuergen Kahrs2013-02-124-2/+63
|\|
| * Add backup version of fnmatch.c. Fix fnmatch extension.Arnold D. Robbins2013-02-112-1/+13
| |
| * Fixes to extensions for Win 32.Arnold D. Robbins2013-02-113-1/+50
| |
* | Packaging a minimal .tar.gz file with the gawk executable and all binary ↵Juergen Kahrs2013-02-101-39/+19
| | | | | | | | extension library files.
* | 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-101-7/+20
| |
* | All extensions can be built as shared libraries now. It was necessary to ↵Juergen Kahrs2013-02-091-0/+67
|/ | | | remove -DGAWK when building the extensions. The test cases involving extensions still fail.
* 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
|
* Considerable additional portability fixes.Arnold D. Robbins2013-01-252-1/+5
|
* More portability.Arnold D. Robbins2013-01-226-2/+21
|
* Improve portability.Arnold D. Robbins2013-01-223-0/+13
|
* Fix some problems from warning tools, etc.Arnold D. Robbins2013-01-183-1/+11
|
* Remove an unused variable.Arnold D. Robbins2013-01-152-1/+2
|
* Add man page for inplace extension. Update others.Arnold D. Robbins2013-01-1512-21/+130
|
* Add tests for inplace extension.Andrew J. Schorr2013-01-102-3/+10
|
* Add inplace file editing extension.Andrew J. Schorr2013-01-084-8/+272
|
* Move old extension stuff into a separate directory.Arnold D. Robbins2013-01-0611-1890/+0
|
* Merge branch 'gawk-4.0-stable'.Arnold D. Robbins2012-12-251-1/+1
|\
| * Rebuild 4.0.2 tarball.Arnold D. Robbins2012-12-251-1/+1
| |
* | Remove sym_constant() API and tests.Arnold D. Robbins2012-12-256-10/+29
| |
* | Merge branch 'gawk-4.0-stable'Arnold D. Robbins2012-12-231-0/+4
|\|
| * Make the 4.0.2 tarballs.Arnold D. Robbins2012-12-231-0/+4
| |
* | Make indirectly updated vars accessable to SYMTAB, API.Arnold D. Robbins2012-12-192-0/+51
| |
* | Move some files to automake 1.12.6.Arnold D. Robbins2012-12-182-4/+4
| |
* | Merge branch 'master' into array-ifaceArnold D. Robbins2012-12-033-2/+8
|\ \
| * | Add extension/README.fts to distribution.Arnold D. Robbins2012-12-023-2/+8
| | |
* | | Merge branch 'master' into array-ifaceArnold D. Robbins2012-11-308-83/+89
|\| |
| * | Add awk_true and awk_false to API.Arnold D. Robbins2012-11-308-83/+89
| | |
* | | Finish porting to current code base.Arnold D. Robbins2012-11-266-58/+61
| | |
* | | Merge branch 'master' into array-ifaceArnold D. Robbins2012-11-2580-1064/+55222
|\| |
| * | Add 3rd argument to stat() extension.Arnold D. Robbins2012-11-213-8/+24
| | |
| * | Simplify readdir extension.Arnold D. Robbins2012-11-193-140/+25
| | |
| * | First pass on Nelson's comments on API chapter.Arnold D. Robbins2012-11-162-21/+26
| | |