summaryrefslogtreecommitdiff
path: root/dpkg-split/main.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-30libdpkg: Add new C locale switch over supportGuillem Jover1-0/+1
2016-07-03libdpkg: Add new struct dpkg_ar and basic operationsGuillem Jover1-3/+7
2015-10-18Update Ian Jackson's email addressGuillem Jover1-1/+1
2015-05-30libdpkg: Rename DPKG_VERSION_ARCH to PACKAGE_RELEASEGuillem Jover1-1/+1
2015-04-21Remove some unnecessary includes of assert.hNiels Thykier1-1/+0
2015-04-10Consistently use proper quotation marks all over the placeGuillem Jover1-2/+2
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-12-07dpkg-split: Get rid of global partqueue queue variableGuillem Jover1-2/+0
2013-12-05Rename cmdinfos set functions to have underscores between wordsGuillem Jover1-2/+4
2013-11-23libdpkg: New dpkg_locales_init()Guillem Jover1-4/+1
2013-10-14libdpkg: Rename and namespace option parsing and loading functionsGuillem Jover1-1/+1
2013-10-14libdpkg: Add dpkg-based program startup and shutdown functionsGuillem Jover1-5/+2
2013-10-14libdpkg: Refactor report output buffering setup into a new functionGuillem Jover1-2/+1
2012-06-30Align --version with --help on help outputGuillem Jover1-1/+1
2012-06-30Change all programs to accept -? instead of -h for help outputGuillem Jover1-2/+2
2012-06-08dpkg-split: Allow overridding admindir from the environmentGuillem Jover1-1/+6
2012-05-23Check parsed integers for out of range errorsGuillem Jover1-1/+4
2012-02-01Move copyright information from --version output to file comment headersGuillem Jover1-2/+2
2011-09-18dpkg-split: Do not include trailing slash in PARTSDIRGuillem Jover1-10/+0
2011-07-07libdpkg: Rename myopt module to optionsGuillem Jover1-1/+1
2011-07-07Use new dpkg_set_progname and dpkg_get_progname instead of thisnameGuillem Jover1-1/+1
2011-07-07libdpkg: Do not require programs to define printforhelpGuillem Jover1-2/+2
2011-04-29Clarify exit status in dpkg-split and start-stop-daemon --help outputGuillem Jover1-3/+8
2011-04-23dpkg-split: Generate filenames following current conventions on --joinGuillem Jover1-1/+2
2011-04-02Rename struct cmdinfo member arg_func to action and call it directlyGuillem Jover1-3/+2
2011-04-02Use new action_func typedef instead of ad-hoc function castsGuillem Jover1-2/+2
2011-04-02Make all command line action functions return intGuillem Jover1-2/+4
2011-03-14Use off_t and %jd or %jx to handle file sizes and offsetsGuillem Jover1-2/+2
2011-03-14dpkg-split: Make decompose_filename() and setpartsize() use strtoimax()Guillem Jover1-1/+2
2011-03-14Inline rerr() into its only current call siteGuillem Jover1-4/+0
2011-02-11libdpkg: Rename cmdinfo arg membersGuillem Jover1-1/+1
2010-11-19Cleanup white spacesGuillem Jover1-1/+1
2010-11-19Use push_error_context() instead of ad-hoc codeGuillem Jover1-2/+1
2010-11-19Move action and obsolete related functionality to the myopt moduleGuillem Jover1-13/+0
2010-11-19Use ACTION macros instead of ad-hoc action function handlingGuillem Jover1-20/+11
2010-07-11dpkg-split: Namespace global option variables to not shadow local onesGuillem Jover1-13/+16
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-28libdpkg: Rename sizeof_array to array_countGuillem Jover1-1/+1
2009-11-08Unify text in license headersGuillem Jover1-5/+5
2009-11-08Replace FSF address by pointing to the gnu.org URLGuillem Jover1-3/+2
2009-10-26Sort order of header includesGuillem Jover1-7/+6
2009-09-30Remove helponly and versiononly functionsGuillem Jover1-6/+10
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 Jover1-1/+1
2009-07-15Disable default automake preprocessor include pathsGuillem Jover1-3/+3
2009-07-15libdpkg: Rename dpkg-i18n.h to i18n.hGuillem Jover1-1/+1
2009-07-15libdpkg: Move C language definition macros to macros.hGuillem Jover1-1/+1
2009-06-26dpkg-split: Use the correct units (KiB) when referring to partsizeGuillem Jover1-1/+1
2009-03-27Global review of error checking associated to strtol functionsRaphael Hertzog1-0/+2