This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2008-04-13 Rafael Garcia... Upgrade to Time::HiRes 1.9715
2008-04-13 Marcus Holland... Upgrade to Devel::PPPort 3.13_02
2008-04-13 Marcus Holland... Add two missing dVAR's.
2008-04-12 Vincent Pitperlclib.pod tweaks
2008-04-11 Rafael Garcia... Fix C portability nit found by Jerry D. Hedden.
2008-04-11 Vincent PitDouble magic with '\&$x'
2008-04-11 Ævar Arnfjörð... Re: [perl #52672] regexp failure: (?=) turns into OPFAIL
2008-04-11 TelsMath::BigRat 0.22
2008-04-11 Gerard Goossenis_gv_magical correctly check "ISA"
2008-04-09 John P. Lindermanchanges to perlsec.pod and call for removal of quicksort
2008-04-08 Jim CromieRe: TODOs (was Re: summer of code mentor applications...
2008-04-08 Rafael Garcia... Remove old option leftover in docs
2008-04-07 Nicholas ClarkSo why didn't the build break for me? Fix problems...
2008-04-07 Nicholas ClarkTidy up compiler warning spotted by Jerry Hedden.
2008-04-07 Nicholas ClarkSplit out S_refcounted_he_new_common() from
2008-04-07 Nicholas ClarkEliminate cop_label from struct cop by storing a label...
2008-04-06 Nicholas ClarkChange 33653 (inevitably) missed one cop_label, because...
2008-04-06 Nicholas ClarkA macro used only once isn't a typing saving, and 3...
2008-04-06 Nicholas ClarkReplace all remaining accesses to COP's cop_label with...
2008-04-06 Nicholas ClarkAdd attempting Exterminate! cop_label to perltodo.
2008-04-06 Paul FenwickRe: [PATCH][NUDGE] Documentation fix for perlfunc/shutdown
2008-04-06 Paul Fenwickperlfunc.pod: atan2(0,0) returns 0, not undef
2008-04-06 Nicholas ClarkMissed updated a test description, as spotted by vincent.
2008-04-05 Nicholas ClarkUCD 5.1.0
2008-04-05 Jarkko HietaniemiTru64: align fp policies of gcc and cc
2008-04-04 Steve HayRun overload.pl from regen.pl, and check overload.c...
2008-04-04 Jan DuboisMake PL_AMG_names and PL_AMG_namelens static
2008-04-04 Jan DuboisPL_bincompat_opt should be exported on AIX and Windows
2008-04-03 Nicholas ClarkPack lib/CGI/t/upload_post_text.txt with uupacktool...
2008-04-03 Nicholas ClarkClean up some compiler warnings spotted by smokers.
2008-04-02 Nicholas ClarkIn Perl_sv_grow(), no need to do PERL_STRLEN_ROUNDUP...
2008-04-02 Jerry D. HeddenRe: Change 33598: [PATCH] Re: Smoke [5.11.0] 33456...
2008-04-02 Nicholas ClarkFix bug in change 33379 - if we're using malloc_size...
2008-04-01 Nicholas ClarkDefine sv_insert() as a wrapper to sv_insert_flags...
2008-04-01 Nicholas ClarkAdd the correct argument assertion macro to sv_insert_f...
2008-04-01 Steve HayUpgrade to Win32-0.35
2008-04-01 Rafael Garcia... Module::CoreList wasn't listing Config.pm everywhere.
2008-03-31 Nicholas Clark$VERSION++ for all the non-dual life modules outside...
2008-03-31 Nicholas ClarkFix bug in the code for --opened - it was not working...
2008-03-31 Nicholas Clark$VERSION++ for all the non-dual life modules in ext...
2008-03-31 Vincent PitDouble magic with substr
2008-03-31 Rafael Garcia... Config.pm needs to be listed in Module::CoreList, too
2008-03-30 Nicholas ClarkGive DynaLoader a non-dev version number.
2008-03-30 Robin Barkeradd -v to regen.pl and friends
2008-03-30 Nicholas Clarkdetecting Configure test goofs (Was Re: branch predicti...
2008-03-29 Nicholas ClarkGDBM_File isn't dual life, so no need for a dev module...
2008-03-29 Dominic DunlopRe: Smoke [5.11.0] 33456 PASS darwin 9.2.0 (macppcG5...
2008-03-29 Nicholas ClarkAdd i_syspoll to all the pre-canned configs.
2008-03-29 Nicholas ClarkFix compiler warning about comparison of pointer types.
2008-03-29 Gerard Goossendo not use SVTYPEMASK to prevent cleaning of PL_fdpid...
2008-03-28 Dominic DunlopRe: Tests failed on PPC64
2008-03-28 Steve PetersAdditional CGI.pm test files that got missed at some...
2008-03-28 Craig A. BerryMake the nv_preserves... checking on VMS more robust...
2008-03-28 Craig A. BerryMake uudmap.h dependencies more explicit in the VMS...
2008-03-27 Gerard GoossenMAD dump xml escape regex
2008-03-27 Paul MarquessDB_File 1.817
2008-03-26 Nicholas ClarkThe offset for pos is stored as bytes, and converted...
2008-03-26 Nicholas ClarkDon't call S_utf8_mg_pos_cache_update(), and hence...
2008-03-26 Nicholas ClarkUpdate makemeta to add the 3 official "resources" ...
2008-03-26 Nicholas ClarkRe-run Porting/makemeta
2008-03-26 Nicholas ClarkWith change 33252, MM_Unix.pm isn't quite in sync with...
2008-03-26 Nicholas ClarkFix whitespace difference between blead and upstream...
2008-03-26 Nicholas ClarkActually use the computed @path so as to write the...
2008-03-26 Leon BrocardRe: [PATCH] perlhack.pod update walkthrough
2008-03-26 chromaticTypo Fixes
2008-03-26 Steve PetersUpgrade to CGI-3.35.
2008-03-25 Nicholas ClarkPatches for VMS by Craig Berry from
2008-03-25 Steve HayRE: [PATCH revised] Fix ExtUtils::Install under Cygwin
2008-03-25 Jerry D. HeddenRe: Change 33556: [PATCH] borg parent.pm
2008-03-25 Steve PetersUpgrade to CGI.pm-3.34. There are still a few differen...
2008-03-25 Nicholas ClarkRepeat change 33508 - change 33561 re-instated the...
2008-03-25 Jarkko Hietaniemi"646"
2008-03-25 Steven SchubigerRe: [PATCH] sv.c: consting
2008-03-25 Rafael Garcia... Use sv_setpvs() like a few lines before since change...
2008-03-25 pancho@pancho... [perl #51964] Typo on regular expression at perlopentut...
2008-03-25 David NicolRe: local $@ has an unwanted side effect
2008-03-25 Vincent PitRe: [PATCH] Double warning with perl -we 'my $a; substr...
2008-03-25 Yitzchak Scott... borg parent.pm
2008-03-25 Niko TyniIO::Socket::INET unnecessarily resolves "udp"
2008-03-24 Vincent Pitapidoc mismatch for Perl_magic_clearhint
2008-03-24 Steve PetersUpgrade to Module-Pluggable-3.8
2008-03-24 Nicholas ClarkGive the test file for __builtin_expect() the correct...
2008-03-24 John E. Malmbergconfigure.com and vms.c fixes.
2008-03-21 H.Merijn BrandFinal move from meta-3.0 to meta-3.5
2008-03-20 Vincent PitDouble warning with perl -we '\&$x'
2008-03-19 Nicholas ClarkRe: Smoke [5.11.0] 33500 FAIL(F) MSWin32 WinXP/.Net...
2008-03-18 Sérgio Durigan... Fixing "make distclean" to remove "config.arch"
2008-03-18 Steve HaySilence some warnings introduced by #33507
2008-03-17 Nicholas ClarkDrag autodoc.pl and overload.pl into the age of safer_o...
2008-03-15 Nicholas ClarkRename safer_rename() to rename_if_different(), to...
2008-03-15 Jim CromieRe: [patch] refine make regen to be more selective
2008-03-14 Nicholas Clark++$Pod::Html::VERSION
2008-03-14 Nicholas ClarkUpdate the use of single quotes to be consistent with...
2008-03-14 Nicholas ClarkFix a couple of minor differences between the Encode...
2008-03-13 Nicholas ClarkChange 33507 had a const too far (Perl_mg_dup()'s mg...
2008-03-13 Steven SchubigerRe: [PATCH] sv.c: consting
2008-03-13 Robert May[perl #51674] op/alarm.t hangs on 5.11.0 (Windows Vista...
2008-03-13 Nicholas ClarkUpgrade to Module::Pluggable 3.7
2008-03-13 Nicholas ClarkCorrect two spelling mistakes, and reformat some comments.
2008-03-13 Rafael Garcia... Regexp::DESTROY was only added in 5.8.1
next