mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-10 03:25:01 -05:00
20f73d6299
Remove versioncmp.c by moving all functions to locations that make sense. Move replacement functions (for building without glibc) into util.c where they belong, and do proper checks for them instead of using __sun__, etc. Signed-off-by: Dan McGee <dan@archlinux.org>
25 lines
497 B
Plaintext
25 lines
497 B
Plaintext
# List of source files with translatable strings
|
|
|
|
lib/libalpm/add.c
|
|
lib/libalpm/alpm.c
|
|
lib/libalpm/alpm_list.c
|
|
lib/libalpm/backup.c
|
|
lib/libalpm/be_files.c
|
|
lib/libalpm/cache.c
|
|
lib/libalpm/conflict.c
|
|
lib/libalpm/db.c
|
|
lib/libalpm/deps.c
|
|
lib/libalpm/error.c
|
|
lib/libalpm/group.c
|
|
lib/libalpm/handle.c
|
|
lib/libalpm/log.c
|
|
lib/libalpm/md5.c
|
|
lib/libalpm/md5driver.c
|
|
lib/libalpm/package.c
|
|
lib/libalpm/provide.c
|
|
lib/libalpm/remove.c
|
|
lib/libalpm/sha1.c
|
|
lib/libalpm/sync.c
|
|
lib/libalpm/trans.c
|
|
lib/libalpm/util.c
|