| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
| |
* pl.po: Update.
|
|
|
|
|
|
| |
* LINGUAS: Add pl.
* pl.po: New file.
|
|
|
|
|
| |
* autogen.sh: Added ACLOCAL_FLAGS.
|
|
|
|
|
| |
* src/gpg-error.m4: Quote first argument to AC_DEFUN.
|
|
|
|
|
|
| |
* src/mkerrcodes.awk: Allow whitespace before expanded
preprocessor macro (ie, the error code value). Needed for Solaris 2.8.
|
|
|
|
|
|
| |
* libgpg-error.spec.in (%files): Add gpg-error. Submitted by
Albrecht Dre<DF> <[email protected]>.
|
|
|
|
|
| |
* src/gpg-error.c (main): Return zero on success.
|
|
|
|
|
|
| |
* libgpg-error.spec.in (%files): Add gpg-error. Submitted by
Albrecht Dre� <[email protected]>.
|
|
|
|
|
|
|
| |
* src/mkerrcodes.c (main): Fix type of argv. Return something.
----------------------------------------------------------------------
|
| |
|
|
|
|
|
|
|
|
|
| |
(CLEANFILES): Add that temporary file.
* configure.ac (AC_PROG_CPP): Added.
* src/err-codes.h.in: Removed trailing spaces from
GPG_ERR_NOT_LOCKED.
|
| |
|