lp:man-db
- Get this branch:
- bzr branch lp:man-db
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at git://git.sv.gnu.org/man-db.git.
Last successful import was 4 hours ago.
Recent revisions
- 2009. By Colin Watson on 2021-02-08
-
Fix distribution of Romanian manual page translation
Accidentally omitted from 1c7b46aecbed76c
9833e0a5c833fc2 ffd1a7a85a. * man/Makefile.am (DIST_SUBDIRS): Add ro.
- 2008. By Мирослав Николић on 2021-02-08
-
Update Serbian manual page translation
* man/po4a/po/sr.po: Update from Translation Project.
- 2007. By Mario Blättermann on 2020-12-11
-
Update German manual page translation
* man/po4a/po/de.po: Update from Translation Project.
- 2006. By Colin Watson on 2020-09-13
-
Handle \[en] escapes in NAME section
Fixes Debian bug #970122.
* src/lexgrog.l (MAN_NAME): Treat "\[en]" (and similar) as another
synonym for "\-", and thus as a separator. (This spelling is
groff-specific; the older "\(en" spelling was already accepted.)
* NEWS: Document this. - 2005. By Colin Watson on 2020-08-22
-
Fix gcc -Wzero-
length- bounds warning * lib/orderfiles.c (order_files): Avoid accessing an element of a
zero-length array. - 2004. By S. Gilles on 2020-08-22
-
Allow clock_gettime64; return ENOSYS so libcs can engage fallbacks
libcs such as musl expect ENOSYS to be returned (not EPERM) in their
fallback code, so change the seccomp filter to be more agreeable to
them.At the same time, clock_gettime is permitted in the filter, so permit
clock_gettime64 as well -- it will be needed by 2038 in any case.* lib/sandbox.c (make_seccomp_
filter) : Set default action to
SCMP_ACT_ERRNO (ENOSYS). Allow clock_gettime64.
* NEWS: Document this. - 2003. By Colin Watson on 2020-07-04
-
Add Romanian manual page translation
* man/po4a/po/ro.po: New from Translation Project (thanks, Florentina
Mușat).
* configure.ac (AC_CONFIG_FILES): Add man/ro/Makefile.
* man/LINGUAS.po4a: Add ro.
* man/Makefile.am (DIST_SUBDIRS): Add ro.
* man/ro/Makefile.am, man/ro/translator. add: New files.
* man/po4a/Makefile. am (POFILES): Add po/ro.po.
* man/po4a/po4a.cfg (po4a_langs): Add ro.
* man/THANKS: Update translator credit.
* .gitignore: Add man/ro/man1, man/ro/man5, and man/ro/man8. - 2002. By Colin Watson on 2020-07-04
-
Remove "Type" column from DB table in mandb(8)
The database types table in mandb(8) has always been a bit
dubiously-placed; it's really more about how man-db is configured, and
as such makes more sense in manual/db.me (which indeed has an extended
version of the same table). It causes particular problems in translated
versions of this page, where it's very easy for it to become too wide
and cause "make check" failures.A proper fix for this would probably require updating existing
translations, but an easy improvement is to remove the "Type" column: it
has negligible relevance here, and removing it makes it much easier for
translated versions to stay within page width limits.* man/man8/mandb.man8 (DATABASE CACHES): Remove "Type" column from
table. - 2001. By Colin Watson on 2020-07-02
-
Recognise Romanian translations of NAME
* src/lexgrog.l (ro_name): Add.
(name): Add ro_name.
* NEWS: Document this.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)