12 Commits

Author SHA1 Message Date
schwarze
491b7ca4f0 remove %n format specifier and fix a portability bug on the same line;
OK nicm (MAINTAINER), and also tested by Stefan Hagen <codevoid dot de>
2021-09-15 14:14:22 +00:00
cwen
22265a68e4 uniutils: unbreak unireverse's runtime on unsigned char arches
A looped getc(3) call in unireverse never reached EOF on these arches
because the return value was stored in a char, instead of the
by-the-book type, int. This fixes an infinite loop at runtime.

OK jca@, maintainer timeout
2021-06-28 21:34:19 +00:00
sthen
3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +00:00
naddy
ebf751b927 Update gettext to 0.20.1.
Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext       -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new)                  devel/gettext,-textstyle
2019-05-20 22:15:00 +00:00
naddy
5306d9fac1 replace gettext module 2017-11-19 00:53:16 +00:00
jsg
d1cd0b52bd add a non-implicit return type to a function to fix the build with clang 2017-04-22 05:54:02 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
schwarze
66e5f4452e Fix a documentation formatting bug that made part of the text
incomprehensible with both groff and mandoc.
Issue found because naddy@ reported that mandoc complains about another
bug (unknown macro) in just the same sentence - correcting this, too.
While here, remove USE_GROFF and add @comment bin/utf8lookup.  Bump.
OK nicm@ (MAINTAINER)
2013-10-19 20:57:20 +00:00
espie
0662a4e9d6 PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:20:26 +00:00
sthen
6c4df69385 fix tabs 2010-10-19 09:21:04 +00:00
espie
3075d068d4 USE_GROFF=Yes 2010-10-18 20:52:05 +00:00
nicm
275e6c25a4 Import uniutils, a set of Unicode utility programs ok aja 2009-10-12 12:38:28 +00:00