summaryrefslogtreecommitdiff
path: root/dselect/method.cc
AgeCommit message (Expand)AuthorFilesLines
2018-08-30libdpkg: Split push_cleanup() into push_cleanup_fallback()Guillem Jover1-1/+1
2018-03-26Use internerr() or BUG() instead of assert()Guillem Jover1-3/+4
2018-03-26dselect: Fix assert() to expect methlockfd to be initializedGuillem Jover1-1/+1
2017-10-21dselect: Stop marking an untranslatable string as suchGuillem Jover1-1/+1
2016-05-09dselect: Do not use fixed size strings for menu entriesGuillem Jover1-4/+1
2016-01-26dselect: Use EOF instead of ERR for fgetc() errorsGuillem Jover1-2/+4
2016-01-26dselect: Use EACCES instead of EWOULDBLOCK for fcntl(2) F_SETLKGuillem Jover1-2/+2
2015-10-18Update Ian Jackson's email addressGuillem Jover1-1/+1
2015-01-26Remove unused <ctype.h> includesGuillem Jover1-1/+0
2014-10-12dselect: Mark for translation and improve sthfailed() stringsGuillem Jover1-7/+7
2014-10-06libdpkg: Namespace and reword subproc flagsGuillem Jover1-1/+1
2014-10-06libdpkg: Add new alias subproc_signals_restore() for pop_cleanup()Guillem Jover1-1/+1
2014-10-06libdpkg: Rename subproc_signals_setup() to subproc_signals_ignore()Guillem Jover1-1/+1
2014-10-06libdpkg: Rename subproc_wait_check() to subproc_reap()Guillem Jover1-1/+1
2014-10-06dpkg, dselect: Use subproc_wait_check() instead of ad-hoc code in call sitesGuillem Jover1-4/+4
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-12-05dselect: Use C++11 nullptr instead of 0 or NULLGuillem Jover1-9/+9
2011-03-14Make admindir file local everywhereGuillem Jover1-5/+5
2011-03-14Use dpkg_db_get_path() instead of using m_asprintf() and admindirGuillem Jover1-1/+1
2011-03-14dselect: Use m_asprintf() instead of ad-hoc string constructionGuillem Jover1-7/+3
2011-01-31Use pid instead of c1 for variable nameGuillem Jover1-4/+4
2011-01-31dselect: Use subproc_check in falliblesubprocess instead of ad-hoc codeGuillem Jover1-17/+3
2010-11-19Cleanup white spacesGuillem Jover1-3/+3
2010-02-19dselect: Remove bogus falliblesubprocess prototype and make it staticGuillem Jover1-1/+1
2010-01-28Use new command module instead of ad-hoc codeGuillem Jover1-32/+35
2009-12-31libdpkg: Rename m_fork to subproc_forkGuillem Jover1-1/+2
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-11-07Use subproc_wait instead of directly calling waitpidGuillem Jover1-5/+2
2009-11-07libdpkg: Rename and namespace subproc related functionsGuillem Jover1-2/+2
2009-10-26Sort order of header includesGuillem Jover1-12/+11
2009-09-06Use m_output instead of fflush, ferror and werrGuillem Jover1-2/+1
2009-07-15libdpkg: Split dpkg-priv.h into smaller piecesGuillem 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-01-04dselect: Define several private functions as staticGuillem Jover1-1/+3
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/+2
2008-06-30Switch to use UTF-8 copyright symbol and add missing onesGuillem Jover1-2/+2
2008-05-12Refactor subprocess signal setupGuillem Jover1-23/+3
2003-10-25Almost *EVERY* damn file was including config.h in the wrong spot. AfterAdam Heath1-1/+3
2002-05-06Perl sucks, fix Ian's email addressWichert Akkerman1-1/+1
2002-05-06Update Ian Jacksons' email addressWichert Akkerman1-1/+1
2002-02-06check fgetc() for EOF return so we don't spin if we can't read inputWichert Akkerman1-3/+3
2001-07-16Remove Linux referencesWichert Akkerman1-1/+1
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-03-04* ChangeLog: undo file corruption (ugh)Wichert Akkerman1-1/+1
2000-01-11dselect/baselist.cc: don't specify SA_INTERRUPT, since it's not portable and ...Wichert Akkerman1-28/+28