libtasn1-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Libtasn1-commit] [SCM] GNU libtasn1 branch, master, updated. libtasn1_2


From: Simon Josefsson
Subject: [Libtasn1-commit] [SCM] GNU libtasn1 branch, master, updated. libtasn1_2_4-11-g8a5d86b
Date: Mon, 15 Mar 2010 12:54:59 +0000

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 "GNU libtasn1".

http://git.savannah.gnu.org/cgit/libtasn1.git/commit/?id=8a5d86b1bcbc09012f8cf8a7ddfc3bd742ca17db

The branch, master has been updated
       via  8a5d86b1bcbc09012f8cf8a7ddfc3bd742ca17db (commit)
       via  5ac21f66a954af3c876c138e9f5ee851ef00d408 (commit)
       via  fc8326b29da6c85cc2daddb330a26d6b0d755c0f (commit)
      from  630956b3e379d8527604e3d5d4f8c5d8beed6c46 (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 8a5d86b1bcbc09012f8cf8a7ddfc3bd742ca17db
Author: Simon Josefsson <address@hidden>
Date:   Wed Feb 17 13:45:10 2010 +0100

    Add.

commit 5ac21f66a954af3c876c138e9f5ee851ef00d408
Author: Simon Josefsson <address@hidden>
Date:   Wed Feb 17 13:37:03 2010 +0100

    Generated.

commit fc8326b29da6c85cc2daddb330a26d6b0d755c0f
Author: Simon Josefsson <address@hidden>
Date:   Wed Feb 17 13:36:52 2010 +0100

    More GTK-DOC fixes.

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

Summary of changes:
 cfg.mk     |    6 ++++++
 lib/ASN1.c |   10 +++++-----
 lib/ASN1.y |   10 +++++-----
 3 files changed, 16 insertions(+), 10 deletions(-)

diff --git a/cfg.mk b/cfg.mk
index 86ba9c6..5307edb 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -88,6 +88,12 @@ web:
 upload-web:
        cd $(htmldir) && cvs commit -m "Update." manual/ reference/
 
+review-diff:
+       git diff `git describe --abbrev=0`.. \
+       | grep -v -e ^index -e '^diff --git' \
+       | filterdiff -p 1 -x 'gl/*' -x 'build-aux/*' -x 'lib/gl*' -x 'po/*' -x 
'maint.mk' -x '.gitignore' -x '.x-sc*' -x ChangeLog -x GNUmakefile -x 
'lib/ASN1.c' \
+       | less
+
 # Work around maint.mk issue.
 taint-distcheck:
 my-distcheck:
diff --git a/lib/ASN1.c b/lib/ASN1.c
index 7fdd244..01e84b5 100644
--- a/lib/ASN1.c
+++ b/lib/ASN1.c
@@ -2757,9 +2757,9 @@ _asn1_create_errorDescription(int error,char 
*errorDescription)
  * %ASN1_SUCCESS: The file has a correct syntax and every identifier
  * is known.
  *
- * %ASN1_ELEMENT_NOT_EMPTY: *POINTER not ASN1_TYPE_EMPTY.
+ * %ASN1_ELEMENT_NOT_EMPTY: @definitions not %ASN1_TYPE_EMPTY.
  *
- * %ASN1_FILE_NOT_FOUND: An error occured while opening FILE_NAME.
+ * %ASN1_FILE_NOT_FOUND: An error occured while opening @file_name.
  *
  * %ASN1_SYNTAX_ERROR: The syntax is not correct.
  *
@@ -2767,7 +2767,7 @@ _asn1_create_errorDescription(int error,char 
*errorDescription)
  * is not defined.
  *
  * %ASN1_NAME_TOO_LONG: In the file there is an identifier whith more
- * than ASN1_MAX_NAME_SIZE characters.
+ * than %ASN1_MAX_NAME_SIZE characters.
  **/
 asn1_retCode
 asn1_parser2tree(const char *file_name, ASN1_TYPE *definitions,
@@ -2850,7 +2850,7 @@ asn1_parser2tree(const char *file_name, ASN1_TYPE 
*definitions,
  * %ASN1_SUCCESS: The file has a correct syntax and every identifier
  *   is known.
  *
- * %ASN1_FILE_NOT_FOUND: An error occured while opening FILE_NAME.
+ * %ASN1_FILE_NOT_FOUND: An error occured while opening @inputFileName.
  *
  * %ASN1_SYNTAX_ERROR: The syntax is not correct.
  *
@@ -2858,7 +2858,7 @@ asn1_parser2tree(const char *file_name, ASN1_TYPE 
*definitions,
  *   is not defined.
  *
  * %ASN1_NAME_TOO_LONG: In the file there is an identifier whith more
- *   than ASN1_MAX_NAME_SIZE characters.
+ *   than %ASN1_MAX_NAME_SIZE characters.
  **/
 int asn1_parser2array(const char *inputFileName,const char *outputFileName,
                      const char *vectorName,char *errorDescription){
diff --git a/lib/ASN1.y b/lib/ASN1.y
index 856c8a4..953e031 100644
--- a/lib/ASN1.y
+++ b/lib/ASN1.y
@@ -572,9 +572,9 @@ _asn1_create_errorDescription(int error,char 
*errorDescription)
  * %ASN1_SUCCESS: The file has a correct syntax and every identifier
  * is known.
  *
- * %ASN1_ELEMENT_NOT_EMPTY: *POINTER not ASN1_TYPE_EMPTY.
+ * %ASN1_ELEMENT_NOT_EMPTY: @definitions not %ASN1_TYPE_EMPTY.
  *
- * %ASN1_FILE_NOT_FOUND: An error occured while opening FILE_NAME.
+ * %ASN1_FILE_NOT_FOUND: An error occured while opening @file_name.
  *
  * %ASN1_SYNTAX_ERROR: The syntax is not correct.
  *
@@ -582,7 +582,7 @@ _asn1_create_errorDescription(int error,char 
*errorDescription)
  * is not defined.
  *
  * %ASN1_NAME_TOO_LONG: In the file there is an identifier whith more
- * than ASN1_MAX_NAME_SIZE characters.
+ * than %ASN1_MAX_NAME_SIZE characters.
  **/
 asn1_retCode
 asn1_parser2tree(const char *file_name, ASN1_TYPE *definitions,
@@ -665,7 +665,7 @@ asn1_parser2tree(const char *file_name, ASN1_TYPE 
*definitions,
  * %ASN1_SUCCESS: The file has a correct syntax and every identifier
  *   is known.
  *
- * %ASN1_FILE_NOT_FOUND: An error occured while opening FILE_NAME.
+ * %ASN1_FILE_NOT_FOUND: An error occured while opening @inputFileName.
  *
  * %ASN1_SYNTAX_ERROR: The syntax is not correct.
  *
@@ -673,7 +673,7 @@ asn1_parser2tree(const char *file_name, ASN1_TYPE 
*definitions,
  *   is not defined.
  *
  * %ASN1_NAME_TOO_LONG: In the file there is an identifier whith more
- *   than ASN1_MAX_NAME_SIZE characters.
+ *   than %ASN1_MAX_NAME_SIZE characters.
  **/
 int asn1_parser2array(const char *inputFileName,const char *outputFileName,
                      const char *vectorName,char *errorDescription){


hooks/post-receive
-- 
GNU libtasn1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]