summaryrefslogtreecommitdiff
path: root/dpkg-deb
AgeCommit message (Expand)AuthorFilesLines
2009-10-26Sort order of header includesGuillem Jover4-43/+45
2009-10-14Do not use C++ style comments in C codeGuillem Jover1-1/+1
2009-09-30Switch to use stdbool were appropriateGuillem Jover1-4/+7
2009-09-30Remove helponly and versiononly functionsGuillem Jover1-6/+10
2009-09-24dpkg-deb: Use void * instead of unsigned char * for read/write bufferGuillem Jover1-1/+1
2009-09-24dpkg-deb: Remove S_ISLNK compatibility definitionGuillem Jover1-4/+0
2009-09-19Use varbuf instead of ad-hoc handling of growing stringsGuillem Jover1-11/+9
2009-09-15dpkg-deb: Check and warn on duplicate conffilesGuillem Jover1-0/+27
2009-09-15dpkg-deb: Refactor file info structure creation into a new functionGuillem Jover1-3/+14
2009-09-15dpkg-deb: Rename _finfo struct to file_infoGuillem Jover1-15/+24
2009-09-15dpkg-deb: Pass last the node to add to add_to_filistGuillem Jover1-2/+4
2009-09-15Use character arrays instead of pointers for constant stringsGuillem Jover1-1/+1
2009-09-06Use m_output instead of checking printing functions return codeGuillem Jover3-45/+50
2009-09-06Use m_output instead of fflush, ferror and werrGuillem Jover2-2/+2
2009-09-06dpkg-deb: Use warning() instead of ad-hoc printingGuillem Jover1-4/+2
2009-09-06Do not check for fprintf return code when going to ohshit anywayGuillem Jover2-6/+6
2009-09-06libdpkg: Move buffer I/O declarations to buffer.hGuillem Jover3-0/+3
2009-08-15Use AM_CPPFLAGS instead of deprecated INCLUDES in Makefile.am filesGuillem Jover1-1/+1
2009-07-15libdpkg: Move subproc related declarations to subproc.hGuillem Jover3-0/+3
2009-07-15libdpkg: Split dpkg-priv.h into smaller piecesGuillem Jover1-1/+1
2009-07-15Disable default automake preprocessor include pathsGuillem Jover5-14/+17
2009-07-15libdpkg: Rename dpkg-i18n.h to i18n.hGuillem Jover4-4/+4
2009-07-15libdpkg: Move C language definition macros to macros.hGuillem Jover1-1/+1
2009-07-15libdpkg: Rename and namespace compiler attributesGuillem Jover2-2/+2
2009-07-15Move libraries to subdirectories under lib/Guillem Jover1-3/+4
2009-07-13dpkg-deb: Remove trailing ‘/’ and ‘/.’ from the directory name on -bGuillem Jover1-1/+4
2009-06-27dpkg-deb: Remove unused FILE variableGuillem Jover1-6/+2
2009-06-19Use NUL character instead of 0Guillem Jover3-11/+14
2009-05-28Unset TAR_OPTIONS when extracting .deb archivesGuillem Jover1-0/+3
2009-05-21dpkg-deb: Do not warn when parsing unknown fields with “Private-” prefixGuillem Jover1-0/+6
2009-05-21Revert "dpkg-deb: don't warn on unknown fields starting with "X-""Guillem Jover1-3/+0
2009-03-27dpkg-deb: don't warn on unknown fields starting with "X-"Nils Rennebarth1-0/+3
2009-02-03Merge branch 'lenny' (through tag '1.14.25')Guillem Jover1-2/+3
2009-02-02dpkg-deb: produce GNU tar archives inside .debRaphael Hertzog1-2/+3
2009-01-23Cleanup .gitignore filesGuillem Jover1-4/+0
2009-01-04libdpkg: Move macros from dpkg.h to more specialized headersGuillem Jover1-0/+22
2008-12-09Mark strings for translationGuillem Jover2-8/+13
2008-12-09Improve internerr output messages and print the invalid valueGuillem Jover1-1/+2
2008-12-09Properly use internerr to report about programming bugsGuillem Jover1-1/+1
2008-12-05Use the warning function instead of hand-coded print callsGuillem Jover1-9/+8
2008-09-14libdpkg: Move loadcfgfile from standard_startup to its callersGuillem Jover1-1/+1
2008-09-14libdpkg: Move myopt from standard_startup to each program mainGuillem Jover2-1/+4
2008-09-14libdpkg: Do not pass any argument to standard_shutdownGuillem Jover1-1/+1
2008-09-14libcompat: Add new compat.h headerGuillem Jover4-0/+4
2008-09-14Move locale.h inclusion and locale setup to each program mainGuillem Jover1-0/+8
2008-09-14libdpkg: Move gettext related definitions to a new dpkg-i18n.hGuillem Jover4-0/+8
2008-06-30Switch to use UTF-8 copyright symbol and add missing onesGuillem Jover5-7/+7
2008-06-28Fix localized stringsGuillem Jover1-1/+2
2008-06-04Replace realloc plus error checking usage with m_reallocGuillem Jover2-5/+3
2008-05-24Coalesce similar badusage() strings for translationGuillem Jover1-1/+3