about summary refs log tree commit diff
path: root/Src/Modules/mapfile.c
Commit message (Expand)AuthorAgeFilesLines
* 26735: Check some function return values for failures. Gets rid ofWayne Davison2009-03-151-2/+4
* 23665: autoloading of module features and related tweaksPeter Stephenson2007-07-061-5/+5
* 23562: add KSH_ZERO_SUBSCRIPT option and leave off by defaultPeter Stephenson2007-06-181-1/+1
* see 23479: add initial features support for modulesPeter Stephenson2007-05-281-70/+29
* Changed some structures to avoid gcc's type-punned warnings.Wayne Davison2006-03-071-17/+17
* 20605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson2004-12-071-22/+12
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-021-7/+7
* Mapfile fix from Bart: dupstring parameter name to avoid static buffer overusePeter Stephenson2001-04-111-0/+1
* 11838: typeset -HPeter Stephenson2000-06-091-2/+2
* Changed the array "len" to be "end" -- a 1-relative index of the lastWayne Davison2000-06-021-1/+1
* Wayne: pattern.c unitialised varPeter Stephenson2000-05-311-36/+34
* Initial revisionTanaka Akira1999-05-311-0/+369