~ubuntu-branches/ubuntu/trusty/pcre3/trusty

« back to all changes in this revision

Viewing changes to doc/index.html.src

  • Committer: Package Import Robot
  • Author(s): Mark Baker
  • Date: 2012-03-23 22:34:54 UTC
  • mfrom: (23.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20120323223454-grhqqolk8a7x1h24
Tags: 1:8.30-4
* Reluctantly using an epoch, as it seems the funny version number with
  extra dots causes problems
* Bumped standard version to 3.9.3. No changes needed
* Converted to use new source format / quilt
* Put back obsolete pcre_info() API that upstream have dropped (Closes:
  #665300, #665356)
* Don't include pcregrep binary in debug package

Thanks to Elimar Riesebieter for the conversion to the new source format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
<tr><td><a href="pcre.html">pcre</a></td>
19
19
    <td>&nbsp;&nbsp;Introductory page</td></tr>
20
20
 
 
21
<tr><td><a href="pcre16.html">pcre16</a></td>
 
22
    <td>&nbsp;&nbsp;Discussion of the 16-bit PCRE library</td></tr>
 
23
 
21
24
<tr><td><a href="pcre-config.html">pcre-config</a></td>
22
25
    <td>&nbsp;&nbsp;Information about the installation configuration</td></tr>
23
26
 
42
45
<tr><td><a href="pcregrep.html">pcregrep</a></td>
43
46
    <td>&nbsp;&nbsp;The <b>pcregrep</b> command</td></tr>
44
47
 
 
48
<tr><td><a href="pcrejit.html">pcrejit</a></td>
 
49
    <td>&nbsp;&nbsp;Discussion of the just-in-time optimization support</td></tr>
 
50
 
 
51
<tr><td><a href="pcrelimits.html">pcrelimits</a></td>
 
52
    <td>&nbsp;&nbsp;Details of size and other limits</td></tr>
 
53
 
45
54
<tr><td><a href="pcrematching.html">pcrematching</a></td>
46
55
    <td>&nbsp;&nbsp;Discussion of the two matching algorithms</td></tr>
47
56
 
71
80
 
72
81
<tr><td><a href="pcretest.html">pcretest</a></td>
73
82
    <td>&nbsp;&nbsp;The <b>pcretest</b> command for testing PCRE</td></tr>
 
83
 
 
84
<tr><td><a href="pcreunicode.html">pcreunicode</a></td>
 
85
    <td>&nbsp;&nbsp;Discussion of Unicode and UTF-8 support</td></tr>
74
86
</table>
75
87
 
76
88
<p>
77
89
There are also individual pages that summarize the interface for each function 
78
 
in the library:
 
90
in the library. There is a single page for each pair of 8-bit/16-bit functions.
79
91
</p>
80
92
 
81
93
<table>    
82
94
 
 
95
<tr><td><a href="pcre_assign_jit_stack.html">pcre_assign_jit_stack</a></td>
 
96
    <td>&nbsp;&nbsp;Assign stack for JIT matching</td></tr>
 
97
 
83
98
<tr><td><a href="pcre_compile.html">pcre_compile</a></td>
84
99
    <td>&nbsp;&nbsp;Compile a regular expression</td></tr>
85
100
 
99
114
    <td>&nbsp;&nbsp;Match a compiled pattern to a subject string
100
115
    (DFA algorithm; <i>not</i> Perl compatible)</td></tr>
101
116
 
 
117
<tr><td><a href="pcre_free_study.html">pcre_free_study</a></td>
 
118
    <td>&nbsp;&nbsp;Free study data</td></tr>
 
119
 
102
120
<tr><td><a href="pcre_exec.html">pcre_exec</a></td>
103
121
    <td>&nbsp;&nbsp;Match a compiled pattern to a subject string
104
122
    (Perl compatible)</td></tr>
127
145
<tr><td><a href="pcre_info.html">pcre_info</a></td>
128
146
    <td>&nbsp;&nbsp;Obsolete information extraction function</td></tr>
129
147
 
 
148
<tr><td><a href="pcre_jit_stack_alloc.html">pcre_jit_stack_alloc</a></td>
 
149
    <td>&nbsp;&nbsp;Create a stack for JIT matching</td></tr>
 
150
 
 
151
<tr><td><a href="pcre_jit_stack_free.html">pcre_jit_stack_free</a></td>
 
152
    <td>&nbsp;&nbsp;Free a JIT matching stack</td></tr>
 
153
 
130
154
<tr><td><a href="pcre_maketables.html">pcre_maketables</a></td>
131
155
    <td>&nbsp;&nbsp;Build character tables in current locale</td></tr>
132
156
    
 
157
<tr><td><a href="pcre_pattern_to_host_byte_order.html">pcre_pattern_to_host_byte_order</a></td>
 
158
    <td>&nbsp;&nbsp;Convert compiled pattern to host byte order if necessary</td></tr>
 
159
 
133
160
<tr><td><a href="pcre_refcount.html">pcre_refcount</a></td>
134
161
    <td>&nbsp;&nbsp;Maintain reference count in compiled pattern</td></tr>
135
162
 
136
163
<tr><td><a href="pcre_study.html">pcre_study</a></td>
137
164
    <td>&nbsp;&nbsp;Study a compiled pattern</td></tr>
138
165
 
 
166
<tr><td><a href="pcre_utf16_to_host_byte_order.html">pcre_utf16_to_host_byte_order</a></td>
 
167
    <td>&nbsp;&nbsp;Convert UTF-16 string to host byte order if necessary</td></tr>
 
168
 
139
169
<tr><td><a href="pcre_version.html">pcre_version</a></td>
140
170
    <td>&nbsp;&nbsp;Return PCRE version and release date</td></tr>
141
171
</table>