rpm-build/rpmio
Gleb Fotengauer-Malinovskiy e9c71b57f4 macro.c: force GNU getopt(3) to reinitialize it's internal data structure
getopt(3) holds pointers to previous argument vector in case you want to
continue or restart parsing.
In grabArgs function argument vector is on the stack, so you are lucky
if this memory is not reused for something else between subsequent calls
to the function.  If you are not lucky, getopt(3) will read new
arbitrary value from the stack and return error.
2019-01-31 22:17:45 +03:00
..
.lclintrc re-added .lclintrc and .cvsignore files from CVS 2002-03-25 20:27:37 +00:00
bsearch.h bsearch.h: initial revision 2011-01-06 03:30:42 +03:00
digest.c Migrate to new libbeecrypt 2010-08-12 20:41:06 +00:00
macro.c macro.c: force GNU getopt(3) to reinitialize it's internal data structure 2019-01-31 22:17:45 +03:00
Makefile.am Drop bzdio support 2017-11-20 01:42:20 +00:00
rpmerr.h sync with rpm4 branch: RPMERR_QUERYINFO 2002-03-25 22:09:36 +00:00
rpmio_internal.h Include local headers. 2006-05-15 03:26:57 +04:00
rpmio.c 4.0.4-alt113 2018-06-26 13:03:42 +03:00
rpmio.h rpmio.c: updated lzdio for xz-5.0 API, added xzdio 2009-09-24 12:30:07 +04:00
rpmlog.c fixed compilation warnings 2003-11-24 18:59:03 +00:00
rpmlog.h Initial revision 2002-03-25 20:16:26 +00:00
rpmmacro.h macro.c: replaced repeated bsearch+qsort with BSEARCH, 10x faster startup 2011-01-06 04:04:18 +03:00
rpmmalloc.c Introduce xasprintf 2019-01-10 23:20:03 +00:00
rpmmessages.h Initial revision 2002-03-25 20:16:26 +00:00
rpmpgp.c Migrate to new libbeecrypt 2010-08-12 20:41:06 +00:00
rpmpgp.h Migrate to new libbeecrypt 2010-08-12 20:41:06 +00:00
rpmrpc.c rpmio/rpmrpc.c (Glob): Override gl_stat to allow broken symlinks. 2006-10-04 16:18:09 +00:00
rpmurl.h Initial revision 2002-03-25 20:16:26 +00:00
strcasecmp.c strcasecmp.c: enhanced with table lookup 2011-01-06 03:22:55 +03:00
stubs.c Initial revision 2002-03-25 20:16:26 +00:00
tdigest.c Initial revision 2002-03-25 20:16:26 +00:00
tficl.c Initial revision 2002-03-25 20:16:26 +00:00
tkey.c Initial revision 2002-03-25 20:16:26 +00:00
tring.c Initial revision 2002-03-25 20:16:26 +00:00
trpmio.c Initial revision 2002-03-25 20:16:26 +00:00
ugid.c Initial revision 2002-03-25 20:16:26 +00:00
ugid.h Initial revision 2002-03-25 20:16:26 +00:00
url.c fixed rpmExpand usage 2005-09-29 16:01:17 +00:00