Age | Commit message (Expand) | Author | Files | Lines |
2010-09-27 | Whoops, fix typo/thinko from commit dc258bac41e32e754b15a413d844160f34b6a12e | Panu Matilainen | 1 | -1/+1 |
2010-09-27 | Eliminate the internal in-place-expansion buffer limitation | Panu Matilainen | 1 | -30/+32 |
2010-09-27 | Simplify / sanitize expandU() a bit | Panu Matilainen | 1 | -12/+7 |
2010-09-27 | Dynamically reallocate macro expansion buffer (ticket #45) | Panu Matilainen | 1 | -14/+15 |
2010-09-27 | Let expandMacro() allocate its own buffer | Panu Matilainen | 1 | -16/+17 |
2010-09-27 | Track current expansion point via distance to buffer start | Panu Matilainen | 1 | -21/+23 |
2010-09-27 | Push the macro buffer size limit down by one level | Panu Matilainen | 1 | -24/+24 |
2010-09-27 | Eliminate unused spec field from macro expansion state struct | Panu Matilainen | 1 | -3/+0 |
2010-09-27 | Avoid calloc() in macro findEntry() | Panu Matilainen | 1 | -5/+4 |
2010-09-27 | Avoid unnecessary round-trip through expandT() where possible | Panu Matilainen | 1 | -3/+3 |
2010-09-27 | Use function arguments to pass, duh, arguments into functions. Duh. | Panu Matilainen | 1 | -20/+9 |
2010-09-26 | Fix segfault in rpmdeps (RhBug:637357) | Jindrich Novy | 1 | -1/+1 |
2010-09-22 | Eliminate separate fileIndexEntry from rpmal | Panu Matilainen | 1 | -20/+5 |
2010-09-22 | Use headerNextTag() for header format iteration | Panu Matilainen | 1 | -6/+2 |
2010-09-22 | Use HEADER_MAGIC_FOO enums instead of 0/1 in python header code | Panu Matilainen | 1 | -2/+2 |
2010-09-22 | Remove double const in urlstring struct | Panu Matilainen | 1 | -1/+1 |
2010-09-22 | Make rpmsqAction compatible to sa_sigaction | Panu Matilainen | 2 | -5/+4 |
2010-09-21 | l10n: Updated Japanese (ja) translation to 100% | Hajime Taira | 1 | -1099/+1026 |
2010-09-21 | Remove double const on rpmrc tables | Panu Matilainen | 1 | -1/+1 |
2010-09-21 | Fix rpmRC/int return mismatch by counting errors from handleOneTrigger | Panu Matilainen | 1 | -6/+6 |
2010-09-21 | Use rpmTag as psm scriptTag for type correctness | Panu Matilainen | 1 | -1/+1 |
2010-09-21 | Default to the common case wrt dir name/index tags, not relocation | Panu Matilainen | 1 | -6/+3 |
2010-09-21 | Move PTOK type enum out of the sprintfToken struct | Panu Matilainen | 1 | -7/+9 |
2010-09-21 | Remove bunch of double consts in librpmbuild | Panu Matilainen | 4 | -4/+4 |
2010-09-21 | Initialize nametag to RPMTAG_NOT_FOUND in parseRCPOT() | Panu Matilainen | 1 | -1/+1 |
2010-09-21 | Const pedantry: taropts only ever points to string constants | Panu Matilainen | 1 | -4/+2 |
2010-09-21 | Move expression type enum out of the struct | Panu Matilainen | 1 | -1/+6 |
2010-09-21 | Use actual enum values in tag table sentinel to avoid int/enum mismatch | Panu Matilainen | 1 | -1/+1 |
2010-09-21 | Add "c++ protection" to (hopefully) all of our internal headers | Panu Matilainen | 14 | -0/+113 |
2010-09-21 | Missing c++ end marker in rpmdb_internal.h, oops | Panu Matilainen | 1 | -0/+4 |
2010-09-21 | Add "C++ protection" to the public rpmutil.h header, oops... | Panu Matilainen | 1 | -0/+8 |
2010-09-21 | void stepping on toes of relatives, part 5 | Panu Matilainen | 1 | -3/+3 |
2010-09-21 | Avoid stepping on toes of relatives, part 4 | Panu Matilainen | 1 | -6/+6 |
2010-09-21 | Avoid stepping on toes of relatives, part 3 | Panu Matilainen | 3 | -8/+8 |
2010-09-21 | Avoid stepping on toes of relatives, part 2 | Panu Matilainen | 5 | -26/+26 |
2010-09-21 | Avoid stepping on toes of relatives, part 1 | Panu Matilainen | 2 | -10/+10 |
2010-09-21 | Queryformat string sanity in queryArgCallback() | Panu Matilainen | 1 | -5/+2 |
2010-09-21 | Use rasprintf() instead of manual alloc + sprintf() | Panu Matilainen | 1 | -2/+1 |
2010-09-21 | Rename tagtbl.c -> tagtbl.C | Panu Matilainen | 2 | -4/+4 |
2010-09-21 | Use the macro allocator variants within librpm* | Panu Matilainen | 1 | -1/+1 |
2010-09-21 | Use _free() instead of rfree() where "return value" is assigned | Panu Matilainen | 2 | -4/+4 |
2010-09-21 | Return explicit NULL from various fooFree() functions everywhere | Panu Matilainen | 3 | -6/+12 |
2010-09-21 | Return typed pointers from rpmluaFree() and rpmluavFree() | Panu Matilainen | 2 | -4/+4 |
2010-09-21 | Return typed pointer from headerformat cacheFree() | Panu Matilainen | 1 | -1/+1 |
2010-09-21 | Return typed pointer from freeHardLink() | Panu Matilainen | 1 | -1/+1 |
2010-09-21 | Use typed instead of void pointer for fsm dnl iterator | Panu Matilainen | 1 | -9/+6 |
2010-09-21 | Use typed instead of void pointer for fsm map iterator | Panu Matilainen | 1 | -7/+5 |
2010-09-21 | Adjust pgpMpiSet() dest type to match actual use | Panu Matilainen | 1 | -2/+2 |
2010-09-21 | Error string is const char *, not void pointer | Panu Matilainen | 2 | -3/+3 |
2010-09-21 | Adjust internal io read, write and digest update to take buf as void pointer | Panu Matilainen | 1 | -22/+22 |