summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* initial patch for cygwin IPC via cygserverYitzchak Scott-Thoennes2004-02-222-1/+18
* Extend OP_AELEMFAST optimisation to lexical arraysDave Mitchell2004-02-225-40/+65
* We're not binary compatible with 5.8.Rafael Garcia-Suarez2004-02-211-2/+2
* Document change #22353 in perldelta.Rafael Garcia-Suarez2004-02-211-0/+7
* Increment the version number of B, due to the incompatibleRafael Garcia-Suarez2004-02-211-1/+1
* Re: op_seq (was: Freeing code)Paul Johnson2004-02-2117-293/+410
* When you write C<my $_ ; for (...) {...}>, the lexical $_Rafael Garcia-Suarez2004-02-201-1/+0
* remove a split test's dependence on -Dx outputDave Mitchell2004-02-201-6/+6
* add Deparse/Concise support for inplace sort (change 22349)Dave Mitchell2004-02-202-2/+6
* optimise the sorting inplace of plain arrays: @a = sort @aDave Mitchell2004-02-204-24/+208
* Document the SVf_PADSTALE flagDave Mitchell2004-02-201-0/+6
* Delete lib/IPC/SysV.t (duplicate of ext/IPC/SysV/t/ipcsysv.t)Rafael Garcia-Suarez2004-02-202-219/+0
* genmk95.pl touchup for distclean on Win98Greg Matheson2004-02-201-0/+2
* Upgrade to Term::ANSIColor 1.08.Rafael Garcia-Suarez2004-02-204-14/+37
* Upgrade to prereleases of Math::BigInt 1.70 andRafael Garcia-Suarez2004-02-1934-1468/+1702
* -Dx could coredump on threaded builds because consts are nowDave Mitchell2004-02-191-0/+4
* Add a tool to report dual-lived core modules that don'tRafael Garcia-Suarez2004-02-182-0/+70
* Document the removal of PERL_XS_APIVERSION and PERL_PM_APIVERSION.Rafael Garcia-Suarez2004-02-181-0/+8
* Add base.pm and fields.pm to the maintainer list.Rafael Garcia-Suarez2004-02-181-1/+8
* fix write test: -small_number may be displayed as 00.00 or -0.00Dave Mitchell2004-02-181-3/+6
* Removed pm_apiversion and xs_apiversion as requested byH.Merijn Brand2004-02-1825-451/+1
* Add tests for the C<my $x if foo> deprecation, and change theDave Mitchell2004-02-183-2/+59
* 1. Add section to perlxs.pod describing that the refcount of AVs/HVsMarcus Holland-Moritz2004-02-182-0/+58
* Encode has local changes. Up-version it.Rafael Garcia-Suarez2004-02-181-1/+1
* add deprecation warning for C<my $x if foo> and C<foo && (my $x)>Dave Mitchell2004-02-176-5/+63
* It's better to localize *_ than $_, to avoid magic leakageRafael Garcia-Suarez2004-02-171-3/+4
* One of the new tests of MIME::Base64 relies on a non-core module.Rafael Garcia-Suarez2004-02-172-42/+1
* Upgrade to MIME::Base64 3.00.Rafael Garcia-Suarez2004-02-177-238/+177
* Be more clear. Use simple words.Rafael Garcia-Suarez2004-02-171-1/+1
* remove C<my $x if foo> construct from core modulesDave Mitchell2004-02-1712-26/+42
* Dave Mitchell suggested this perldelta entry for the SVp_* reordering.Rafael Garcia-Suarez2004-02-171-1/+15
* Bump $B::VERSION (because of change #22315).Rafael Garcia-Suarez2004-02-171-1/+1
* Regenerate table of contents and other related files.Rafael Garcia-Suarez2004-02-173-1448/+37
* Bump up perl's version number to 5.9.1.Rafael Garcia-Suarez2004-02-1716-389/+404
* 22316 had stupid precedence thinkosDave Mitchell2004-02-172-4/+4
* Slight update to #22315 ($lval=*FOO); optimise the hot tests,Dave Mitchell2004-02-173-11/+12
* Re: [PATCH] GLOB to LVALUE assignment fixTassilo von Parseval2004-02-178-32/+72
* 1. Creating backward compatibility for Configure after patchesBrendan O'Dea2004-02-173-8/+21
* Fix for Win32 build failure caused by the byacc to bison switch.Marcus Holland-Moritz2004-02-161-0/+7
* Revert change 22308 (the patch was against maint, not blead)Rafael Garcia-Suarez2004-02-161-25/+0
* Fix typo in doc for EncodeBrendan O'Dea2004-02-161-1/+1
* Missing semi-colonBrendan O'Dea2004-02-161-1/+1
* Add some basic POD to lib/ExtUtils/instmodsh so thatBrendan O'Dea2004-02-161-0/+25
* [patch perlguts.pod] save_item doesn't handle magicStas Bekman2004-02-151-1/+2
* [perl #25824] Segmentation fault withDave Mitchell2004-02-155-972/+978
* Enable v (verbose) switch on -Dp to display the top 8 elementsCraig A. Berry2004-02-142-36/+101
* Re: switch from byacc to bisonAbe Timmerman2004-02-141-3/+3
* remove binary compatibility stuff from the yacc -> bison switchDave Mitchell2004-02-142-21/+0
* Switch from byacc to bison and simplify the perly.* regenerationDave Mitchell2004-02-1423-6443/+2995
* Fix an fcntl example in perlopentut, spotted by MJD.Rafael Garcia-Suarez2004-02-131-1/+3