Guillem Jover
|
b22d8a95e3
libdpkg: Uppercase trigdef enum values and separate words with underscores
|
12 years ago |
Guillem Jover
|
ae25c683c0
Use https:// URLs instead of http:// when possible
|
12 years ago |
Guillem Jover
|
af7b764c5a
dpkg-trigger: Use enum trigdef_update_status instead of int
|
12 years ago |
Guillem Jover
|
fa1cd230b9
libdpkg: New dpkg_locales_init()
|
12 years ago |
Guillem Jover
|
f3eb58ebe7
Remove unused sys header inclusions
|
12 years ago |
Guillem Jover
|
3ae71d2472
libdpkg: Rename and namespace option parsing and loading functions
|
12 years ago |
Guillem Jover
|
0c977fa968
libdpkg: Add dpkg-based program startup and shutdown functions
|
12 years ago |
Guillem Jover
|
3b786cf079
libdpkg: Refactor report output buffering setup into a new function
|
12 years ago |
Guillem Jover
|
c37770705a
Align --version with --help on help output
|
14 years ago |
Guillem Jover
|
951542fdc2
Change all programs to accept -? instead of -h for help output
|
14 years ago |
Guillem Jover
|
5a5203e9aa
Switch to new notice() output function
|
14 years ago |
Guillem Jover
|
6431c053b7
Use cmp() == 0 instead of !cmp()
|
14 years ago |
Guillem Jover
|
d04d596cd3
Update triggers support to understand multi-arch
|
14 years ago |
Guillem Jover
|
f765d25fb8
dpkg-trigger: Refactor package awaiter parsing into parse_awaiter_package()
|
14 years ago |
Guillem Jover
|
6cffe2e524
libdpkg: Remove unused end pointer argument from pkg_name_is_illegal()
|
14 years ago |
Guillem Jover
|
cf22cf6118
libdpkg: Rename myopt module to options
|
15 years ago |
Guillem Jover
|
9fe0a1b16d
Use new dpkg_set_progname and dpkg_get_progname instead of thisname
|
15 years ago |
Guillem Jover
|
0fc0d6d598
libdpkg: Do not require programs to define printforhelp
|
15 years ago |
Guillem Jover
|
e0ae796d8c
Do not pass admindir to database initialization functions
|
15 years ago |
Guillem Jover
|
f67665e8f5
Use dpkg_db_set_dir() instead of pkgadmindir_init()
|
15 years ago |
Guillem Jover
|
e63e1fa4a4
Propagate --admindir to programs run from maintainer scripts
|
15 years ago |
Guillem Jover
|
76ed5f9ff4
Use string literals instead of macros for environment variable names
|
15 years ago |
Guillem Jover
|
0f1668f799
Use new enum for trigdef_update_start() return values
|
15 years ago |
Guillem Jover
|
c6ea15b985
Cleanup white spaces
|
15 years ago |
Guillem Jover
|
f74dfc666e
libdpkg: Rename illegal_packagename to pkg_name_is_illegal
|
15 years ago |
Guillem Jover
|
a6066a13aa
libdpkg: Rename illegal_triggername to trig_name_is_illegal
|
15 years ago |
Guillem Jover
|
cc49169cdc
dpkg-trigger: Remove duplicate command name from error messages
|
15 years ago |
Guillem Jover
|
b94d25d09f
Use push_error_context() instead of ad-hoc code
|
16 years ago |
Guillem Jover
|
1f6b854a2d
libdpkg: Rename trigdef_yylex() to trigdef_parse()
|
16 years ago |
Guillem Jover
|
24bd7ac063
dpkg-trigger: Mark do_check with DPKG_ATTR_NORET
|
16 years ago |