aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2006-03-03 Marcus Brinkmann <[email protected]>libgpg-error-1.2Marcus Brinkmann2006-03-033-6/+13
| | | | | | | * configure.ac (LIBGPG_ERROR_LT_CURRENT, LIBGPG_ERROR_LT_AGE): Bump for release. (LIBGPG_ERROR_LT_REVISION): Reset to 0 for release.
* Add fileWerner Koch2006-01-241-0/+917
|
* Add Vietnamese translationWerner Koch2006-01-114-1/+10
|
* Changes for building on W32 without needing libintl.Werner Koch2005-11-027-20/+39
|
* Use bzip2 for the dist target.Werner Koch2005-10-267-15/+20
|
* Fix last change.Marcus Brinkmann2005-10-251-3/+3
|
* 2005-10-25 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-10-252-4/+77
| | | | | | | | * 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-253-2/+4
| | | | | | * 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-258-25/+1964
| | | | | | | | | | | | | | | | | | * 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-237-34/+271
| | | | | | | | | | | * 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-203-33/+47
| | | | | | | | * 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.
* 2005-10-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-10-023-289/+315
| | | | | | | | | | | * 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.
* 2005-10-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-10-024-2510/+4753
| | | | | | | | | | | * 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.
* Translations added.Marcus Brinkmann2005-09-281-1/+2
|
* 2005-09-29 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-09-283-0/+928
| | | | | | * fr.po: New file. * LINGUAS: Add fr.
* Add news items about new error codes.Marcus Brinkmann2005-09-081-2/+9
|
* Final changes for building a DLL.Werner Koch2005-08-193-11/+13
|
* Does now allow to build a W32 DLL.Werner Koch2005-08-1917-1471/+3321
|
* Added Romanian translation and other collected changes.Werner Koch2005-07-049-100/+1077
|
* Post-release fixup.Marcus Brinkmann2005-06-202-1/+11
|
* Prepare for release.libgpg-error-1-1Marcus Brinkmann2005-06-203-3/+9
|
* 2005-06-20 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-06-202-2/+7
| | | | | | * configure.ac: Bump up LIBGPG_ERROR_LT_REVISION, update version field.
* Update copyright year.Marcus Brinkmann2005-06-201-1/+1
|
* This required file was missing.Marcus Brinkmann2005-06-201-0/+142
|
* Fix changelog.Marcus Brinkmann2005-06-161-1/+1
|
* 2005-06-16 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-06-162-7/+19
| | | | | | | * src/mkerrcodes.awk: Fix comment. Allow any non-empty line to start the processing, not only lines starting with numbers. Guillaume Libersat <[email protected]>
* 2005-06-16 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-06-162-29/+33
| | | | | * de.po: Apply typo fixes from Debian #313977.
* 2005-01-05 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-01-052-1/+5
| | | | | * configure.ac: Check for locale.h.
* Add option --build-w32.Werner Koch2004-12-182-2/+57
|
* Initial check-in.Marcus Brinkmann2004-09-161-0/+13
|
* 2004-09-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-09-142-1/+12
| | | | | * src/gpg-error.m4: Add copyright note.
* Fix some wordings.Marcus Brinkmann2004-09-141-21/+20
|
* Fix some wording to be more clear.Marcus Brinkmann2004-09-141-22/+23
|
* 2004-09-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-09-142-2/+19
| | | | | | * configure.ac: Call AC_CANONICAL_HOST. Suppress warning about lack of strerror_r on all Solaris platforms.
* post release version bumbWerner Koch2004-07-302-1/+5
|
* Released 1.0libgpg-error-1-0Werner Koch2004-07-302-37/+52
|
* Bumbed version to 1.0, LT to C1/A1/R3.Werner Koch2004-07-305-94/+163
|
* 2004-06-29 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-06-292-1/+6
| | | | | * src/err-codes.h.in: Add GPG_ERR_INV_REQUEST.
* Add new source and codes for GSTI.Marcus Brinkmann2004-06-081-2/+8
|
* 2004-06-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-06-082-1/+6
| | | | | | * src/Makefile.am (mkerrcodes): Prefix mkerrcodes.c with $(srcdir) to fix VPATH build.
* 2004-05-25 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-05-252-2/+8
| | | | | | * 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-232-2/+7
| | | | | | * 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-224-0/+25
| | | | | | | * POTFILES.in: Add src/gpg-error.c. * pl.po: Add messages for gpg-error.c. * de.po: Likewise.
* 2004-04-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-04-223-2/+58
| | | | | | | | | * 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-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-04-222-8/+9
| | | | | * pl.po: Update.
* 2004-04-20 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-04-203-0/+896
| | | | | | * LINGUAS: Add pl. * pl.po: New file.
* 2004-04-02 Thomas Schwinge <[email protected]>Marcus Brinkmann2004-04-192-2/+6
| | | | | * autogen.sh: Added ACLOCAL_FLAGS.
* 2004-04-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-04-192-1/+3
| | | | | * src/gpg-error.m4: Quote first argument to AC_DEFUN.
* 2004-04-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-04-193-2/+7
| | | | | | * src/mkerrcodes.awk: Allow whitespace before expanded preprocessor macro (ie, the error code value). Needed for Solaris 2.8.
* 2004-03-09 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-04-191-0/+1
| | | | | | * libgpg-error.spec.in (%files): Add gpg-error. Submitted by Albrecht Dre<DF> <[email protected]>.