aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add codes GPG_ERR_NO_PIN and GPG_ERR_NO_PASSPHRASE.Werner Koch2008-11-121-1/+3
|
* 2008-10-29 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-10-291-8/+11
| | | | | | * src/mkstrtable.awk: Make generated code -W clean to silence gcc warnings.
* Add a new error code.Werner Koch2008-08-061-1/+1
|
* Fixed mingw build problems.Werner Koch2007-10-292-13/+6
| | | | | Updated some translations.
* 2007-09-27 Marcus Brinkmann <[email protected]>Marcus Brinkmann2007-09-271-1/+3
| | | | | | * src/Makefile.am (%.o): Replace pattern rule with suffix rule. (SUFFIXES): New variable.
* new codesWerner Koch2007-09-272-2/+5
|
* Minor W32 enhancementsWerner Koch2007-06-272-3/+41
|
* 2006-12-09 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-12-091-0/+47
| | | | | | * src/Makefile.am (EXTRA_DIST): Add README. * src/README: New file.
* 2006-12-09 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-12-091-1/+1
| | | | | | * src/Makefile.am (EXTRA_DIST): Add README. * src/README: New file.
* 2006-12-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-12-011-2/+2
| | | | | * src/gpg-error.c (get_err_from_number): Fix last change.
* 2006-12-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-12-011-2/+14
| | | | | | * src/gpg-error.c (get_err_from_number): Support source and code number in split format like "7.17".
* * configure.ac: Set LT version to C3/A3/R1.libgpg-error-1.5Werner Koch2006-11-301-1/+9
| | | | | | | | | | | | | | | * README: Switch to tar.bz2 and sha1sum. * src/gpg-error.c (main): Add option --version. * autogen.sh (FORCE): Add option --force. * intl/: Removed. * Makefile.am (SUBDIRS): Removed intl. * configure.ac (AM_GNU_GETTEXT): Use external flag * src/Makefile.am: Removed -I../intl.
* Removed included gettext and updated latest gettextWerner Koch2006-11-301-2/+2
|
* Added missing function. Reported by Simon JosefssonWerner Koch2006-09-181-0/+3
|
* Ready for a new releaselibgpg-error-1.4Werner Koch2006-09-143-5/+44
|
* Minor tweaks of yesterday's changes.Werner Koch2006-09-061-4/+6
|
* New error codes. This is mainly to support a change in libassuan.Werner Koch2006-09-052-3/+36
|
* 2006-07-04 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-07-042-4/+4
| | | | | | | * src/init.c (get_locale_dir): Return NULL instead of garbage. * src/gpg-error.c (get_locale_dir): Likewise. Submitted by Simon Josefsson <[email protected]>.
* 2006-05-29 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-05-292-2/+4
| | | | | | | | * src/init.c (gpg_err_init) [!ENABLE_NLS]: Do not initialize the locale. * src/gpg-error.c (i18n_init) [!ENABLE_NLS]: Likewise. Patch submitted by Nils Durner <[email protected]>.
* Fix last change.Marcus Brinkmann2006-03-141-1/+1
|
* 2006-03-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-03-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Changes for building on W32 without needing libintl.Werner Koch2005-11-024-17/+17
|
* Fix last change.Marcus Brinkmann2005-10-251-3/+3
|
* 2005-10-25 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-10-251-4/+72
| | | | | | | | * 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.
* 2005-10-25 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-10-252-2/+1
| | | | | | * src/Makefile.am (gpg_error_CPPFLAGS): New variable. * src/gpg-error.c (i18n_init): Don't return anything.
* 2005-10-25 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-10-256-24/+1943
| | | | | | | | | | | | | | | | | | * 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.
* 2005-10-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-10-235-34/+257
| | | | | | | | | | | * 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.
* 2005-10-20 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-10-201-31/+38
| | | | | | | | * 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.
* Final changes for building a DLL.Werner Koch2005-08-192-7/+7
|
* Does now allow to build a W32 DLL.Werner Koch2005-08-194-12/+102
|
* Added Romanian translation and other collected changes.Werner Koch2005-07-041-1/+4
|
* Update copyright year.Marcus Brinkmann2005-06-201-1/+1
|
* 2005-06-16 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-06-161-7/+13
| | | | | | | * src/mkerrcodes.awk: Fix comment. Allow any non-empty line to start the processing, not only lines starting with numbers. Guillaume Libersat <[email protected]>
* 2004-09-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-09-141-1/+10
| | | | | * src/gpg-error.m4: Add copyright note.
* Released 1.0libgpg-error-1-0Werner Koch2004-07-301-1/+1
|
* 2004-06-29 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-06-291-1/+2
| | | | | * src/err-codes.h.in: Add GPG_ERR_INV_REQUEST.
* 2004-06-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-06-081-1/+1
| | | | | | * src/Makefile.am (mkerrcodes): Prefix mkerrcodes.c with $(srcdir) to fix VPATH build.
* 2004-05-25 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-05-251-2/+3
| | | | | | * src/err-codes.h.in: Add GPG_ERR_PROTOCOL_VIOLATION and GPG_ERR_INV_MAC.
* 2004-04-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-04-231-2/+2
| | | | | | * src/Makefile.am (mkerrcodes): Do not use $< in non-inference rule. (code-from-errno.h): Likewise.
* 2004-04-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-04-222-2/+50
| | | | | | | | | * 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.
* 2004-04-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-04-191-1/+1
| | | | | * src/gpg-error.m4: Quote first argument to AC_DEFUN.
* 2004-04-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-04-191-1/+1
| | | | | | * src/mkerrcodes.awk: Allow whitespace before expanded preprocessor macro (ie, the error code value). Needed for Solaris 2.8.
* 2004-04-08 Moritz Schulte <[email protected]>Moritz Schulte2004-04-081-0/+2
| | | | | * src/gpg-error.c (main): Return zero on success.
* 2004-03-09 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-03-091-1/+3
| | | | | | | * src/mkerrcodes.c (main): Fix type of argv. Return something. ----------------------------------------------------------------------
* * src/Makefile.am (mkerrcodes.h): Let CPP work on a temporary file.Werner Koch2004-03-093-4/+10
| | | | | | | | | (CLEANFILES): Add that temporary file. * configure.ac (AC_PROG_CPP): Added. * src/err-codes.h.in: Removed trailing spaces from GPG_ERR_NOT_LOCKED.
* 2004-03-07 Marcus Brinkmann <[email protected]>libgpg-error-0-7Marcus Brinkmann2004-03-071-1/+2
| | | | | * src/gpg-error-config.in: Fix last change.
* 2004-03-07 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-03-071-2/+6
| | | | | | * src/gpg-error-config.in (Options): Do not emit include and lib directory for prefix "/usr" or "".
* Fix copyright year.Marcus Brinkmann2004-03-072-2/+2
|
* 2004-03-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-03-014-8/+184
| | | | | | | | | | | | | | | | * configure.ac: Define CC_FOR_BUILD. * src/Makefile.am (BUILT_SOURCES): Add gpg-error.h. (EXTRA_DIST): Add mkerrcodes.awk and mkerrcodes.c. (CLEANFILES): Add mkerrcodes.h and mkerrcodes. (mkerrcodes.h): New target. (mkerrcodes): New target. (code-from-errno.h): Rewritten. * src/errnos.in: Remove include statement (which was ignored anyway). * src/mkerrcodes.awk: New file. * src/mkerrcodes.c: New file.
* 2004-02-27 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-02-271-1/+1
| | | | | | * src/Makefile.am (noinst_PROGRAMS): Rename to ... (bin_PROGRAMS): ... this.