summaryrefslogtreecommitdiff
path: root/popt
AgeCommit message (Collapse)AuthorFilesLines
2000-01-19Preliminary support for doxygen generated API doco.jbj5-13/+501
CVS patchset: 3527 CVS date: 2000/01/19 20:54:53
1999-12-24split python bindings into a separate sub-package of rpm.jbj2-2/+6
CVS patchset: 3497 CVS date: 1999/12/24 14:54:34
1999-12-22Sanity (make dist).jbj2-2/+2
CVS patchset: 3496 CVS date: 1999/12/22 21:31:39
1999-12-22duplicate popt routine so that librpm.so needs not libpopt.so.jbj2-20/+1
CVS patchset: 3495 CVS date: 1999/12/22 21:30:28
1999-11-26Package 3.0.4-0.1jbj2-2/+2
CVS patchset: 3438 CVS date: 1999/11/26 22:02:37
1999-11-24Display message if GNU xgettext is not found.jbj1-0/+6
CVS patchset: 3434 CVS date: 1999/11/24 16:55:42
1999-11-18From: Dick Porter <dick@acm.org> --jbj4-2/+65
Here is a patch for popt to implement selective argument stripping from argv. With this patch I can use popt in ORBit (the CORBA spec requires ORBs to remove all ORB options from argv), which allows me to export a popt option table to the rest of Gnome. There is also a bug fix included where a string was realloc()d into a space too small to hold the trailing NULL. CVS patchset: 3428 CVS date: 1999/11/18 17:10:15
1999-11-18fix: realloc didn't include space for trailing NUL.jbj2-2/+2
CVS patchset: 3427 CVS date: 1999/11/18 16:57:45
1999-11-01fix: expandNextArg() can't permit '\\' escapes.jbj2-1/+3
CVS patchset: 3413 CVS date: 1999/11/01 23:23:09
1999-10-29check for memory leaks (almost all leaks are plugged).jbj3-5/+10
CVS patchset: 3403 CVS date: 1999/10/29 16:06:01
1999-10-27use compressed filenames on install side.jbj8-20/+20
start unifying FD types, CFD_t now gone. CVS patchset: 3402 CVS date: 1999/10/27 23:18:10
1999-10-25Add poptDupArgv() and const's to popt.3 man page.jbj3-27/+35
CVS patchset: 3401 CVS date: 1999/10/25 20:10:00
1999-10-25lclint annotations.jbj3-6/+11
CVS patchset: 3400 CVS date: 1999/10/25 19:07:14
1999-10-25Lazy allocation of deleted arg bit map.jbj2-5/+5
CVS patchset: 3399 CVS date: 1999/10/25 18:24:38
1999-10-25Add !#:+ token parsing to retrieve (and delete) next argument from list.jbj17-176/+310
CVS patchset: 3398 CVS date: 1999/10/25 18:22:19
1999-10-22Modify test1 to do poptResetContext before parsing args.jbj2-14/+35
CVS patchset: 3397 CVS date: 1999/10/22 18:25:39
1999-10-22fix: long options like "--long=val" needed longArg reset to NULL at top ofjbj6-76/+233
poptGetNextOpt() while loop. Variables in poptGetNextOpt() are also locally scoped. CVS patchset: 3396 CVS date: 1999/10/22 18:10:51
1999-10-21Functional "make check".jbj2-29/+38
CVS patchset: 3395 CVS date: 1999/10/21 21:38:18
1999-10-21lclint annotations and compiler cruft.jbj2-8/+8
CVS patchset: 3394 CVS date: 1999/10/21 20:36:16
1999-10-21lclint annotations.jbj2-6/+6
CVS patchset: 3393 CVS date: 1999/10/21 18:48:00
1999-10-21Create.jbj1-0/+41
CVS patchset: 3392 CVS date: 1999/10/21 18:20:29
1999-10-21lclint annotations.jbj7-73/+90
CVS patchset: 3391 CVS date: 1999/10/21 18:20:12
1999-10-21lclint annotations.jbj1-5/+5
CVS patchset: 3390 CVS date: 1999/10/21 15:04:25
1999-10-04lclint annotations from build.jbj1-1/+2
CVS patchset: 3366 CVS date: 1999/10/04 19:40:03
1999-09-29Ignore generated files.jbj1-0/+2
CVS patchset: 3345 CVS date: 1999/09/29 23:48:23
1999-09-29Nuke'em again.jbj1-649/+0
CVS patchset: 3344 CVS date: 1999/09/29 23:37:04
1999-09-29Check in time stamps again.jbj2-2/+0
CVS patchset: 3343 CVS date: 1999/09/29 23:29:57
1999-09-29Check in time stamps.jbj3-2/+651
CVS patchset: 3342 CVS date: 1999/09/29 23:26:08
1999-09-29Create.jbj2-2/+5
CVS patchset: 3341 CVS date: 1999/09/29 21:22:24
1999-09-29Add intl so popt no longer requires gettext.jbj32-56/+5410
CVS patchset: 3340 CVS date: 1999/09/29 21:12:45
1999-09-21fix: removed files fingerprint memory leak.jbj2-2/+2
fix: resurrect allfiles flag from rpm-2.5.x. CVS patchset: 3312 CVS date: 1999/09/21 17:21:57
1999-09-10version 1.4ewt2-2/+2
CVS patchset: 3274 CVS date: 1999/09/10 00:50:25
1999-09-04*** empty log message ***ewt2-1/+2
CVS patchset: 3257 CVS date: 1999/09/04 19:38:05
1999-09-04null terminate parsed argument listsewt1-2/+3
CVS patchset: 3256 CVS date: 1999/09/04 19:37:00
1999-08-02Sanity.jbj1-1/+1
CVS patchset: 3210 CVS date: 1999/08/02 19:10:09
1999-07-27popt: heavy dose of const.jbj11-72/+81
CVS patchset: 3206 CVS date: 1999/07/27 22:05:43
1999-07-15Change shared lib defaults.jbj1-1/+1
CVS patchset: 3171 CVS date: 1999/07/15 22:26:15
1999-07-15add python bindings to rpm-devel (linux only).jbj1-1/+1
CVS patchset: 3165 CVS date: 1999/07/15 21:02:54
1999-06-17eliminate find-requirements on libNoVersion (Red Hat linux only).jbj1-0/+2
add new-fangled requires on "libc.so.6(GLIBC_2.1)" (sparc-linux only). CVS patchset: 3095 CVS date: 1999/06/17 20:18:08
1999-04-26Shell bulletproofing.jbj1-1/+1
CVS patchset: 3030 CVS date: 1999/04/26 15:01:40
1999-04-11Default to not build shared libraries.jbj2-2/+4
CVS patchset: 2980 CVS date: 1999/04/11 22:15:26
1999-04-09Include all po files.jbj1-1/+1
CVS patchset: 2979 CVS date: 1999/04/09 22:41:34
1999-04-08Update Slovak translations.jbj3-2/+24
Update-po. CVS patchset: 2974 CVS date: 1999/04/08 21:27:57
1999-04-08non-linux, non-gcc portability fixes (Tim Mooney).jbj1-1/+1
CVS patchset: 2973 CVS date: 1999/04/08 20:53:45
1999-04-07Merge (most) changes from the GNOME version of popt. The remaining changessopwith8-859/+31
are GNOME-specific. CVS patchset: 2969 CVS date: 1999/04/07 18:57:23
1999-04-07version 1.3ewt2-2/+2
CVS patchset: 2967 CVS date: 1999/04/07 06:25:08
1999-04-07*** empty log message ***ewt1-0/+5
CVS patchset: 2966 CVS date: 1999/04/07 06:23:07
1999-04-07added tests for single - argumentewt1-0/+2
CVS patchset: 2965 CVS date: 1999/04/07 06:22:30
1999-04-07we weren't quite careful enough about testing for a single -ewt1-1/+1
CVS patchset: 2964 CVS date: 1999/04/07 06:20:13
1999-04-05Update-po.jbj2-46/+30
CVS patchset: 2946 CVS date: 1999/04/05 16:05:44