summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move widecharmap out of the shared structure _reg_trie_data into theNicholas Clark2006-11-266-44/+52
* Swap _reg_ac_data.trie to U32 offset into the regdata array, asNicholas Clark2006-11-263-12/+10
* Moving the reference count to the front of both _reg_trie_data andNicholas Clark2006-11-262-14/+14
* A little reodering of the switch statement in Perl_regdupe makes a Nicholas Clark2006-11-261-8/+5
* Eliminated unitialised clone_params value bug accidentally added withNicholas Clark2006-11-261-1/+1
* Stage 1 of threadsafe-ing the trie strucutres - use shared malloc.Nicholas Clark2006-11-261-37/+50
* Simplify S_add_data(), given that realloc will NULL acts as malloc().Nicholas Clark2006-11-261-14/+10
* Change (well, correct) S_add_data to take and return a U32.Nicholas Clark2006-11-263-9/+10
* Make the cache in Carp::trusts actually persist across calls :-)Nicholas Clark2006-11-261-2/+5
* Remove unused lexical present since change 13426.Nicholas Clark2006-11-261-1/+0
* Adding Time::Piece to the core...again.Steve Peters2006-11-2614-0/+2399
* Stop mod_perl looping forever in &Carp::shortmess_jmp as it somehowNicholas Clark2006-11-262-3/+8
* Skip test for Module::Load::Conditional that appears to be settingSteve Peters2006-11-251-1/+4
* xterm debugger support for VMS from John Malmberg (with revisions)Craig A. Berry2006-11-254-7/+315
* Add Module::Load::Conditional to the coreJos I. Boumans2006-11-258-3/+712
* smoke signs suppressionJarkko Hietaniemi2006-11-255-25/+27
* perlhack: some portability updatesJarkko Hietaniemi2006-11-251-32/+41
* Remove redundant macros from win32 makefilesSteve Hay2006-11-242-158/+4
* Cleanup manifest file left by test script when using VC8Steve Hay2006-11-241-0/+1
* Embed manifest files in DLLs built with Module-Build when using VC8Steve Hay2006-11-241-8/+25
* [perl #36689] &=, |= and ^= overloads are nbot documentedAdriano Ferreira2006-11-242-4/+41
* Revert change #29098 (that introduced a new warning,Rafael Garcia-Suarez2006-11-243-23/+0
* Un-TODO one test in pat.t ($1 kept safe after a /g match)Rafael Garcia-Suarez2006-11-241-1/+1
* Even better configure.com handling for checkcfgvar.plCraig A. Berry2006-11-241-1/+1
* Initialize targetarch in configure.comCraig A. Berry2006-11-241-0/+1
* Re: [PATCH] Cleanup regexp flags and structureYves Orton2006-11-233-168/+203
* Module::Pluggable diff had some hidden binary files in it. I'mSteve Peters2006-11-2352-2069/+2
* Add Module::Pluggable to the coreJos Boumans2006-11-2353-2/+2197
* Change 29364 forgot to turn the POK flag on.Nicholas Clark2006-11-231-0/+1
* Assigning to a PVCV effectively just sets the prototype, so make thisNicholas Clark2006-11-231-1/+13
* Remove superfluous SvROK()Nicholas Clark2006-11-231-2/+1
* Tune configure.com checking to ignore trailing comments.Craig A. Berry2006-11-231-2/+4
* Fix for bug #38631: tied variables don't work with .= <>Rafael Garcia-Suarez2006-11-232-1/+15
* Cleanup regexp flags and structureYves Orton2006-11-2310-199/+256
* More safety in free()sRafael Garcia-Suarez2006-11-231-1/+5
* Silence VC8's warnings about "unsafe" CRT functions and POSIX CRTSteve Hay2006-11-233-0/+35
* installman3dir is nullRobin Barker2006-11-231-1/+6
* Upgrade to PathTools-3.24.Steve Peters2006-11-235-14/+34
* Update makefile.mk as per Makefile w.r.t. #29308 and #29323Steve Hay2006-11-221-1/+1
* \G with /g results in infinite loop in 5.6 and laterYves Orton2006-11-2210-56/+124
* POSIX::remove() and directoriesPeter Dintelmann2006-11-221-1/+1
* VC8 regards 60 seconds as an invalid parameter for strftime()Steve Hay2006-11-221-1/+6
* Don't AUTOLOAD DESTROY from Attribute::Handlers.Rafael Garcia-Suarez2006-11-221-3/+2
* Fix infinite loop in Perl_my_strftime() for failing strftime()Steve Hay2006-11-221-2/+3
* More doc nits on Switch, and bump version to 2.11 for upcoming CPAN release.Rafael Garcia-Suarez2006-11-221-24/+20
* Re: [perl #40917] Benchmark fails under -MbignumSADAHIRO Tomoyuki2006-11-221-3/+6
* Fix a number of documentation issues in Switch.pm (code examplesRafael Garcia-Suarez2006-11-221-26/+19
* Remove tests for POD or POD coverage -- they're always skipped.Rafael Garcia-Suarez2006-11-2211-162/+0
* - Restore two Text::Balanced tests, more comprehensive in bleadperl thanRafael Garcia-Suarez2006-11-223-36/+68
* Sync Text::Balanced with the CPAN version (1.99.1)Rafael Garcia-Suarez2006-11-225-119/+81