summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move Text::Soundex from lib/ to ext/ and upgrade it to Steve Peters2006-10-037-2/+374
* [patch] convert spare debug flag to DEBUG_U, for Unofficial, User hacking.Jim Cromie2006-10-032-2/+8
* Un-TODO some B testsRafael Garcia-Suarez2006-10-031-6/+5
* Upgrade to version-0.6701Steve Peters2006-10-031-1/+1
* Upgrade to threads-shared-1.03Steve Peters2006-10-0317-1421/+1722
* Upgrade to threads-1.42Steve Peters2006-10-035-15/+17
* Upgrade to ExtUtils-Manifest-1.48Steve Peters2006-10-032-12/+14
* Upgrade to CPAN-1.88_52Steve Peters2006-10-037-126/+237
* Upgrade to Time-HiRes-1.91Steve Peters2006-10-033-7/+29
* Update to ExtUtils-Command-1.11Steve Peters2006-10-033-71/+72
* [perl #40427] Segfault in pack dgay@acm.org2006-10-031-0/+1
* Regenerate proto.hRafael Garcia-Suarez2006-10-031-1/+1
* const sv_reftypeJarkko Hietaniemi2006-10-033-3/+3
* Re: [PATCH] cflags.SH: rethink of the gcc -std=c89 and -pedanticJarkko Hietaniemi2006-10-021-47/+109
* doc typo change on jhi's requestH.Merijn Brand2006-10-021-2/+2
* perldiag.pod: followup on the PerlIO::scalar patchJarkko Hietaniemi2006-10-021-2/+5
* In PerlIO_debug(), if tainting or set*id, set PL_perlio_debug_fd to -1Nicholas Clark2006-10-011-5/+12
* In pp_binmode, call mode_from_discipline() once and remember the result.Nicholas Clark2006-10-011-15/+16
* [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.88_51.tar.gzAndreas König2006-09-308-320/+545
* remove backing up outercc->cur in regmatch()/WHILEMDave Mitchell2006-09-301-12/+0
* assert that backing up outercc->cur in regmatch()/WHILEM is not neededDave Mitchell2006-09-301-3/+3
* add stress test for CURLYX/WHILEM regex opsDave Mitchell2006-09-301-1/+103
* rationalise sayYES and sayNO code in regmatch()Dave Mitchell2006-09-302-72/+49
* Minor re 'Debug' tweaks, also fix a bug in dumping certain patterns.Yves Orton2006-09-294-24/+38
* PerlIO::scalar (aka open(my $fh, >\$foo)): zero-filling seekand don't talk to...Jarkko Hietaniemi2006-09-293-104/+116
* Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug...Yves Orton2006-09-293-15/+17
* Fix debug format in regcomp.c that was failing underSteve Peters2006-09-291-1/+1
* Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug...Yves Orton2006-09-2924-298/+355
* Silence two warnings from gcc when being -pedanticNicholas Clark2006-09-281-2/+2
* Re: reentr reshuffleJarkko Hietaniemi2006-09-282-200/+200
* Regen for #28896H.Merijn Brand2006-09-282-154/+266
* reentr reshuffleJarkko Hietaniemi2006-09-283-3/+44
* Saddest patch I ever had to apply.Rafael Garcia-Suarez2006-09-271-10/+0
* I think we need to skip PL_regdupe as well as Perl_regdupeSteve Hay2006-09-271-0/+1
* Make Perl_regdupe only exist for threaded perls.Nicholas Clark2006-09-267-5/+27
* Automate generation of the regmatch() state constantsYves Orton2006-09-255-443/+556
* Add hook for re_dup() into regex engine as reg_dupe (make reYves Orton2006-09-2512-139/+199
* Remove three X<...> that cannot be handled by pod2text currentlyRafael Garcia-Suarez2006-09-251-3/+0
* perlref clarification (was: Re: Is this a bug or a feature?)David Landgren2006-09-251-0/+6
* Fix re debug formatting nitsYves Orton2006-09-251-10/+13
* Typo fix in overload docsRafael Garcia-Suarez2006-09-251-1/+1
* Re: Change 28877: [PATCH] deal with some gcc warningsJarkko Hietaniemi2006-09-253-6/+4
* eliminate PL_regindent and improve -Mre=Debug,STATE outputDave Mitchell2006-09-253-44/+76
* fix regression introduced in #27778: must backtrack into inner regexDave Mitchell2006-09-244-37/+93
* in S_regmatch(), convert state var st->cc into local var cur_curlyxDave Mitchell2006-09-242-64/+65
* allow fields in re_tests to include \x{nnn} etcDave Mitchell2006-09-242-12/+13
* Upgrade to CPAN-1.8801.Steve Peters2006-09-233-114/+179
* Document the values that mad_key can holdRafael Garcia-Suarez2006-09-211-0/+75
* RE: Combining UTF-16 output with :crlf is awkwardJan Dubois2006-09-211-1/+18
* Re: \N{...} in regular expression [PATCH]SADAHIRO Tomoyuki2006-09-211-4/+3