summaryrefslogtreecommitdiff
path: root/ext.c
Commit message (Expand)AuthorAgeFilesLines
* Squashed commit of the following:Arnold D. Robbins2022-07-081-1/+1
* Update copyright year in a bunch of files.Arnold D. Robbins2022-07-011-1/+1
* Revert "Squashed commit of the following:"Arnold D. Robbins2022-06-291-1/+1
* Squashed commit of the following:Arnold D. Robbins2022-06-281-1/+1
* Add a cast.Arnold D. Robbins2022-02-221-1/+1
* Fix resource links found by Coverity.Arnold D. Robbins2022-02-221-0/+1
* Update copyright years.Arnold D. Robbins2020-03-201-1/+1
* First round of message improvements.Arnold D. Robbins2020-03-091-7/+7
* Update copyright years. Fix a typo in ChangeLog.1.Arnold D. Robbins2019-07-211-1/+1
* Fix message for when extensions are not available.Arnold D. Robbins2019-05-051-1/+1
* Updates for DJGPP.Arnold D. Robbins2019-02-041-19/+19
* Update copyright year in many dates.Arnold D. Robbins2019-01-281-1/+1
* Rework namespace handling to make simpler and correct. Add two test cases.Arnold D. Robbins2019-01-251-2/+2
* Squashed merge of feature/namespaces. Add code and doc.Arnold D. Robbins2019-01-111-6/+30
* Remove \n from calls to lintwarn, warning, and fatal.Arnold D. Robbins2018-09-071-4/+4
* Integrate changes for z/OS.Arnold D. Robbins2017-08-211-1/+1
* Update copyright years in all relevant files.Arnold D. Robbins2017-08-041-1/+1
* Some cleanup about checking letters and identifiers.Arnold D. Robbins2017-07-111-22/+21
* Improve handling of min and max args for extension functions.Arnold D. Robbins2016-12-121-2/+1
* Add min_required and max_expected arg counts to API.Arnold D. Robbins2016-12-061-1/+2
* Remove trailing whitespace everywhere. Fix Unicode into ASCII.Arnold D. Robbins2016-10-231-12/+12
* Fix usage of scalar type flag bits and fix some bugs in numeric conversions a...Andrew J. Schorr2016-06-131-1/+1
* Allow extension functions to get more arguments than expected.Arnold D. Robbins2016-05-301-3/+2
* Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-05-301-1/+2
|\
| * Changes toward release and test tarball.Arnold D. Robbins2016-05-301-1/+2
* | Merge branch 'gawk-4.1-stable'Andrew J. Schorr2016-05-261-2/+2
|\ \ | |/
| * Remove useless "optional" argument to get_actual_argument.Andrew J. Schorr2016-05-261-2/+2
* | Merge branch 'gawk-4.1-stable'Andrew J. Schorr2016-05-261-15/+1
|\ \ | |/
| * Optimize API function argument retrieval to eliminate a duplicate call to get...Andrew J. Schorr2016-05-261-15/+1
* | Remove support for old-style extensions.Arnold D. Robbins2015-06-261-147/+0
|/
* VMS build fixes.Arnold D. Robbins2014-10-171-0/+3
* Finish excising isalpha and isalnum. Document.Arnold D. Robbins2014-09-151-27/+3
* Continue to straighten out enum usage.Arnold D. Robbins2014-03-051-4/+4
* Minor improvements in a few files.Arnold D. Robbins2014-01-121-7/+8
* Make old extensions compile and work under Linux.Arnold D. Robbins2014-01-071-2/+2
* Update copyrights in all relevant source files.Arnold D. Robbins2013-04-161-2/+2
* Merge branch 'gawk-4.0-stable'.Arnold D. Robbins2012-12-251-2/+9
|\
| * Additional bug fix from John Haque.Arnold D. Robbins2012-12-251-1/+8
* | Merge branch 'master' into array-ifaceArnold D. Robbins2012-12-091-4/+44
|\ \
| * | Allow only ASCII letters for a an extension name.Arnold D. Robbins2012-12-091-3/+43
* | | Finish porting to current code base.Arnold D. Robbins2012-11-261-53/+17
* | | Merge branch 'master' into array-ifaceArnold D. Robbins2012-11-251-38/+157
|\ \ \ | |/ /
| * | Cleanups in gawkapi.h and adjustments for them.Arnold D. Robbins2012-10-101-1/+1
| * | Add output and two-way processors to API. Update Mac config stuff.Arnold D. Robbins2012-08-241-6/+6
| * | Start refactoring iop handling. Add readdir extension.Arnold D. Robbins2012-07-251-0/+4
| * | Fix lint checking for extension functions.Arnold D. Robbins2012-06-251-0/+1
| * | Hide private parts of IOBUF from extensions.Andrew J. Schorr2012-06-241-4/+1
| * | Get rwarray extension working with new API.Arnold D. Robbins2012-06-241-2/+2
| * | Remove extension() builtin.Arnold D. Robbins2012-06-211-41/+9
| * | API: Add set_parameter function and test.Arnold D. Robbins2012-06-201-1/+1