| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Released 1.3.
* configure.ac (LIBGPG_ERROR_LT_REVISION): Bump for release.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Many files regenerated.
* src/Makefile.am (gpg_error_CPPFLAGS, libgpg_error_la_CPPFLAGS):
Add -I../intl.
* Makefile.am (SUBDIRS): Add intl.
* configure.ac (AC_CONFIG_FILES): Add intl/Makefile.
(AM_GNU_GETTEXT_VERSION): Bump to 0.14.5.
intl/
2005-05-23 GNU <[email protected]>
* Version 0.14.5 released.
m4/
2006-03-14 gettextize <[email protected]>
* codeset.m4: Upgrade to gettext-0.14.5.
* gettext.m4: Upgrade to gettext-0.14.5.
* glibc2.m4: New file, from gettext-0.14.5.
* glibc21.m4: Upgrade to gettext-0.14.5.
* iconv.m4: Upgrade to gettext-0.14.5.
* intdiv0.m4: Upgrade to gettext-0.14.5.
* intmax.m4: New file, from gettext-0.14.5.
* inttypes.m4: Upgrade to gettext-0.14.5.
* inttypes_h.m4: Upgrade to gettext-0.14.5.
* inttypes-pri.m4: Upgrade to gettext-0.14.5.
* isc-posix.m4: Upgrade to gettext-0.14.5.
* lcmessage.m4: Upgrade to gettext-0.14.5.
* lib-ld.m4: Upgrade to gettext-0.14.5.
* lib-link.m4: Upgrade to gettext-0.14.5.
* lib-prefix.m4: Upgrade to gettext-0.14.5.
* longdouble.m4: New file, from gettext-0.14.5.
* longlong.m4: New file, from gettext-0.14.5.
* nls.m4: Upgrade to gettext-0.14.5.
* po.m4: Upgrade to gettext-0.14.5.
* printf-posix.m4: New file, from gettext-0.14.5.
* progtest.m4: Upgrade to gettext-0.14.5.
* signed.m4: New file, from gettext-0.14.5.
* size_max.m4: New file, from gettext-0.14.5.
* stdint_h.m4: Upgrade to gettext-0.14.5.
* uintmax_t.m4: Upgrade to gettext-0.14.5.
* ulonglong.m4: Upgrade to gettext-0.14.5.
* wchar_t.m4: New file, from gettext-0.14.5.
* wint_t.m4: New file, from gettext-0.14.5.
* xsize.m4: New file, from gettext-0.14.5.
* Makefile.am (EXTRA_DIST): Add the new files.
po/
2006-03-14 gettextize <[email protected]>
* Makefile.in.in: Upgrade to gettext-0.14.5.
* Rules-quot: Upgrade to gettext-0.14.5.
|
|
|
|
|
|
|
|
| |
* configure.ac (min_automake_version): Bump to 1.9.6.
* mkinstalldirs, depcomp, compile, INSTALL, COPYING, missing,
install-sh: Update from automake 1.9.6.
ltmain.sh: Update from libtool 1.5.22.
|
| |
|
|
|
|
|
|
|
| |
* configure.ac (LIBGPG_ERROR_LT_CURRENT, LIBGPG_ERROR_LT_AGE):
Bump for release.
(LIBGPG_ERROR_LT_REVISION): Reset to 0 for release.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* src/w32-gettext.c (get_string): Remove extra arguments to
utf8_to_native_invocation.
(utf8_to_wchar, wchar_to_native): New function.
(utf8_to_native): Rewritten.
|
|
|
|
|
|
| |
* src/Makefile.am (gpg_error_CPPFLAGS): New variable.
* src/gpg-error.c (i18n_init): Don't return anything.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* src/Makefile.am (arch_sources): New variable.
(libgpg_error_la_SOURCES): Add $(arch_sources).
* src/gettext.h [HAVE_W32_SYSTEM]: Include w32-gettext.h.
* src/w32-gettext.h: New file.
* src/w32-gettext.c: New file.
* src/gpg-error.h.in: Check for gcc's constructor attribute.
Use it for gpg_err_init.
(GPG_ERR_INITIALIZED): Define if constructor is available.
* src/gpg-error.c (main) [GPG_ERR_INITIALIZED]: Don't invoke
gpg_err_init.
(i18n_init): Call bindtextdomain as well. Now that gpg-error has
its own gettext implementation, we can't rely on it anymore.
Also, repeat all the w32 stuff for fetching the registry.
|
|
|
|
|
|
|
|
|
|
|
| |
* src/Makefile.am (libgpg_error_la_SOURCES): Add init.c.
* src/init.c: New file.
* src/gpg-error.h.in (gpg_error_init): New function.
* src/gpg-error.def: Add gpg_err_init.
* src/gpg-error.c: Remove SIMPLE_GETTEXT stuff.
(i18n_init): Don't bind text domain.
(main): Call gpg_err_init.
|
|
|
|
|
|
|
|
| |
* configure.ac: Instead checking for windres and dlltool, invoke
AC_LIBTOOL_WIN32_DLL and AC_LIBTOOL_RC.
* src/Makefile.am [HAVE_W32_SYSTEM]: Use libtool, which simplifies
the rules.
|
|
|
|
|
|
|
|
|
|
|
| |
* configure.ac: Escape arguments in AC_INIT invocation.
* config.guess, config.sub, ltmain.sh: Update.
m4/
2005-10-02 Marcus Brinkmann <[email protected]>
* libtool.m4: Update.
|
|
|
|
|
|
|
|
|
|
|
| |
* configure.ac: Escape arguments in AC_INIT invocation.
* config.guess, config.sub, ltmain.sh: Update.
m4/
2005-10-02 Marcus Brinkmann <[email protected]>
* libtool.m4: Update.
|
| |
|
|
|
|
|
|
| |
* fr.po: New file.
* LINGUAS: Add fr.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* configure.ac: Bump up LIBGPG_ERROR_LT_REVISION, update version
field.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
* src/mkerrcodes.awk: Fix comment. Allow any non-empty line to
start the processing, not only lines starting with numbers.
Guillaume Libersat <[email protected]>
|
|
|
|
|
| |
* de.po: Apply typo fixes from Debian #313977.
|
|
|
|
|
| |
* configure.ac: Check for locale.h.
|
| |
|
| |
|
|
|
|
|
| |
* src/gpg-error.m4: Add copyright note.
|
| |
|
| |
|
|
|
|
|
|
| |
* configure.ac: Call AC_CANONICAL_HOST. Suppress warning about
lack of strerror_r on all Solaris platforms.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* src/err-codes.h.in: Add GPG_ERR_INV_REQUEST.
|
| |
|
|
|
|
|
|
| |
* src/Makefile.am (mkerrcodes): Prefix mkerrcodes.c with $(srcdir)
to fix VPATH build.
|
|
|
|
|
|
| |
* src/err-codes.h.in: Add GPG_ERR_PROTOCOL_VIOLATION and
GPG_ERR_INV_MAC.
|
|
|
|
|
|
| |
* src/Makefile.am (mkerrcodes): Do not use $< in non-inference rule.
(code-from-errno.h): Likewise.
|
|
|
|
|
|
|
| |
* POTFILES.in: Add src/gpg-error.c.
* pl.po: Add messages for gpg-error.c.
* de.po: Likewise.
|
|
|
|
|
|
|
|
|
| |
* src/Makefile.am (gpg_error_CPPFLAGS): New variable.
(localedir): Likewise.
* gpg-error.c: Include the gettext headers.
(init_i18n): New function.
(main): Call init_i18n, gettextize messages.
|