Applied a patch from Andrei Polushin for setting the error message format.
authorthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Tue, 15 Apr 2008 20:19:17 +0000 (20:19 +0000)
committerthurston <thurston@052ea7fc-9027-0410-9066-f65837a77df0>
Tue, 15 Apr 2008 20:19:17 +0000 (20:19 +0000)
commit6bce133f730f850d96904fd072b03e4e7091a8a7
tree8c72e7c671d83a0bb34537b97b7c6b9d1347acb7
parentf3351be8f8e0dc728f486d1189dede8ad1fa2ca4
Applied a patch from Andrei Polushin for setting the error message format.
  --error-format=gnu (default)
  --error-fromat=msvc
Switched from strcasecmp to strcmp for testing long arguments.
Changed ParamCheck::parameterArg -> paramArg.

git-svn-id: http://svn.complang.org/ragel/trunk@434 052ea7fc-9027-0410-9066-f65837a77df0
13 files changed:
common/common.cpp
common/config.h.in
common/pcheck.h
doc/ragel.1.in
ragel/main.cpp
ragel/ragel.h
ragel/rlparse.kl
ragel/rlscan.rl
rlgen-cd/main.cpp
rlgen-csharp/main.cpp
rlgen-dot/main.cpp
rlgen-java/main.cpp
rlgen-ruby/main.cpp