aboutsummaryrefslogtreecommitdiffstats
path: root/intl (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-02-26po,intl: Update to 0.19.3.Werner Koch63-1457/+1910
2014-06-23intl: Fix for uClibc.Werner Koch1-2/+3
* intl/localename.c (gl_locale_name_thread_unsafe): Take care of uCLIBC. -- Patch provided by "vriera". GnuPG-bug-id: 1642
2012-12-14gettext: Upgrade to version 0.18Werner Koch49-4764/+14155
* configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.18. * po/Makefile.in.in: Upgrade to gettext-0.18. Keep option --previous of msgmerge. * intl/: Upgrade to gettext-0.18. * m4/gettext.m4: Upgrade to gettext-0.18.1. * m4/iconv.m4: Upgrade to gettext-0.18.1. * m4/lib-ld.m4: Upgrade to gettext-0.18.1. * m4/lib-link.m4: Upgrade to gettext-0.18.1. * m4/lib-prefix.m4: Upgrade to gettext-0.18.1. * m4/nls.m4: Upgrade to gettext-0.18.1. * m4/po.m4: Upgrade to gettext-0.18.1. * m4/progtest.m4: Upgrade to gettext-0.18.1. * m4/codeset.m4: Upgrade to gettext-0.18.1. * m4/fcntl-o.m4: New file, from gettext-0.18.1. * m4/glibc2.m4: Upgrade to gettext-0.18.1. * m4/glibc21.m4: Upgrade to gettext-0.18.1. * m4/intdiv0.m4: Upgrade to gettext-0.18.1. * m4/intl.m4: Upgrade to gettext-0.18.1. * m4/intldir.m4: Upgrade to gettext-0.18.1. * m4/intlmacosx.m4: Upgrade to gettext-0.18.1. * m4/intmax.m4: Upgrade to gettext-0.18.1. * m4/inttypes_h.m4: Upgrade to gettext-0.18.1. * m4/inttypes-pri.m4: Upgrade to gettext-0.18.1. * m4/lcmessage.m4: Upgrade to gettext-0.18.1. * m4/lock.m4: Upgrade to gettext-0.18.1. * m4/longlong.m4: Upgrade to gettext-0.18.1. * m4/printf-posix.m4: Upgrade to gettext-0.18.1. * m4/size_max.m4: Upgrade to gettext-0.18.1. * m4/stdint_h.m4: Upgrade to gettext-0.18.1. * m4/threadlib.m4: New file, from gettext-0.18.1. * m4/uintmax_t.m4: Upgrade to gettext-0.18.1. * m4/visibility.m4: Upgrade to gettext-0.18.1. * m4/wchar_t.m4: Upgrade to gettext-0.18.1. * m4/wint_t.m4: Upgrade to gettext-0.18.1. * m4/xsize.m4: Upgrade to gettext-0.18.1. * m4/Makefile.am (EXTRA_DIST): Add the new files.
2011-12-02Generate the ChangeLog from commit logs.Werner Koch1-2/+1
* scripts/gitlog-to-changelog: New script. Taken from gnulib. * scripts/git-log-fix: New file. * scripts/git-log-footer: New file. * scripts/git-hooks/commit-msg: New script. * autogen.sh: Install commit-msg hook for git. * doc/HACKING: Describe the ChangeLog policy. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog.
2011-12-02Rename all ChangeLog files to ChangeLog-2011.Werner Koch2-4/+10
* ChangeLog: New file.
2011-08-09Fixed some autoconf bit rot.Werner Koch1-128/+0
Autoconf 2.68 is more picky about correct macro usage and thus I fixed some wrong call conventions for AC_LANG_PROGRAM. Also factored an m4 conditional construct out from AC_INIT to avoid the "not a literal" warning.
2007-10-23Switched to GPLv3.Werner Koch40-1438/+4462
Updated gettext.
2005-05-31Updated FSF street address and preparations for a release candidate.Werner Koch51-53/+53
2004-07-27* configure.ac (AM_GNU_GETTEXT_VERSION): New.Werner Koch45-765/+3680
(min_automake_version): New. * LINGUAS: Added all languages we supported in 1.2.5. Copied all po files from 1.2.5. * autogen.sh: Updated to the modern version, grepping the required tool versions from configure.ac.
2003-10-25Updated to 0.12.1Werner Koch24-1313/+2612
2003-10-25GettexizedWerner Koch13-0/+2445
2003-04-30* gettextP.h: Add comment for HP/UX users. Local fix for GnuPG.David Shaw2-0/+10
2003-04-07* dcigettext.c (plural_lookup): Name conflict on some platforms withDavid Shaw2-5/+10
"index". Local fix for GnuPG.
2002-08-23Include intl/ in the CVS again; otherwise we are not able toWerner Koch31-0/+7672
re-recreate a distribution from CVS. Some minor other fixes.