summaryrefslogtreecommitdiff
path: root/dpkg-split
AgeCommit message (Expand)AuthorFilesLines
2010-03-12Do an fsync on database directoriesGuillem Jover1-0/+2
2010-03-06Do an fsync on files written to diskGuillem Jover2-0/+9
2010-02-25Remove --license and --licence options from toolsGuillem Jover1-5/+1
2010-02-19Mark several functions with DPKG_ATTR_NORETGuillem Jover1-2/+2
2010-01-28Normalize ar member names when readingGuillem Jover2-2/+9
2010-01-28Do not include the ar magic in the deb and deb-split magic macrosGuillem Jover2-6/+7
2010-01-28libdpkg: Rename sizeof_array to array_countGuillem Jover1-1/+1
2009-11-09dpkg-split: Fix a directory stream leakRaphael Geissert1-0/+1
2009-11-08Unify format in license headersGuillem Jover1-10/+10
2009-11-08Fix copyright statementsGuillem Jover1-1/+1
2009-11-08Unify text in license headersGuillem Jover7-35/+35
2009-11-08Replace FSF address by pointing to the gnu.org URLGuillem Jover7-21/+14
2009-10-26Sort order of header includesGuillem Jover5-31/+33
2009-09-30Remove helponly and versiononly functionsGuillem Jover1-6/+10
2009-09-15Make the build silent by defaultGuillem Jover1-2/+2
2009-09-15Move PARTSDIR macro from libdpkg to dpkg-splitGuillem Jover1-0/+2
2009-09-06Use m_output instead of checking printing functions return codeGuillem Jover1-15/+19
2009-09-06Use m_output instead of fflush, ferror and werrGuillem Jover3-5/+5
2009-08-15Use AM_CPPFLAGS instead of deprecated INCLUDES in Makefile.am filesGuillem Jover1-1/+1
2009-08-13Use MD5HASHLEN instead of literalsGuillem Jover2-7/+9
2009-07-15Disable default automake preprocessor include pathsGuillem Jover6-16/+20
2009-07-15libdpkg: Rename dpkg-i18n.h to i18n.hGuillem Jover5-5/+5
2009-07-15libdpkg: Move C language definition macros to macros.hGuillem Jover1-1/+1
2009-07-15libdpkg: Rename and namespace compiler attributesGuillem Jover1-3/+3
2009-07-15Move libraries to subdirectories under lib/Guillem Jover1-3/+4
2009-07-13dpkg-split: Properly check error condition on open when splittingGuillem Jover1-1/+2
2009-07-12Remove unused assert.h includesGuillem Jover1-1/+0
2009-06-26dpkg-split: Use the correct units (KiB) when referring to partsizeGuillem Jover1-1/+1
2009-06-19Use NUL character instead of 0Guillem Jover3-6/+7
2009-03-27Global review of error checking associated to strtol functionsRaphael Hertzog2-1/+3
2009-01-23Cleanup .gitignore filesGuillem Jover1-4/+0
2009-01-04libdpkg: Move macros from dpkg.h to more specialized headersGuillem Jover1-0/+4
2009-01-03libdpkg: Move basusage from ehandle to myoptGuillem Jover1-0/+1
2008-12-09Mark strings for translationGuillem Jover3-14/+18
2008-12-09Improve internerr output messages and print the invalid valueGuillem Jover1-1/+2
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 Jover4-1/+6
2008-09-14libdpkg: Do not pass any argument to standard_shutdownGuillem Jover1-1/+1
2008-09-14libcompat: Add new compat.h headerGuillem Jover5-0/+5
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 Jover5-0/+10
2008-06-30Switch to use UTF-8 copyright symbol and add missing onesGuillem Jover6-6/+6
2008-05-24Coalesce similar badusage() strings for translationGuillem Jover3-3/+8
2008-05-24Use sizeof_array instead of ad-hoc calculationGuillem Jover1-1/+2
2008-05-19Fix link order when using libcompat.a and libintl.aGuillem Jover1-2/+2
2008-03-11Move command line common option utilities to lib/myopt-util.cGuillem Jover1-11/+6
2008-02-04Use functions from libcompat when those are not provided by the systemGuillem Jover1-1/+5
2008-01-21Use external gettext intl libraryGuillem Jover1-1/+1
2008-01-16Use NULL instead of 0Guillem Jover2-2/+4
2008-01-07Fix signed vs unsigned value comparisonsGuillem Jover1-3/+3