This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2005-12-19 Rafael Garcia... Fix internal broken link ; reindent code examples
2005-12-19 Rafael Garcia... Fix typo.
2005-12-19 Rafael Garcia... A note on say() and ORS grabbed from Damian's Perl6...
2005-12-19 Rafael Garcia... Attempt at making IO::Handle backwards compatible again
2005-12-19 Nicholas ClarkMake sv_dump (and therefore Devel::Peek) report the...
2005-12-19 Rafael Garcia... sort.pm deserves a new version number
2005-12-19 Robin HoustonRe: [PATCH] Make the 'sort' pragma lexically scoped
2005-12-19 Rafael Garcia... Missing file from last change
2005-12-19 Robin Houstonlatest switch/say/~~
2005-12-19 Yves OrtonUn-TODO a fixed test
2005-12-19 Yves OrtonTODO-SKIP tests must be "not ok", or else the test...
2005-12-18 Yves OrtonMake script embedded in patchlevel.h work on win32.
2005-12-18 Craig A. BerryTwo test workarounds for VMS
2005-12-17 Nicholas ClarkAdd some paranoia to check that GP accesses aren't...
2005-12-17 Steve PetersUpgrade to Time-HiRes-1.86
2005-12-17 Nicholas ClarkTwo it's => its grammar fixes.
2005-12-17 Nicholas ClarkMove and const some definitions of variables used to...
2005-12-17 Nicholas ClarkAdd t/op/negate.t to MANIFEST.
2005-12-17 Nicholas ClarkPull the definition of olderrno in sv_2pv_flags into...
2005-12-17 Dominic DunlopCorrect typo in Time::HiRes tests introduced by patch...
2005-12-17 Steve PetersFix a typo and add some clarification to change #26387.
2005-12-17 Steve PetersAddition documentation explaining aritmetic negation...
2005-12-17 Nicholas ClarkThe IV/UV choice can be made inside uiv_2buf rather...
2005-12-17 Nicholas ClarkThe THINKFIRST check after the GMAGICAL check in sv_2iv...
2005-12-17 Steve PetersFix for ext/POSIX/t/time.t so the strftime() test works...
2005-12-17 Steve PetersUpgrade to Time-HiRes-1.85
2005-12-16 Nicholas ClarkTypo fixes from Robin Houston in
2005-12-16 Nicholas Clarks/Nullhv/NULL/g;
2005-12-16 Nicholas Clarks/Nullav/NULL/g
2005-12-16 Jan DuboisRE: PeekMessage() call in win32\win32.c win32_async_check
2005-12-16 Nicholas ClarkPerl_sv_dup should be allocating bodies based on *size...
2005-12-16 Nicholas Clarkcomp/require.t exits early for the case of UTF-8 or...
2005-12-15 Dave Mitchellchange #26373 broke threaded builds (aTHX_ now superfluous)
2005-12-15 Steve PetersAdded test for change #26373.
2005-12-15 Rafael Garcia... Fix for [perl #37886] strict 'refs' doesn't apply insid...
2005-12-15 Steve PetersPrevent require() from attempting to open directories...
2005-12-15 Nicholas ClarkUse PL_op_desc rather than literal strings in pp_ioctl
2005-12-15 Nicholas ClarkExpand the comment describing the intent of change...
2005-12-15 Rafael Garcia... Don't autovivify stashes as soon as the lexer sees...
2005-12-15 Nicholas ClarkIn Perl_apply, the name of the op can be found from...
2005-12-15 Rafael Garcia... More general fix for bug [perl #37915]
2005-12-15 alexander_bluhm... [perl #37915] Bad select error handling in Net::Ping
2005-12-15 Gisle AasSilence test output to STDERR
2005-12-15 John PeacockRe: [perl #37897] sprintf of version objects
2005-12-15 Rafael Garcia... Some cleanups by Jarkko (and one by myself) to check83.pl
2005-12-15 Craig A. BerryOn VMS, put pods in [.lib.pods] rather than [.lib.pod]
2005-12-15 Steve PetersReverting change #26360 and #26361 since it appears...
2005-12-15 Steve PetersAgain, FREETMPS not SAVETMPS!
2005-12-15 Steve PetersAdd a missing FREETMPS to match up with a SAVETMPS...
2005-12-15 Steve PetersUpgrade to Getopt-Long-2.35
2005-12-14 Craig A. BerryUsing the system's utime() requires a patch to vms...
2005-12-14 Nicholas Clarklib/Pod/t/man.t should use TODO with not ok to express...
2005-12-14 Nicholas ClarkDuplicate the AMAGIC temporary variable consting from...
2005-12-14 Nicholas Clark Simplify the SvGMAGIC code in sv_[ipu]v_flags.
2005-12-14 Nicholas ClarkSimplify the SvGMAGIC code in sv_2nv, removing duplicat...
2005-12-14 Nicholas ClarkThe logic to use SVt_NV or SVt_PVNV is in sv_upgrade...
2005-12-14 Dave Mitchellforgot to add new file to change #26350
2005-12-14 Jerry D. Hedden[perl #37919] Blessed scalar refs with threads::shared
2005-12-14 Steve HayFix compilation error when building with -DPERL_MEM_LOG...
2005-12-13 Nicholas ClarkConvert range.t to test.pl
2005-12-13 Nicholas ClarkUpdate embed.fnc and headers after change 26345 (spotte...
2005-12-13 Nicholas ClarkInline asIV and asUV, as each is only used once, and...
2005-12-13 Craig A. BerryDon't include utime.h in vms.c -- it collides with
2005-12-13 Rafael Garcia... Fix realclean target for Sys::Syslog
2005-12-13 Gisle AasRemove tests that were not portable to 64bit ints.
2005-12-13 Steve PetersRenaming of some of Pod::Simple's test files to make...
2005-12-13 Steve PetersChanges to Pod::Simple's tests to get rid of the "...
2005-12-13 Gisle AasAdd overflow check to EXPECT_NUMBER() used by sv_vcatpv...
2005-12-13 Yitzchak Scott... Re: check83.pl
2005-12-13 Steve HayFix lib/File/Compare.t test failures on Win32
2005-12-13 Steve HayDon't try to export Perl_pad_sv when it isn't defined
2005-12-12 YAMASHINA HioA suggestion by Yamashina Hio to speed up substitutions
2005-12-12 Nicholas ClarkCheck that %v$foo does not crash.
2005-12-12 Gisle AasUse load_module() instead of perl_eval_sv("require...
2005-12-12 Steve PetersPod::Man's tests aren't Unicode friendly. Let's skip...
2005-12-12 Rafael Garcia... Robin Houston points out a better way to replace
2005-12-12 Gisle AasOops, change 26326 broke t/run/switches.t
2005-12-12 Gisle AasDrop "v" prefix from sprintf("%vd", $^V).
2005-12-11 Nicholas ClarkFix *printf %*vd with mixed Latin 1/UTF-8. (Fixes bug...
2005-12-11 Nicholas ClarkMove the rest of the data munging into the test prepara...
2005-12-11 Nicholas ClarkMove the $data and $result munging into the test prepar...
2005-12-11 Gisle AasDisallow sprintf's vector handling for non-integer...
2005-12-11 Nicholas ClarkQuench the other 2 ways obscure ways of abusing positio...
2005-12-10 Nicholas ClarkRe-instate the old perl getcwd as _perl_getcwd, and...
2005-12-10 Steve PetersUpgrade to PathTools-3.14_01
2005-12-10 Andy LesterCode tweaks in sv.c
2005-12-10 Andy LesterExcluding pad funcs when not debugging
2005-12-09 Nicholas ClarkA better hash for PTR_TABLE_HASH (?)
2005-12-09 John E. Malmbergpatch@26310 - Major step for > 256 char paths on VMS
2005-12-09 Nicholas ClarkAn alternative way of structuring ptr_table_clear so...
2005-12-09 Nicholas ClarkA more efficient way to loop in ptr_table_clear
2005-12-09 Andreas KönigRe: Pod::Simple integration
2005-12-09 Steve PetersFixes compile errors introduce with change #26301 when...
2005-12-09 Steve PetersUpgrade to Sys-Syslog-0.10
2005-12-09 Steve PetersUpgrade to CGI.pm-3.15
2005-12-08 Steve PetersAdd pointer to Pod::Simple for the Pod -> HTML task.
2005-12-08 Steve PetersOne final Pod::Usage yak to shave...
2005-12-08 Steve PetersVersion bump for Pod::Usage
2005-12-08 Steve PetersFurther yak-shaving on Pod::Usage. Now, t/pod/pod2usag...
2005-12-08 Steve PetersFix to Pod::Usage to work with all recent Pod::Text...
next