Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Minor doc update w.r.t. mawk. | Arnold D. Robbins | 2012-06-29 | 4 | -3/+7 | |
| | | ||||||
* | | Merge branch 'extgawk' | Arnold D. Robbins | 2012-08-17 | 7 | -29986/+1304 | |
|\ \ | ||||||
| * | | Discuss derived files in the git repo in the doc. | Arnold D. Robbins | 2012-08-10 | 3 | -447/+820 | |
| | | | ||||||
| * | | Doc updates. Mostly about the API. | Arnold D. Robbins | 2012-08-10 | 5 | -2249/+1484 | |
| | | | ||||||
| * | | Extension doc updates; install dgawk.1 man page. | Arnold D. Robbins | 2012-08-01 | 3 | -2/+9 | |
| | | | ||||||
| * | | Update input_parser interface for RT. | Arnold D. Robbins | 2012-07-29 | 3 | -340/+346 | |
| | | | ||||||
| * | | Minor configure.ac/Makefile.am change for more elegant shared library support. | Andrew J. Schorr | 2012-07-25 | 1 | -0/+1 | |
| | | | ||||||
| * | | Minor doc updates. | Arnold D. Robbins | 2012-07-12 | 1 | -1/+1 | |
| | | | ||||||
| * | | Extend or(), and(), xor() to N arguments, N >= 2. | Arnold D. Robbins | 2012-07-09 | 5 | -444/+440 | |
| | | | ||||||
| * | | Add time extension providing gettimeofday and sleep. | Andrew J. Schorr | 2012-06-10 | 3 | -31/+36 | |
| | | | ||||||
| * | | First working version of new API mechanism (probably has memory leaks). | Andrew J. Schorr | 2012-05-24 | 4 | -430/+415 | |
| | | | ||||||
| * | | Move libtool from top configure.ac into extension directory. | Andrew J. Schorr | 2012-05-21 | 1 | -48/+21 | |
| | | | ||||||
| * | | Build infrastructure updated. | Arnold D. Robbins | 2012-05-20 | 1 | -3/+3 | |
| | | | ||||||
| * | | Add -i option, append .awk if initial search fails, and allow -f repeats. | Andrew J. Schorr | 2012-05-19 | 4 | -523/+591 | |
| | | | ||||||
| * | | Update build infrastructure. | Arnold D. Robbins | 2012-05-15 | 1 | -5/+4 | |
| | | | ||||||
* | | | Fix math bug in the doc. | Arnold D. Robbins | 2012-08-14 | 3 | -168/+201 | |
| | | | ||||||
* | | | Rework material on arithmetic. | Arnold D. Robbins | 2012-08-12 | 3 | -1370/+1521 | |
| | | | ||||||
* | | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-05-14 | 1 | -2/+1 | |
|\ \ \ | |/ / |/| / | |/ | ||||||
* | | Merge remote branch 'origin/xgawk-build' | Arnold D. Robbins | 2012-05-09 | 3 | -607/+709 | |
|\ \ | ||||||
| * | | Update ERRNO API. | Andrew J. Schorr | 2012-04-01 | 3 | -62/+85 | |
| | | | ||||||
| * | | Fix minor bugs in configure.ac and awkgram.y. | Andrew J. Schorr | 2012-03-27 | 1 | -371/+372 | |
| | | | ||||||
| * | | Rebuild after merge from xgawk. | Arnold D. Robbins | 2012-03-26 | 1 | -386/+385 | |
| | | | ||||||
| * | | Merge branch 'xgawk' into xgawk-build | Arnold D. Robbins | 2012-03-26 | 2 | -5/+10 | |
| |\ \ | ||||||
| * | | | Rewrite extension/Makefile.am | Andrew J. Schorr | 2012-03-25 | 1 | -5/+8 | |
| | | | | ||||||
| * | | | xgawk + derived files needed to build | Andrew J. Schorr | 2012-03-24 | 3 | -568/+763 | |
| | | | | ||||||
* | | | | Merge branch 'xgawk' | Arnold D. Robbins | 2012-05-09 | 4 | -25/+139 | |
|\ \ \ \ | ||||||
| * | | | | Update ERRNO API. | Andrew J. Schorr | 2012-04-01 | 2 | -12/+27 | |
| | |/ / | |/| | | ||||||
| * | | | Some minor style edits in code and doc. | Arnold D. Robbins | 2012-03-26 | 2 | -5/+10 | |
| | | | | ||||||
| * | | | Fix some incorrect .gitignore changes that slipped in by mistake. | Andrew J. Schorr | 2012-03-25 | 1 | -2/+0 | |
| | | | | ||||||
| * | | | Merge branch 'xgawk' of ssh://git.sv.gnu.org/srv/git/gawk into xgawk | Juergen Kahrs | 2012-03-25 | 3 | -1/+53 | |
| |\| | | ||||||
| | * | | New @load keyword to load shared libraries. | Andrew J. Schorr | 2012-03-21 | 3 | -1/+53 | |
| | | | | ||||||
| * | | | Merge branch 'xgawk' of ssh://git.sv.gnu.org/srv/git/gawk into xgawk | Juergen Kahrs | 2012-03-20 | 3 | -13/+53 | |
| |\| | | ||||||
| | * | | - Add new environment variable AWKLIBPATH to use when searching for shared | Andrew J. Schorr | 2012-03-20 | 3 | -13/+53 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | | Merge remote-tracking branch 'origin/master' into xgawk | Juergen Kahrs | 2012-03-20 | 5 | -2845/+2725 | |
| |\| | | ||||||
| * | | | How to merge master patches into feature branch. Ignored some more generated ↵ | Juergen Kahrs | 2011-10-28 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | files. | |||||
* | | | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-05-09 | 3 | -476/+486 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | Update doc on -b. | Arnold D. Robbins | 2012-04-27 | 3 | -444/+454 | |
| | | | | ||||||
* | | | | Merge branch 'gawk-4.0-stable' (latest infrastructure). | Arnold D. Robbins | 2012-04-27 | 3 | -79/+150 | |
|\| | | | ||||||
| * | | | Upgrade infrastructure to autoconf 2.69, automake 1.12. | Arnold D. Robbins | 2012-04-27 | 3 | -40/+78 | |
| | | | | ||||||
| * | | | Finish updating to automake 1.11.4. tcc now works! | Arnold D. Robbins | 2012-04-09 | 2 | -41/+74 | |
| | | | | ||||||
| * | | | Move to automake 1.11.4. | Arnold D. Robbins | 2012-04-08 | 1 | -29/+80 | |
| | | | | ||||||
* | | | | Rebuild after merge from gawk_mpfr. | Arnold D. Robbins | 2012-04-27 | 1 | -29/+80 | |
| | | | | ||||||
* | | | | Merge branch 'master' into gawk_mpfr. | john haque | 2012-04-17 | 6 | -800/+1370 | |
|\ \ \ \ | ||||||
| * | | | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-04-08 | 2 | -4/+9 | |
| |\| | | | ||||||
| | * | | | Move _Noreturn handlng into a separate macro. | Arnold D. Robbins | 2012-03-30 | 1 | -4/+5 | |
| | | | | | ||||||
| | * | | | Make 4.0.1 tarball. | Arnold D. Robbins | 2012-03-28 | 1 | -0/+4 | |
| | | | | | ||||||
| * | | | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-03-22 | 5 | -753/+1319 | |
| |\| | | | ||||||
| | * | | | Make getgroups error non-fatal. Minor doc update. | Arnold D. Robbins | 2012-02-28 | 2 | -360/+368 | |
| | | | | | ||||||
| | * | | | Minor fixes. | Arnold D. Robbins | 2012-02-15 | 2 | -433/+444 | |
| | | | | | ||||||
| | * | | | General prep for release. (Copyrights, etc.) | Arnold D. Robbins | 2012-02-10 | 3 | -313/+860 | |
| | | | | |