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