aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 2007-09-27 Marcus Brinkmann <[email protected]>Marcus Brinkmann2007-09-272-1/+8
| | | | | | * src/Makefile.am (%.o): Replace pattern rule with suffix rule. (SUFFIXES): New variable.
* new codesWerner Koch2007-09-274-2/+15
|
* Typo fixWerner Koch2007-08-232-2/+6
|
* 2007-08-03 Marcus Brinkmann <[email protected]>Marcus Brinkmann2007-08-036-3/+383
| | | | | | | * configure.ac: Allow --disable-languages. * Makefile.am [!LANGUAGES_SOME]: Don't add lang to subdirs. * m4/inttypes-h.m4, m4/lock.m4, m4/visibility.m4: New files.
* 2007-08-03 Marcus Brinkmann <[email protected]>Marcus Brinkmann2007-08-034-3/+10
| | | | | | | * configure.ac: Call AM_PROG_CC_C_O. * autogen.sh: Use = not == in test. * lang/cl/Makefile.am: Do not use :=, but =.
* Minor W32 enhancementsWerner Koch2007-06-273-3/+51
|
* 2007-05-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann2007-05-192-0/+6
| | | | | | * lang/cl/gpg-error.lisp (gpg-err-source-t): Add :gpg-err-source-any.
* UpdatedWerner Koch2007-02-262-3/+11
|
* Installed Swedish translationWerner Koch2006-12-223-1/+926
|
* 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-092-1/+6
| | | | | | * src/Makefile.am (EXTRA_DIST): Add README. * src/README: New file.
* 2006-12-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-12-012-2/+4
| | | | | * src/gpg-error.c (get_err_from_number): Fix last change.
* 2006-12-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-12-012-2/+19
| | | | | | * src/gpg-error.c (get_err_from_number): Support source and code number in split format like "7.17".
* Post release version number bumpWerner Koch2006-11-302-2/+6
|
* * configure.ac: Set LT version to C3/A3/R1.libgpg-error-1.5Werner Koch2006-11-3013-52/+78
| | | | | | | | | | | | | | | * 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-3072-15669/+1447
|
* Added missing function. Reported by Simon JosefssonWerner Koch2006-09-182-0/+7
|
* Post release updatesWerner Koch2006-09-142-1/+6
|
* Ready for a new releaselibgpg-error-1.4Werner Koch2006-09-1421-282/+1260
|
* Updated.Werner Koch2006-09-082-60/+47
|
* Minor tweaks of yesterday's changes.Werner Koch2006-09-063-5/+13
|
* New error codes. This is mainly to support a change in libassuan.Werner Koch2006-09-054-5/+87
|
* Adjust some comments.Marcus Brinkmann2006-07-042-3/+10
|
* 2006-07-04 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-07-043-4/+10
| | | | | | | * 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-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-05-302-0/+5
| | | | | * lang/cl/gpg-error.asd.in (gpg-error): Add "depends-on" on cffi.
* 2006-05-29 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-05-293-2/+11
| | | | | | | | * 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]>.
* Revert last change. Automake already takes care of everything.Marcus Brinkmann2006-05-252-8/+4
|
* 2006-05-25 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-05-252-4/+7
| | | | | | | * lang/cl/Makefile.am (distributed_clfiles): Move gpg-error.asd to ... (generated_clfiles): ... here. (EXTRA_DIST): Add gpg-error.asd.in.
* 2006-05-25 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-05-253-2/+6
| | | | | | | * lang/cl/gpg-error.asd: Renamed to ... * lang/cl/gpg-error.asd.in: ... this. * configure.ac (AC_CONFIG_FILES): Add lang/cl/gpg-error.asd.in.
* Fix last change.Marcus Brinkmann2006-05-251-2/+6
|
* 2006-05-25 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-05-257-10/+18
| | | | | | | * lang/cl/mkerrcodes.awk, lang/cl/gpg-error-package.lisp, lang/cl/gpg-error.lisp, lang/cl/gpg-error.asd, lang/cl/Makefile.am (clfilesdir): Fix package and file names.
* 2006-05-25 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-05-242-1/+5
| | | | | * lang/cl/Makefile.am (clfilesdir): Use datadir, not prefix.
* 2006-05-05 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-05-0512-4/+572
| | | | | | | | | | | | | * configure.ac (AC_CONFIG_FILES): Add lang/Makefile and lang/cl/Makefile. * Makefile.am (SUBDIRS): Add lang. * lang: New directory. * lang/README, lang/Makefile.am: New files. * lang/cl: New directory. * lang/cl/Makefile.am, lang/cl/README, lang/cl/gpg-error.asd, lang/cl/gpg-error-package.lisp, lang/cl/gpg-error.lisp, lang/cl/mkerrcodes.awk: New files.
* 2006-03-14 Marcus Brinkmann <[email protected]>libgpg-error-1.3Marcus Brinkmann2006-03-143-7/+7
| | | | | | | Released 1.3. * configure.ac (LIBGPG_ERROR_LT_REVISION): Bump for release.
* Fix last change.Marcus Brinkmann2006-03-141-1/+1
|
* GNU gettext is included for systems that do not provide it.Marcus Brinkmann2006-03-141-0/+2
|
* 2006-03-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-03-1499-752/+16546
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* 2006-03-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-03-0610-467/+947
| | | | | | | | * 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.
* Post-release tweaks.Marcus Brinkmann2006-03-032-1/+9
|
* 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.