rpm/rpmio
Panu Matilainen c16cde7a4d Revert "Always free locally defined macros when they go out of scope"
- the "fix" breaks seemingly legitimate use in fedora font package
  macros, possibly some funky interaction with %{lua: } macros or something
- this reverts commit f895acd285.
2010-01-07 12:04:53 +02:00
..
Makefile.am Bump soname for all our libraries 2009-12-07 13:35:53 +02:00
argv.c Include <stdlib.h> as necessary instead of system.h 2010-01-05 15:04:20 +02:00
argv.h Add argvJoin() for combining an argv array into a string 2008-04-18 14:59:03 +03:00
base64.c Include spring-cleaning 2008-01-30 17:05:29 +02:00
base64.h Meh, actually add the base64 files.. 2007-11-02 10:24:42 +02:00
digest.c Move fdDigest*() to rpmio.c where they better belong 2009-10-14 15:59:39 +03:00
digest.h Move fdDigest*() to rpmio.c where they better belong 2009-10-14 15:59:39 +03:00
fts.c Move <errno.h> include out of system.h to the places that need it 2010-01-05 15:25:31 +02:00
fts.h fts.h requires <stdint.h>, include it there explicitly 2010-01-05 13:09:38 +02:00
macro.c Revert "Always free locally defined macros when they go out of scope" 2010-01-07 12:04:53 +02:00
rpmfileutil.c Move <ctype.h> include out of system.h to the places that need it 2010-01-05 15:33:47 +02:00
rpmfileutil.h LZMA -> XZ renaming 2009-03-18 09:42:23 +02:00
rpmhook.c Ugh, fix brokenness from previous commit 2009-08-31 11:20:40 +03:00
rpmhook.h Remove splint tags. 2007-09-11 16:48:54 +02:00
rpmio.c Move <errno.h> include out of system.h to the places that need it 2010-01-05 15:25:31 +02:00
rpmio.h Add ftell() clone to FD_t 2009-10-15 11:33:18 +03:00
rpmio_internal.h Make fdUpdateDigests() static now that its possible 2009-10-14 17:22:25 +03:00
rpmkeyring.c Add couple of new rpmPubkey() methods 2008-08-08 09:26:30 +03:00
rpmkeyring.h Oops, missing wrappers for C++ in headers (ticket #12) 2008-12-09 09:51:17 +02:00
rpmlog.c Include <stdlib.h> as necessary instead of system.h 2010-01-05 15:04:20 +02:00
rpmlog.h Enable variadic checks for rpmExpand(), rpmlog() and rpmGetPath() 2008-02-25 11:03:38 +02:00
rpmlua.c Fix rpm.unregister() Lua extension 2009-06-26 16:07:50 +03:00
rpmlua.h Add rpmluaGetGlobalState() to internal lua api 2009-01-14 15:08:59 +02:00
rpmmacro.h Include rpmfileutil.h from rpmmacro.h so that 2008-12-01 12:16:56 +01:00
rpmmalloc.c Move <stdio.h> includes out of system.h to the places that need it 2010-01-05 16:06:02 +02:00
rpmpgp.c We can't handle OpenPGP subkeys or secret keys, so dont even try 2009-11-25 15:07:17 +02:00
rpmpgp.h Add an interface to parse armored OpenPGP from memory 2009-10-09 08:48:13 +03:00
rpmsq.c Move <stdio.h> includes out of system.h to the places that need it 2010-01-05 16:06:02 +02:00
rpmsq.h Add missing <pthread.h> include in rpmsq.h (ticket #87) 2009-08-13 11:46:56 +03:00
rpmstring.c Move <stdio.h> includes out of system.h to the places that need it 2010-01-05 16:06:02 +02:00
rpmstring.h Missing <string.h> include 2009-09-22 16:02:39 +03:00
rpmsw.c Rip i386-specific RDTSC support from rpmsw, use gettimeofday() everywhere 2008-04-21 12:39:18 +03:00
rpmsw.h More missing system includes for size_t & friends 2008-01-28 13:43:32 +02:00
rpmurl.h Remove bogus consts from urlinfo_s structure 2008-03-24 20:44:48 +02:00
rpmutil.h Add runtime settable custom memory allocation failure callback routine 2009-09-17 12:32:04 +03:00
stubs.c Remove further replacement functions for POSIX 2001 required bits 2010-01-04 15:27:05 +02:00
url.c Unconditionally include <sys/wait.h> where needed 2010-01-05 12:35:54 +02:00