diff options
author | jbj <devnull@localhost> | 2000-12-31 20:30:37 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2000-12-31 20:30:37 +0000 |
commit | 37a87e6f14cc9f4e81779c4777454e331934bb96 (patch) | |
tree | d9119b78799db87fc4cc916e39f75a453e05aef9 /CHANGES | |
parent | b9145eabe09db09a56c9daf3006426b08182d848 (diff) | |
download | librpm-tizen-37a87e6f14cc9f4e81779c4777454e331934bb96.tar.gz librpm-tizen-37a87e6f14cc9f4e81779c4777454e331934bb96.tar.bz2 librpm-tizen-37a87e6f14cc9f4e81779c4777454e331934bb96.zip |
- (popt): add POPT_ARGFLAG_OPTIONAL for long options with optional arg.
- (popt): diddle auto-help to include type of arg expected.
CVS patchset: 4394
CVS date: 2000/12/31 20:30:37
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -86,6 +86,8 @@ - (python): bind initdb (#20988). - (popt): fix float/double handling (#19701). - (popt): non-linux needs <float.h> (#22732). + - (popt): add POPT_ARGFLAG_OPTIONAL for long options with optional arg. + - (popt): diddle auto-help to include type of arg expected. 3.0.6 -> 4.0 - use DIRNAMES/BASENAMES/DIRINDICES not FILENAMES in packages and db. |