Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Add builtin functions to FUNCTAB and PROCINFO["identifiers"] and doc. | Arnold D. Robbins | 2014-09-05 | 1 | -0/+1 | |
* | | | | Merge branch 'master' into comment | Arnold D. Robbins | 2014-08-12 | 1 | -2/+28 | |
|\| | | | ||||||
| * | | | Rebuild record upon OFS being changed. | Arnold D. Robbins | 2014-08-12 | 1 | -2/+28 | |
| | |/ | |/| | ||||||
* | | | Merge branch 'master' into comment | Arnold D. Robbins | 2014-01-12 | 1 | -1/+2 | |
|\| | | ||||||
| * | | Fix -O option. | Arnold D. Robbins | 2013-10-16 | 1 | -1/+1 | |
| * | | Bug fix to flag values. | Arnold D. Robbins | 2013-10-10 | 1 | -0/+1 | |
* | | | Merge branch 'master' into comment | Arnold D. Robbins | 2013-09-22 | 1 | -1/+1 | |
|\| | | ||||||
| * | | Fix problem when extending NF. See test/nfloop. | Arnold D. Robbins | 2013-09-13 | 1 | -1/+1 | |
| |/ | ||||||
* / | Start new branch that adds comments to profiling. | Arnold D. Robbins | 2013-08-14 | 1 | -0/+1 | |
|/ | ||||||
* | Fix corner case use of exit. | Arnold D. Robbins | 2013-06-03 | 1 | -1/+7 | |
* | Update copyrights in all relevant source files. | Arnold D. Robbins | 2013-04-16 | 1 | -1/+1 | |
* | Merge branch 'gawk-4.0-stable'. | Arnold D. Robbins | 2012-12-25 | 1 | -2/+4 | |
|\ | ||||||
| * | Additional bug fix from John Haque. | Arnold D. Robbins | 2012-12-25 | 1 | -2/+4 | |
| * | Bug fixes from John Haque. | Arnold D. Robbins | 2012-12-23 | 1 | -1/+7 | |
* | | Merge branch 'master' into array-iface | Arnold D. Robbins | 2012-12-09 | 1 | -16/+16 | |
|\ \ | ||||||
| * | | Make bitflag checking consistent everywhere. | Arnold D. Robbins | 2012-12-09 | 1 | -5/+5 | |
| * | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-12-09 | 1 | -11/+11 | |
| |\| | ||||||
| | * | Change BINMODE to use symbolic values. | Arnold D. Robbins | 2012-12-09 | 1 | -11/+11 | |
| | * | Apply realloc optimization to wide string values. | Arnold D. Robbins | 2012-12-01 | 1 | -2/+14 | |
| | * | Remove ancient STREQ, STREQN macros. | Arnold D. Robbins | 2011-12-31 | 1 | -1/+1 | |
* | | | Merge branch 'master' into array-iface | Arnold D. Robbins | 2012-11-30 | 1 | -1/+0 | |
|\| | | ||||||
| * | | Further awk.h cleanup. | Arnold D. Robbins | 2012-11-30 | 1 | -1/+0 | |
* | | | Finish porting to current code base. | Arnold D. Robbins | 2012-11-26 | 1 | -0/+2 | |
* | | | Merge branch 'master' into array-iface | Arnold D. Robbins | 2012-11-25 | 1 | -35/+47 | |
|\| | | ||||||
| * | | Clean up of awk.h. | Arnold D. Robbins | 2012-11-22 | 1 | -2/+0 | |
| * | | Array bug fixes. | Arnold D. Robbins | 2012-11-10 | 1 | -0/+2 | |
| * | | First cut at SYMTAB and FUNCTAB. | Arnold D. Robbins | 2012-09-25 | 1 | -1/+0 | |
| * | | Remove translation of errno strings from API. | Arnold D. Robbins | 2012-07-25 | 1 | -4/+2 | |
| * | | Changes to LINT reflect to extn API. Add API tests. | Arnold D. Robbins | 2012-06-06 | 1 | -0/+3 | |
| * | | Move to use of bool type, true, false, everywhere. | Arnold D. Robbins | 2012-05-11 | 1 | -27/+27 | |
| * | | Merge branch 'xgawk' | Arnold D. Robbins | 2012-05-09 | 1 | -5/+17 | |
| |\ \ | ||||||
| | * | | Fix memory management bug in unset_ERRNO. | Andrew J. Schorr | 2012-04-09 | 1 | -1/+1 | |
| | * | | Update ERRNO API. | Andrew J. Schorr | 2012-04-01 | 1 | -5/+17 | |
* | | | | Improve array interface. | john haque | 2012-04-19 | 1 | -0/+1 | |
|/ / / | ||||||
* | | | Add arbitrary-precision arithmetic on integers. | john haque | 2012-03-19 | 1 | -39/+19 | |
* | | | Bug fixes and tests for MPFR. | john haque | 2012-03-07 | 1 | -3/+4 | |
* | | | Finish MPFR changes and clean up code. | john haque | 2012-02-26 | 1 | -44/+70 | |
* | | | Finish builtins for MPFR. | john haque | 2012-02-19 | 1 | -33/+36 | |
* | | | New interpreter routine for MPFR. | john haque | 2012-02-16 | 1 | -17/+48 | |
* | | | Add infrastructure for MPFR/GMP support. | john haque | 2012-02-14 | 1 | -25/+40 | |
|/ / | ||||||
* | | The grand merge: dgawk and pgawk folded into gawk. | Arnold D. Robbins | 2011-12-26 | 1 | -1238/+57 | |
* | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2011-12-08 | 1 | -1/+7 | |
|\| | ||||||
| * | Misc fixes from John. | Arnold D. Robbins | 2011-12-06 | 1 | -1/+7 | |
* | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2011-10-25 | 1 | -1/+1 | |
|\| | ||||||
| * | Remove some compile time warnings. | Arnold D. Robbins | 2011-10-10 | 1 | -1/+1 | |
* | | Fix warning messages after merge with gawk_performance. | Arnold D. Robbins | 2011-10-25 | 1 | -1/+1 | |
* | | Optimize tail-recursive calls. | john haque | 2011-10-12 | 1 | -16/+55 | |
* | | Optimization for compound assignment, increment and decrement operators. | john haque | 2011-10-12 | 1 | -32/+46 | |
* | | Add a test file, cleanup code and update doc. | john haque | 2011-10-12 | 1 | -12/+7 | |
* | | Speed/memory performance improvements. | john haque | 2011-10-12 | 1 | -175/+239 | |
|/ |