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

« back to all changes in this revision

Viewing changes to doc/html/pcre_refcount.html

  • 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:
21
21
<P>
22
22
<b>int pcre_refcount(pcre *<i>code</i>, int <i>adjust</i>);</b>
23
23
</P>
 
24
<P>
 
25
<b>int pcre16_refcount(pcre16 *<i>code</i>, int <i>adjust</i>);</b>
 
26
</P>
24
27
<br><b>
25
28
DESCRIPTION
26
29
</b><br>