summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move all the FBM data fields from the table into a struct xbm_s whichNicholas Clark2006-12-285-51/+84
* With PAD_COMPNAME_GEN in SvUVX, SvCUR is trustworthy once more.Nicholas Clark2006-12-283-14/+16
* Move PAD_COMPNAME_GEN from SvCUR to SvUVX.Nicholas Clark2006-12-283-8/+6
* Move PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI to pad.h, export them viaNicholas Clark2006-12-285-10/+12
* Move the low/high cop sequences from NVX/IVX to a two U32 structureNicholas Clark2006-12-286-18/+119
* Abstract the pad code's overloaded use of SvNVX and SvIVX intoNicholas Clark2006-12-286-46/+80
* Change PAD_MAX to something a bit less FORTRAN-ish than 999999999.Nicholas Clark2006-12-281-1/+1
* Upgrade to Errno-1.10 (!). I have left the core tests as is forSteve Peters2006-12-272-1/+6
* Macroize char class tests in case to remove duplicated code.Yves Orton2006-12-271-290/+48
* Upgrade to CPAN-1.83_66.Steve Peters2006-12-279-217/+719
* Cannot use a L<> within a preformatted section of a Pod document.Steve Peters2006-12-261-1/+1
* Re: Named-capture regex syntaxSADAHIRO Tomoyuki2006-12-261-22/+23
* Fix a couple of warningsRafael Garcia-Suarez2006-12-251-2/+1
* Re: Named-capture regex syntaxYves Orton2006-12-256-65/+290
* The PERLIO environment variable, when unset, doesn't default to :stdio.Rafael Garcia-Suarez2006-12-241-1/+2
* Fix #6006 for taint mode too.Rafael Garcia-Suarez2006-12-232-3/+1
* Remove -T from op/subst.t, and add a new test file, substT.t,Rafael Garcia-Suarez2006-12-233-1/+14
* A better fix for RT #6006: revert change 29616, which was bogus,Rafael Garcia-Suarez2006-12-231-6/+7
* Fix RT #6006: Regexp replaces using large replacement variables failRafael Garcia-Suarez2006-12-232-8/+11
* Upgrade to Module::Build 0.2806Rafael Garcia-Suarez2006-12-2331-209/+554
* syswrite() wasn't reporting a warning when writing to a filehandleRafael Garcia-Suarez2006-12-232-3/+15
* The Perl 6 specification is still evolving, so don't refer to it.Rafael Garcia-Suarez2006-12-221-10/+3
* miniperl may not have been successfully built before running aSteve Peters2006-12-221-3/+3
* Silence an unused variable warning in sv.c.Steve Peters2006-12-221-9/+7
* Unshare the shared string gp_file_hek only if it exists in a GP.Rafael Garcia-Suarez2006-12-221-1/+2
* Upgrade to Text::Balanced 2.0.0Rafael Garcia-Suarez2006-12-214-5/+16
* threads 1.57Jerry D. Hedden2006-12-218-67/+225
* allow blib.pm to be used for testing Win32 module (again)Jan Dubois2006-12-211-1/+12
* SelfLoader after fork()Ilya Zakharevich2006-12-211-0/+5
* Implement killpg() for MSWin32Jan Dubois2006-12-2111-60/+199
* Re: [PATCH] Making adding binary files possibleYves Orton2006-12-2011-272/+307
* Open Configure to the world of 64bitonly environmentsH.Merijn Brand2006-12-201-5/+6
* Fix leaks in label strings allocation in COPsRafael Garcia-Suarez2006-12-206-191/+185
* Don't free the original label string when assigning it to cop_label,Rafael Garcia-Suarez2006-12-201-2/+3
* threads::shared 1.06Jerry D. Hedden2006-12-205-56/+45
* Update cwd() to return the "short" pathname if the long one doesn't fit the c...Jan Dubois2006-12-202-36/+106
* let readdir() return the alternate (short) filename if the long name is outsi...Jan Dubois2006-12-201-9/+60
* Re: 'localtime' not thread-safe under HP-UX B.11.11/64Jerry D. Hedden2006-12-191-1/+7
* Proper cleanup for Errno.pmRafael Garcia-Suarez2006-12-191-1/+1
* Fix paths of pack.pl in patching.podRafael Garcia-Suarez2006-12-191-12/+12
* Making adding binary files possibleJos I. Boumans2006-12-195-5/+159
* Add a regression test to verify that POSIX::AUTOLOAD works,Rafael Garcia-Suarez2006-12-192-1/+5
* Disable strictures in POSIX AUTOLOADRafael Garcia-Suarez2006-12-191-0/+1
* Don't destroy the Unicode system environment on Perl startupJan Dubois2006-12-191-2/+4
* make -Dpv print 8 parser stack items, not 9Dave Mitchell2006-12-191-1/+1
* Making strict et al propagate into autoloaded subroutines seems aNicholas Clark2006-12-181-0/+17
* Ensure that POSIX.pm is strict and warnings compliant throughout ifNicholas Clark2006-12-181-3/+3
* Given that POSIX already has AutoLoader loaded, move as much asNicholas Clark2006-12-181-57/+61
* Re: [PATCH] do not meddle in the affairs of PERL_TRACK_MEMPOOLJarkko Hietaniemi2006-12-183-14/+17
* Re: [perl #41071] require stringifies code references in tied @INCRick Delaney2006-12-184-1/+21