Some popt improvements:
authorWayne Davison <wayned@samba.org>
Sat, 8 Mar 2008 18:54:17 +0000 (10:54 -0800)
committerWayne Davison <wayned@samba.org>
Sat, 8 Mar 2008 19:02:40 +0000 (11:02 -0800)
commit894e6299c10e24d1745d268b465695934f4bb1a9
tree50b7ed3efb14cfd3a7d2c0b5528775f3461b880a
parentc080190365fceef2d35ee63f408bba16f09ca112
Some popt improvements:
- Fixed a bug in short-opt parsing when an abutting arg has an '='.
- Allow a short-opt to be separated from its arg by an '='.
- Avoid an IBM-checker warning about an impossible case in a switch
  and a warning about a potential NULL-pointer dereference.
- Fixed a memory leak.
popt/popt.c
popt/popthelp.c
popt/poptparse.c