summaryrefslogtreecommitdiff
path: root/dselect
AgeCommit message (Expand)AuthorFilesLines
2014-01-15po: Set the encoding of all xgettext input files to UTF-8Guillem Jover1-1/+1
2014-01-15Rename return code variables from r to rcGuillem Jover2-17/+21
2014-01-15dselect: Do not reuse variable r in packagelist::checksearch()Guillem Jover1-9/+10
2014-01-13po: Remove wrong FSF copyright notice in Vietnamese translationsGuillem Jover1-1/+0
2013-12-12Regenerate .pot files and merge .po files with themGuillem Jover31-32/+32
2013-12-07Regenerate .pot files and merge .po files with themGuillem Jover31-3225/+3225
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover41-41/+41
2013-12-05dselect: Use C++11 nullptr instead of 0 or NULLGuillem Jover16-169/+187
2013-12-05Switch variables from int to bool where appropriateGuillem Jover9-46/+65
2013-12-05Rename cmdinfos set functions to have underscores between wordsGuillem Jover1-7/+13
2013-12-05Regenerate .pot files and merge .po files with themGuillem Jover31-1520/+1520
2013-12-04perl: Surround FileHandles with braces in print callsGuillem Jover2-2/+2
2013-12-04dselect: Use warn instead of print STDERR in method scriptsGuillem Jover5-8/+8
2013-12-04perl: Use croak instead of die on programming errors in modulesGuillem Jover1-1/+2
2013-12-04perl: Switch to use low precedence boolean operators for error checksGuillem Jover5-19/+17
2013-12-04perl: Try to avoid boolean operators after predicates on error checksGuillem Jover3-14/+23
2013-11-24perl: Always check open() return valueGuillem Jover1-2/+4
2013-11-24Consistently use regex instead of regexp when possibleGuillem Jover1-1/+1
2013-11-24Dselect::Ftp: Uppercase public %config package variableGuillem Jover4-54/+55
2013-11-24dselect: Make $ftp variable file global in ftp install methodGuillem Jover1-6/+6
2013-11-23perl: Do not allow hard tabs anywhere other than leading positionGuillem Jover3-9/+12
2013-11-23libdpkg: New dpkg_locales_init()Guillem Jover1-4/+1
2013-10-14Use <termios.h> instead of deprecated <sys/termios.h>Guillem Jover1-1/+1
2013-10-14libdpkg: Rename and namespace option parsing and loading functionsGuillem Jover1-2/+2
2013-10-14libdpkg: Add dpkg-based program startup and shutdown functionsGuillem Jover1-2/+2
2013-10-14libdpkg: Refactor report output buffering setup into a new functionGuillem Jover1-1/+1
2013-09-19Decapitalize error and warning messagesGuillem Jover5-16/+17
2013-07-26Regenerate .pot files and merge .po files with themGuillem Jover31-1276/+1276
2013-06-22perl: Add a VERSION to all modulesGuillem Jover1-0/+2
2013-06-22perl: Place strict and warning pragma uses as the first thingGuillem Jover1-3/+3
2013-06-22perl: Decapitalize variable namesGuillem Jover1-5/+5
2013-06-03build: Quiesce msgmerge commandsGuillem Jover1-1/+1
2013-06-03build: Bump gettext version to 0.18.2Guillem Jover1-2/+12
2013-05-08perl: Use my-style lexical loop iterator variablesGuillem Jover4-28/+21
2013-05-08dselect: Change mkcurkeys p() to take explicit key and value argumentsGuillem Jover1-8/+7
2013-05-08perl: Conditionally include modules with require instead of useGuillem Jover1-2/+2
2013-05-08perl: Unify regex delimiters to //, {} or <>Guillem Jover3-5/+5
2013-05-08Remove trailing whitespacesGuillem Jover5-11/+11
2013-05-08perl: Use correct comparison operator for each typeGuillem Jover1-1/+1
2013-05-08perl: Use the .. operator instead of C-style for loopsGuillem Jover1-3/+5
2013-05-08perl: Remove unused variablesGuillem Jover3-4/+2
2013-05-04Do not use double-quotes on strings that do not need interpolationGuillem Jover5-94/+96
2013-04-30Do not quote simple identifier hash keys in element accessesGuillem Jover6-52/+54
2013-04-28Fix file descriptor leaks in perl codeGuillem Jover1-0/+1
2013-04-28Use proper variables instead of barewords for filehandlesGuillem Jover3-29/+31
2013-04-24Use three-argument form of open in perl codeGuillem Jover3-10/+12
2013-04-24dselect: Stop using 'use vars' in method scriptsGuillem Jover3-9/+5
2013-04-24Dselect::Ftp: Inherit Exporter's import methodGuillem Jover1-1/+2
2013-04-23dselect: Remove unused diagnostics pragmasGuillem Jover3-4/+0
2013-04-23Debian::Dselect::Ftp: Move module to Dselect::FtpGuillem Jover5-11/+2