]> git.sur5r.net Git - openocd/commit
change all bool parsers to accept any value
authorZachary T Welch <zw@superlucidity.net>
Wed, 18 Nov 2009 20:41:20 +0000 (12:41 -0800)
committerZachary T Welch <zw@superlucidity.net>
Wed, 18 Nov 2009 23:51:07 +0000 (15:51 -0800)
commit4d8d1d32d0f0e0b8866a06cb1d3f304563fa6796
tree753fd02c4efe2ced061dd0706f8b4cfb15064ed9
parent7e4adfe1c53aa18d4feba1e58ceb5c5aaa470775
change all bool parsers to accept any value

This patch changes the behavior of all boolean parsing callers to
accept any one of "true/enable/on/yes/1" or "false/disable/off/no/0".

Since one particular pair will be most appropriate in any given
situation, the specific macros should continue to be used in
order to display the most informative error messages possible.
src/helper/command.c
src/helper/command.h