Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Make a start at tests for extension API. | Arnold D. Robbins | 2012-05-30 | 2 | -0/+122 | |
| | | | ||||||
| * | | Further API work. | Arnold D. Robbins | 2012-05-29 | 5 | -106/+101 | |
| | | | ||||||
| * | | Additional changes / some cleanups. | Arnold D. Robbins | 2012-05-25 | 2 | -1/+6 | |
| | | | ||||||
| * | | First working version of new API mechanism (probably has memory leaks). | Andrew J. Schorr | 2012-05-24 | 12 | -801/+276 | |
| | | | ||||||
| * | | Move libtool from top configure.ac into extension directory. | Andrew J. Schorr | 2012-05-21 | 26 | -82/+39704 | |
| | | | ||||||
| * | | Build infrastructure updated. | Arnold D. Robbins | 2012-05-20 | 2 | -65/+40 | |
| | | | ||||||
| * | | More extension work. | Arnold D. Robbins | 2012-05-20 | 2 | -0/+223 | |
| | | | ||||||
| * | | More work on extension API. | Arnold D. Robbins | 2012-05-16 | 1 | -8/+15 | |
| | | | ||||||
| * | | Start fleshing out new extension API. | Arnold D. Robbins | 2012-05-15 | 2 | -0/+390 | |
| | | | ||||||
| * | | Update build infrastructure. | Arnold D. Robbins | 2012-05-15 | 1 | -37/+89 | |
| | | | ||||||
| * | | Add comment to extension/filefuncs.c discussing unref on value from ↵ | Andrew J. Schorr | 2012-05-13 | 2 | -0/+12 | |
| | | | | | | | | | | | | assoc_lookup. | |||||
| * | | Remove extension/xreadlink.[ch] and update TODO.xgawk | Andrew J. Schorr | 2012-05-13 | 3 | -118/+4 | |
| | | | ||||||
| * | | Move to use of bool type, true, false, everywhere. | Arnold D. Robbins | 2012-05-11 | 9 | -20/+24 | |
| | | | ||||||
| * | | Merge remote branch 'origin/xgawk-build' | Arnold D. Robbins | 2012-05-09 | 3 | -2/+639 | |
| |\ \ | ||||||
| | * | | Set array elements properly in stat() extension. | Andrew J. Schorr | 2012-04-11 | 2 | -74/+42 | |
| | | | | ||||||
| | * | | Extension enhancements and tests. | Andrew J. Schorr | 2012-04-07 | 3 | -13/+88 | |
| | | | | ||||||
| | * | | Minor extension fixes. | Andrew J. Schorr | 2012-04-02 | 3 | -4/+12 | |
| | | | | ||||||
| | * | | Update ERRNO API. | Andrew J. Schorr | 2012-04-01 | 5 | -10/+18 | |
| | | | | ||||||
| | * | | Rewrite extension/Makefile.am | Andrew J. Schorr | 2012-03-25 | 3 | -144/+120 | |
| | | | | ||||||
| | * | | Add extension/.gitignore to ignore libtool output. | Andrew J. Schorr | 2012-03-25 | 2 | -0/+8 | |
| | | | | ||||||
| | * | | xgawk + derived files needed to build | Andrew J. Schorr | 2012-03-24 | 1 | -0/+651 | |
| | | | | ||||||
| * | | | Merge branch 'xgawk' | Arnold D. Robbins | 2012-05-09 | 8 | -103/+244 | |
| |\ \ \ | ||||||
| | * | | | Set array elements properly in stat() extension. | Andrew J. Schorr | 2012-04-11 | 2 | -74/+42 | |
| | | | | | ||||||
| | * | | | Extension enhancements and tests. | Andrew J. Schorr | 2012-04-07 | 3 | -13/+88 | |
| | | | | | ||||||
| | * | | | Minor extension fixes. | Andrew J. Schorr | 2012-04-02 | 3 | -4/+12 | |
| | | | | | ||||||
| | * | | | Update ERRNO API. | Andrew J. Schorr | 2012-04-01 | 5 | -10/+18 | |
| | | | | | ||||||
| | * | | | Rewrite extension/Makefile.am | Andrew J. Schorr | 2012-03-25 | 2 | -39/+29 | |
| | | | | | ||||||
| | * | | | Add extension/.gitignore to ignore libtool output. | Andrew J. Schorr | 2012-03-25 | 2 | -0/+8 | |
| | |/ / | ||||||
| | * | | Minor fix to extension/Makefile.am | Andrew J. Schorr | 2012-03-21 | 2 | -1/+5 | |
| | | | | ||||||
| | * | | - Add new environment variable AWKLIBPATH to use when searching for shared | Andrew J. Schorr | 2012-03-20 | 4 | -2/+82 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libraries. - Instead of hardcoding the default ".so" suffix for shared libraries, use autoconf to get the right value for this platform. - Build and install some of the bundled shared library extensions so that they will now be available using the default AWKLIBPATH. | |||||
* | | | | Add extension example to read/write files with fixed-length records. | john haque | 2012-05-03 | 7 | -11/+723 | |
| | | | | ||||||
* | | | | Fix memory corruption in copying an array, add another array extension. | john haque | 2012-05-02 | 5 | -0/+589 | |
| | | | | ||||||
* | | | | New array extension. | john haque | 2012-04-25 | 6 | -0/+599 | |
|/ / / | ||||||
* | | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-04-08 | 1 | -0/+4 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Make 4.0.1 tarball. | Arnold D. Robbins | 2012-03-28 | 1 | -0/+4 | |
| | | | ||||||
* | | | Minor edits. | Arnold D. Robbins | 2012-03-22 | 1 | -2/+3 | |
| |/ |/| | ||||||
* | | Add a test file, cleanup code and update doc. | john haque | 2011-10-12 | 1 | -0/+4 | |
| | | ||||||
* | | Speed/memory performance improvements. | john haque | 2011-10-12 | 7 | -41/+39 | |
|/ | ||||||
* | Update versions and ChangeLogs, make tarball! | Arnold D. Robbins | 2011-06-23 | 2 | -90/+95 | |
| | ||||||
* | Fixes for extension code and tests. | Arnold D. Robbins | 2011-05-23 | 3 | -25/+47 | |
| | ||||||
* | Lots of documentation updates. | Arnold D. Robbins | 2011-03-31 | 2 | -2/+6 | |
| | ||||||
* | Update copyrights. | Arnold D. Robbins | 2011-02-27 | 8 | -8/+8 | |
| | ||||||
* | Filefuncs bug fix. Finish doc index. | Arnold D. Robbins | 2011-01-13 | 2 | -7/+15 | |
| | ||||||
* | Lots more doc updates. | Arnold D. Robbins | 2011-01-02 | 2 | -7/+9 | |
| | ||||||
* | Cleanup the mainline PC code, and pc/ directory. | Arnold D. Robbins | 2010-12-18 | 2 | -2/+4 | |
| | ||||||
* | Add check for plugin license, make close on exec POSIX compatibile. | Arnold D. Robbins | 2010-11-24 | 10 | -1/+25 | |
| | ||||||
* | Remove unsupported / obsolete files. Add files for bootstrapping. | Arnold D. Robbins | 2010-11-18 | 1 | -55/+0 | |
| | ||||||
* | Bring latest byte code gawk into git. Hurray! | Arnold D. Robbins | 2010-11-18 | 9 | -216/+210 | |
| | ||||||
* | Move to 3.1.8. | Arnold D. Robbins | 2010-07-16 | 1 | -0/+4 | |
| | ||||||
* | Move to gawk-3.1.7. | Arnold D. Robbins | 2010-07-16 | 4 | -0/+476 | |
| |