]> granicus.if.org Git - apache/commit
improve command-line parsing
authorJeff Trawick <trawick@apache.org>
Tue, 20 Nov 2007 14:46:52 +0000 (14:46 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 20 Nov 2007 14:46:52 +0000 (14:46 +0000)
commit23cd4abf232830f10a98c67c7104464849103e4e
tree31143a763779276769cac3246d38993df8c9e214
parent8e2f82aaf7d1882ff13391a529df32a48955d5b0
improve command-line parsing

example invocations now flagged as invalid:
  specifying UTC offset with size-based rotation
  specifying -l with size-based rotation
  specifying both -l and UTC offset

range checking of integer parameters not attempted; basic data type issues may need
to be addressed first such as the use of unsigned int for max file size

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@596698 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
support/rotatelogs.c