summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix Attribute::Handlers to cope with proxy constant subroutines.Nicholas Clark2006-11-293-0/+15
* Change in handling of \RNNN inside nested patternsYves Orton2006-11-294-19/+29
* Bring the joy of strict to Attribute::Handlers.Nicholas Clark2006-11-281-4/+13
* Remove DOS line endingsRafael Garcia-Suarez2006-11-289-1330/+1330
* Fix IPC-Cmd test failure on Win32: check current directory as wellSteve Hay2006-11-281-2/+4
* Building with Visual C++ 2005 now works except for one test failureSteve Hay2006-11-283-13/+17
* Silence VC++ 8 warnings about "possible loss of data"Steve Hay2006-11-282-4/+4
* OS/2 compilation fixes by IlyaIlya Zakharevich2006-11-282-0/+16
* Silence 4 "unreferenced local variable" warnings from VC++Steve Hay2006-11-282-5/+2
* Re: [PATCH 5.8.8] Build on OS/2Ilya Zakharevich2006-11-281-2/+2
* Add Module::PluggableRafael Garcia-Suarez2006-11-2853-0/+2108
* perl5db on miniperlIlya Zakharevich2006-11-281-3/+5
* Give perl.exe an icon when built with MinGW and BorlandSteve Hay2006-11-281-5/+8
* Add IPC::Cmd to the coreRafael Garcia-Suarez2006-11-285-0/+1109
* Typo fix (by Dominic Dunlop)Rafael Garcia-Suarez2006-11-281-2/+2
* [PATCH[ threads 1.53Jerry D. Hedden2006-11-289-47/+70
* Re: [PATCH] perlhack: some portability updatesDominic Dunlop2006-11-283-6/+7
* Add missing d_printf_format_null/PRINTF_FORMAT_NULL_OK to Win32 cannedSteve Hay2006-11-279-0/+23
* Make the win32/makefile.mk a little saferSteve Hay2006-11-271-11/+11
* Add missing file to MANIFESTRafael Garcia-Suarez2006-11-271-0/+1
* Move words and revcharmap out of struct _rev_trie_data and duplicateNicholas Clark2006-11-276-62/+81
* 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