summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix test for perl version number in Makefile.PLRafael Garcia-Suarez2005-12-291-1/+1
* Fixing the SVREFCNT macroAndy Lester2005-12-291-1/+1
* re-implement MY_CXT API more efficiently, and add explicitDave Mitchell2005-12-2912-22/+136
* add tests for MY_CXT API and improve its documentationDave Mitchell2005-12-295-2/+173
* Test that constant overloading is propagated into evalRobin Houston2005-12-291-1/+8
* [DOC PATCH] rindex clarificationYitzchak Scott-Thoennes2005-12-291-2/+2
* fortify Pod::Simple::Search against non-case-preserving filesystemsCraig A. Berry2005-12-292-10/+36
* A GVs stash can be NULL, so don't call macros that assume otherwiseNicholas Clark2005-12-291-1/+2
* As the backreferences AV doesn't hold references on its contents,Nicholas Clark2005-12-281-0/+2
* PL_amagic_generation is always non-zero, so remove the test for this.Nicholas Clark2005-12-281-4/+0
* Upgrade to Sys-Syslog-0.11Steve Peters2005-12-285-76/+263
* Cleanup; replace a croak("panic: ...") with assert().Gisle Aas2005-12-281-4/+1
* assert(av); Cleanup the way that the av_*() functions checkGisle Aas2005-12-282-28/+30
* Use memchr() instead of ninstr() to locate the end-of-line.Gisle Aas2005-12-281-2/+1
* Leaner ninstr().Gisle Aas2005-12-281-23/+17
* Remove test for NUL ending in r?instr().Gisle Aas2005-12-281-2/+2
* Fix 2 off-by-one errors in the call to ninstr().Gisle Aas2005-12-281-1/+1
* Upgrade to PathTools-3.15Steve Peters2005-12-283-4/+6
* s/%/%%/ in the package name so that it can be used safely in theNicholas Clark2005-12-272-12/+24
* Pass in the full arguments to ExtUtils::Constant::ProxySubsNicholas Clark2005-12-272-19/+110
* pre-likely cleanupAndy Lester2005-12-279-60/+65
* It'd be nice if I hadn't broken corecpan.pl. Its fixed now, though.Steve Peters2005-12-271-2/+3
* gv_fetch_flags in newATTRSUB can actually be const.Nicholas Clark2005-12-271-4/+8
* As what we're doing is generating subroutines, which are methods, weNicholas Clark2005-12-273-0/+18
* [patch] ext/b/t/lint.t fails on win32Yves Orton2005-12-271-1/+1
* Refactor the require failure message generation to use 1 less temporaryNicholas Clark2005-12-271-12/+11
* Removing MAKE_JOBS_FIFO from %ENV causes FreeBSD make to forget aboutNicholas Clark2005-12-271-1/+1
* tabs, not spaces, in MANIFEST. No, I can't remember why this is.Nicholas Clark2005-12-261-3/+3
* Remove the hard wired test numbers in the generated test script forNicholas Clark2005-12-261-77/+120
* Support type UNDEF, and correct a bug in the macro generation by usingNicholas Clark2005-12-261-2/+4
* Add method macro_from_item to encapsulate the entire logic for gettingNicholas Clark2005-12-262-3/+14
* Don't try to store PL_sv_undef in pads. (For now)Nicholas Clark2005-12-261-0/+12
* Upgrade to CPAN-1.80_56Steve Peters2005-12-268-982/+1563
* In this, the last tale of the NGROUPS saga, a former pumpking prodsSteve Peters2005-12-261-19/+28
* Add a couple of newlines for tidier regen output, consistent with theNicholas Clark2005-12-261-3/+3
* Add C_FH and XS_FH arguments to ExtUtils::Constant::WriteConstants,Nicholas Clark2005-12-262-31/+88
* chg 26486 removes last use of NGROUPS, so remove the macro-defJim Cromie2005-12-261-3/+0
* The values for proxy constant subroutines need to be read only.Nicholas Clark2005-12-261-0/+1
* Rework constant.pm to take advantage of the space savings of proxyNicholas Clark2005-12-261-12/+25
* Obviously, Perl_ingroup() is also using 256k of stack memory on Linux.Steve Peters2005-12-261-4/+12
* The value from caller doesn't change, so my $pkg = caller;Nicholas Clark2005-12-241-1/+1
* Tests for creating constants where prototypes or other symbols of theNicholas Clark2005-12-241-2/+72
* Using a hash reference rather than a hash can save a hash copy.Nicholas Clark2005-12-241-6/+6
* Unless the peephole optimiser already knows that we're in void context,Nicholas Clark2005-12-241-0/+4
* Given that IO::Socket is documented as exporting all of Socket'sNicholas Clark2005-12-242-4/+2
* Re: [perl #37907] Perl_magic_get reqires ridiculous amounts of stackmemoryJim Cromie2005-12-241-4/+8
* Looks like the macro CLK_TCK is not actually a constant on Solaris.Nicholas Clark2005-12-241-1/+2
* For PERL_TRACK_MEMPOOL with PERL_POISON, Poison the end of any blockNicholas Clark2005-12-231-1/+6
* For the rare case of EMFILE during require, save object code spaceNicholas Clark2005-12-231-3/+3
* If PERL_TRACK_MEMPOOL and PERL_POISON are in use, then scribble allNicholas Clark2005-12-232-10/+47