Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2006-03-03 Marcus Brinkmann <[email protected]>libgpg-error-1.2 | Marcus Brinkmann | 2006-03-03 | 3 | -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 file | Werner Koch | 2006-01-24 | 1 | -0/+917 |
| | |||||
* | Add Vietnamese translation | Werner Koch | 2006-01-11 | 4 | -1/+10 |
| | |||||
* | Changes for building on W32 without needing libintl. | Werner Koch | 2005-11-02 | 7 | -20/+39 |
| | |||||
* | Use bzip2 for the dist target. | Werner Koch | 2005-10-26 | 7 | -15/+20 |
| | |||||
* | Fix last change. | Marcus Brinkmann | 2005-10-25 | 1 | -3/+3 |
| | |||||
* | 2005-10-25 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2005-10-25 | 2 | -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 Brinkmann | 2005-10-25 | 3 | -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 Brinkmann | 2005-10-25 | 8 | -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 Brinkmann | 2005-10-23 | 7 | -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 Brinkmann | 2005-10-20 | 3 | -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 Brinkmann | 2005-10-02 | 3 | -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 Brinkmann | 2005-10-02 | 4 | -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 Brinkmann | 2005-09-28 | 1 | -1/+2 |
| | |||||
* | 2005-09-29 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2005-09-28 | 3 | -0/+928 |
| | | | | | | * fr.po: New file. * LINGUAS: Add fr. | ||||
* | Add news items about new error codes. | Marcus Brinkmann | 2005-09-08 | 1 | -2/+9 |
| | |||||
* | Final changes for building a DLL. | Werner Koch | 2005-08-19 | 3 | -11/+13 |
| | |||||
* | Does now allow to build a W32 DLL. | Werner Koch | 2005-08-19 | 17 | -1471/+3321 |
| | |||||
* | Added Romanian translation and other collected changes. | Werner Koch | 2005-07-04 | 9 | -100/+1077 |
| | |||||
* | Post-release fixup. | Marcus Brinkmann | 2005-06-20 | 2 | -1/+11 |
| | |||||
* | Prepare for release.libgpg-error-1-1 | Marcus Brinkmann | 2005-06-20 | 3 | -3/+9 |
| | |||||
* | 2005-06-20 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2005-06-20 | 2 | -2/+7 |
| | | | | | | * configure.ac: Bump up LIBGPG_ERROR_LT_REVISION, update version field. | ||||
* | Update copyright year. | Marcus Brinkmann | 2005-06-20 | 1 | -1/+1 |
| | |||||
* | This required file was missing. | Marcus Brinkmann | 2005-06-20 | 1 | -0/+142 |
| | |||||
* | Fix changelog. | Marcus Brinkmann | 2005-06-16 | 1 | -1/+1 |
| | |||||
* | 2005-06-16 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2005-06-16 | 2 | -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 Brinkmann | 2005-06-16 | 2 | -29/+33 |
| | | | | | * de.po: Apply typo fixes from Debian #313977. | ||||
* | 2005-01-05 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2005-01-05 | 2 | -1/+5 |
| | | | | | * configure.ac: Check for locale.h. | ||||
* | Add option --build-w32. | Werner Koch | 2004-12-18 | 2 | -2/+57 |
| | |||||
* | Initial check-in. | Marcus Brinkmann | 2004-09-16 | 1 | -0/+13 |
| | |||||
* | 2004-09-14 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2004-09-14 | 2 | -1/+12 |
| | | | | | * src/gpg-error.m4: Add copyright note. | ||||
* | Fix some wordings. | Marcus Brinkmann | 2004-09-14 | 1 | -21/+20 |
| | |||||
* | Fix some wording to be more clear. | Marcus Brinkmann | 2004-09-14 | 1 | -22/+23 |
| | |||||
* | 2004-09-14 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2004-09-14 | 2 | -2/+19 |
| | | | | | | * configure.ac: Call AC_CANONICAL_HOST. Suppress warning about lack of strerror_r on all Solaris platforms. | ||||
* | post release version bumb | Werner Koch | 2004-07-30 | 2 | -1/+5 |
| | |||||
* | Released 1.0libgpg-error-1-0 | Werner Koch | 2004-07-30 | 2 | -37/+52 |
| | |||||
* | Bumbed version to 1.0, LT to C1/A1/R3. | Werner Koch | 2004-07-30 | 5 | -94/+163 |
| | |||||
* | 2004-06-29 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2004-06-29 | 2 | -1/+6 |
| | | | | | * src/err-codes.h.in: Add GPG_ERR_INV_REQUEST. | ||||
* | Add new source and codes for GSTI. | Marcus Brinkmann | 2004-06-08 | 1 | -2/+8 |
| | |||||
* | 2004-06-08 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2004-06-08 | 2 | -1/+6 |
| | | | | | | * src/Makefile.am (mkerrcodes): Prefix mkerrcodes.c with $(srcdir) to fix VPATH build. | ||||
* | 2004-05-25 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2004-05-25 | 2 | -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 Brinkmann | 2004-04-23 | 2 | -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 Brinkmann | 2004-04-22 | 4 | -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 Brinkmann | 2004-04-22 | 3 | -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 Brinkmann | 2004-04-22 | 2 | -8/+9 |
| | | | | | * pl.po: Update. | ||||
* | 2004-04-20 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2004-04-20 | 3 | -0/+896 |
| | | | | | | * LINGUAS: Add pl. * pl.po: New file. | ||||
* | 2004-04-02 Thomas Schwinge <[email protected]> | Marcus Brinkmann | 2004-04-19 | 2 | -2/+6 |
| | | | | | * autogen.sh: Added ACLOCAL_FLAGS. | ||||
* | 2004-04-19 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2004-04-19 | 2 | -1/+3 |
| | | | | | * src/gpg-error.m4: Quote first argument to AC_DEFUN. | ||||
* | 2004-04-19 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2004-04-19 | 3 | -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 Brinkmann | 2004-04-19 | 1 | -0/+1 |
| | | | | | | * libgpg-error.spec.in (%files): Add gpg-error. Submitted by Albrecht Dre<DF> <[email protected]>. |