[git] GPG-ERROR - branch, master, updated. libgpg-error-1.10-31-g7878b0d

by Werner Koch cvs at cvs.gnupg.org
Wed Jun 20 14:48:06 CEST 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Error codes used by GnuPG et al.".

The branch, master has been updated
       via  7878b0d2db1b94be8e9655d847d42309a4a68e2a (commit)
       via  c35dbfdaa2e30e08185e4a468278a29e2c48b500 (commit)
      from  a7eb1bec2b76318bd17d4413d7f44197a241e3bc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7878b0d2db1b94be8e9655d847d42309a4a68e2a
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Jun 20 13:35:43 2012 +0200

    Add more error code documentation
    
    --

diff --git a/doc/errorref.txt b/doc/errorref.txt
index bbc9001..eafd9d8 100644
--- a/doc/errorref.txt
+++ b/doc/errorref.txt
@@ -129,7 +129,10 @@ GPG_ERR_NO_VALUE		No value
             - Converting a Distinguised Name to an RFC2253 string failed.
 
 
-27	GPG_ERR_NOT_FOUND		Not found
+GPG_ERR_NOT_FOUND		Not found
+
+    A search operation did not return a matching value.
+
 
 GPG_ERR_VALUE_NOT_FOUND		Value not found
 
@@ -295,10 +298,22 @@ GPG_ERR_UNSUPPORTED_PROTOCOL	Unsupported protocol
     GPGME:      - GPGME_PROTOCOL_xxx not supported.
 
 122	GPG_ERR_BAD_PIN_METHOD		Bad PIN method
-123	GPG_ERR_CARD_NOT_INITIALIZED	Card not initialized
+
+GPG_ERR_CARD_NOT_INITIALIZED	Card not initialized
+
+    SCDAEMON: - A card function is called but the card has not yet
+                been initialized.  This may be due to a conflict with
+                another card using connection or due to a bug.
+
 124	GPG_ERR_UNSUPPORTED_OPERATION	Unsupported operation
 125	GPG_ERR_WRONG_KEY_USAGE		Wrong key usage
-126	GPG_ERR_NOTHING_FOUND		Nothing found
+
+GPG_ERR_NOTHING_FOUND		Nothing found
+
+  Indicates that the operation was not possible because nothing has
+  been found.  For example an update request for non existent data.
+
+
 127	GPG_ERR_WRONG_BLOB_TYPE		Wrong blob type
 
 GPG_ERR_MISSING_VALUE		Missing value

commit c35dbfdaa2e30e08185e4a468278a29e2c48b500
Author: Rafaël Carré <funman at videolan.org>
Date:   Wed Jun 20 11:49:57 2012 +0200

    Use CPPFLAGS when generating mkerrcodes.h
    
     * src/Makefile.am (mkerrcodes.h): Use CPPFLAGS.
    
    Signed-off-by: Rafaël Carré <funman at videolan.org>

diff --git a/src/Makefile.am b/src/Makefile.am
index 518a4c0..a84e3f0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -138,7 +138,7 @@ code-to-errno.h: Makefile mkerrnos.awk errnos.in
 # It is correct to use $(CPP).  We want the host's idea of the error codes.
 mkerrcodes.h: Makefile mkerrcodes.awk $(gpg_extra_headers)
 	$(AWK) -f $(srcdir)/mkerrcodes1.awk $(srcdir)/errnos.in >_$@
-	$(CPP) $(extra_cppflags) _$@ | grep GPG_ERR_ | \
+	$(CPP) $(CPPFLAGS) $(extra_cppflags) _$@ | grep GPG_ERR_ | \
                $(AWK) -f $(srcdir)/mkerrcodes.awk >$@
 	-rm _$@
 

-----------------------------------------------------------------------

Summary of changes:
 doc/errorref.txt |   21 ++++++++++++++++++---
 src/Makefile.am  |    2 +-
 2 files changed, 19 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Error codes used by GnuPG et al.
http://git.gnupg.org




More information about the Gnupg-commits mailing list