Sven Joachim
|
3bfb2e8845
build: Update po/POTFILES.in for new/renamed source files
|
15 years ago |
Sven Joachim
|
b8d8d02e4a
dpkg-split: Fix typo
|
15 years ago |
Guillem Jover
|
86cbf575b1
Use off_t and %jd or %jx to handle file sizes and offsets
|
15 years ago |
Guillem Jover
|
74dc50b34d
Use size_t and %zu to handle memory sizes and offsets
|
15 years ago |
Guillem Jover
|
07eee0db56
libdpkg: Replace OtoL() with OtoM() converting to intmax_t
|
15 years ago |
Guillem Jover
|
f9aaae4396
dpkg-split: Make decompose_filename() and setpartsize() use strtoimax()
|
15 years ago |
Guillem Jover
|
75d6bcf73b
dpkg-split: Replace unsignedlong() with parse_intmax()
|
15 years ago |
Guillem Jover
|
766de19997
build: Check for %j and %z format modifiers support
|
15 years ago |
Guillem Jover
|
df6a6091b3
dpkg-split: Use a constant expression to declare an array
|
15 years ago |
Guillem Jover
|
79a67e901e
Inline rerr() into its only current call site
|
15 years ago |
Guillem Jover
|
26998971c3
Inline werr() into its only current call site
|
15 years ago |
Guillem Jover
|
fdc401aa7d
dpkg-deb: Use fdio instead of stdio
|
15 years ago |
Guillem Jover
|
102aef24e4
dpkg-split: Do not slurp into memory the whole package parts
|
15 years ago |
Guillem Jover
|
9980e45086
libdpkg: Add missing <errno.h> needed by fd_null_copy()
|
15 years ago |
Guillem Jover
|
65d2ed5c21
u-a: Do not unneedingly initialize variables to NULL
|
15 years ago |
Guillem Jover
|
aab72be3be
dpkg-query: Return a valid width even if opening /dev/tty failed
|
15 years ago |
Guillem Jover
|
9acbadfc96
build: Add -Wformat-security and -Wpointer-arith to default warnings
|
15 years ago |
Guillem Jover
|
4c3faede97
dselect: Use a format string in printf() instead of only a variable
|
15 years ago |
Guillem Jover
|
a468c10801
dpkg: Add comment about why writeback code ignores return values
|
15 years ago |
Guillem Jover
|
557765dbed
Move pkgadmindir() and pkgadminfile() to the filesdb module
|
15 years ago |
Guillem Jover
|
dcac09fade
Make admindir file local everywhere
|
15 years ago |
Guillem Jover
|
e0ae796d8c
Do not pass admindir to database initialization functions
|
15 years ago |
Guillem Jover
|
06cd58eed3
libdpkg: Use dpkg_db_get_path() instead of trig_get_triggersdir()
|
15 years ago |
Guillem Jover
|
f67665e8f5
Use dpkg_db_set_dir() instead of pkgadmindir_init()
|
15 years ago |
Guillem Jover
|
addcf0717e
Use dpkg_db_get_path() instead of using m_asprintf() and admindir
|
15 years ago |
Guillem Jover
|
8ecd3414eb
Use dpkg_db_get_path() instead of ad-hoc building the string with varbuf
|
15 years ago |
Guillem Jover
|
18d1daa7bf
libdpkg: Add new dbdir module
|
15 years ago |
Guillem Jover
|
ad2f2b8ca2
dselect: Use modstatdb_can_lock() in refreshmenu() instead of ad-hoc code
|
15 years ago |
Guillem Jover
|
62b91d4678
libdpkg: Refactor modstatdb_can_lock() out from modstatdb_lock()
|
15 years ago |
Guillem Jover
|
2ed67cedac
libdpkg: Handle EACCES as a permission error in modstatdb_lock()
|
15 years ago |