2007-02-17 |
Nicholas Clark | Split the storage of the layers specificied by open... |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Nicholas Clark | Move all the cut&paste open TODO logic into OptreeCheck... |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Todd C. Miller | [perl #41521] Fix for IO::Socket send method |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Steve Hay | Fix Win32 build after unusual breakage caused by #30327 |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Rafael Garcia... | Update Changes |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Craig A. Berry | In configure.com, put the "use" back in useieee (typo... |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Rafael Garcia... | Avoid to run config_h.SH twice during configuration. |
commit | commitdiff | tree | snapshot |
2007-02-16 |
Craig A. Berry | In configure.com, further disambiguate -Duselongdouble... |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Rafael Garcia... | Hakim Cassimally is the new maintainer of the Perldoc... |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Ash Berlin | Re: Patch for Deep recursion in B::Deparse |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Yves Orton | Re: [perl #41491] Incorrect regexp warning. |
commit | commitdiff | tree | snapshot |
2007-02-15 |
Jerry D. Hedden | Use newer 'threads' constructs |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Nicholas Clark | There's no need to special case SVt_NULL in the print... |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Rafael Garcia... | Allow to override MAX_RECURSE_EVAL_NOCHANGE_DEPTH, |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Marcus Holland... | Upgrade to Devel::PPPort 3.11 |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Yves Orton | Re: [PATCH] Document that m//k works |
commit | commitdiff | tree | snapshot |
2007-02-14 |
Nicholas Clark | Change 30276 wasn't meant do mess with t/lib/common... |
commit | commitdiff | tree | snapshot |
2007-02-14 |
SADAHIRO Tomoyuki | Integrate: |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Nicholas Clark | Invoke minitrue to ensure that my spelling had always... |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Robin Houston | Re: Segmentation fault at undeclared for loop variable |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Yves Orton | add hooks for capture buffers into regex engine. |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Yves Orton | Re: [perl #41491] Incorrect regexp warning. |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Steve Hay | Vadim did the static build change |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Rafael Garcia... | A few more details in perldelta |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Steve Peters | Upgrade to CPAN-1.88_72 |
commit | commitdiff | tree | snapshot |
2007-02-13 |
Nicholas Clark | Change 26487 left some debugging code in, and through... |
commit | commitdiff | tree | snapshot |
2007-02-13 |
John Peacock | Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.70.tar.gz |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Nicholas Clark | Integrate: |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Yves Orton | Re: [perl #41492] Incorrect match with /(?(DEFINE)... |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Jan Dubois | Integrate: |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Paul Johnson | Re: [PATCH - provisional] H. Merijn Brands idea of... |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Rafael Garcia... | Skip this test if "use open" fails due to an unknown... |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Rafael Garcia... | Un-TODO tests avec change #30228 |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Rick Delaney | Re: PL_copline inconsistency |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Nicholas Clark | Note why storing a reference as an integer in %^H is... |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Rafael Garcia... | Document that m//k works, by Ævar Arnfjörð Bjarmason |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Steve Hay | Apply #30197 to win32/makefile.mk too |
commit | commitdiff | tree | snapshot |
2007-02-12 |
Rafael Garcia... | FAQ sync |
commit | commitdiff | tree | snapshot |
2007-02-11 |
Craig A. Berry | Check for the presence of signbit() on VMS. It currentl... |
commit | commitdiff | tree | snapshot |
2007-02-11 |
Craig A. Berry | In vms/vms.c's declaration of the LIB$INITIALIZE psect... |
commit | commitdiff | tree | snapshot |
2007-02-11 |
Rafael Garcia... | Another tiny typo in File::Copy (found by Ruud.) |
commit | commitdiff | tree | snapshot |
2007-02-11 |
Rafael Garcia... | Explicitly load PerlIO::encoding when testing it. |
commit | commitdiff | tree | snapshot |
2007-02-11 |
Slaven Rezic | Re: [perl #41442] segfault (dead loop) with Encoding... |
commit | commitdiff | tree | snapshot |
2007-02-11 |
Rafael Garcia... | Convert new test to using t/test.pl. |
commit | commitdiff | tree | snapshot |
2007-02-11 |
knew-p5p@pimb.org | [perl #41484] qr// stack bug |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Yves Orton | Re: [NL-PM] Fw: [PATCH - provisional] H. Merijn Brands... |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Yves Orton | Defend against cmd.exe stupidity (on Win2k at least) |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Nicholas Clark | These casts to GV are no longer needed. |
commit | commitdiff | tree | snapshot |
2007-02-10 |
Andy Dougherty | signbit detection (was [perl #39875] -0.0 loses signedn... |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Nicholas Clark | Fix Pod errors. |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Yves Orton | Re: [NL-PM] Fw: [PATCH - provisional] H. Merijn Brands... |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Nicholas Clark | Unknown formatting code U<> spotted by Jesse - presumab... |
commit | commitdiff | tree | snapshot |
2007-02-09 |
Nicholas Clark | Update the lists of files that makerel needs to process... |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Craig A. Berry | Switch from Carp to plain old warn in vms/ext/XSSymSet.pm |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Rafael Garcia... | Typo fix, by John P. Linderman |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Rick Delaney | Re: Change 29193 is a regression |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Rafael Garcia... | Remove dead code that was emitting warnings. |
commit | commitdiff | tree | snapshot |
2007-02-08 |
Yves Orton | Re: [PATCH - provisional] H. Merijn Brands idea of... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Nicholas Clark | opening $0 doesn't work if you change directory. So... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Nicholas Clark | TODO tests for eval of tainted scalars. (change 29193... |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Steve Peters | Upgrade to Time-HiRes-1.9705 |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Jerry D. Hedden | Fix to Dynaloader.t for missing modules |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Jonathan Stowe | libdb may require pthread |
commit | commitdiff | tree | snapshot |
2007-02-07 |
Rafael Garcia... | Wrap the SvTYPE macro definition in parens. |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Rafael Garcia... | Upgrade to threads.pm 1.59 (doc tweaks) |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Rafael Garcia... | Upgrade to threads::shared 1.07 (doc tweaks) |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Wolfgang Laun | perlop.pod - proposal to add an explanation of \c |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Rafael Garcia... | Avoid obscure failures when a regexp hasn't matched |
commit | commitdiff | tree | snapshot |
2007-02-06 |
SADAHIRO Tomoyuki | current status on Unicode Regular Expressions |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Jan Dubois | fix 2 environment handling bugs |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Steve Peters | Upgrade to ExtUtils-Command-1.13 |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Steve Peters | Upgrade to libnet-1.20. Includes some additional versi... |
commit | commitdiff | tree | snapshot |
2007-02-06 |
Steve Peters | Upgrade to Module-Pluggable-3.5 |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Nicholas Clark | Make a dummy OPpPAD_STATE and a dummy PL_unitcheck_save... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Nicholas Clark | t/lib/common.pl can be warnings clean. |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Nicholas Clark | Upgrade to ExtUtils-ParseXS-2.18 |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Yitzchak Scott... | cygwin: disable effect of -ansi -std=c89 on system... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Rafael Garcia... | Upgrade to DB_File 1.815 |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Wolfgang Laun | minor improvements for perlre.pod |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Rafael Garcia... | Quote fix by Jarkko |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Nicholas Clark | Use the new conditional TODOs to mark as TODO the warni... |
commit | commitdiff | tree | snapshot |
2007-02-05 |
Nicholas Clark | Enhance t/lib/common.pl to provide conditional TODOs... |
commit | commitdiff | tree | snapshot |
2007-02-04 |
Craig A. Berry | In vms/gen_shrfls.pl, consider EXTERN_C declarations... |
commit | commitdiff | tree | snapshot |
2007-02-04 |
Nicholas Clark | Change 23753 wasn't quite a perfect refactoring, as... |
commit | commitdiff | tree | snapshot |
2007-02-04 |
Nicholas Clark | Currently Changes is in ISO-8859-1, not UTF-8, so corre... |
commit | commitdiff | tree | snapshot |
2007-02-03 |
Craig A. Berry | Install overload.h on VMS, plus more case fix-ups in... |
commit | commitdiff | tree | snapshot |
2007-02-03 |
Craig A. Berry | Install parser.h on VMS, plus fix some case typos in... |
commit | commitdiff | tree | snapshot |
2007-02-03 |
Nicholas Clark | Purge all references to 5005 threads variables in the... |
commit | commitdiff | tree | snapshot |
2007-02-03 |
Yves Orton | Re: prerelease checklist for Perl 5.10 |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Slaven Rezic | Re: [perl #41421] glob() produces spurious results... |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Nicholas Clark | A few more places where we know the length for sv_setpv... |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Nicholas Clark | Testing every pattern by also upgrading to UTF-8 would... |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Nicholas Clark | Change 29502 wasn't perfect - you need to remove any... |
commit | commitdiff | tree | snapshot |
2007-02-02 |
Nicholas Clark | Better dump reporting of "PVBM"s. |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Nicholas Clark | Allow regexp.t to take a command line argument for... |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Nicholas Clark | Make t/op/regexp.t warnings clean. |
commit | commitdiff | tree | snapshot |
2007-02-01 |
Nicholas Clark | Make t/op/regexp.t run under use strict; including... |
commit | commitdiff | tree | snapshot |
2007-01-31 |
H.Merijn Brand | alloca () might end up unreferenced during linking. |
commit | commitdiff | tree | snapshot |
2007-01-31 |
Rafael Garcia... | Upgrade to Getopt::Long 2.36 |
commit | commitdiff | tree | snapshot |
2007-01-31 |
Nicholas Clark | You can't have special blocks if the subroutine has... |
commit | commitdiff | tree | snapshot |
next |