History log of /netbsd-src/lib/libintl/Makefile (Results 1 – 6 of 6)
Revision Date Author Comments
# dd416aa8 14-May-2005 tshiozak <tshiozak@NetBSD.org>

add plural support.


# 922c0d00 23-Sep-2004 tshiozak <tshiozak@NetBSD.org>

add system dependent strings support.
this hopefully allows to use .mo files generated by gettext-0.12 or later.


# 29be49b4 23-Sep-2004 tshiozak <tshiozak@NetBSD.org>

- add hash table support.
- make use of __UNCONST() instead of LINTED.


# f3ec2d57 18-Jan-2004 yamt <yamt@NetBSD.org>

implement gettext implicit iconv and bind_textdomain_codeset.


# c070a076 02-Nov-2000 itojun <itojun@NetBSD.org>

supply _nl_msg_cat_cntr, just to make gettext.m4 happy. sync with citrus.
(I do not get gettext.m4's approach here)


# bb42e65b 31-Oct-2000 itojun <itojun@NetBSD.org>

BSD-licensed libintl, fully compatible with GNU libintl (in GNU gettext).
from Citrus project xpg4dl repository.