Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | VMS build fixes. | Arnold D. Robbins | 2014-10-17 | 1 | -0/+3 |
* | Finish excising isalpha and isalnum. Document. | Arnold D. Robbins | 2014-09-15 | 1 | -27/+3 |
* | Continue to straighten out enum usage. | Arnold D. Robbins | 2014-03-05 | 1 | -4/+4 |
* | Minor improvements in a few files. | Arnold D. Robbins | 2014-01-12 | 1 | -7/+8 |
* | Make old extensions compile and work under Linux. | Arnold D. Robbins | 2014-01-07 | 1 | -2/+2 |
* | Update copyrights in all relevant source files. | Arnold D. Robbins | 2013-04-16 | 1 | -2/+2 |
* | Merge branch 'gawk-4.0-stable'. | Arnold D. Robbins | 2012-12-25 | 1 | -2/+9 |
|\ | |||||
| * | Additional bug fix from John Haque. | Arnold D. Robbins | 2012-12-25 | 1 | -1/+8 |
* | | Merge branch 'master' into array-iface | Arnold D. Robbins | 2012-12-09 | 1 | -4/+44 |
|\ \ | |||||
| * | | Allow only ASCII letters for a an extension name. | Arnold D. Robbins | 2012-12-09 | 1 | -3/+43 |
* | | | Finish porting to current code base. | Arnold D. Robbins | 2012-11-26 | 1 | -53/+17 |
* | | | Merge branch 'master' into array-iface | Arnold D. Robbins | 2012-11-25 | 1 | -38/+157 |
|\| | | |||||
| * | | Cleanups in gawkapi.h and adjustments for them. | Arnold D. Robbins | 2012-10-10 | 1 | -1/+1 |
| * | | Add output and two-way processors to API. Update Mac config stuff. | Arnold D. Robbins | 2012-08-24 | 1 | -6/+6 |
| * | | Start refactoring iop handling. Add readdir extension. | Arnold D. Robbins | 2012-07-25 | 1 | -0/+4 |
| * | | Fix lint checking for extension functions. | Arnold D. Robbins | 2012-06-25 | 1 | -0/+1 |
| * | | Hide private parts of IOBUF from extensions. | Andrew J. Schorr | 2012-06-24 | 1 | -4/+1 |
| * | | Get rwarray extension working with new API. | Arnold D. Robbins | 2012-06-24 | 1 | -2/+2 |
| * | | Remove extension() builtin. | Arnold D. Robbins | 2012-06-21 | 1 | -41/+9 |
| * | | API: Add set_parameter function and test. | Arnold D. Robbins | 2012-06-20 | 1 | -1/+1 |
| * | | Delete marked elements from flattened array. | Arnold D. Robbins | 2012-06-19 | 1 | -1/+1 |
| * | | More API implementations and testext improvements. | Arnold D. Robbins | 2012-06-12 | 1 | -4/+5 |
| * | | Minor edits in load_ext. | Arnold D. Robbins | 2012-06-05 | 1 | -9/+5 |
| * | | First working version of new API mechanism (probably has memory leaks). | Andrew J. Schorr | 2012-05-24 | 1 | -20/+18 |
| * | | Move to use of bool type, true, false, everywhere. | Arnold D. Robbins | 2012-05-11 | 1 | -2/+2 |
| * | | Merge branch 'xgawk' | Arnold D. Robbins | 2012-05-09 | 1 | -2/+1 |
| |\ \ | |||||
| | * | | Update ERRNO API. | Andrew J. Schorr | 2012-04-01 | 1 | -2/+1 |
* | | | | Add optional shutdown routine for an extension lib. | john haque | 2012-04-21 | 1 | -19/+56 |
* | | | | Polish array handling code. | john haque | 2012-04-18 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge branch 'master' into gawk_mpfr. | john haque | 2012-04-17 | 1 | -12/+2 |
|\ \ \ | |||||
| * \ \ | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-04-08 | 1 | -1/+1 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Update copyrights where needed. | Arnold D. Robbins | 2012-03-28 | 1 | -1/+1 |
| * | | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-03-22 | 1 | -11/+1 |
| |\| | | | |/ | |/| | |||||
| | * | Fix warnings from gcc -Wall, GCC 4.6.2. | Arnold D. Robbins | 2012-02-15 | 1 | -10/+0 |
* | | | Finish MPFR changes and clean up code. | john haque | 2012-02-26 | 1 | -1/+0 |
|/ / | |||||
* | | The grand merge: dgawk and pgawk folded into gawk. | Arnold D. Robbins | 2011-12-26 | 1 | -37/+57 |
* | | Speed/memory performance improvements. | john haque | 2011-10-12 | 1 | -106/+44 |
|/ | |||||
* | Fixes for extension code and tests. | Arnold D. Robbins | 2011-05-23 | 1 | -2/+9 |
* | Update copyrights. | Arnold D. Robbins | 2011-02-27 | 1 | -1/+1 |
* | Fix ctype calls on Cygwin. | Arnold D. Robbins | 2011-02-01 | 1 | -2/+2 |
* | Minor bug fixes, lots more doc, make dist. | Arnold D. Robbins | 2010-12-28 | 1 | -2/+2 |
* | Work on char* vs const char *. | Arnold D. Robbins | 2010-12-19 | 1 | -1/+1 |
* | Add check for plugin license, make close on exec POSIX compatibile. | Arnold D. Robbins | 2010-11-24 | 1 | -5/+19 |
* | Bring latest byte code gawk into git. Hurray! | Arnold D. Robbins | 2010-11-18 | 1 | -95/+131 |
* | Bring in development gawk changes. | Arnold D. Robbins | 2010-11-12 | 1 | -0/+3 |
* | Move to 3.1.8. | Arnold D. Robbins | 2010-07-16 | 1 | -2/+2 |
* | Move to gawk-3.1.7. | Arnold D. Robbins | 2010-07-16 | 1 | -1/+1 |
* | Move to gawk-3.1.6. | Arnold D. Robbins | 2010-07-16 | 1 | -3/+6 |
* | Move to gawk 3.1.5. | Arnold D. Robbins | 2010-07-16 | 1 | -3/+3 |
* | Move to gawk-3.1.4. | Arnold D. Robbins | 2010-07-16 | 1 | -11/+71 |