simon-git: base64 (master): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Wed Feb 15 05:40:17 GMT 2017
TL;DR:
a154666 Stop parsing long options as also short options.
Repository: https://git.tartarus.org/simon/base64.git
On the web: https://git.tartarus.org/?p=simon/base64.git
Branch updated: master
Committer: Simon Tatham <anakin at pobox.com>
Date: 2017-02-15 05:40:17
commit a154666c5bdc19c7718481eb445c75fac2808339
web diff https://git.tartarus.org/?p=simon/base64.git;a=commitdiff;h=a154666c5bdc19c7718481eb445c75fac2808339;hp=b2009773881a0367047d70e86cb4c3196d403265
Author: Simon Tatham <anakin at pobox.com>
Date: Wed Feb 15 05:39:11 2017 +0000
Stop parsing long options as also short options.
'base64 -d --hex' embarrassingly turned out to behave the same as
'base64 -e --hex', because the 'e' in --hex overrode the preceding -d!
(But 'base64 --hex -d' did work, which is how I didn't notice before.)
base64.c | 43 +++++++++++++++++++++++--------------------
1 file changed, 23 insertions(+), 20 deletions(-)
More information about the tartarus-commits
mailing list