aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.