summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2009-10-04libcompat: Define offsetof only if the system does not have itGuillem Jover1-2/+2
2009-10-04libdpkg: Move pkg_sorter code to a new pkg moduleGuillem Jover5-11/+76
2009-10-04libdpkg: Rename pkglistqsortcmp to pkg_sorter_by_nameGuillem Jover1-1/+1
2009-10-04libdpkg: Mark and improve strings for translationGuillem Jover1-2/+3
2009-09-30libdpkg: Remove unused varbufextendGuillem Jover2-11/+0
2009-09-30libdpkg: Use varbuf_grow instead of varbufextendGuillem Jover1-10/+5
2009-09-30libdpkg: Fix varbufprintf to not grow indefinitelyGuillem Jover2-13/+47
2009-09-30libdpkg: Add new varbuf_grow functionGuillem Jover3-0/+51
2009-09-30Switch to use stdbool were appropriateGuillem Jover3-20/+32
2009-09-30build: Check for C99 snprintf family of functionsGuillem Jover1-6/+2
2009-09-30build: Use memcpy instead of assignment to copy va_listGuillem Jover1-1/+2
2009-09-30Remove helponly and versiononly functionsGuillem Jover2-20/+0
2009-09-26libdpkg: Enclose buffer_data union initialization with bracesGuillem Jover1-1/+1
2009-09-25Clean up coding style for half compliant filesGuillem Jover3-232/+260
2009-09-25libdpkg: Use struct buffer_data instead of buffer_data_tGuillem Jover2-14/+16
2009-09-25libdpkg: Add new buffer_hash and buffer_md5 functionsGuillem Jover5-0/+66
2009-09-25libdpkg: Make buffer_write buf argument constGuillem Jover2-2/+3
2009-09-24libdpkg: Rename struct buffer_data data member to argGuillem Jover2-19/+19
2009-09-24libdpkg: Move buffer_arg declaration directly into buffer_dataGuillem Jover1-6/+4
2009-09-24libdpkg: Use internerr for invalid buffer data typesGuillem Jover1-4/+4
2009-09-24libdpkg: Do not allocate memory for buffer md5 hash resultGuillem Jover1-2/+2
2009-09-24libdpkg: Use char instead of unsigned char for stringsGuillem Jover1-3/+3
2009-09-24libcompat: Define WCOREDUMP only if the system does not have itGuillem Jover1-1/+1
2009-09-19Use varbuf instead of ad-hoc handling of growing stringsGuillem Jover1-39/+28
2009-09-15Move LISTFILE macro from libdpkg to dpkgGuillem Jover1-1/+0
2009-09-15Move PARTSDIR macro from libdpkg to dpkg-splitGuillem Jover1-1/+0
2009-09-15Switch ad-hoc code to use struct pkg_list data typeGuillem Jover1-10/+4
2009-09-15libdpkg: Create a new pkg_list structure and functionsGuillem Jover3-0/+105
2009-09-15Move pkg-array to libdpkgGuillem Jover3-0/+120
2009-09-15Use character arrays instead of pointers for constant stringsGuillem Jover1-1/+1
2009-09-06Use m_output instead of fflush, ferror and werrGuillem Jover1-1/+3
2009-09-06libdpkg: New m_output functionGuillem Jover2-0/+9
2009-09-06libdpkg: Remove _setup from buffer_copy_setup_TYPE function namesGuillem Jover2-67/+51
2009-09-06libdpkg: Rename buffer_copy_setup_dual to buffer_copy_TYPEGuillem Jover1-5/+5
2009-09-06libdpkg: Fold buffer_copy_setup back into buffer_copy_setup_TYPE functionsGuillem Jover2-24/+11
2009-09-06libdpkg: Remove unused proc member from buffer_dataGuillem Jover2-66/+55
2009-09-06libdpkg: Refactor buffer initalizaion and destructionGuillem Jover2-42/+26
2009-09-06libdpkg: Refactor md5 buffer initialization and destructionGuillem Jover1-24/+32
2009-09-06libdpkg: Move buffer I/O declarations to buffer.hGuillem Jover8-320/+459
2009-09-06libdpkg: Allow quoting values in configuration file optionsGuillem Jover1-0/+5
2009-09-06libdpkg: Add new str_strip_quotes functionGuillem Jover3-2/+66
2009-09-06libdpkg: On configuration error print file name and line numberGuillem Jover1-5/+8
2009-09-06libdpkg: Refactor config error printing into a new functionGuillem Jover1-3/+17
2009-08-26libdpkg: Rename dpkg-test.h to test.h in libdpkg_a_SOURCESGuillem Jover1-1/+1
2009-08-26libdpkg: Move varbuf declarations to varbuf.hGuillem Jover4-52/+144
2009-08-26Remove redundant extern storage class specifier in functionsGuillem Jover2-2/+2
2009-08-22Set DPKG_MAINTSCRIPT_ARCH env var with the .deb architectureGuillem Jover1-0/+1
2009-08-21Add support for config.d style directory fragment loadingGuillem Jover1-0/+56
2009-08-21libdpkg: Use ohshit instead of ohshite on config parsing errorsGuillem Jover1-3/+6
2009-08-16Cast field width function arguments to intGuillem Jover1-1/+1