aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-03-142006-03-14 Marcus Brinkmann <[email protected]>libgpg-error-1.3Marcus Brinkmann1-0/+4
Released 1.3. * configure.ac (LIBGPG_ERROR_LT_REVISION): Bump for release.
2006-03-142006-03-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+9
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-062006-03-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+7
* 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.
2006-03-032006-03-03 Marcus Brinkmann <[email protected]>libgpg-error-1.2Marcus Brinkmann1-0/+6
* configure.ac (LIBGPG_ERROR_LT_CURRENT, LIBGPG_ERROR_LT_AGE): Bump for release. (LIBGPG_ERROR_LT_REVISION): Reset to 0 for release.
2005-11-02Changes for building on W32 without needing libintl.Werner Koch1-0/+13
2005-10-26Use bzip2 for the dist target.Werner Koch1-0/+4
2005-10-252005-10-25 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+5
* 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-252005-10-25 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+3
* src/Makefile.am (gpg_error_CPPFLAGS): New variable. * src/gpg-error.c (i18n_init): Don't return anything.
2005-10-252005-10-25 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+16
* 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-232005-10-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+10
* 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-202005-10-20 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+7
* 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-022005-10-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+5
* 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-08-19Does now allow to build a W32 DLL.Werner Koch1-0/+7
2005-07-04Added Romanian translation and other collected changes.Werner Koch1-0/+9
2005-06-20Prepare for release.libgpg-error-1-1Marcus Brinkmann1-0/+2
2005-06-202005-06-20 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+5
* configure.ac: Bump up LIBGPG_ERROR_LT_REVISION, update version field.
2005-06-16Fix changelog.Marcus Brinkmann1-1/+1
2005-06-162005-06-16 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+6
* 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-01-052005-01-05 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+4
* configure.ac: Check for locale.h.
2004-12-18Add option --build-w32.Werner Koch1-0/+4
2004-09-142004-09-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+2
* src/gpg-error.m4: Add copyright note.
2004-09-142004-09-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+5
* configure.ac: Call AC_CANONICAL_HOST. Suppress warning about lack of strerror_r on all Solaris platforms.
2004-07-30Bumbed version to 1.0, LT to C1/A1/R3.Werner Koch1-1/+11
2004-06-292004-06-29 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+4
* src/err-codes.h.in: Add GPG_ERR_INV_REQUEST.
2004-06-082004-06-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+5
* src/Makefile.am (mkerrcodes): Prefix mkerrcodes.c with $(srcdir) to fix VPATH build.
2004-05-252004-05-25 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+5
* src/err-codes.h.in: Add GPG_ERR_PROTOCOL_VIOLATION and GPG_ERR_INV_MAC.
2004-04-232004-04-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+5
* src/Makefile.am (mkerrcodes): Do not use $< in non-inference rule. (code-from-errno.h): Likewise.
2004-04-222004-04-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+8
* 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-192004-04-02 Thomas Schwinge <[email protected]>Marcus Brinkmann1-0/+4
* autogen.sh: Added ACLOCAL_FLAGS.
2004-04-192004-04-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+2
* src/gpg-error.m4: Quote first argument to AC_DEFUN.
2004-04-192004-04-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+5
* src/mkerrcodes.awk: Allow whitespace before expanded preprocessor macro (ie, the error code value). Needed for Solaris 2.8.
2004-04-082004-04-08 Moritz Schulte <[email protected]>Moritz Schulte1-0/+4
* src/gpg-error.c (main): Return zero on success.
2004-03-092004-03-09 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+3
* libgpg-error.spec.in (%files): Add gpg-error. Submitted by Albrecht Dre� <[email protected]>.
2004-03-092004-03-09 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+4
* src/mkerrcodes.c (main): Fix type of argv. Return something. ----------------------------------------------------------------------
2004-03-09* Makefile.am (dist-hook): Create a VERSION file for use by mkdiff.Werner Koch1-0/+2
2004-03-09* src/Makefile.am (mkerrcodes.h): Let CPP work on a temporary file.Werner Koch1-0/+21
(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-072004-03-07 Marcus Brinkmann <[email protected]>libgpg-error-0-7Marcus Brinkmann1-0/+1
* src/gpg-error-config.in: Fix last change.
2004-03-072004-03-07 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+3
* tests/Makefile.am (INCLUDES): Change to -I$(top_srcdir)/src to -I$(top_builddir).
2004-03-072004-03-07 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+3
* src/gpg-error-config.in (Options): Do not emit include and lib directory for prefix "/usr" or "".
2004-03-072004-03-07 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+6
Released 0.7. * configure.ac: Bumbed up LIBGPG_ERROR_LT_REVISON.
2004-03-012004-03-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+15
* 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-272004-02-27 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+3
* src/Makefile.am (noinst_PROGRAMS): Rename to ... (bin_PROGRAMS): ... this.
2004-02-272004-02-27 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+2
* src/gpg-error.h.in: Add extern "C" closure for C-- compilers.
2004-02-272004-02-27 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+40
* src/Makefile.am (noinst_PROGRAMS): New variable. (gpg_error_LDADD): New variable. (gpg_error_SOURCES): New variable. (EXTRA_DIST): Add mkheader.awk and gpg-error.h.in. (BUILT_SOURCES): Add err-sources-sym.h, err-codes-sym.h and errnos-sym.h. (CLEANFILES): Add err-sources-sym.h, err-codes-sym.h, errnos-sym.h and gpg-error.h. (err-codes.h, err-sources.h): Add -v textidx=3 to mkstrtable.awk invocation. (err-codes-sym.h): New target. (err-sources-sym.h): New target. (gpg-error.h): New rule. * src/mkstrtable.awk: Skip the second field (which contains the error code symbol). (FS): Allow more than one tab as field separator. Allow to specify the field to be used as text with the variable textidx. Allow to suppress gettext markers in the output. Allow to specify a prefix to the messages. Allow to specify a namespace for the variable and macro names. * src/mkerrnos.awk (FS): Initialize. Understand variable errnoidx, which defaults to 2, to cope with the error names being in a different column than the first. * src/mkerrcodes1.awk: Likewise. Use \t as separator. * src/mkheader.awk: New file. * src/errnos.in: Add error code numbers (relativ to GPG_ERR_SYSTEM_ERROR). * src/strerror-sym.c: New file. * src/strsources-sym.c: New file. * src/err-codes.h.in: Add the error code symbol for every error code. (GPG_ERR_BUFFER_TOO_SHORT): Fix error code (it is 200, not 199). * src/err-sources.h.in: Likewise. * src/gpg-error.h.in: New file. * src/gpg-error.h: File removed. * src/gpg-error.c: New file.
2004-02-03Added GPG_ERR_NOT_LOCKED.Werner Koch1-0/+4
2003-12-22Added GPG_ERR_LOCALE_PROBLEM.Werner Koch1-0/+8
2003-12-08* README.CVS: Enhanced.Werner Koch1-0/+2
* autogen.sh: New. * Makefile.am (EXTRA_DIST): Added autogen.sh.
2003-12-08* autogen.sh: New.Werner Koch1-0/+5
* Makefile.am (EXTRA_DIST): Added autogen.sh.
2003-11-14Bumbed version number to 0.7.Werner Koch1-0/+2
2003-11-14About to release 0.6libgpg-error-0-6Werner Koch1-0/+8