summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2003-11-11 12:57:36 +0000
committerWerner Koch <wk@gnupg.org>2003-11-11 12:57:36 +0000
commitf6f2462012cf4e979487bb2ccce8a7f1ba96d3a7 (patch)
tree6f61d5a92e7f131707667ea58562c63358aea3da /doc
parentae971910cc6cbb7617c6b0e8048f942b96669345 (diff)
downloadlibgcrypt-f6f2462012cf4e979487bb2ccce8a7f1ba96d3a7.tar.gz
* Manifest: New.
* gcrypt.texi (Working with S-expressions): Added "%b". * sexp.c (sexp_sscan): Implemented "%b" format specifier. * tsexp.c (basic): Add pass structure and a test for the %b format.
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/gcrypt.texi5
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 65aadac9..314dc1e9 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2003-11-11 Werner Koch <wk@gnupg.org>
+
+ * gcrypt.texi (Working with S-expressions): Added "%b".
+
2003-11-04 Werner Koch <wk@gnupg.org>
* gcrypt.texi (Retrieving random numbers): Add gcry_create_nonce.
diff --git a/doc/gcrypt.texi b/doc/gcrypt.texi
index 96f6d766..83d04b65 100644
--- a/doc/gcrypt.texi
+++ b/doc/gcrypt.texi
@@ -3076,6 +3076,11 @@ string is inserted into the resulting S-expression.
@item %d
The next argument is expected to be of type @code{int} and its
value ist inserted into the resulting S-expression.
+@item %b
+The next argument is expected to be of type @code{int} directly
+followed by an argument of type @code{char *}. This represents a
+buffer of given length to be inserted into the resulting regular
+expression.
@end table
@noindent