index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dselect
/
method.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-21
dselect: Stop marking an untranslatable string as such
Guillem Jover
1
-1
/
+1
2016-05-09
dselect: Do not use fixed size strings for menu entries
Guillem Jover
1
-4
/
+1
2016-01-26
dselect: Use EOF instead of ERR for fgetc() errors
Guillem Jover
1
-2
/
+4
2016-01-26
dselect: Use EACCES instead of EWOULDBLOCK for fcntl(2) F_SETLK
Guillem Jover
1
-2
/
+2
2015-10-18
Update Ian Jackson's email address
Guillem Jover
1
-1
/
+1
2015-01-26
Remove unused <ctype.h> includes
Guillem Jover
1
-1
/
+0
2014-10-12
dselect: Mark for translation and improve sthfailed() strings
Guillem Jover
1
-7
/
+7
2014-10-06
libdpkg: Namespace and reword subproc flags
Guillem Jover
1
-1
/
+1
2014-10-06
libdpkg: Add new alias subproc_signals_restore() for pop_cleanup()
Guillem Jover
1
-1
/
+1
2014-10-06
libdpkg: Rename subproc_signals_setup() to subproc_signals_ignore()
Guillem Jover
1
-1
/
+1
2014-10-06
libdpkg: Rename subproc_wait_check() to subproc_reap()
Guillem Jover
1
-1
/
+1
2014-10-06
dpkg, dselect: Use subproc_wait_check() instead of ad-hoc code in call sites
Guillem Jover
1
-4
/
+4
2013-12-07
Use https:// URLs instead of http:// when possible
Guillem Jover
1
-1
/
+1
2013-12-05
dselect: Use C++11 nullptr instead of 0 or NULL
Guillem Jover
1
-9
/
+9
2011-03-14
Make admindir file local everywhere
Guillem Jover
1
-5
/
+5
2011-03-14
Use dpkg_db_get_path() instead of using m_asprintf() and admindir
Guillem Jover
1
-1
/
+1
2011-03-14
dselect: Use m_asprintf() instead of ad-hoc string construction
Guillem Jover
1
-7
/
+3
2011-01-31
Use pid instead of c1 for variable name
Guillem Jover
1
-4
/
+4
2011-01-31
dselect: Use subproc_check in falliblesubprocess instead of ad-hoc code
Guillem Jover
1
-17
/
+3
2010-11-19
Cleanup white spaces
Guillem Jover
1
-3
/
+3
2010-02-19
dselect: Remove bogus falliblesubprocess prototype and make it static
Guillem Jover
1
-1
/
+1
2010-01-28
Use new command module instead of ad-hoc code
Guillem Jover
1
-32
/
+35
2009-12-31
libdpkg: Rename m_fork to subproc_fork
Guillem Jover
1
-1
/
+2
2009-11-08
Unify text in license headers
Guillem Jover
1
-5
/
+5
2009-11-08
Replace FSF address by pointing to the gnu.org URL
Guillem Jover
1
-3
/
+2
2009-11-07
Use subproc_wait instead of directly calling waitpid
Guillem Jover
1
-5
/
+2
2009-11-07
libdpkg: Rename and namespace subproc related functions
Guillem Jover
1
-2
/
+2
2009-10-26
Sort order of header includes
Guillem Jover
1
-12
/
+11
2009-09-06
Use m_output instead of fflush, ferror and werr
Guillem Jover
1
-2
/
+1
2009-07-15
libdpkg: Split dpkg-priv.h into smaller pieces
Guillem Jover
1
-1
/
+1
2009-07-15
Disable default automake preprocessor include paths
Guillem Jover
1
-3
/
+3
2009-07-15
libdpkg: Rename dpkg-i18n.h to i18n.h
Guillem Jover
1
-1
/
+1
2009-01-04
dselect: Define several private functions as static
Guillem Jover
1
-1
/
+3
2008-09-14
libcompat: Add new compat.h header
Guillem Jover
1
-0
/
+1
2008-09-14
libdpkg: Move gettext related definitions to a new dpkg-i18n.h
Guillem Jover
1
-0
/
+2
2008-08-26
Unify usage of extern "C" declarations
Guillem Jover
1
-4
/
+2
2008-06-30
Switch to use UTF-8 copyright symbol and add missing ones
Guillem Jover
1
-2
/
+2
2008-05-12
Refactor subprocess signal setup
Guillem Jover
1
-23
/
+3
2003-10-25
Almost *EVERY* damn file was including config.h in the wrong spot. After
Adam Heath
1
-1
/
+3
2002-05-06
Perl sucks, fix Ian's email address
Wichert Akkerman
1
-1
/
+1
2002-05-06
Update Ian Jacksons' email address
Wichert Akkerman
1
-1
/
+1
2002-02-06
check fgetc() for EOF return so we don't spin if we can't read input
Wichert Akkerman
1
-3
/
+3
2001-07-16
Remove Linux references
Wichert Akkerman
1
-1
/
+1
2001-06-08
handle interrupted getc in falliblesubprocess() prompt
Wichert Akkerman
1
-2
/
+2
2001-06-08
don't include curses.h since dselect.h already does that for us
Wichert Akkerman
1
-2
/
+1
2001-03-04
* ChangeLog: undo file corruption (ugh)
Wichert Akkerman
1
-1
/
+1
2000-01-11
dselect/baselist.cc: don't specify SA_INTERRUPT, since it's not portable and ...
Wichert Akkerman
1
-28
/
+28
2000-01-09
various text and manpage updates
Wichert Akkerman
1
-13
/
+33
2000-01-07
dselect/method.cc: pass admindir to dpkg
Wichert Akkerman
1
-0
/
+2
1999-10-25
Add gettext-support to dselect
Wichert Akkerman
1
-25
/
+25
[next]