aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2015-02-16 13:06:19 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2015-02-16 13:06:38 +0200
commit2273858bd6af516b0d282aff155c5a6a794f6609 (patch)
tree8530127396a94f3d70bdef83a0aaffddb1b80469
parentab643e782b45d6a53994cdd401227fe34168ac2f (diff)
downloadvmod-variable-2273858bd6af516b0d282aff155c5a6a794f6609.tar.gz
vmod-variable-2273858bd6af516b0d282aff155c5a6a794f6609.tar.bz2
Update docsrelease-1.0
-rw-r--r--NEWS2
-rw-r--r--README4
-rw-r--r--src/vmod-variable.32
3 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 9270c09..1c3e867 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,7 @@ See the end of file for copying conditions.
5Please send vmod-variable bug reports to <gray@gnu.org> 5Please send vmod-variable bug reports to <gray@gnu.org>
6 6
7 7
8Version 1.0, (git) 8Version 1.0, 2015-02-16
9 9
10Initial release 10Initial release
11 11
diff --git a/README b/README
index b815aff..f6c7ca6 100644
--- a/README
+++ b/README
@@ -33,7 +33,7 @@ Special functions are provided for testing if a variable is defined:
33the defined() function returns true if the variable is defined, and 33the defined() function returns true if the variable is defined, and
34the type_of() function returns the type of the variable. 34the type_of() function returns the type of the variable.
35 35
36A special fearure of this module are regset() and queryset() 36A special feature of this module are regset() and queryset()
37functions. The regset() function allows you to parse a string 37functions. The regset() function allows you to parse a string
38(e.g. a URL or header value) according to a regular expression 38(e.g. a URL or header value) according to a regular expression
39and to set several variables at once to selected substrings of 39and to set several variables at once to selected substrings of
@@ -163,7 +163,7 @@ s/var\./variable./
163 163
164Main differences of vmod_variable from vmod_var: 164Main differences of vmod_variable from vmod_var:
165 165
1661. Both Varsnish 3 and 4 are supported; 1661. Both Varnish 3 and 4 are supported;
167 167
1682. Variables are stored in hash tables with open addressing, to 1682. Variables are stored in hash tables with open addressing, to
169speed up accesses (vmod_var keeps them in singly-linked lists). 169speed up accesses (vmod_var keeps them in singly-linked lists).
diff --git a/src/vmod-variable.3 b/src/vmod-variable.3
index 5d5467d..f249ad3 100644
--- a/src/vmod-variable.3
+++ b/src/vmod-variable.3
@@ -49,7 +49,7 @@ the latter, it provides the following new features:
49.PP 49.PP
50.nr step 1 1 50.nr step 1 1
51.IP \n[step]. 51.IP \n[step].
52Both Varsnish 3 and 4 are supported; 52Both Varnish 3 and 4 are supported;
53.IP \n+[step]. 53.IP \n+[step].
54Variables are stored in hash tables with open addressing, to 54Variables are stored in hash tables with open addressing, to
55speed up accesses (\fBvmod_var\fR keeps them in singly-linked lists). 55speed up accesses (\fBvmod_var\fR keeps them in singly-linked lists).

Return to:

Send suggestions and report system problems to the System administrator.