about summary refs log tree commit diff
path: root/Src/Modules/mapfile.c
Commit message (Collapse)AuthorAgeFilesLines
* 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