From: Zachary T Welch Date: Wed, 18 Nov 2009 20:41:20 +0000 (-0800) Subject: change all bool parsers to accept any value X-Git-Tag: v0.4.0-rc1~502 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=4d8d1d32d0f0e0b8866a06cb1d3f304563fa6796;hp=4d8d1d32d0f0e0b8866a06cb1d3f304563fa6796 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. ---