summaryrefslogtreecommitdiff
path: root/dselect/basecmds.cc
AgeCommit message (Collapse)AuthorFilesLines
2017-05-06doc: Spelling fixesJosh Soref1-1/+1
Signed-off-by: Guillem Jover <guillem@debian.org>
2015-10-18Update Ian Jackson's email addressGuillem Jover1-1/+1
2015-04-10Consistently use proper quotation marks all over the placeGuillem Jover1-2/+2
That is "" or '', and not the unbalanced `' pair.
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2012-04-01Use cmp() == 0 instead of !cmp()Guillem Jover1-1/+1
2012-03-30Fix coding-styleGuillem Jover1-2/+4
2012-03-27dselect: Use a new attribute array instead of separate attribute variablesGuillem Jover1-4/+4
2011-04-30dselect: Mark ‘y’ variables as unused for getyx() and getmaxyx()Guillem Jover1-1/+3
The ncurses library does not provide a way to only retrieve the ‘x’ variable, so we have to pass a dummy ‘y’ which we are not going to use, for which the compiler emits a warning.
2011-02-11dselect: Switch to use libdpkg debug supportGuillem Jover1-1/+1
2010-11-19Cleanup white spacesGuillem Jover1-7/+7
Remove trailing spaces. Remove blank lines not separating different code blocks. Remove blank lines at the end of the file.
2010-07-16Fix file names in comment headerGuillem Jover1-1/+1
2010-05-19Use bool instead of int wherever appropriateGuillem Jover1-6/+10
2010-02-19dselect: Use max/min instead of lesserint/greaterintGuillem Jover1-1/+1
2010-02-19dselect: Do not shadow global thisname variableGuillem Jover1-5/+6
2009-11-08Unify text in license headersGuillem Jover1-5/+5
Add a missing “of the License” after “version 2”. Move “but” and “GNU” at the end of line to the next line. This matches more closely the paragraph found in the license text for the GPL version 2.
2009-11-08Replace FSF address by pointing to the gnu.org URLGuillem Jover1-3/+2
Use the <http://www.gnu.org/licenses/> URL, instead of in most cases the outdated FSF address, which is way more stable, as the latter has changed several times in the past.
2009-10-26Sort order of header includesGuillem Jover1-3/+2
Place first <config.h> and <compat.h>, then all <sys/*.h> sorted by complexity, followed by the rest of the system headers, then <dpkg/*.h> and finally the local "*.h" ones. Move <dpkg/i18n.h> inclusion into libdpkg inclusion block, as the <gettext.h> compatibility header already takes care of including <locale.h> before <libintl.h> on environments were its probamatic. Removed duplicated inclusions.
2009-07-15Disable default automake preprocessor include pathsGuillem Jover1-2/+2
Tell automake not to add “-I.” to the preprocessor flags, to avoid file collisions with system headers. Re-add the path where config.h is located. Namespace and use bracketed file inclusions for libdpkg headers, and use quoted inclusions for program headers.
2009-07-15libdpkg: Rename dpkg-i18n.h to i18n.hGuillem Jover1-1/+1
2009-07-12Remove unused assert.h includesGuillem Jover1-2/+0
2008-09-14libcompat: Add new compat.h headerGuillem Jover1-0/+1
2008-09-14libdpkg: Move gettext related definitions to a new dpkg-i18n.hGuillem Jover1-0/+2
2008-08-26Unify usage of extern "C" declarationsGuillem Jover1-4/+4
2008-08-04Unify usage of FIXME in commentsGuillem Jover1-4/+4
2008-06-30Switch to use UTF-8 copyright symbol and add missing onesGuillem Jover1-2/+2
Some 'Copyright <year>' entries didn't have a copyright symbol. Add it and switch the rest from '(C)' to '©', but we don't do this on program output which for now should remain pure ascii.
2008-06-30dselect: Fix compilation warningsGuillem Jover1-2/+3
Surround boolean expressions with parenthesis. Switch a for with an empty body into a while.
2005-01-11dpkg (1.10.26) unstable; urgency=lowScott James Remnant1-5/+5
The "Captain Tight-Pants" Release. * Fix incorrect claim that 'Q' in dselect quits without saving changes (really 'X'). * Revert to current 'stable' behaviour of Space/Enter/'Q' in the dselect help screen, Space leaves the help screen and Enter and 'Q' do nothing. It's dangerous to encourage users to press Enter or 'Q' since they commit changes in the package selection screen. * New Translations (Christian Perrier): - Basque (Piarres Beobide Egaña). Closes: #281245. (Was really added in 1.10.24, but forgotten from ALL_LINGUAS.) - Bosnian (Safir Šećerović). - Slovak (benco). Closes: #284896, #289341 - Traditional Chinese (Asho Yeh). Closes: #287375. * Updated Translations (Christian Perrier): - Brazilian Portuguese (André Luís Lopes). Closes: #281228. - Catalan (Jordi Mallach). Closes: #281333. - Czech (Miroslav Kure). Closes: #281231. - Danish (Claus Hindsgaul). Closes: #281103. - Dutch (Christian Perrier). Closes: #282087. - Galician (Héctor Fernéndez López). - German (Michael Piefel). Closes: #281503. - Italian (Stefano Canepa). Closes: #282543. - Japanese (Kenshi Muto). Closes: #281144. - Korean (Changwoo Ryu). Closes: #282246. - Norwegian Nynorsk (Håvard Korsvoll). Closes: #281456. - Polish (Bartosz Feñski). - Portuguese (Miguel Figueiredo). Closes: #281122, #289359. - Russian (Yuri Kozlov). Closes: #281166. - Simplified Chinese (Tchaikov, Carlos Liu). - Spanish (Javier Fernández-Sanguino Peña). Closes: #281117. - Swedish (Peter Karlsson). Closes: #281165. -- Scott James Remnant <scott@netsplit.com> Tue, 11 Jan 2005 16:26:51 +0000
2003-10-25Almost *EVERY* damn file was including config.h in the wrong spot. AfterAdam Heath1-2/+3
making it the first include, then off_t/size_t/etc could actually be redefined to be 64-bit compatible.
2002-05-06Perl sucks, fix Ian's email addressWichert Akkerman1-1/+1
2002-05-06Update Ian Jacksons' email addressWichert Akkerman1-1/+1
2001-07-16add checksearch and matchsearch functions to abstract searching algorithm, ↵Wichert Akkerman1-2/+41
add displayerror member function
2001-07-16s/emter/enter/Peter Karlsson1-1/+1
2001-07-16Remove Linux referencesWichert Akkerman1-2/+2
2001-07-16Improve some help texts and helpscreen keybindingsWichert Akkerman1-7/+6
2001-07-16Add configurable colours to dselectWichert Akkerman1-1/+2
2000-03-18Synchronize to the potato branch againWichert Akkerman1-2/+0
1999-11-25Add missing semiclon in baselist::kd_search() (yes, again)Wichert Akkerman1-1/+1
1999-11-25Add missing semiclon in baselist::kd_search()Wichert Akkerman1-1/+1
1999-11-19improve searchkeys in dselectWichert Akkerman1-2/+8
1999-10-30Silly fixed to make it all build againWichert Akkerman1-1/+1
1999-10-26Translate helpmessages in dselectWichert Akkerman1-4/+4
1999-10-25translation fixupsWichert Akkerman1-1/+1
1999-10-25Add gettext-support to dselectWichert Akkerman1-8/+8
1999-10-17 * Made the large info screen show 5 lines of the pkglist so thatBen Collins1-1/+1
it scrolled properly, and still showed the cursor
1999-01-29dpkg 1.4.1Guy Maor1-6/+7
1996-05-22dpkg (1.2.1); priority=MEDIUMIan Jackson1-1/+1
* `=' key in dselect really does `hold' rather than `unhold'. * dselect dependency processing now interacts better with `hold'. * dselect `I' key (not `i') modifies display of the info window. * dselect shows unavailable packages as being unavailable. * dselect main menu headings and many other strings changed to try to discourage people from deselecting every package and using [R]emove. Notably, `select' changed to `mark' throughout. * dselect disk methods now print a few fewer double slashes. * dselect disk access methods will offer to use dpkg --record-avail to scan the available packages, if no Packages file is found. * New dpkg --compare-versions option, for the benefit of scripts &c. * New dpkg --clear-avail option forgets all available packages info. * New dpkg --print-avail option, prints `available' data (from Packages, &c). * dpkg usage message is more informative, but no longer fits on screen. * dpkg --avail option renamed --record-avail. * Latest dpkg-name from Erick Branderhorst. * dpkg-scanpackages has more sensible problem reporting. * postinst configure now gets null argument (not <unknown> or <none>) when there is no previously configured version. * Guidelines say that postinst configure is given previous version. * Guidelines don't refer to maintainer-script-args.txt in main text. * Guidelines (Texinfo source) uploaded separately. * Own version of strcpy (used for debugging) removed. * Interface to access methods document in source (doc/dselect-methods.txt). * debian.buildscript moves changes file into parent directory. -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Wed, 22 May 1996 01:26:31 +0100
1996-04-04dpkg (1.1.4); priority=MEDIUMIan Jackson1-0/+264
* Allow overwriting of conflicting packages being removed. (Bug#2614.) * a.out control file says Pre-Depends: libc4 | libc. (Bug#2640.) * ELF control file and libc dependencies changed to use finalised scheme. * ELF control file and libc dependencies for i386 only. (Bug#2617.) * Guidelines say use only released libraries and compilers. * Install wishlist as /usr/doc/dpkg/WISHLIST. * Remove spurious entries for Guidelines in info dir file. * dpkg-deb --build checks permissions on control (DEBIAN) directory. * Spaces in control file fields not copied by dpkg-split. (Bug#2633.) * Spaces in split file part control data ignore. (Bug#2633.) * Portability fixes, including patch from Richard Kettlewell. * Fixed minor configure.in bug causing mangled GCC -W options. -- Ian Jackson <ian@chiark.chu.cam.ac.uk> Thu, 4 Apr 1996 01:58:40 +0100