Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 15-Jul-2023 | - | ||||
Makefile.in | H A D | 20-Feb-2023 | 6.6 KiB | 261 | 193 | |
README | H A D | 08-May-2022 | 879 | 22 | 15 | |
VERSION | H A D | 08-May-2022 | 40 | 2 | 1 | |
aclocal.m4 | H A D | 08-May-2022 | 1.3 KiB | 34 | 29 | |
bindtextdom.c | H A D | 08-May-2022 | 9.8 KiB | 375 | 270 | |
config.h.in | H A D | 08-May-2022 | 7.5 KiB | 281 | 198 | |
config.intl.in | H A D | 08-May-2022 | 316 | 13 | 10 | |
configure | H A D | 20-Feb-2023 | 236.9 KiB | 8,235 | 6,873 | |
configure.ac | H A D | 20-Feb-2023 | 2.3 KiB | 80 | 71 | |
dcgettext.c | H A D | 08-May-2022 | 1.8 KiB | 60 | 28 | |
dcigettext.c | H A D | 08-May-2022 | 33 KiB | 1,239 | 878 | |
dcngettext.c | H A D | 08-May-2022 | 1.9 KiB | 61 | 29 | |
dgettext.c | H A D | 08-May-2022 | 1.8 KiB | 61 | 27 | |
dngettext.c | H A D | 08-May-2022 | 1.9 KiB | 63 | 29 | |
eval-plural.h | H A D | 08-May-2022 | 2.9 KiB | 115 | 87 | |
explodename.c | H A D | 08-May-2022 | 4.5 KiB | 193 | 126 | |
finddomain.c | H A D | 08-May-2022 | 5.5 KiB | 196 | 113 | |
gettext.c | H A D | 08-May-2022 | 1.9 KiB | 65 | 31 | |
gettextP.h | H A D | 08-May-2022 | 6.7 KiB | 225 | 145 | |
gmo.h | H A D | 08-May-2022 | 4.7 KiB | 149 | 63 | |
hash-string.h | H A D | 08-May-2022 | 1.9 KiB | 60 | 29 | |
intl-compat.c | H A D | 08-May-2022 | 3.6 KiB | 152 | 95 | |
l10nflist.c | H A D | 08-May-2022 | 12.3 KiB | 454 | 326 | |
libgnuintl.h | H A D | 08-May-2022 | 12.2 KiB | 342 | 221 | |
loadinfo.h | H A D | 08-May-2022 | 6 KiB | 157 | 60 | |
loadmsgcat.c | H A D | 08-May-2022 | 33.7 KiB | 1,323 | 1,122 | |
localcharset.c | H A D | 08-May-2022 | 10.2 KiB | 399 | 274 | |
localcharset.h | H A D | 08-May-2022 | 1.4 KiB | 43 | 10 | |
locale.alias | H A D | 08-May-2022 | 2.6 KiB | 79 | 74 | |
localealias.c | H A D | 08-May-2022 | 9.8 KiB | 420 | 290 | |
localename.c | H A D | 08-May-2022 | 22.1 KiB | 773 | 682 | |
log.c | H A D | 08-May-2022 | 2.8 KiB | 105 | 74 | |
ngettext.c | H A D | 08-May-2022 | 2 KiB | 69 | 34 | |
osdep.c | H A D | 08-May-2022 | 936 | 25 | 5 | |
plural-config.h | H A D | 20-Feb-2023 | 25 | 2 | 0 | |
plural-exp.c | H A D | 08-May-2022 | 4 KiB | 157 | 108 | |
plural-exp.h | H A D | 20-Feb-2023 | 4.3 KiB | 133 | 83 | |
plural.c | H A D | 20-Feb-2023 | 37.6 KiB | 1,541 | 1,068 | |
plural.y | H A D | 20-Feb-2023 | 8.5 KiB | 435 | 338 | |
relocatable.c | H A D | 08-May-2022 | 12.5 KiB | 440 | 292 | |
relocatable.h | H A D | 08-May-2022 | 2.6 KiB | 68 | 19 | |
textdomain.c | H A D | 08-May-2022 | 4.5 KiB | 143 | 76 |
README
1GNU toolchain edition of GNU libintl 0.12.1 2 3Most of the content of this directory is taken from gettext 0.12.1 4and is owned by that project. Patches should be directed to the 5gettext developers first. However, note the following: 6 7* libintl.h comes from gettext, but is named libgnuintl.h.in in that 8 project's source tree. 9 10* The files COPYING.LIB-2.0 and COPYING.LIB-2.1 are redundant with the 11 top-level COPYING.LIB and have therefore been removed. 12 13* The files config.charset, ref-add.sin, ref-del.sin, os2compat.c, 14 and os2compat.h are not used in this setup and have therefore been 15 removed. 16 17* aclocal.m4 was constructed using automake's "aclocal -I ../config". 18 19* configure.ac, config.intl.in, and Makefile.in were written for this 20 directory layout, by Zack Weinberg <zack@codesourcery.com>. Please 21 direct patches for these files to gcc-patches@gcc.gnu.org. 22