summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* -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
* The new -Dq option didn't actually work!Dave Mitchell2004-02-121-2/+3
* [comment patch] (ed: mg.c:mg_set() => mg.c:Perl_magic_set())Stas Bekman2004-02-121-1/+1
* Re: [PATCH] Add "Camel" logo icon to perl.exe on WindowsGreg Matheson2004-02-101-1/+5
* Add 5.005_04-RC1 and Leon in perlhist.Rafael Garcia-Suarez2004-02-101-1/+3
* Add a note in Unicode::UCD about the _getcode() functionRafael Garcia-Suarez2004-02-091-0/+1
* Implement stacked filetest operators (-f -w -x $file).Rafael Garcia-Suarez2004-02-099-64/+166
* Re: [perl #26073] sprintf miscounts padding when format is utf8 Hugo van der Sanden2004-02-092-2/+12
* reduce overhead of charnames.pm, make op/pat.t work under miniperlYitzchak Scott-Thoennes2004-02-091-3/+15
* Add the new private flag OPpGREP_LEX in B::Concise.Rafael Garcia-Suarez2004-02-081-1/+3
* map and grep weren't working correctly with lexical $_ inRafael Garcia-Suarez2004-02-083-5/+31
* Re: [PATCH] Add "Camel" logo icon to perl.exe on WindowsGreg Matheson2004-02-081-4/+4
* Correct some prototypes in perlapi.podSteve Hay2004-02-082-6/+6
* Fix absolute path handling in installhtmlSteve Hay2004-02-081-11/+3
* chomp() cares about UnicodeSADAHIRO Tomoyuki2004-02-081-2/+2
* Comment to record why we can't clear placeholders in hsplitNicholas Clark2004-02-071-0/+5