summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* aelemfast optimization opclass problem (c.f. [perl #38279])Stephen McCamant2006-01-253-2/+86
* Simplify &IO::Handle::sayGisle Aas2006-01-241-10/+4
* Fix a regression on suidperl : the error message "No #! line" wasRafael Garcia-Suarez2006-01-241-3/+5
* Remove d_nanosleep from win32 configsSteve Hay2006-01-244-4/+0
* SPRINTF_RETURNS_STRLEN isn't really a compile-time option Steve Hay2006-01-242-3/+2
* More work on perldeltaRafael Garcia-Suarez2006-01-231-2/+54
* constant_add_symbol needs to be static, else static builds can fail atNicholas Clark2006-01-231-1/+2
* Tru64: -Uusedl: lib/ExtUtils/t/Embed.tJarkko Hietaniemi2006-01-231-0/+6
* Upgrade to Pod-Simple-3.04Steve Peters2006-01-233-12/+34
* Now that change #26410 is reverted, mark as TODO the tests addedRafael Garcia-Suarez2006-01-231-7/+3
* Missing chunk in change #26926Rafael Garcia-Suarez2006-01-231-2/+1
* Revert change 26410, marking the test that was added there as TODO.Nicholas Clark2006-01-231-11/+5
* Change the regression test added by 26410 to use test.pl; this makesNicholas Clark2006-01-232-3/+37