summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2010-11-19libdpkg: Always print parse warnings on stderrGuillem Jover5-17/+10
2010-11-19libdpkg: Reorded convert_string argumentsGuillem Jover1-14/+16
2010-11-19Use new namevalue_find_by_name function instead of ad-hoc codeGuillem Jover1-8/+4
2010-11-19libdpkg: Add new namevalue_find_by_name functionGuillem Jover4-1/+46
2010-11-19libdpkg: Move namevalue declarations to its own header fileGuillem Jover4-7/+42
2010-11-19libdpkg: Rename package blank functions to pkg_blank and pkg_perfile_blankGuillem Jover6-13/+17
2010-11-19libdpkg: Rename informative to pkg_is_informativeGuillem Jover5-7/+8
2010-11-19libdpkg: Rename illegal_packagename to pkg_name_is_illegalGuillem Jover5-9/+16
2010-11-19libdpkg: Rename illegal_triggername to trig_name_is_illegalGuillem Jover4-5/+5
2010-11-19libdpkg: Namespace package database functions with pkg_db_ prefixGuillem Jover8-37/+48
2010-11-19libdpkg: Use push_error_context_jump() instead of push_error_handler()Guillem Jover1-2/+0
2010-11-19libdpkg: Rename error_unwind() to pop_error_context()Guillem Jover5-9/+13
2010-11-19Use push_error_context() instead of ad-hoc codeGuillem Jover2-12/+3
2010-11-19libdpkg: Add new push_error_context() functionGuillem Jover3-0/+8
2010-11-19libdpkg: Remove set_error_display()Guillem Jover3-12/+0
2010-11-19libdpkg: Create a new error context in subproc_forkGuillem Jover1-10/+3
2010-11-19Move error context display handler reset to error_unwind()Guillem Jover3-2/+4
2010-11-19libdpkg: Add error context function handler supportGuillem Jover3-9/+56
2010-11-19Use thisname variable instead of hard-coded 'dpkg' stringGuillem Jover1-1/+2
2010-11-19libdpkg: Use ohshite in error_context_new instead of ad-hoc codeGuillem Jover1-9/+2
2010-11-19libdpkg: Make run_error_handler cope with NULL econtext gracefullyGuillem Jover1-0/+6
2010-11-19libdpkg: Refactor error display setter into a static functionGuillem Jover1-6/+15
2010-11-19libdpkg: Refactor error_context creation into a new functionGuillem Jover1-7/+17
2010-11-19libdpkg: Rename struct errorcontext to error_contextGuillem Jover1-8/+11
2010-11-19libdpkg: Rename struct cleanupentry to cleanup_entryGuillem Jover1-11/+14
2010-11-19libdpkg: Rename jmp_buf variables to jumpGuillem Jover1-9/+10
2010-11-19libdpkg: Rename print_error_forked() to print_subproc_error()Guillem Jover1-2/+2
2010-11-19libdpkg: Rename print_error_cleanup() to print_cleanup_error()Guillem Jover1-2/+4
2010-11-19libdpkg: Rename print_error_fatal() to print_fatal_error()Guillem Jover5-5/+7
2010-11-19libdpkg: Refactor default error handler into new catch_fatal_error()Guillem Jover5-3/+17
2010-11-19Do not make function typedefs pointersGuillem Jover2-11/+11
2010-11-19libdpkg: Rename voidfnp to void_funcGuillem Jover1-3/+3
2010-11-19libdpkg: Rename function argument to func in ACTION macroGuillem Jover1-2/+2
2010-11-19Move action and obsolete related functionality to the myopt moduleGuillem Jover3-0/+41
2010-11-19libdpkg: Switch test.h from including dpkg/dpkg.h to dpkg/ehandle.hGuillem Jover1-1/+1
2010-11-19libdpkg: Move ehandle declarations to its own header fileGuillem Jover3-33/+75
2010-11-19libdpkg: Include dpkg/dpkg.h in t-buffer for MD5HASHLENGuillem Jover1-1/+2
2010-11-19libdpkg: Do not use m_malloc in push_checkpointGuillem Jover1-1/+6
2010-11-19libdpkg: Properly restore errno in push_cleanupGuillem Jover1-2/+5
2010-11-19libdpkg: Remove stream I/O support from the buffer APIGuillem Jover2-28/+0
2010-11-19Refactor file_stat codeGuillem Jover3-12/+22
2010-11-19libdpkg: Refactor file locking error message handlingGuillem Jover4-15/+25
2010-11-04libdpkg: Remove unused stream_md5 macroGuillem Jover1-3/+0
2010-09-19Merge commit '1.15.8.5'Raphaƫl Hertzog2-5/+11
2010-09-01libdpkg: Clarify fd_fd_copy error string in dpkg_ar_member_put_headerGuillem Jover1-1/+1
2010-09-01libcompat: On successful realloc assign the newlist to listGuillem Jover1-0/+1
2010-08-26Add gettext plurals infrastructure supportGuillem Jover1-1/+2
2010-08-21libdpkg: Do not print bogus warnings when parsing status filesGuillem Jover1-4/+9
2010-08-13Merge branch 'sid' (through tag '1.15.8.4')Guillem Jover6-26/+101
2010-08-13libdpkg: When parsing database files only warn on bogus versionsGuillem Jover5-25/+97