summaryrefslogtreecommitdiff
path: root/dselect
AgeCommit message (Collapse)AuthorFilesLines
2003-10-25Almost *EVERY* damn file was including config.h in the wrong spot. AfterAdam Heath17-19/+51
making it the first include, then off_t/size_t/etc could actually be redefined to be 64-bit compatible.
2003-09-14No longer generate helpmsgs.{cc,h}.Adam Heath5-266/+210
2003-09-14* scripts/update-alternatives.8: Add --config to action section, and addAdam Heath1-5/+2
as EXAMPLES section. * scripts/install-info.pl: install-info --version and --help now display on stdout. * main/dpkg{,-query}.8: Mention what -S will not find. * main/dpkg.8: Mention that downgrading a package can have serious consequences. * scripts/dpkg-scanpackages.8: Include small note that other tools might use the generated Packages file. * scripts/dpkg-source.1: Fix some typos. * dselect/dselect.8: dselect is not the only interface for installing packages nowadays. * utils/start-stop-daemon.8: Note that --nicelevel takes an argument. * man/en/deb-control.8: Remove duplicate 'can'. * scripts/dpkg-scansources.pl: Fix short description. * main/dpkg.8: Move dpkg-query options to their own subsection, like dpkg-deb. * main/main.c, main/dpkg.8: Add --dry-run and --simulate as synonyms to --no-act. * scripts/dpkg-architecture.pl: Fix wrong reference to DEB_BUILD_GNU_SYSTEM on --host * man/en/deb-control.5: s/Usuaully/Usually/ * dselect/dselect.8: Removed reference in dselect(8) about recommends not being handled well. * scripts/dpkg-parsechangelog.pl: s/dpkg-source/dpkg-parsechangelog/ in -h * scripts/dpkg-source.1: Unhighlight "May be repeated multiple times." * dpkg-deb/main.c: Make all actions in -h lower case. * utils/start-stop-daemon.[c8]: Add -g|--group. * main/dpkg.8: s/THANKS/THANKS.gz/ * main/dpkg.8: Mention running dselect, install after --set-selections. * main/main.c: Remove disabled --command-fd from help.
2003-09-13Support OpenBSD.Adam Heath1-1/+1
2003-09-13Apply patch to make dpkg work with POSIX 1003.1-2001.Adam Heath1-1/+1
2002-09-01Don't call nffreeall, in any of the c/c++ programs. It appears dselectAdam Heath1-1/+1
slightly corrupts it's memory enough that it can't be freed without segfaulting.
2002-06-02Revert last modification. It'll be fixed properly for dpkg 1.11.Adam Heath1-2/+2
2002-06-01Fixed printversion(), to allow translations to be done better.Adam Heath1-2/+2
2002-05-24New functions, standard_startup, standard_shutdown, that contain the mostAdam Heath1-10/+2
common functions that all dpkg binaries call.
2002-05-20Add rules to Makefile.conf, to rebuild Makefile if $(srcdir)/Makefile.in isAdam Heath1-0/+1
modified. This also required adding a 'default' target to all Makefiles.
2002-05-06Perl sucks, fix Ian's email addressWichert Akkerman24-24/+24
2002-05-06Update Ian Jacksons' email addressWichert Akkerman24-24/+24
2002-04-01Remove commented out statementsWichert Akkerman1-3/+0
2002-04-01treat enhances like suggests in packagelist::resolvedepcon()Wichert Akkerman1-2/+4
2002-02-06check fgetc() for EOF return so we don't spin if we can't read inputWichert Akkerman1-3/+3
2001-12-31No longer set LC_CTYPE and switch to using cisalpha and cisdigit insteadWichert Akkerman1-1/+0
2001-07-31Use the colour spelling for printed textWichert Akkerman1-4/+4
2001-07-27ignore Makefile, not Makefile.inWichert Akkerman1-1/+1
2001-07-16document new search featuresWichert Akkerman1-2/+6
2001-07-16Fixed a few spelling and grammatical problems.Peter Karlsson1-3/+3
2001-07-16Moved the .TP to the correct placePeter Karlsson1-2/+1
2001-07-16implement checksearch and matchsearch using regular expressionsWichert Akkerman2-0/+78
2001-07-16use new checkserach and matchsearch functions to do the real search/matchingWichert Akkerman1-17/+14
2001-07-16add checksearch and matchsearch functions to abstract searching algorithm, ↵Wichert Akkerman2-3/+46
add displayerror member function
2001-07-16s/specificaton/specification/Peter Karlsson1-1/+1
2001-07-16s/emter/enter/Peter Karlsson1-1/+1
2001-07-16Remove Linux referencesWichert Akkerman20-21/+22
2001-07-16Force LC_CTYPE to CWichert Akkerman1-0/+1
2001-07-16Improve textWichert Akkerman1-23/+23
2001-07-16Improve some help texts and helpscreen keybindingsWichert Akkerman1-7/+6
2001-07-16make Q do abort so we are consistent with the pkglistWichert Akkerman1-0/+1
2001-07-16override setheights() to make list_height 1 higher then the default so we ↵Wichert Akkerman1-0/+7
draw the list correctly
2001-07-16add setheights() member and fix protectionWichert Akkerman1-0/+2
2001-07-16Make setheights() virtualWichert Akkerman1-1/+1
2001-07-16Add configurable colours to dselectWichert Akkerman5-32/+272
2001-07-15include unistd.h which is needed to get the ioctl prototype on SolarisWichert Akkerman1-0/+1
2001-07-14Add per-user configuration fileWichert Akkerman1-0/+8
2001-07-13modify resolvedepcon() to handle recommand and suggests betterWichert Akkerman1-49/+25
2001-07-13modify repeatedlydisplay() to unset manual_install so we can identify ↵Wichert Akkerman1-0/+1
user-selected packages
2001-07-13modify kd_select() to set manual_install so we can identify user-selected ↵Wichert Akkerman1-1/+7
packages
2001-07-13add dp_should priorityWichert Akkerman1-2/+3
2001-07-13add manual_install prototypeWichert Akkerman1-0/+3
2001-07-13Merged improvements from Joost KooijWichert Akkerman1-62/+345
2001-07-01make "n" do searchagain insteadWichert Akkerman1-1/+1
2001-06-22Handle screen resize in main menuWichert Akkerman1-1/+8
2001-06-08handle interrupted getc in falliblesubprocess() promptWichert Akkerman1-2/+2
2001-06-08don't include curses.h since dselect.h already does that for usWichert Akkerman1-2/+1
2001-05-28Fix some gcc 3.0 warnings.Adam Heath1-0/+2
2001-05-27Discovered that if anything in optlib/ was actually needed, it wasn't beingAdam Heath1-1/+1
included. Modified LDFLAGS to include -L../optlib, and moved -ldpkg and -loptlib to LDFLAGS as well.
2001-05-06Sligh language fixupWichert Akkerman1-1/+1