summaryrefslogtreecommitdiff
path: root/test1.c
Commit message (Collapse)AuthorAgeFilesLines
* - jbj: splint (3.1.2) fiddles.jbj2008-12-181-0/+2
|
* - jbj: extend coverage to poptPeekArg().jbj2008-05-051-6/+8
|
* - jbj: extend coverage to several additional setup routines.jbj2008-05-051-0/+4
|
* - jbj: test for <glob.h>, disable reading directory poptrc files if not.jbj2008-03-081-2/+2
| | | | | - jbj: add __attribute__(__unused__) (Wayne Davidson<wayned@samba.org>). - jbj: permit equal after short option (Wayne Davidson<wayned@samba.org>).
* - jbj: another pass with splint: use malloc, not alloca.jbj2008-02-171-1/+1
|
* - jbj: display POPT_ARG_ARGV options in --help just like other options.jbj2008-02-171-1/+1
|
* - jbj: add test for POPT_ARG_ARGV handling.jbj2008-02-171-1/+8
|
* - splint fiddles.jbj2008-02-161-4/+4
|
* - add POPT_ARG_ARGV, starting with the poptSaveString() method.jbj2008-02-131-2/+27
| | | | - add help for POPT_ARG_LONGLONG.
* - jbj: hmmm, POSIXly correct --echo-args needs fixing, disable for now.jbj2008-02-121-4/+13
| | | | | - jbj: poptint.h: typedef's for string and string arrays. - jbj: add POPT_ARG_LONGLONG, and poptSaveLongLong().
* - jbj: remove splint bounds/branch annotations, little gain, much pain.jbj2007-11-041-2/+0
| | | | - jbj: revert alloca usage again again.
* HAVE_MCHECK_H and HAVE_MTRACE are Autoconf AC_DEFINEs. Those are not ↵rse2007-06-141-2/+2
| | | | permitted to be checked directly as values, as their value 1 is just set _IF_ the variable is defined. If the variable is not defined the plain use in an #if clause causes compiler warnings or even errors as this is invalid use. AC_DEFINE always have to be checked with defined() only except we can be sure that it is defined (but even then its value is always 1 and hence no need to check this, too)
* Bring in rpm.org changes to HEAD.jbj2007-05-251-4/+4
|
* Update popt internal copyright messages.jbj2002-08-221-1/+1
|
* Propagate splint-3.0.1.7 close(2) internalState annotation throughout.jbj2002-07-081-2/+2
|
* Add boundsread annotations throughout, enable +bounds checking.jbj2002-07-021-0/+2
| | | | Start narrowing the scope of bounds annotations by adding more annotations.
* - beecrypt: merge changes from beecrypt-2.3.0.jbj2002-06-151-33/+87
| | | | | - beecrypt: merge doxygen markup with rpmapi doco. - beecrypt: revert cpu/arch compile option mixup (#66752).
* - popt: add POPT_ARGFLAG_SHOW_DEFAULT to display initial values (#32558).jbj2001-06-171-39/+104
|
* - enough lclint annotations and fiddles already.jbj2001-05-051-1/+1
|
* - (popt): add POPT_ARGFLAG_OPTIONAL for long options with optional arg.jbj2000-12-311-0/+6
| | | | - (popt): diddle auto-help to include type of arg expected.
* Sync with rpm-4_0 branch.jbj2000-12-191-2/+2
|
* - popt: support for float/double args.jbj2000-09-111-0/+12
|
* use compressed filenames on install side.jbj1999-10-271-1/+1
| | | | start unifying FD types, CFD_t now gone.
* Add !#:+ token parsing to retrieve (and delete) next argument from list.jbj1999-10-251-9/+20
|
* Modify test1 to do poptResetContext before parsing args.jbj1999-10-221-13/+34
|
* popt: heavy dose of const.jbj1999-07-271-1/+1
|
* fix: don't add header if signature generation failed (Carlo Wood).jbj1999-03-221-1/+1
|
* autogen.sh: Fix builddir != srcdir.sopwith1999-03-101-23/+25
| | | | *.c: Fix compilation with -ansi -pedantic-errors.
* allow single dash arguments (to represent stdin)ewt1999-02-251-0/+4
|
* implemented POPT_ARGINFO_INC_DATApopt-1_2ewt1998-10-271-0/+7
|
* implemented POPT_ARGFLAG_DOC_HIDDEN, POPT_CBFLAG_PRE, POPT_CBFLAG_POSTewt1998-10-211-1/+4
|
* added POPT_ARGFLAG_ONEDASHewt1998-10-211-0/+5
|
* added proper licensing infoewt1998-10-161-0/+4
|
* test1.cr2-5-5ewt1998-10-131-2/+3
|
* add Slovak translation (Stanislav Meduna <stano@trillian.eunet.sk>)r2-5-4jbj1998-09-271-7/+7
| | | | gettextify rpmMessage/rpmError/fprintf messages.
* 1) modified test to display callback val fieldewt1998-09-271-4/+5
| | | | 2) split popt stuff into multiple iles
* 1) added included tablesewt1998-09-271-3/+36
| | | | | 2) added option callbacks 3) added automatic help/usage messages
* *** empty log message ***ewt1998-07-271-0/+47