Imported Upstream version 2.9.0 upstream/2.9.0
authorDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 3 Jan 2022 06:17:14 +0000 (15:17 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Mon, 3 Jan 2022 06:17:14 +0000 (15:17 +0900)
commitc489ff60afe16a9ec9217aca251a743816fbc6b6
tree29bff9cd413f2a0573a64e43726b355dfbdde5b9
parent61da29e579109a797a83737cdc32cf9844fe2720
Imported Upstream version 2.9.0
135 files changed:
.gitignore
NEWS
bootstrap.conf
configure.ac
docs/man-db.lsm
include/comp_src.h.in
include/manconfig.h.in
lib/encodings.c
lib/encodings.h
lib/glcontainers.h
m4/man-trans-subst.m4
man/Makefile.am
man/THANKS
man/da/Makefile.am
man/de/Makefile.am
man/es/Makefile.am
man/fr/Makefile.am
man/id/Makefile.am
man/ja/Makefile.am
man/man1/apropos.man1
man/man1/lexgrog.man1
man/man1/man-recode.man1 [new file with mode: 0644]
man/man1/man.man1
man/man1/manconv.man1
man/man1/manpath.man1
man/man1/whatis.man1
man/man1/zsoelim.man1
man/man5/manpath.man5
man/man8/accessdb.man8
man/man8/catman.man8
man/man8/mandb.man8
man/nl/Makefile.am
man/pl/Makefile.am
man/po4a/po/da.po
man/po4a/po/de.po
man/po4a/po/es.po
man/po4a/po/fr.po
man/po4a/po/id.po
man/po4a/po/ja.po
man/po4a/po/man-db-manpages.pot
man/po4a/po/nl.po
man/po4a/po/pl.po
man/po4a/po/pt.po
man/po4a/po/pt_BR.po
man/po4a/po/ru.po
man/po4a/po/sr.po
man/po4a/po/sv.po
man/po4a/po/tr.po
man/po4a/po/zh_CN.po
man/po4a/po4a.cfg
man/pt/Makefile.am
man/pt_BR/Makefile.am
man/replace.sin.in
man/ru/Makefile.am
man/sr/Makefile.am
man/sv/Makefile.am
man/tr/Makefile.am
man/zh_CN/Makefile.am
manual/comp.me
manual/db.me
manual/intro.me
manual/man_db.me
po/POTFILES.in
po/ast.po
po/ca.po
po/cs.po
po/da.po
po/de.po
po/eo.po
po/es.po
po/fi.po
po/fr.po
po/id.po
po/it.po
po/ja.po
po/man-db.pot
po/nl.po
po/pl.po
po/pt.po
po/pt_BR.po
po/ro.po
po/ru.po
po/sr.po
po/sv.po
po/tr.po
po/vi.po
po/zh_CN.po
po/zh_TW.po
src/Makefile.am
src/catman.c
src/compression.c
src/descriptions_store.c
src/filenames.c
src/lexgrog.l
src/man-recode.c [new file with mode: 0644]
src/man.c
src/manconv.c
src/manconv.h
src/manconv_client.c
src/manconv_main.c
src/mandb.c
src/manp.c
src/straycats.c
src/tests/Makefile.am
src/tests/lexgrog-backslash-dash-rhs [moved from src/tests/lexgrog-3 with 100% similarity]
src/tests/lexgrog-basic [moved from src/tests/lexgrog-1 with 100% similarity]
src/tests/lexgrog-multiple-whatis [moved from src/tests/lexgrog-2 with 100% similarity]
src/tests/man-deleted-directory [moved from src/tests/man-10 with 100% similarity]
src/tests/man-exact-section-matches [moved from src/tests/man-3 with 100% similarity]
src/tests/man-executable-page-on-path [moved from src/tests/man-2 with 100% similarity]
src/tests/man-invalid-db-entry [moved from src/tests/man-7 with 100% similarity]
src/tests/man-language-specific-requests [moved from src/tests/man-8 with 100% similarity]
src/tests/man-mandatory-manpath [moved from src/tests/man-4 with 98% similarity]
src/tests/man-missing-locales [moved from src/tests/man-6 with 100% similarity]
src/tests/man-override-dir [moved from src/tests/man-9 with 100% similarity]
src/tests/man-recode-in-place [new file with mode: 0755]
src/tests/man-recode-suffix [new file with mode: 0755]
src/tests/man-so-links-same-section [moved from src/tests/man-5 with 100% similarity]
src/tests/man-suffixed-extension [moved from src/tests/man-11 with 71% similarity]
src/tests/man-symlinks-with-matching-names [moved from src/tests/man-1 with 100% similarity]
src/tests/manconv-coding-tags [moved from src/tests/manconv-1 with 54% similarity]
src/tests/manconv-guess-from-encoding [new file with mode: 0755]
src/tests/manconv-incomplete-char-at-eof [moved from src/tests/manconv-3 with 100% similarity]
src/tests/manconv-odd-combinations [moved from src/tests/manconv-2 with 94% similarity]
src/tests/mandb-basic [moved from src/tests/mandb-1 with 100% similarity]
src/tests/mandb-bogus-symlink [moved from src/tests/mandb-6 with 100% similarity]
src/tests/mandb-cachedir-tag [moved from src/tests/mandb-7 with 100% similarity]
src/tests/mandb-empty-page [moved from src/tests/mandb-5 with 100% similarity]
src/tests/mandb-regular-file-symlink-changes [moved from src/tests/mandb-2 with 100% similarity]
src/tests/mandb-symlink-beats-whatis-ref [moved from src/tests/mandb-4 with 100% similarity]
src/tests/mandb-whatis-broken-link-changes [moved from src/tests/mandb-3 with 100% similarity]
src/tests/whatis-path-to-executable [moved from src/tests/whatis-1 with 100% similarity]
src/tests/zsoelim-so-includes [moved from src/tests/zsoelim-1 with 100% similarity]
src/ult_src.c
src/zsoelim.l