about summary refs log tree commit diff
path: root/Src/Modules/mapfile.c
Commit message (Collapse)AuthorAgeFilesLines
* 26735: Check some function return values for failures. Gets rid ofWayne Davison2009-03-151-2/+4
| | | | some compiler warnings, and improves error handling/notification.
* 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
| | | | Separate justification width of parameters from base/precision.
* 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
| | | | item (or you can think of it as pointing one past the last item).
* Wayne: pattern.c unitialised varPeter Stephenson2000-05-311-36/+34
| | | | Zero-length arrays now possible with $array[1,0]
* Initial revisionTanaka Akira1999-05-311-0/+369