summaryrefslogtreecommitdiff
path: root/lib/libintl/gettext.c
AgeCommit message (Expand)Author
2012-07-30commentsyamt
2012-03-21Use C89 function definitionmatt
2012-01-21libintl crash when *.mo file lacks header section(old gettext format).tnozaki
2007-09-25Massive cosmetic changes, notably:junyoung
2005-06-01appease gcc -Wuninitializedlukem
2005-05-15dcngettext: don't return stack garbage when there's no usable database.yamt
2005-05-14add plural support.tshiozak
2005-04-27correct size to malloc.yamt
2004-09-23add system dependent strings support.tshiozak
2004-09-23- add hash table support.tshiozak
2004-01-18implement gettext implicit iconv and bind_textdomain_codeset.yamt
2004-01-05sys/types.h is not needed here. kevlo@openbsditojun
2004-01-02minor KNFitojun
2004-01-02use strlcpyitojun
2003-03-09enable __RCSID() (no need to protect in LIBC_SCCS or !__lint)lukem
2002-02-13- give the precedence to LC_ALL environment variableyamt
2001-12-29fix a bug that uninitialised buffer is used when LANG is like "en_US".yamt
2001-12-09allow relative pathnames as a dirname argument of bindtextdomain(3)yamt
2001-09-27- change mofile search order according to manpage(=li18nux2000).yamt
2001-02-16Sync w/ Citrus.minoura
2001-02-15Sync w/ Citrus.minoura
2000-12-15fix mmap() return value validation. comment from freebsd-audit.itojun
2000-12-14check strdup failure. reported by freebsd-audit.itojun
2000-11-03update bindtextdomain() handling to be conformant to spec. we need toitojun
2000-10-31less warnings on lint. be more friendly with align-picky arch.itojun
2000-10-31remove confusing goto. sync with citrusitojun
2000-10-31fix read(2) return value validation. sync with citrusitojun
2000-10-31BSD-licensed libintl, fully compatible with GNU libintl (in GNU gettext).itojun