summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* In autodoc.pl, remove the unused parameters and functionality from walk_table().Nicholas Clark2009-04-171-22/+2
* Add reference to MS KB article describing leak in putenv()Steve Hay2009-04-171-1/+2
* Remove last vestiges of USE_WIN32_RTL_ENVSteve Hay2009-04-173-9/+2
* Ignore some autogenerated makefilesRafael Garcia-Suarez2009-04-171-0/+7
* Avoid loading Config, as we don't need to distinguish between NetWare and Win32.Nicholas Clark2009-04-161-12/+2
* Ignore attributes.pm in lib since it's now an XS moduleRafael Garcia-Suarez2009-04-171-1/+1
* Bump VERSION of Data::DumperRafael Garcia-Suarez2009-04-161-1/+1
* Data::Dumper hash iterator needs to be reset on all hashrefs (fixes #64744)Alex Vandiver2009-04-162-7/+21
* Squelch 'Constant subroutine ... undefined' warnings from .ph filesNiko Tyni2009-04-163-2/+8
* Add tests to verify that h2ph output compiles and is warning freeNiko Tyni2009-04-163-10/+22
* Build bzip2 witha C++ compilerPaul Marquess2009-04-162-0/+16
* Update CPANPLUS::Dist::Build to 0.22Chris 'BinGOs' Williams2009-04-162-2/+2
* Documentation Patch: perlxs.podTom Hukins2009-04-141-2/+2
* Add file missed in previous commit.Steve Peters2009-04-141-0/+40
* [PATCH] Update CPAN.pm to 1.93_52Andreas J. Koenig2009-04-1316-136/+289
* Merge branch 'blead' of ssh://stevep@perl5.git.perl.org/gitroot/perl into bleadSteve Peters2009-04-138-79/+0
|\
| * Remove an unnecessary use Config;Nicholas Clark2009-04-131-1/+0
| * Remove Makefile.PLs that make_ext.pl can automatically generate.Nicholas Clark2009-04-137-78/+0
* | Upgrade to CGI.pm-3.43Steve Peters2009-04-133-182/+162
|/
* [PATCH] Compress-Raw-Bzip2 2.018 (was RE: Compress-Raw-Bzip2 fails for g++)Paul Marquess2009-04-138-30/+41
* Restore prototypes to XS code in attributes, accidentally lost by change 48462a7Nicholas Clark2009-04-131-0/+3
* TODO tests for deparsing strict, warnings as strings, and my $x if 0;Nicholas Clark2009-04-131-1/+22
* our $TODO should be local $::TODO, revealing a bug in the de-commenting regexp.Nicholas Clark2009-04-132-7/+7
* Correct two other tests that apparently should be TODOs rather than SKIPs.Nicholas Clark2009-04-131-2/+6
* A perl-version portable fix for B coping with CVf_LOCKED being removed in 5.11.Nicholas Clark2009-04-133-4/+19
* Tweak t/lib/common.pl to use test.pl's (better) tempfile() function.Nicholas Clark2009-04-131-4/+2
* Propagate the upgraded TODO/SKIP parser from ext/B/t/deparse.tNicholas Clark2009-04-131-11/+14
* Refactor the SKIP parser to also handle TODOs. TODO 3 tests that were wronglyNicholas Clark2009-04-131-14/+19
* Remove CVf_LOCKED and CvLOCKED*(), now that nothing sets that flag bit.Nicholas Clark2009-04-136-14/+4
* GvUNIQUE* have been defined as 0 since 2005/06/30 - high time to remove them.Nicholas Clark2009-04-138-66/+1
* Remove a link to the attrs pragma, which has now been removed.Nicholas Clark2009-04-121-2/+0
* s/locked/lvalue/ in the examples, and remove mention of the deprecated :unique.Nicholas Clark2009-04-121-9/+7
* Deprecate using "unique" with the attributes pragma.Nicholas Clark2009-04-124-26/+20
* Deprecate using "locked" with the attributes pragma.Nicholas Clark2009-04-124-15/+34
* Convert xsutils.c and lib/attributes.pm to a regular XS extension.Nicholas Clark2009-04-1234-151/+79
* Remove #ifdef CVf_LVALUE/#endif - LVALUE subs aren't conditionally compiled.Nicholas Clark2009-04-121-4/+0
* Deprecate use of the attribute :locked on subroutines.Nicholas Clark2009-04-124-23/+22
* Eliminate "Old Perl threads tutorial", which describes 5005 threads.Nicholas Clark2009-04-129-1205/+10
* Rebuild pod/perltoc.pod.Nicholas Clark2009-04-121-1506/+3127
* Sort the MANIFEST.Nicholas Clark2009-04-121-231/+231
* Remove attrs, which has been deprecated since 1999/10/02.Nicholas Clark2009-04-1227-333/+29
* Upgrade to NEXT-0.63.Florian Ragwitz2009-04-102-1/+7
* Don't SEGV while warning about redefining the format STDOUT. Fixes RT #64562.Nicholas Clark2009-04-092-4/+25
* Fix declaration-after-statement in ext/Socket/Socket.xsAndy Dougherty2009-04-091-1/+2
* Update CPANPLUS::Dist::Build to 0.20Chris Williams2009-04-092-2/+2
* Merge commit 'rafl/blead' into bleadRafael Garcia-Suarez2009-04-092-72/+61
|\
| * Upgrade to NEXT-0.62.Florian Ragwitz2009-04-082-72/+61
* | Net::hostent fails make test if can't resolve localhostDavid Cantrell2009-04-081-0/+5
* | Use of freed comppad array during clear_yystack()Marcus Holland-Moritz2009-04-081-1/+1
* | h2xs incorrectly treats enum values like macrosNiko Tyni2009-04-081-4/+11
|/