p5sagit/p5-mst-13.2.git
2007-07-01 Nicholas Clark Add some information to the comments describing SV...
2007-07-01 Dave Mitchell test that localised tieing of a hash or array remains...
2007-07-01 Jerry D. Hedden char is not a good type to use for array indexes;
2007-06-30 Tels FYI: Math::BigInt v1.87 released [PATCH]
2007-06-30 Abigail Comment typo fix
2007-06-30 Benjamin Carter regclass on EBCDIC platforms
2007-06-30 Abigail /p vs (?p)
2007-06-29 Rafael Garcia... Removes the code that is supposed to restore magic...
2007-06-29 Jerry D. Hedden Fix up change 31494
2007-06-29 Rafael Garcia... Update Changes
2007-06-29 Rafael Garcia... Revert change #31489.
2007-06-29 Brandon Black Re: valgrind findings
2007-06-29 Rafael Garcia... Being tired of adjusting the test count of concise...
2007-06-29 Rafael Garcia... Small pod fix
2007-06-29 Yves Orton fix overzealous search and replace
2007-06-28 Yves Orton Rename various regex defined so that they have distinct...
2007-06-28 Yves Orton Replace pattern parsing logic with optree "parsing...
2007-06-28 Ævar Arnfjörð... Move the RXf_WHITE logic for split " " into the regex...
2007-06-28 Steve Peters Add a TODO test cases RT# 43403.
2007-06-28 Rafael Garcia... Fix tests so they actually test $@. like() demands...
2007-06-28 Rafael Garcia... New valgrind suppressions.
2007-06-28 Steve Hay Re-enable the setlocale() tests for Windows XP onwards
2007-06-28 Jan Dubois RE: Problem in Win32CORE when building PAR-Packer-0...
2007-06-28 Brandon Black Re: [perl #43357] *DESTROY = sub {} at runtime
2007-06-28 Jerry D. Hedden Move tests under 'threads' module
2007-06-28 Jerry D. Hedden Re: [PATCH-revised] ext/Win32/t/Unicode.t failures...
2007-06-28 Tels Math::BigFloat - fix bpi() and A [PATCH]
2007-06-28 Tels Re: Broken bignum tests [PATCH]
2007-06-28 David Landgren bring File-Path up to 2.01
2007-06-28 Yves Orton Free memory in case of error/failure to compile.
2007-06-27 Steve Hay Fix POSIX::setlocale(): the CRT function returns a...
2007-06-27 Rafael Garcia... Revert change #31480. The PI and e functions can accept...
2007-06-27 Rafael Garcia... Add an empty prototype to functions PI and e
2007-06-27 Tels Re: RFC: bigint et. al exporting PI method? [PATCH]
2007-06-27 Tels Math::BigInt take 12 [PATCH]
2007-06-27 Jerry D. Hedden threads 1.63
2007-06-27 Chia-liang Kao B::Deparse cleanups
2007-06-26 Dave Mitchell avoid double-free of the thread function
2007-06-26 Dave Mitchell make sure PL_Parser is NULL during early stage of threa...
2007-06-26 Brandon Black Second patch from:
2007-06-26 Brandon Black First patch from:
2007-06-26 Jerry D. Hedden Add TODO tests for refcount issues related to threads
2007-06-26 Steve Hay Upgrade to Win32-0.30
2007-06-26 Jan Dubois [PATCH] Remove dead code from win32/win32sck.c
2007-06-26 Jan Dubois Win32 is dual-lived on CPAN
2007-06-26 Jan Dubois Porting/corecpan.pl -f option doesn't work
2007-06-25 Steve Hay Revert #30197 and #30219, which #31464 has just made...
2007-06-25 Jerry D. Hedden Accept file exists error in ext/Win32API/File/t/file.t
2007-06-25 Rafael Garcia... Rename README and Changes for more readability
2007-06-25 Rafael Garcia... Upgrade to libnet 1.21
2007-06-25 Danny Rathjens Apply doc suggestion from:
2007-06-25 Paul Johnson remove op_static
2007-06-25 Rafael Garcia... That test too should be skipped in the core on EBCDIC...
2007-06-25 Tels [Caffeine-Patch] Math::BigInt 1.87 take 11 (add batan2...
2007-06-25 Rafael Garcia... Remove now-irrelevant comment
2007-06-25 Reini Urban [perl #43285] Win32API::File tests language specific
2007-06-25 Rafael Garcia... PerlFAQ sync.
2007-06-24 Nicholas Clark s/\bunicode\b/Unicode/; # For everything not dual life
2007-06-24 Nicholas Clark Also get copy on write working with ithreads. It hadn...
2007-06-23 Yves Orton Rename test files starting with regexp_ that do not
2007-06-23 Yves Orton Resolve
2007-06-23 Rafael Garcia... Tels' patch to defer overloading of hex and oct,
2007-06-23 Tels Math::BigInt v1.87 take 10
2007-06-23 Dave Mitchell remove the test added by change #31447
2007-06-22 Dave Mitchell safely handle cloning a stale lexical var
2007-06-22 Jerry D. Hedden Remove orphaned (and unused) Test::Simple test
2007-06-22 Niklas Edmundsson [perl #43291] perl-5.8.8 - AIX 5.3 64bit build issues
2007-06-22 Peter Dintelmann perlopentut
2007-06-21 Yves Orton Add avar to the authors file... Apparently the 'ae...
2007-06-21 Yves Orton Correct my email address. (My very first commit!)
2007-06-21 Jerry D. Hedden Remove unused Module::Build tests
2007-06-21 Reini Urban File::Spec::Cygwin more tests and silence warning
2007-06-21 cygwin@cygwin.com [perl #43265] cygwin/Makefile.SHs: miniperl -Ilib for...
2007-06-21 Jerry D. Hedden cloexec.t works under Cygwin
2007-06-21 Jerry D. Hedden Remove Archive::Test POD check
2007-06-21 Reini Urban [perl #40103] File::Spec->case_tolerant() should return...
2007-06-21 Reini Urban [perl #43273] Enable lib/User/*.t on cygwin
2007-06-21 Reini Urban [PATH] AUTHORS rurban
2007-06-21 Gabor Szabo pod/perlhack.pod where to go for information about...
2007-06-21 Craig A. Berry Skip a test that causes list assignment to %ENV errors...
2007-06-21 Craig A. Berry Make File::Spec::VMS->splitdir stop returning an empty...
2007-06-20 Steve Hay Silence "signed/unsigned mismatch" warning from VC...
2007-06-20 Steve Hay Stop the VC++ warning "'HUF_func_2mode' undefined;...
2007-06-20 Steve Hay Change #31426 should also be applied to the PERL_IMPLIC...
2007-06-20 Rafael Garcia... Change #31426 should also be applied to the windows...
2007-06-20 Yves Orton Re: Net::SMTP can't send large messages with bleadperl
2007-06-20 Rafael Garcia... A first stab at making perlreref.pod up to date
2007-06-20 Rafael Garcia... Fix docs for \u ; plus a POD formatting nit
2007-06-19 Yves Orton Re: Net::SMTP can't send large messages with bleadperl
2007-06-19 Nicholas Clark Work on getting B compiling outside of the perl source...
2007-06-19 Craig A. Berry Better handling of escapes in filenames when converting...
2007-06-19 Martin Becker [perl #43242] "use base" breaks code containing peculia...
2007-06-19 Rafael Garcia... Update list of files that need crlf line endings
2007-06-18 Dave Mitchell fix S_emulate_eaccess compiler warning
2007-06-18 Dave Mitchell [perl #43159] 5.9.4 regexp capturing wrongly
2007-06-18 Rafael Garcia... R stands for Report, not Reporting.
2007-06-18 Rafael Garcia... Regenerate META.yml.
2007-06-18 Rafael Garcia... Regen pods
2007-06-18 Tels Re: Math::BigInt 1.87 problems? Re: FAIL DBI-1.56 i686...
2007-06-18 Rafael Garcia... Remove PERL_MAGIC_mutex
next