| Age | Commit message (Expand) | Author |
| 2022-04-19 | lib: remove CONSTCOND comment | rillig |
| 2019-10-24 | Switch the iconv(3) prototype to the POSIX conformant variation | kamil |
| 2019-10-03 | Since ch gets reassigned, it is not certain that it will be & or | again, | christos |
| 2019-10-03 | provide sizes so that we don't truncate accidentally. | christos |
| 2019-02-04 | check for snprintf() truncation and fail sanely if so, rather than | mrg |
| 2015-06-08 | back to the defines (fixing a typo -- extra 'g') | christos |
| 2015-06-08 | Another version using inline functions (just as a demo, I'll go back to | christos |
| 2015-06-05 | Make the cpp protection macro name consistent with other headers. | christos |
| 2015-05-29 | bump for p functions | christos |
| 2015-05-29 | Patch from William Orr in tech-userlevel: | christos |
| 2012-07-30 | comments | yamt |
| 2012-03-21 | Use C89 function definition | matt |
| 2012-01-21 | libintl crash when *.mo file lacks header section(old gettext format). | tnozaki |
| 2011-10-14 | Add __format_arg attribute to gettext(3) and friends. | joerg |
| 2009-11-12 | Do not use \." for comments, always use .\". Discussed with uwe@. | joerg |
| 2009-02-18 | cache_cmp: fix comparison. | yamt |
| 2009-01-11 | bump shared libraries. | christos |
| 2007-09-25 | Farewell to gccism. | junyoung |
| 2007-09-25 | Massive cosmetic changes, notably: | junyoung |
| 2007-09-25 | Remove trailing spaces. | junyoung |
| 2007-01-17 | Remove more duplicate #includes, and a few spurious whitespaces at EOL | hubertf |
| 2005-06-01 | appease gcc -Wuninitialized | lukem |
| 2005-05-15 | dcngettext: don't return stack garbage when there's no usable database. | yamt |
| 2005-05-14 | add plural support. | tshiozak |
| 2005-04-27 | correct size to malloc. | yamt |
| 2005-04-27 | remove unnecessary #include. | yamt |
| 2004-11-10 | Correct ngettext arguments; bump date. | wiz |
| 2004-09-23 | add system dependent strings support. | tshiozak |
| 2004-09-23 | - add hash table support. | tshiozak |
| 2004-08-02 | revert the last all changes related to iconv(3). | tshiozak |
| 2004-08-02 | follow the recent iconv(3) prototype change. | yamt |
| 2004-03-13 | Don't convert text if *.mo doesn't specify codeset. | uebayasi |
| 2004-01-24 | Lots of grammar and wording changes from jmc@openbsd, with some | wiz |
| 2004-01-20 | fix a comment; nl_langinfo(CODESET) belongs to LC_CTYPE, not LC_MESSAGES. | yamt |
| 2004-01-18 | add an ARGSUSED. | yamt |
| 2004-01-18 | comment. | yamt |
| 2004-01-18 | implement gettext implicit iconv and bind_textdomain_codeset. | yamt |
| 2004-01-05 | sys/types.h is not needed here. kevlo@openbsd | itojun |
| 2004-01-02 | minor KNF | itojun |
| 2004-01-02 | use strlcpy | itojun |
| 2003-04-16 | Use | wiz |
| 2003-04-09 | -in bindtextdomain(), don't crash if a NULL dirname is passed - return the | drochner |
| 2003-03-09 | enable __RCSID() (no need to protect in LIBC_SCCS or !__lint) | lukem |
| 2003-02-27 | .fn -> .Fn | jmmv |
| 2003-02-12 | Add Xref to nls(7). | gmcgarry |
| 2002-02-13 | - give the precedence to LC_ALL environment variable | yamt |
| 2002-02-07 | Generate <>& symbolically. | ross |
| 2002-01-15 | Whitespace nits. | wiz |
| 2001-12-29 | fix a bug that uninitialised buffer is used when LANG is like "en_US". | yamt |
| 2001-12-09 | allow relative pathnames as a dirname argument of bindtextdomain(3) | yamt |