aboutsummaryrefslogtreecommitdiffstats
path: root/extension/inplace.c
Commit message (Expand)AuthorAgeFilesLines
* Typo fix in extension/inplace.c.Arnold D. Robbins2019-02-151-1/+1
* Squashed merge of feature/namespaces. Add code and doc.Arnold D. Robbins2019-01-111-22/+22
* Update copyright years that should have been updated before 4.2.1 release.Arnold D. Robbins2018-03-131-1/+1
* Remove incorrect * on ext_id in extensions and in doc.Arnold D. Robbins2018-01-111-1/+1
* Fix a message in extension/inplace.c.Arnold D. Robbins2017-04-031-1/+1
* Fix the MinGW build and sync its tests with mainline,Eli Zaretskii2017-01-211-1/+1
* Fix lint stuff, arg checking. Add a data pointer. Pass finfo to functions.Arnold D. Robbins2016-12-141-4/+4
* Add min_required and max_expected arg counts to API.Arnold D. Robbins2016-12-061-2/+2
* Remove trailing whitespace everywhere. Fix Unicode into ASCII.Arnold D. Robbins2016-10-231-5/+5
* Minor portability fixes in some of the extensions.Arnold D. Robbins2016-07-011-0/+1
* Update copyright years in extension files.Arnold D. Robbins2015-04-081-1/+1
* Fix a compiler warning.Arnold D. Robbins2015-03-171-2/+2
* Fix compile problems and warnings on current GCC (4.9.2).Arnold D. Robbins2014-11-231-2/+6
* Minor cleanup in extension/inplace.c.Arnold D. Robbins2014-10-081-3/+2
* Update copyright years on files changed in 2014.Arnold D. Robbins2014-03-311-1/+1
* Add memory allocation functions to gawk API.Andrew J. Schorr2014-03-081-3/+3
* Fix extension portability for AIX.Arnold D. Robbins2013-10-241-2/+6
* Clean up some -Wextra compile warnings in extensions.Arnold D. Robbins2013-08-221-0/+2
* Fix building, installing, and testing extensions on MS-Windows.Eli Zaretskii2013-05-141-0/+18
* More portability.Arnold D. Robbins2013-01-221-0/+3
* Improve portability.Arnold D. Robbins2013-01-221-0/+4
* Fix some problems from warning tools, etc.Arnold D. Robbins2013-01-181-1/+3
* Remove an unused variable.Arnold D. Robbins2013-01-151-1/+0
* Add tests for inplace extension.Andrew J. Schorr2013-01-101-3/+5
* Add inplace file editing extension.Andrew J. Schorr2013-01-081-0/+241