tools/librpm-tizen.git
2010-02-09 Panu MatilainenUse a more reasonable type for rpmteHeaderSize()
2010-02-09 Panu MatilainenMove tsortInfo typedef into internal-only header
2010-02-09 Panu MatilainenBah, missing include in commit 121f73bb4932d15e618e82d5...
2010-02-09 Panu MatilainenUnbreak python(abi) requires generation (RhBug:562906)
2010-02-09 Panu MatilainenAdd macro expansion queryformat extension
2010-02-05 Panu MatilainenRemove unused mntctl & mount related header checks
2010-02-05 Florian FestiRemove no longer neede rpmts->filesystemCount and-...
2010-02-05 Florian FestiClean up comments
2010-02-05 Florian FestiConsider rpmdb growing when doing space calculations
2010-02-05 Florian FestiAdd rpmteHeaderSize
2010-02-04 Richard HughesFix compile when using a linker that defaults to -...
2010-02-04 Panu MatilainenMake rpm version available to python
2010-02-04 Panu MatilainenHandle erased packages wrt disk-space problem reporting...
2010-02-03 Panu MatilainenUpdate translations for a change to kill the mntctl...
2010-02-03 Panu MatilainenKill off couple of dangling lib/fs.c references
2010-02-03 Florian FestiKill RPMTAG_FSNAMES and RPMTAG_FSSIZES and everything...
2010-02-03 Florian FestiFix stupid off by one error
2010-02-03 Florian FestiAvoid loading information for all filesystems
2010-02-03 Panu Matilainenbrp-python-bytecompile fixes + improvements (RhBug...
2010-02-01 Panu MatilainenClean up rpmfcClassify() a bit more
2010-02-01 Panu MatilainenSingle point of exit for rpmfcClassify()
2010-02-01 Panu MatilainenClean up rpmfcHelper() a bit
2010-02-01 Panu Matilainenrpmfc script coloring tweaks
2010-02-01 Panu MatilainenRemove misleading leftover comments from ocaml-dep...
2010-02-01 Panu MatilainenEliminate unnecessary processing on scripts/macros.*
2010-02-01 Panu MatilainenRevert spec tag-macro concatenation changes
2010-01-30 Panu MatilainenSupport multiple parallel python versions in pythondeps.sh
2010-01-27 Panu MatilainenFix include path of luaext subdir
2010-01-27 Panu MatilainenAdd brp-python-hardlink script
2010-01-27 Panu MatilainenPass %{__strip} and %{__objdump} to brp-strip* scripts
2010-01-27 Panu MatilainenMake sure brp-compress doesn't go interactive in corner...
2010-01-25 Ville Skyttäperl.{req,prov} whitespace, backslash and paren cleanups.
2010-01-25 Ville SkyttäDo not emit perl(#) dependencies for multiline use...
2010-01-25 Panu MatilainenUpdated Polish translation from Piotr Drąg
2010-01-25 Ville SkyttäDocument --conflicts in rpm(8).
2010-01-22 Panu MatilainenUse %{__make} macro instead of "make"
2010-01-21 Panu MatilainenReally fix verification error code to not depend on...
2010-01-21 Panu MatilainenFix double-free segfault on url retrieve to read-only...
2010-01-20 Jindrich NovyConcatenate multiline tags in macros only in case of
2010-01-16 Jindrich NovyCorrectly expand %{obsoletes}, %{requires}, etc. in...
2010-01-08 Panu MatilainenBump version to appear newer than 4.8.0, update transla...
2010-01-07 Panu MatilainenMerge branch 'master' of ssh://rpm.org/srv/projects...
2010-01-07 Panu MatilainenRevert "Always free locally defined macros when they...
2010-01-06 Panu MatilainenAdd %{__id_u} back, duh
2010-01-05 Panu MatilainenMove <stdio.h> includes out of system.h to the places...
2010-01-05 Panu MatilainenLose <sys/types.h> and <sys/stat.h> includes from system.h
2010-01-05 Panu MatilainenMove <ctype.h> include out of system.h to the places...
2010-01-05 Panu MatilainenMove <errno.h> include out of system.h to the places...
2010-01-05 Panu MatilainenRemove <string.h> include from system.h into the few...
2010-01-05 Panu MatilainenLoose string header compatibility goo
2010-01-05 Panu MatilainenInclude <stdlib.h> as necessary instead of system.h
2010-01-05 Panu MatilainenShove the mount entry include voodoo where sun doesn...
2010-01-05 Panu MatilainenRemove unnecessary NLS definitions from system.h
2010-01-05 Panu MatilainenSanitize i18nTag() when NLS disabled
2010-01-05 Panu MatilainenRemove libcap stuff out of system.h
2010-01-05 Panu Matilainenfts.h requires <stdint.h>, include it there explicitly
2010-01-05 Panu MatilainenRemove unused selinux dummy defines
2010-01-05 Panu MatilainenMove <mcheck.h> include out of system.h to the couple...
2010-01-05 Panu MatilainenUnconditionally include <sys/wait.h> where needed
2010-01-05 Panu MatilainenMove sys/mman.h include out of system.h to the places...
2010-01-05 Panu MatilainenMove libacl.h include out of system.h to the only place...
2010-01-05 Panu MatilainenEliminate SEEK_FOO and [RWXF]_OK definitions from system.h
2010-01-05 Panu MatilainenRemove unnecessary and broken time.h related configure...
2010-01-05 Panu MatilainenUnconditionally include <netdb.h> where needed instead...
2010-01-05 Panu MatilainenRemove pointless & unused configure checks
2010-01-05 Panu MatilainenSanitize signature checking formatResult() a bit
2010-01-05 Panu MatilainenOops, ftok() is really optional
2010-01-04 Panu MatilainenClean up poll() vs select() tests
2010-01-04 Panu MatilainenRemove unused header checks from configure
2010-01-04 Panu MatilainenEliminate unused id -u tests
2010-01-04 Panu MatilainenUse MAP_FAILED instead of hardwired (void *)-1
2010-01-04 Panu MatilainenRe-enable mmap test in configure & fix the code build...
2010-01-04 Panu MatilainenRemove unnecessary stdint check from configure
2010-01-04 Panu MatilainenRemove S_IFSOCK and S_IFLNK kludgery for ancient unixes
2010-01-04 Panu MatilainenRequire lchown() and remove ancient broken chown kludgery
2010-01-04 Panu MatilainenCheck for our POSIX 2001 requirements and abort if...
2010-01-04 Panu MatilainenLose the hysterical fakefork hack
2010-01-04 Panu MatilainenRemove further replacement functions for POSIX 2001...
2010-01-04 Panu MatilainenRemove unnecessary setenv() replacement function
2010-01-04 Panu MatilainenRemove largely unnecessary putenv() replacement
2010-01-04 Panu MatilainenEliminate myrealloc() replacement function
2010-01-04 Panu MatilainenRemove unneeded strdup() replacement in misc/
2010-01-04 Panu MatilainenUse rpm's own strdup() clone everywhere
2010-01-04 Panu MatilainenAlways free locally defined macros when they go out...
2010-01-04 Panu MatilainenRemove -98 vintage ifdef'ed dead code
2010-01-04 Panu Matilainenerror.c was getting translated too, duh
2009-12-23 Panu MatilainenOops, update stubs.c too for the removed replacements
2009-12-23 Panu MatilainenRemove replacements for C99 mandated functions
2009-12-23 Panu MatilainenRemove unneeded replacement error/warn functions
2009-12-23 Panu MatilainenInclude <utime.h> where needed instead of system.h
2009-12-23 Panu MatilainenMove major, minor + makedev portability stuff out of...
2009-12-23 Panu MatilainenMove getopt() portability fiddles out of system.h
2009-12-23 Panu MatilainenDont include <pwd.h> from system.h, dont bother checkin...
2009-12-23 Panu MatilainenDont bother including <sys/socket.h>, we dont use anyth...
2009-12-23 Panu MatilainenDont bother including <err.h>, we dont use anything...
2009-12-23 Panu MatilainenOnly rpmrc.c cares about utsname.h, move out of system.h
2009-12-23 Panu MatilainenDont include grp.h from system.h, dont bother checking...
2009-12-23 Panu MatilainenDont bother checking and including a header we dont...
2009-12-23 Panu MatilainenMove malloc portability tweaks out of system.h
2009-12-23 Panu MatilainenWe dont use memchr() anywhere
next