summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* update AVs and HVs using the old_body, and remove all of the localNicholas Clark2005-06-181-59/+29
* sv_upgrade by memcpyNicholas Clark2005-06-181-72/+146
* Fix compiling with -DPURIFYNicholas Clark2005-06-171-2/+2
* Change 24886 was buggy - should be taking (and passing in) theNicholas Clark2005-06-171-6/+6
* Add new internal error message to perldiagRafael Garcia-Suarez2005-06-171-0/+5
* Collect a little more information about the body we're getting rid ofNicholas Clark2005-06-171-0/+19
* Missing aTHX_ (noticed by Jim Cromie)Rafael Garcia-Suarez2005-06-171-2/+2
* Move freeing the old body after the creating of the new body.Nicholas Clark2005-06-171-6/+28
* The only way is up!Nicholas Clark2005-06-171-1/+4
* [perl #36199] [PATCH] 5.8.7 fails to build with parallel make Steve Peters2005-06-171-0/+2
* Silence STDERR grumblings from Borland's math library.Steve Hay2005-06-173-5/+13
* Upgrade to PathTools 3.09Rafael Garcia-Suarez2005-06-175-9/+32
* new_pte/del_pte can use new_body/del_body tooNicholas Clark2005-06-171-39/+4
* Strip \\?\ prefix from Perl path in win32/win32.c:set_w32_module_name()Jan Dubois2005-06-171-0/+4
* Storing the ixv for magic arrays seems to cause double free errors onNicholas Clark2005-06-161-0/+3
* Replace all the new/del static functions with calls to a single pairNicholas Clark2005-06-164-408/+82
* Making more_* return a pointer, and swapping to a ternary ?: inNicholas Clark2005-06-161-34/+14
* Replace all the S_more_* functions with a single function.Nicholas Clark2005-06-161-303/+47
* Re: [perl #36048] Refactor S_more_*v into one functionJim Cromie2005-06-161-0/+82
* I'm not convinced that manually creating HVs via sv_upgrade is a greatNicholas Clark2005-06-161-0/+6
* Lint supportAndy Lester2005-06-163-3/+35
* Re: a warning for a ExtUtils::ParseXS testKen Williams2005-06-161-1/+1
* Removing /*SUPPRESS xxx*/Andy Lester2005-06-1612-45/+10
* Teach lib/warnings.t about Borland CRT error messagesSteve Hay2005-06-161-0/+5
* [perl #36237] IO::File $fh->binmode($layer) is broken Alexander Foken2005-06-161-2/+2
* Update README.win32Steve Hay2005-06-161-9/+10
* Give op/taint.t a helping hand for Borland compiler on Win32Steve Hay2005-06-161-0/+17
* Fix changes 24862 and 24863 for Sarathy's old dmakeSteve Hay2005-06-161-3/+3
* Subs with builtin attributes shouldn't be made constantSalvador Fandiño2005-06-161-1/+1
* Add -f in perl synopsys, sync perl.pod and perlrun.pod synopsesRafael Garcia-Suarez2005-06-162-10/+13
* Simplify win32/makefile.mk for static extensions with GCCSteve Hay2005-06-161-2/+2
* Enable static extensions with Borland compiler on Win32Steve Hay2005-06-162-2/+2
* Revert part of change #24854Rafael Garcia-Suarez2005-06-162-7/+3
* Don't export Perl_stashpv_hvname_match when !USE_ITHREADSSteve Hay2005-06-161-0/+1
* Don't write bytecode to load the NVX of AVs and HVsNicholas Clark2005-06-151-0/+7
* We were failing to pring "not ok" if the text exited uncleanlyNicholas Clark2005-06-151-1/+2
* assert that you aren't assigning to the NVX of an AV or HVNicholas Clark2005-06-151-0/+1
* Introduce PERL_RUNPERL_DEBUG to alter the behavior of runperl(),Rafael Garcia-Suarez2005-06-151-0/+4
* Fix $Config{ccversion} for Borland C++ 5.5.1Steve Hay2005-06-151-2/+1
* Re: [PATCH] make -f invalid when USE_SITECUSTOMIZE isn't setSteve Peters2005-06-152-2/+8
* sort optimizationSalvador Fandiño2005-06-151-5/+12
* Fix win32/makefile.mk for building with bcc32 5.5.1 and dmake 4.4Steve Hay2005-06-151-10/+21
* [perl #36297] builtin attrs on subrutine declarations Salvador FandiXXo2005-06-152-5/+11
* Protect Perl_sv_2pvbyte () to NULL length pointersH.Merijn Brand2005-06-151-1/+1
* Better phrasingRafael Garcia-Suarez2005-06-151-2/+3
* Storable/Storable.xs: make plain C functions staticAlexey Tourbin2005-06-151-10/+10
* CopSTASH_eq againAndy Lester2005-06-156-10/+29
* Fix warning nits, by JarkkoRafael Garcia-Suarez2005-06-151-2/+2
* S_emulate_eaccess() does return a valueSteve Peters2005-06-142-2/+1
* whoops, Perl_magic_freearylen_p returns intDave Mitchell2005-06-141-1/+1