summaryrefslogtreecommitdiff
path: root/Src/Modules/mapfile.c
AgeCommit message (Collapse)AuthorFilesLines
2023-09-1652153: mapfile without HAVE_MMAP should not trim newlinesBart Schaefer1-6/+4
2018-04-0742605: properly free the vi registers hashOliver Kiddle1-1/+2
2018-03-1842469: necessary repairs to 42465 found by "make check"Stephane Chazelas1-2/+1
2018-03-1542465: Pass up error status from readoutput().Stephane Chazelas1-1/+2
This improves the consistency of error reporting from $(...) constructs.
2016-01-3037838: use UNUSED() consistentlyJun-ichi Takimoto1-1/+1
2009-03-1526735: Check some function return values for failures. Gets rid ofWayne Davison1-2/+4
some compiler warnings, and improves error handling/notification.
2007-07-0623665: autoloading of module features and related tweaksPeter Stephenson1-5/+5
2007-06-1823562: add KSH_ZERO_SUBSCRIPT option and leave off by defaultPeter Stephenson1-1/+1
2007-05-28see 23479: add initial features support for modulesPeter Stephenson1-70/+29
2006-03-07Changed some structures to avoid gcc's type-punned warnings.Wayne Davison1-17/+17
2004-12-0720605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson1-22/+12
Separate justification width of parameters from base/precision.
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-7/+7
2001-04-11Mapfile fix from Bart: dupstring parameter name to avoid static buffer overusePeter Stephenson1-0/+1
2000-06-0911838: typeset -HPeter Stephenson1-2/+2
2000-06-02Changed the array "len" to be "end" -- a 1-relative index of the lastWayne Davison1-1/+1
item (or you can think of it as pointing one past the last item).
2000-05-31Wayne: pattern.c unitialised varPeter Stephenson1-36/+34
Zero-length arrays now possible with $array[1,0]
1999-05-31Initial revisionTanaka Akira1-0/+369