rpm/rpmio
Michael Schroeder bfbd0b3e7f Support non-parametric builtins again
Macros like %getncpus should not treat the following text as
macro arguments. E.g. 'make -j %getncpus all' should work and
not complain about an unexpected argument.

We still treat arguments passed via %{foo:arg} or %{foo arg} as an
error for builtin macros. (They are silently ignored for user
defined macros.)
2021-10-26 10:01:56 +03:00
..
Makefile.am Make Lua a hard requirement for rpm 2021-02-09 13:57:27 +02:00
argv.c Convert some obvious cases to use rstrndup() instead of manual work 2020-11-09 09:28:54 +02:00
argv.h Fix typo in argvAddN() API docs, doh :( 2020-11-04 14:20:47 +02:00
base64.c Fix off-by-one error 2016-05-25 12:31:19 +01:00
digest.c Fix error handling in rpmDigestBundleAddID() 2017-03-29 13:33:46 +03:00
digest.h Support the EdDSA public key algorithm 2020-05-26 17:03:11 +03:00
digest_libgcrypt.c Support ed25519 signatures in digest_libgcrypt.c 2020-05-26 17:03:11 +03:00
digest_openssl.c Support ed25519 signatures in digest_openssl.c 2020-05-26 17:03:11 +03:00
expression.c Add error handling for versions in expressions 2020-10-09 08:40:12 +03:00
macro.c Support non-parametric builtins again 2021-10-26 10:01:56 +03:00
rgetopt.c Allow parametric macros to opt out of option processing (#547) 2020-10-19 11:27:35 +03:00
rpmbase64.h Add/fix a few missing/misleading doxygen annotations 2016-11-02 13:37:09 +02:00
rpmfileutil.c Warn on undefined components in buildtree macros 2020-04-20 13:25:56 +03:00
rpmfileutil.h Shut up bogus Doxygen warnings about undocumented parameters 2020-10-28 10:40:41 +02:00
rpmglob.c Flush 1998 vintage dirent.h compatibility mess from system.h 2020-04-02 13:53:38 +03:00
rpmhook.c Ugh, fix brokenness from previous commit 2009-08-31 11:20:40 +03:00
rpmhook.h Add "c++ protection" to (hopefully) all of our internal headers 2010-09-21 15:21:12 +03:00
rpmio.c rpmio: avoid reading past the end of the mode string 2021-03-30 09:47:23 +02:00
rpmio.h Clarify Fread() and Fwrite() semantics 2018-02-26 15:24:17 +02:00
rpmio_internal.h Shut up bogus Doxygen warnings about undocumented parameters 2020-10-28 10:40:41 +02:00
rpmkeyring.c Resurrect --prtpkts debug switch functionality 2019-10-31 11:59:20 +01:00
rpmkeyring.h add short summaries to headers that miss one 2016-01-28 14:42:47 +01:00
rpmlog.c Don't let rpmlog() affect errno 2019-01-17 13:11:06 +02:00
rpmlog.h Fix Doxygen comments 2020-07-10 15:49:37 +02:00
rpmlua.c Print output immediately in rpm.interactive() 2021-04-16 15:03:34 +03:00
rpmlua.h Lose the internal Lua variable API 2020-10-19 11:16:59 +03:00
rpmmacro.h Handle builtin-macros as defined entries in the macro table 2020-11-04 10:19:40 +02:00
rpmmacro_internal.h Wrap getopt() usage into internal helper 2020-10-19 11:27:35 +03:00
rpmmalloc.c Implement strndup() equivalent using rpm alloc failure system 2020-11-09 09:28:54 +02:00
rpmpgp.c Validate and require subkey binding signatures on PGP public keys 2021-10-19 09:41:10 +03:00
rpmpgp.h Shut up bogus Doxygen warnings about undocumented parameters 2020-10-28 10:40:41 +02:00
rpmsq.c Fix excessive use of thread local storage (RhBug:1722181), part II 2019-06-24 17:10:33 +02:00
rpmsq.h Implement SIG_DFL/SIG_IGN/SIG_ERR counterparts in rpmsq 2017-05-10 14:20:21 +03:00
rpmstring.c Add a local vasprintf() clone rvasprintf() to match rasprintf() 2019-05-21 13:54:51 +02:00
rpmstring.h Add a local vasprintf() clone rvasprintf() to match rasprintf() 2019-05-21 13:54:51 +02:00
rpmstrpool.c Fix possible read beyond buffer in rstrnlenhash() 2020-09-04 13:05:38 +03:00
rpmstrpool.h add short summaries to headers that miss one 2016-01-28 14:42:47 +01:00
rpmsw.c Rip i386-specific RDTSC support from rpmsw, use gettimeofday() everywhere 2008-04-21 12:39:18 +03:00
rpmsw.h add short summaries to headers that miss one 2016-01-28 14:42:47 +01:00
rpmurl.h Shut up bogus Doxygen warnings about undocumented parameters 2020-10-28 10:40:41 +02:00
rpmutil.h Implement strndup() equivalent using rpm alloc failure system 2020-11-09 09:28:54 +02:00
rpmver.c Shut up bogus Doxygen warnings about undocumented parameters 2020-10-28 10:40:41 +02:00
rpmver.h Add (beginnings of) a rpm version API (parsing, comparison) 2020-05-27 14:14:00 +02:00
rpmvercmp.c Move rpmvercmp() to librpmio 2020-05-27 14:14:00 +02:00
url.c Eliminate bunch of obvious dead NULL-assignments around librpmio 2011-05-28 19:43:52 +03:00