| Commit message (Expand) | Author | Age | Files | Lines |
* | In autodoc.pl, remove the unused parameters and functionality from walk_table(). | Nicholas Clark | 2009-04-17 | 1 | -22/+2 |
* | Add reference to MS KB article describing leak in putenv() | Steve Hay | 2009-04-17 | 1 | -1/+2 |
* | Remove last vestiges of USE_WIN32_RTL_ENV | Steve Hay | 2009-04-17 | 3 | -9/+2 |
* | Ignore some autogenerated makefiles | Rafael Garcia-Suarez | 2009-04-17 | 1 | -0/+7 |
* | Avoid loading Config, as we don't need to distinguish between NetWare and Win32. | Nicholas Clark | 2009-04-16 | 1 | -12/+2 |
* | Ignore attributes.pm in lib since it's now an XS module | Rafael Garcia-Suarez | 2009-04-17 | 1 | -1/+1 |
* | Bump VERSION of Data::Dumper | Rafael Garcia-Suarez | 2009-04-16 | 1 | -1/+1 |
* | Data::Dumper hash iterator needs to be reset on all hashrefs (fixes #64744) | Alex Vandiver | 2009-04-16 | 2 | -7/+21 |
* | Squelch 'Constant subroutine ... undefined' warnings from .ph files | Niko Tyni | 2009-04-16 | 3 | -2/+8 |
* | Add tests to verify that h2ph output compiles and is warning free | Niko Tyni | 2009-04-16 | 3 | -10/+22 |
* | Build bzip2 witha C++ compiler | Paul Marquess | 2009-04-16 | 2 | -0/+16 |
* | Update CPANPLUS::Dist::Build to 0.22 | Chris 'BinGOs' Williams | 2009-04-16 | 2 | -2/+2 |
* | Documentation Patch: perlxs.pod | Tom Hukins | 2009-04-14 | 1 | -2/+2 |
* | Add file missed in previous commit. | Steve Peters | 2009-04-14 | 1 | -0/+40 |
* | [PATCH] Update CPAN.pm to 1.93_52 | Andreas J. Koenig | 2009-04-13 | 16 | -136/+289 |
* | Merge branch 'blead' of ssh://stevep@perl5.git.perl.org/gitroot/perl into blead | Steve Peters | 2009-04-13 | 8 | -79/+0 |
|\ |
|
| * | Remove an unnecessary use Config; | Nicholas Clark | 2009-04-13 | 1 | -1/+0 |
| * | Remove Makefile.PLs that make_ext.pl can automatically generate. | Nicholas Clark | 2009-04-13 | 7 | -78/+0 |
* | | Upgrade to CGI.pm-3.43 | Steve Peters | 2009-04-13 | 3 | -182/+162 |
|/ |
|
* | [PATCH] Compress-Raw-Bzip2 2.018 (was RE: Compress-Raw-Bzip2 fails for g++) | Paul Marquess | 2009-04-13 | 8 | -30/+41 |
* | Restore prototypes to XS code in attributes, accidentally lost by change 48462a7 | Nicholas Clark | 2009-04-13 | 1 | -0/+3 |
* | TODO tests for deparsing strict, warnings as strings, and my $x if 0; | Nicholas Clark | 2009-04-13 | 1 | -1/+22 |
* | our $TODO should be local $::TODO, revealing a bug in the de-commenting regexp. | Nicholas Clark | 2009-04-13 | 2 | -7/+7 |
* | Correct two other tests that apparently should be TODOs rather than SKIPs. | Nicholas Clark | 2009-04-13 | 1 | -2/+6 |
* | A perl-version portable fix for B coping with CVf_LOCKED being removed in 5.11. | Nicholas Clark | 2009-04-13 | 3 | -4/+19 |
* | Tweak t/lib/common.pl to use test.pl's (better) tempfile() function. | Nicholas Clark | 2009-04-13 | 1 | -4/+2 |
* | Propagate the upgraded TODO/SKIP parser from ext/B/t/deparse.t | Nicholas Clark | 2009-04-13 | 1 | -11/+14 |
* | Refactor the SKIP parser to also handle TODOs. TODO 3 tests that were wrongly | Nicholas Clark | 2009-04-13 | 1 | -14/+19 |
* | Remove CVf_LOCKED and CvLOCKED*(), now that nothing sets that flag bit. | Nicholas Clark | 2009-04-13 | 6 | -14/+4 |
* | GvUNIQUE* have been defined as 0 since 2005/06/30 - high time to remove them. | Nicholas Clark | 2009-04-13 | 8 | -66/+1 |
* | Remove a link to the attrs pragma, which has now been removed. | Nicholas Clark | 2009-04-12 | 1 | -2/+0 |
* | s/locked/lvalue/ in the examples, and remove mention of the deprecated :unique. | Nicholas Clark | 2009-04-12 | 1 | -9/+7 |
* | Deprecate using "unique" with the attributes pragma. | Nicholas Clark | 2009-04-12 | 4 | -26/+20 |
* | Deprecate using "locked" with the attributes pragma. | Nicholas Clark | 2009-04-12 | 4 | -15/+34 |
* | Convert xsutils.c and lib/attributes.pm to a regular XS extension. | Nicholas Clark | 2009-04-12 | 34 | -151/+79 |
* | Remove #ifdef CVf_LVALUE/#endif - LVALUE subs aren't conditionally compiled. | Nicholas Clark | 2009-04-12 | 1 | -4/+0 |
* | Deprecate use of the attribute :locked on subroutines. | Nicholas Clark | 2009-04-12 | 4 | -23/+22 |
* | Eliminate "Old Perl threads tutorial", which describes 5005 threads. | Nicholas Clark | 2009-04-12 | 9 | -1205/+10 |
* | Rebuild pod/perltoc.pod. | Nicholas Clark | 2009-04-12 | 1 | -1506/+3127 |
* | Sort the MANIFEST. | Nicholas Clark | 2009-04-12 | 1 | -231/+231 |
* | Remove attrs, which has been deprecated since 1999/10/02. | Nicholas Clark | 2009-04-12 | 27 | -333/+29 |
* | Upgrade to NEXT-0.63. | Florian Ragwitz | 2009-04-10 | 2 | -1/+7 |
* | Don't SEGV while warning about redefining the format STDOUT. Fixes RT #64562. | Nicholas Clark | 2009-04-09 | 2 | -4/+25 |
* | Fix declaration-after-statement in ext/Socket/Socket.xs | Andy Dougherty | 2009-04-09 | 1 | -1/+2 |
* | Update CPANPLUS::Dist::Build to 0.20 | Chris Williams | 2009-04-09 | 2 | -2/+2 |
* | Merge commit 'rafl/blead' into blead | Rafael Garcia-Suarez | 2009-04-09 | 2 | -72/+61 |
|\ |
|
| * | Upgrade to NEXT-0.62. | Florian Ragwitz | 2009-04-08 | 2 | -72/+61 |
* | | Net::hostent fails make test if can't resolve localhost | David Cantrell | 2009-04-08 | 1 | -0/+5 |
* | | Use of freed comppad array during clear_yystack() | Marcus Holland-Moritz | 2009-04-08 | 1 | -1/+1 |
* | | h2xs incorrectly treats enum values like macros | Niko Tyni | 2009-04-08 | 1 | -4/+11 |
|/ |
|