| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Make C++ compilers happy #4: move cast so Newc() and | Marcus Holland-Moritz | 2008-10-24 | 1 | -7/+7 |
* | Make C++ compilers happy #3: make implicit cast | Marcus Holland-Moritz | 2008-10-24 | 1 | -3/+5 |
* | Make C++ compilers happy #2: const POD without initializer | Marcus Holland-Moritz | 2008-10-24 | 1 | -1/+1 |
* | Make C++ compilers happy #1: "typename" is a C++ keyword. | Marcus Holland-Moritz | 2008-10-24 | 4 | -12/+12 |
* | Upgrade to SelfLoader 1.17. | Nicholas Clark | 2008-10-24 | 1 | -3/+3 |
* | Add PL_sv_serial to makedef.pl, so that it is skipped approriately | Nicholas Clark | 2008-10-24 | 1 | -0/+6 |
* | Add PERL_ARGS_ASSERT_MEM_LOG_COMMON to S_mem_log_common(). | Marcus Holland-Moritz | 2008-10-24 | 1 | -0/+3 |
* | Run 'make regen' for #34567 and #34568. | Marcus Holland-Moritz | 2008-10-24 | 4 | -0/+23 |
* | Add SV allocation tracing to -Dm and PERL_MEM_LOG | Marcus Holland-Moritz | 2008-10-24 | 9 | -15/+114 |
* | Refactor Perl_mem_log_ functions | Marcus Holland-Moritz | 2008-10-24 | 3 | -99/+85 |
* | Re: [perl #60022] Typo in perldata | Daniel Frederick Crisman | 2008-10-24 | 1 | -1/+1 |
* | When testing the case sensitivity settings of the process | Craig A. Berry | 2008-10-23 | 1 | -1/+1 |
* | Handle a filename with a tilde in it. Otherwise the build dies | Craig A. Berry | 2008-10-23 | 1 | -0/+7 |
* | Upgrade to Devel::PPPort 3.14_03 | Marcus Holland-Moritz | 2008-10-21 | 8 | -35/+79 |
* | Jerry spotted that as a result of change 34483 which upgrades blead to | Nicholas Clark | 2008-10-21 | 1 | -1/+1 |
* | Add BinGOs to AUTHORS, and a second e-mail address for Shlomi | Nicholas Clark | 2008-10-21 | 2 | -0/+2 |
* | Disentangle the ownership of tests in lib/ExtUtils/ | Nicholas Clark | 2008-10-21 | 1 | -3/+6 |
* | Future-proof the FreeBSD hints - assume that FreeBSD 8, 9 etc behave | Nicholas Clark | 2008-10-21 | 1 | -9/+9 |
* | Test::Simple 0.81_02 has: | Nicholas Clark | 2008-10-21 | 3 | -0/+4 |
* | Update Changes, README and TODO from the Test-Simple 0.84 tarball. | Nicholas Clark | 2008-10-21 | 3 | -0/+56 |
* | Cwd.xs won't load in development releases, unless we munge the | Nicholas Clark | 2008-10-21 | 1 | -0/+4 |
* | FreeBSD 7 libc_r detection | Tony Cook | 2008-10-21 | 1 | -0/+8 |
* | Upgrade to ExtUtils-MakeMaker-6.48 | Nicholas Clark | 2008-10-20 | 31 | -28/+99 |
* | Bump the $VERSION of File::stat (documentation changed). | Nicholas Clark | 2008-10-20 | 1 | -1/+1 |
* | Bump IPC::Open2's $VERSION. (The docs changed.) | Nicholas Clark | 2008-10-20 | 1 | -1/+1 |
* | Change "use $foo; 1" in evals to "require $foo; 1" to avoid breaking | Nicholas Clark | 2008-10-20 | 1 | -6/+6 |
* | As well as @INC, also convert $^X to an absolute path in MBTest. | Nicholas Clark | 2008-10-20 | 1 | -1/+2 |
* | Change the plan - 2.14 gets the copy permission behaviour change, | Nicholas Clark | 2008-10-20 | 1 | -1/+1 |
* | [perl #59650] File::Copy does not handle file objects sanely | rabbit+bugs@rabbit.us | 2008-10-19 | 2 | -6/+61 |
* | Upgrade PathTools to 3.28_01 | Nicholas Clark | 2008-10-19 | 12 | -29/+102 |
* | Suggestion from Slaven - reverse the part of 23348 that removed the | Nicholas Clark | 2008-10-18 | 1 | -3/+1 |
* | Update Porting/makemeta to generate a META.yml compliant with the 1.4 | Nicholas Clark | 2008-10-18 | 2 | -2/+4 |
* | Re-run Porting/makemeta | Nicholas Clark | 2008-10-18 | 1 | -16/+15 |
* | MANIFEST update relating to change 34504. | Nicholas Clark | 2008-10-18 | 1 | -0/+3 |
* | Fix memory leak in // caused by single-char character class | Marcus Holland-Moritz | 2008-10-18 | 1 | -0/+3 |
* | Fix memory leak in qr// operator. This was most probably | Marcus Holland-Moritz | 2008-10-18 | 1 | -0/+1 |
* | Damian has transferred Filter::Simple to p5p. Bump its version to 0.83 | Nicholas Clark | 2008-10-18 | 5 | -87/+25 |
* | y2038 time checks have overflow checks. Added documentation and | H.Merijn Brand | 2008-10-18 | 4 | -17/+365 |
* | Upgrade to ExtUtils-MakeMaker-6.47_02 | Nicholas Clark | 2008-10-17 | 29 | -49/+49 |
* | Clarify which save types are in mathoms, which aren't used, and which | Nicholas Clark | 2008-10-16 | 1 | -9/+14 |
* | Silence a warning in Test::Builder that was causing lib/constant.t | Steve Peters | 2008-10-15 | 1 | -1/+2 |
* | One final tweak for the Test-Simple-0.82 upgrade. Ugh. | Steve Peters | 2008-10-15 | 2 | -1/+1 |
* | *sigh* More files messed with for Test-Simple-0.82. | Steve Peters | 2008-10-15 | 4 | -3/+12 |
* | Update Archive::Tar to 1.40 | Jos I. Boumans | 2008-10-15 | 12 | -95/+112 |
* | Must remember to update MANIFEST, OK? | Steve Peters | 2008-10-15 | 1 | -23/+28 |
* | Some additional files changes for Test-Simple-0.82 | Steve Peters | 2008-10-15 | 15 | -3/+18 |
* | Upgrade to Test-Simple-0.82. | Steve Peters | 2008-10-15 | 87 | -766/+1440 |
* | Upgrade to ExtUtils-MakeMaker-6.47_01 | Nicholas Clark | 2008-10-15 | 35 | -62/+538 |
* | Storable.thaw segv on blessed reference to overloaded object | YAMASHINA Hio | 2008-10-15 | 2 | -2/+15 |
* | Yet another [ACGHS]V pointer in the interpreter structure that needs to | Nicholas Clark | 2008-10-14 | 1 | -0/+3 |