[svn] gpg-error - r248 - in trunk: . src

svn author wk cvs at cvs.gnupg.org
Thu Sep 2 12:48:04 CEST 2010


Author: wk
Date: 2010-09-02 12:48:03 +0200 (Thu, 02 Sep 2010)
New Revision: 248

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/src/err-codes.h.in
   trunk/src/w32-gettext.c
Log:
Add new error code.
Remove comment cruft.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2010-08-19 13:39:12 UTC (rev 247)
+++ trunk/ChangeLog	2010-09-02 10:48:03 UTC (rev 248)
@@ -1,3 +1,7 @@
+2010-09-02  Werner Koch  <wk at g10code.com>
+
+	* src/err-codes.h.in: Add GPG_ERR_NOT_INITIALIZED.
+
 2010-08-19  Werner Koch  <wk at g10code.com>
 
 	* configure.ac (AH_BOTTOM): Define GPG_ERR_ENABLE_ERRNO_MACROS.

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2010-08-19 13:39:12 UTC (rev 247)
+++ trunk/NEWS	2010-09-02 10:48:03 UTC (rev 248)
@@ -1,8 +1,10 @@
 Noteworthy changes in version 1.10
 ----------------------------------------------
 
+
  * Interface changes relative to the 1.9 release:
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ GPG_ERR_NOT_INITIALIZED       NEW.
 
 
 Noteworthy changes in version 1.9 (2010-07-21)

Modified: trunk/src/err-codes.h.in
===================================================================
--- trunk/src/err-codes.h.in	2010-08-19 13:39:12 UTC (rev 247)
+++ trunk/src/err-codes.h.in	2010-09-02 10:48:03 UTC (rev 248)
@@ -213,7 +213,8 @@
 181	GPG_ERR_MISSING_KEY		Missing key
 182	GPG_ERR_TOO_MANY		Too many objects
 183	GPG_ERR_LIMIT_REACHED		Limit reached
-# 184 to 198 are free to be used.
+184	GPG_ERR_NOT_INITIALIZED		Not initialized
+# 185 to 198 are free to be used.
 
 199	GPG_ERR_UNFINISHED		Operation not yet finished
 200	GPG_ERR_BUFFER_TOO_SHORT	Buffer too short

Modified: trunk/src/w32-gettext.c
===================================================================
--- trunk/src/w32-gettext.c	2010-08-19 13:39:12 UTC (rev 247)
+++ trunk/src/w32-gettext.c	2010-09-02 10:48:03 UTC (rev 248)
@@ -1,6 +1,6 @@
 /* w32-gettext.h - A simple gettext implementation for Windows targets.
    Copyright (C) 1995, 1996, 1997, 1999, 2005, 2007,
-2                 2008, 2010 Free Software Foundation, Inc.
+                 2008, 2010 Free Software Foundation, Inc.
 
    This file is part of libgpg-error.
  





More information about the Gnupg-commits mailing list