summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* deal with some gcc warningsJarkko Hietaniemi2006-09-218-11/+14
* [perl #40369] File::Find mishandles non-dangling symlinksammon@rhythm.com2006-09-211-1/+1
* Deliver SIGILL, SIGBUS and SIGSEGV always in an "unsafe" manner.Rafael Garcia-Suarez2006-09-201-1/+11
* prototype() wasn't working to get the prototype of optional coreRafael Garcia-Suarez2006-09-207-28/+32
* Re: [PATCH] Patch for win32.c to fix #38723 and #39531Andrew Savige2006-09-201-11/+11
* Re: \N{...} in regular expression [PATCH]Yves Orton2006-09-191-4/+4
* Upgrade to podlators 2.0.5Rafael Garcia-Suarez2006-09-198-31/+140
* Changed +DA2.0w to +DD64; Added notes about C ANSI C updatesH.Merijn Brand2006-09-191-2/+10
* Re: [PATCH] lib/File/Copy.t - test descriptions and minor fixesAdriano Ferreira2006-09-191-23/+29
* Re: \N{...} in regular expression [PATCH]Yves Orton2006-09-1910-48/+448
* C++: add -Wno-used-parameter, and drop ODBM_FileJarkko Hietaniemi2006-09-192-4/+15
* Fix declaration-after-statement problemSebastian Steinlechner2006-09-181-1/+1
* bleed - silence warning in sv.cPhilip M. Gollucci2006-09-181-1/+1
* Re: [perl #37714] XSUB.h version check may fail due to localeJohn Peacock2006-09-182-3/+3
* Fix one genuine unitialised code path spotted by gcc, and a signed/Nicholas Clark2006-09-171-1/+3
* Avoid compiler warning about a variable that isn't used whenNicholas Clark2006-09-171-0/+2
* A better version of change #28847Rafael Garcia-Suarez2006-09-172-2/+12
* util.c: restore Perl_my_setenv() to pre-28814Jarkko Hietaniemi2006-09-171-75/+60
* Some notes about struct block_loopNicholas Clark2006-09-171-0/+17
* Store a pointer to the op in struct block_loop, rather than the Nicholas Clark2006-09-174-18/+22
* Upgrade to CPAN-CPAN-1.87_64Steve Peters2006-09-167-78/+150
* Upgrade to ExtUtils-ParseXS-2.16. There actually are a couple ofSteve Peters2006-09-161-2/+4
* Shrink the interpreter structure by 4 bytes (usually) by makingNicholas Clark2006-09-162-4/+4
* Revert changes 28772, 28773, 28774 as they won't gain us anything - INicholas Clark2006-09-165-34/+25
* return value of -1 without errno set is ok in Craig A. Berry2006-09-161-38/+33
* No declarations after statements ! (noticed by Sadahiro Tomoyuki)Rafael Garcia-Suarez2006-09-161-1/+2
* Avoid warnings when $Config{d_cplusplus} is undefined.Nicholas Clark2006-09-151-3/+3