summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use a union for storing the shared hash key reference count, ratherNicholas Clark2006-01-304-11/+14
* [DOC PATCH] $^X isn't necessarily argv[0]Yitzchak Scott-Thoennes2006-01-301-1/+1
* maint and blead: unicos.sh hintsJarkko Hietaniemi2006-01-301-1/+12
* Assert that IVs and NVs can never be tainted.Nicholas Clark2006-01-301-4/+10
* Solaris seems not to enjoy initialising constants from SIG_??? on 64Nicholas Clark2006-01-291-3/+3
* Upgrade to podlators-2.0.3Steve Peters2006-01-296-17/+29
* Email change for Steven SchubigerRafael Garcia-Suarez2006-01-291-1/+1
* Re: [patch] s/ar ts/ar s/gPhilippe M. Chiasson2006-01-291-2/+8
* C compilers don't let you return void. Pay attention gcc, andNicholas Clark2006-01-291-6/+12
* Avoid using space to create 2 functions just to force mathoms to beNicholas Clark2006-01-296-12/+24
* Call gv_fetchpvn_flags where we already know the length.Nicholas Clark2006-01-282-18/+23
* Upgrade to podlators-2.0.2Steve Peters2006-01-2812-100/+123
* Squeeze more flag manipulations together in sv_setsv_flags.Nicholas Clark2006-01-281-20/+9
* Upgrade to CPAN-1.83_59Steve Peters2006-01-284-76/+188
* Upgrade to Archive-Tar-1.28Steve Peters2006-01-284-5/+149
* Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fetchpvn_flags.Nicholas Clark2006-01-289-56/+62
* Merge the IOK and NOK clauses together in sv_setsv_flags.Nicholas Clark2006-01-281-9/+6
* The flags manipulation in sv_setsv_flags can be more efficient.Nicholas Clark2006-01-281-18/+5
* PERL_DONT_CREATE_GVSV wasn't as effective as it should have been.Nicholas Clark2006-01-281-0/+1
* By changing SvVOK() from returning 0/1 to 0/pointer-to-magic we canNicholas Clark2006-01-283-17/+24
* Pull the other large chunk of PVGV assignment code into S_pvgv_assign.Nicholas Clark2006-01-281-136/+132
* Remove goto glob_assign;Nicholas Clark2006-01-281-3/+2
* Pull glob_assign out from sv_setsv_flags into a static function.Nicholas Clark2006-01-281-34/+40
* Update ChangesRafael Garcia-Suarez2006-01-281-0/+28
* Add perl 5.9.3 in release listRafael Garcia-Suarez2006-01-281-0/+1
* Re: Make Passive mode the default for Net::FTPGisle Aas2006-01-272-10/+19
* Oops. Forgot to add this file.Rafael Garcia-Suarez2006-01-271-0/+51
* Regenerate META.ymlRafael Garcia-Suarez2006-01-271-2/+28
* Regenerate Changes; remove ^M chars in ChangesRafael Garcia-Suarez2006-01-271-9/+1553
* Remove patch numberRafael Garcia-Suarez2006-01-271-4/+0
* Mention ptardiff in perldelta.Rafael Garcia-Suarez2006-01-271-0/+6
* Don't install ptardiff in the module treeRafael Garcia-Suarez2006-01-271-2/+2
* Install the ptardiff utility that comes with Archive::TarRafael Garcia-Suarez2006-01-276-6/+15
* Install nit : README.e2x should be installed, the other READMEs shouldn'tRafael Garcia-Suarez2006-01-271-1/+1
* Regenerate PODsRafael Garcia-Suarez2006-01-272-282/+210
* Some spelling fixes by David Landgren.Rafael Garcia-Suarez2006-01-271-7/+5
* Revert change 24461, now that change 26757 allows TESTRafael Garcia-Suarez2006-01-271-1/+1
* quiet gcc Info message in cygwinYitzchak Scott-Thoennes2006-01-271-0/+3
* Remove note about #elif, see :Steve Hay2006-01-271-32/+0
* A description of the new constants.Nicholas Clark2006-01-271-1/+12
* Simplify nested '#ifdef' by replacing it with '#elif defined()'Gisle Aas2006-01-271-10/+4
* Safer implementation of RTRIM().Gisle Aas2006-01-271-3/+3
* Change 26781/26830 (SvRTRIM should also write a new '\0' at the end) can caus...Philippe M. Chiasson2006-01-261-4/+6
* Fix a few nits in perl593deltaSteve Peters2006-01-261-5/+5
* miniperl isn't enough anymore to run pod2man.Rafael Garcia-Suarez2006-01-261-2/+2
* 2 spelling corrections, and rephrase the entry on perlivp (betterNicholas Clark2006-01-261-4/+4
* More work on perldeltaRafael Garcia-Suarez2006-01-261-24/+147
* Make dump and -u croak on Win32 and Cygwin to avoid confusionYves Orton2006-01-263-1/+7
* SvREADONLY_off inside the magic routines is also dangerous on sharedNicholas Clark2006-01-261-3/+2
* assertions.pm is dual-livedRafael Garcia-Suarez2006-01-261-0/+8