aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2006-03-03 Marcus Brinkmann <[email protected]>libgpg-error-1.2Marcus Brinkmann2006-03-031-1/+2
| | | | | | | * configure.ac (LIBGPG_ERROR_LT_CURRENT, LIBGPG_ERROR_LT_AGE): Bump for release. (LIBGPG_ERROR_LT_REVISION): Reset to 0 for release.
* Add Vietnamese translationWerner Koch2006-01-111-1/+1
|
* 2005-10-25 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-10-251-1/+5
| | | | | | | | | | | | | | | | | | * 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-231-0/+4
| | | | | | | | | | | * 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.
* Translations added.Marcus Brinkmann2005-09-281-1/+2
|
* Add news items about new error codes.Marcus Brinkmann2005-09-081-2/+9
|
* Does now allow to build a W32 DLL.Werner Koch2005-08-191-2/+3
|
* Post-release fixup.Marcus Brinkmann2005-06-201-0/+10
|
* Prepare for release.libgpg-error-1-1Marcus Brinkmann2005-06-201-2/+4
|
* post release version bumbWerner Koch2004-07-301-0/+4
|
* Bumbed version to 1.0, LT to C1/A1/R3.Werner Koch2004-07-301-3/+4
|
* Add new source and codes for GSTI.Marcus Brinkmann2004-06-081-2/+8
|
* 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.
* Prepare for next round of changes.Marcus Brinkmann2004-03-081-1/+11
|
* 2004-03-07 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-03-071-1/+1
| | | | | | | Released 0.7. * configure.ac: Bumbed up LIBGPG_ERROR_LT_REVISON.
* 2004-03-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-03-011-42/+46
| | | | | | | | | | | | | | | | * 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-2/+1
| | | | | | * src/Makefile.am (noinst_PROGRAMS): Rename to ... (bin_PROGRAMS): ... this.
* 2004-02-27 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-02-271-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Added GPG_ERR_NOT_LOCKED.Werner Koch2004-02-031-0/+2
|
* Added GPG_ERR_LOCALE_PROBLEM.Werner Koch2003-12-221-0/+3
|
* Bumbed version number to 0.7.Werner Koch2003-11-141-0/+5
|
* About to release 0.6libgpg-error-0-6Werner Koch2003-11-141-7/+43
|
* Added error sources forWerner Koch2003-11-061-0/+9
| | | | | Libksba and Dirmngr. Added GPG_ERR_TRUNCATED.
* Allow GPG_ERR_INLINE to get overriden, so thatWerner Koch2003-11-031-0/+5
| | | | | | one can use the -D flag to specify the inline keyword. Suggested by Philip Brown.
* Prepare development of next release.Marcus Brinkmann2003-10-061-0/+4
|
* Add release date.Marcus Brinkmann2003-10-061-1/+1
|
* Add item about error code.Marcus Brinkmann2003-09-301-0/+3
|
* 2003-09-13 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-09-131-0/+7
| | | | | | | | * configure.ac: Invoke AC_FUNC_STRERROR_R. * src/gpg-error.h (gpg_strerror_r): New prototype. * src/strerror.c (system_strerror_r): New function. (gpg_strerror_r): New function.
* 2003-09-03 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-09-031-0/+4
| | | | | * configure.ac (AC_INIT): Bump up version number.
* 2003-09-03 Marcus Brinkmann <[email protected]>libgpg-error-0-4Marcus Brinkmann2003-09-031-0/+9
| | | | | | | | | Released 0.4. * src/gpg-error.h: Define GPG_ERR_INLINE to nothing if the compiler does not implement C99. * configure.ac: (AC_INIT): Bump up version number.
* Released 0.3.Marcus Brinkmann2003-07-311-1/+1
|
* Cosmetic fix.Marcus Brinkmann2003-07-311-0/+1
|
* 2003-07-31 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-07-311-0/+6
| | | | | | | | * src/strerror.c (gpg_strerror): Use CODE, not ERR to map error code to errno. * configure.ac (AC_INIT): Bump version to 0.3.
* 2003-07-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-07-301-0/+17
| | | | | Released 0.2.
* Set date.libgpg-error-0-1Marcus Brinkmann2003-06-061-1/+1
|
* 2003-05-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-05-151-0/+15
* Initial check-in.