Re: [GRASS-dev] G_parser() changes in 7.0

2009-06-11 Thread Glynn Clements
Hamish wrote: > > In 7.0, I have changed the way that the parser compares command-line > > arguments against the list of defined options. > > > > Rather than checking that the supplied option is a prefix of a defined > > option, it splits the option name into words, treating underscores as > > w

Re: [GRASS-dev] G_parser() changes in 7.0

2009-06-11 Thread Hamish
Glynn wrote: > In 7.0, I have changed the way that the parser compares command-line > arguments against the list of defined options. > > Rather than checking that the supplied option is a prefix of a defined > option, it splits the option name into words, treating underscores as > word delimiters

[GRASS-dev] G_parser() changes in 7.0

2009-06-11 Thread Glynn Clements
In 7.0, I have changed the way that the parser compares command-line arguments against the list of defined options. Rather than checking that the supplied option is a prefix of a defined option, it splits the option name into words, treating underscores as word delimiters, then checks that the su