summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-05-20 15:07:58 +0000
committerNicholas Clark <nick@ccl4.org>2008-05-20 15:07:58 +0000
commit3500affe34a1b7813b87423be3d210cddbd96636 (patch)
tree9d42db15285e6b4399f8e8a4f03b8a20dc54afff /regcomp.c
parent25b7fa02103ea1a53ff48349d8573b5dc29e0a23 (diff)
downloadperl-3500affe34a1b7813b87423be3d210cddbd96636.tar.gz
Integrate:
[ 33827] Subject: [PATCH] fix typo in a Tie::Hash documentation link From: Niko Tyni <ntyni@debian.org> Date: Wed, 14 May 2008 23:09:27 +0300 Message-Id: <1210795767-21221-1-git-send-email-ntyni@debian.org> [ 33830] Add investigating eliminating POSIX::int_macro_int() to perltodo. [ 33832] HP 9000 End of Sale Announcements [ 33834] Subject: Make perlfunc link to the correct section of perlop for q//, qq//, qx//, and qw// From: Matt Kraai <kraai@ftbfs.org> Date: Thu, 15 May 2008 15:45:17 -0700 Message-ID: <20080515224517.GA11692@ftbfs.org> [ 33840] Subject: [perl #39187] [DOC-PATCH]: perldoc -f reverse: examples (was: RE: Perlfunc needs to be made more clear regarding reverse in scalar context.) From: "Bram via RT" <perlbug-followup@perl.org> Date: Fri, 16 May 2008 14:44:07 -0700 Message-ID: <rt-3.6.HEAD-9880-1210974244-1717.39187-15-0@perl.org> [ 33841] Subject: [PATCH] Re: Compiling perl (5.10.x) with gcc <= 3.2.3 From: Andy Dougherty <doughera@lafayette.edu> Date: Fri, 16 May 2008 13:59:41 -0400 (EDT) Message-ID: <Pine.LNX.4.64.0805161344570.10409@fractal.phys.lafayette.edu> [ 33848] Subject: Re: eval "require Foo" with binary-incompatible XS modules From: Niko Tyni <ntyni@debian.org> Date: Sat, 17 May 2008 21:37:30 +0300 Message-ID: <20080517183730.GA4440@rebekka> [ 33852] New separations for the pattern match operator documentation, suggested by David Nicol: Subject: It's wafer thin! From: "David Nicol" <davidnicol@gmail.com> Date: Fri, 9 May 2008 18:14:29 +0000 Message-ID: <934f64a20805091114y40595f9ap9d355b39f20779c1@mail.gmail.com> [ 33853] fix misleading comment about Perl_re_dup_guts [ 33865] Add "profile installman" to the TODO. p4raw-link: @33865 on //depot/perl: 91d0cbf6b40b82109d6a7e51347fc5d05e3eaac2 p4raw-link: @33853 on //depot/perl: 8233f60648c4d7c6fe2ee4948ff96b64f4c18d2f p4raw-link: @33852 on //depot/perl: e9d89077a60de61f809018ce831b9605072266b7 p4raw-link: @33848 on //depot/perl: 5f1da31cc3010163aa29135d0c83706ab31118b8 p4raw-link: @33841 on //depot/perl: a55bb48be6fe0e229fc7b3526b5cff8c8271a0d3 p4raw-link: @33840 on //depot/perl: 9649ed94a18776bcf75c3267a2d02b0759ed80be p4raw-link: @33834 on //depot/perl: 1d888ee36433a32b59b68d4f5c5d31b674d39322 p4raw-link: @33832 on //depot/perl: 06c0dd34a681f87b6f50a0e24a82a6da479fe953 p4raw-link: @33830 on //depot/perl: 839c1407d250d7c1cabbabe92d598c29d94077e8 p4raw-link: @33827 on //depot/perl: d195d98b12139264f4ac40aa477776e2f29d8024 p4raw-id: //depot/maint-5.10/perl@33884 p4raw-integrated: from //depot/perl@33883 'copy in' lib/Tie/Hash.pm (@27541..) 'merge in' INSTALL (@32646..) README.hpux (@33241..) regcomp.c (@33667..) p4raw-integrated: from //depot/perl@33852 'copy in' pod/perlop.pod (@33328..) p4raw-integrated: from //depot/perl@33834 'edit in' pod/perlfunc.pod (@33759..) p4raw-integrated: from //depot/perl@33830 'edit in' pod/perltodo.pod (@33748..)
Diffstat (limited to 'regcomp.c')
-rw-r--r--regcomp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/regcomp.c b/regcomp.c
index a27a128628..d288bc1514 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -9346,8 +9346,8 @@ Perl_regfree_internal(pTHX_ REGEXP * const r)
/*
re_dup - duplicate a regexp.
- This routine is expected to clone a given regexp structure. It is not
- compiler under USE_ITHREADS.
+ This routine is expected to clone a given regexp structure. It is only
+ compiled under USE_ITHREADS.
After all of the core data stored in struct regexp is duplicated
the regexp_engine.dupe method is used to copy any private data