summaryrefslogtreecommitdiff
path: root/extension/inplace.c
Commit message (Expand)AuthorAgeFilesLines
* 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