summaryrefslogtreecommitdiff
path: root/lib/libintl
AgeCommit message (Expand)Author
2022-04-19lib: remove CONSTCOND commentrillig
2019-10-24Switch the iconv(3) prototype to the POSIX conformant variationkamil
2019-10-03Since ch gets reassigned, it is not certain that it will be & or | again,christos
2019-10-03provide sizes so that we don't truncate accidentally.christos
2019-02-04check for snprintf() truncation and fail sanely if so, rather thanmrg
2015-06-08back to the defines (fixing a typo -- extra 'g')christos
2015-06-08Another version using inline functions (just as a demo, I'll go back tochristos
2015-06-05Make the cpp protection macro name consistent with other headers.christos
2015-05-29bump for p functionschristos
2015-05-29Patch from William Orr in tech-userlevel:christos
2012-07-30commentsyamt
2012-03-21Use C89 function definitionmatt
2012-01-21libintl crash when *.mo file lacks header section(old gettext format).tnozaki
2011-10-14Add __format_arg attribute to gettext(3) and friends.joerg
2009-11-12Do not use \." for comments, always use .\". Discussed with uwe@.joerg
2009-02-18cache_cmp: fix comparison.yamt
2009-01-11bump shared libraries.christos
2007-09-25Farewell to gccism.junyoung
2007-09-25Massive cosmetic changes, notably:junyoung
2007-09-25Remove trailing spaces.junyoung
2007-01-17Remove more duplicate #includes, and a few spurious whitespaces at EOLhubertf
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
2005-04-27remove unnecessary #include.yamt
2004-11-10Correct ngettext arguments; bump date.wiz
2004-09-23add system dependent strings support.tshiozak
2004-09-23- add hash table support.tshiozak
2004-08-02revert the last all changes related to iconv(3).tshiozak
2004-08-02follow the recent iconv(3) prototype change.yamt
2004-03-13Don't convert text if *.mo doesn't specify codeset.uebayasi
2004-01-24Lots of grammar and wording changes from jmc@openbsd, with somewiz
2004-01-20fix a comment; nl_langinfo(CODESET) belongs to LC_CTYPE, not LC_MESSAGES.yamt
2004-01-18add an ARGSUSED.yamt
2004-01-18comment.yamt
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-04-16Usewiz
2003-04-09-in bindtextdomain(), don't crash if a NULL dirname is passed - return thedrochner
2003-03-09enable __RCSID() (no need to protect in LIBC_SCCS or !__lint)lukem
2003-02-27.fn -> .Fnjmmv
2003-02-12Add Xref to nls(7).gmcgarry
2002-02-13- give the precedence to LC_ALL environment variableyamt
2002-02-07Generate <>& symbolically.ross
2002-01-15Whitespace nits.wiz
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