Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Integrate changes for z/OS. | Arnold D. Robbins | 2017-08-21 | 1 | -1/+1 |
| | |||||
* | Update copyright years in all relevant files. | Arnold D. Robbins | 2017-08-04 | 1 | -1/+1 |
| | |||||
* | Some cleanup about checking letters and identifiers. | Arnold D. Robbins | 2017-07-11 | 1 | -22/+21 |
| | |||||
* | Improve handling of min and max args for extension functions. | Arnold D. Robbins | 2016-12-12 | 1 | -2/+1 |
| | |||||
* | Add min_required and max_expected arg counts to API. | Arnold D. Robbins | 2016-12-06 | 1 | -1/+2 |
| | |||||
* | Remove trailing whitespace everywhere. Fix Unicode into ASCII. | Arnold D. Robbins | 2016-10-23 | 1 | -12/+12 |
| | |||||
* | Fix usage of scalar type flag bits and fix some bugs in numeric conversions ↵ | Andrew J. Schorr | 2016-06-13 | 1 | -1/+1 |
| | | | | and lint checks. | ||||
* | Allow extension functions to get more arguments than expected. | Arnold D. Robbins | 2016-05-30 | 1 | -3/+2 |
| | |||||
* | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-05-30 | 1 | -1/+2 |
|\ | |||||
| * | Changes toward release and test tarball. | Arnold D. Robbins | 2016-05-30 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Andrew J. Schorr | 2016-05-26 | 1 | -2/+2 |
|\| | |||||
| * | Remove useless "optional" argument to get_actual_argument. | Andrew J. Schorr | 2016-05-26 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Andrew J. Schorr | 2016-05-26 | 1 | -15/+1 |
|\| | |||||
| * | Optimize API function argument retrieval to eliminate a duplicate call to ↵ | Andrew J. Schorr | 2016-05-26 | 1 | -15/+1 |
| | | | | | | | | get_argument. | ||||
* | | Remove support for old-style extensions. | Arnold D. Robbins | 2015-06-26 | 1 | -147/+0 |
|/ | |||||
* | 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 |
|/ / |