This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2008-10-31 Nicholas ClarkUpgrade to Text::ParseWords 3.27
2008-10-31 Nicholas ClarkAdd MUTABLE_GV(), and eliminate (V *) casts in *.c.
2008-10-31 Nicholas ClarkChange 34672 should have removed a const from re.xs...
2008-10-31 Nicholas Clarksizeof(const SV *) is the same as sizeof(SV *), except...
2008-10-31 Marcus Holland... Upgrade to Devel::PPPort 3.14_05
2008-10-30 Nicholas ClarkEliminate (SV *) casts from the rest of *.c, picking...
2008-10-30 Nicholas ClarkChange 34627 didn't realise that if S_find_uninit_var...
2008-10-30 Nicholas ClarkSvPV() does not take a const SV*, which means that...
2008-10-30 Nicholas ClarkEliminate (SV *) casts from sv.c and [tu]*.c, except...
2008-10-30 Moritz LenzRe: [PATCH] [doc] be more explicit about magic argv
2008-10-30 Marcus Holland... Upgrade to Devel::PPPort 3.14_04
2008-10-30 Craig A. BerryTry to demangle the mess created by 34667 (the "resubmi...
2008-10-30 John E. MalmbergRe: patch@34561 VMS exec handling / cwd realpath fixes
2008-10-30 John E. Malmberg[patch@34600] vms.c setup_cmddsc
2008-10-30 Rafael Garcia... Add a test for bug #60214
2008-10-30 Rafael Garcia... The file test operators -s, -A, -C and -M can return...
2008-10-29 Nicholas ClarkAdd MUTABLE_IO(), and eliminate (IO *) casts in *.c.
2008-10-29 Marcus Holland... Use pvs macros instead of pvn where possible.
2008-10-29 Nicholas ClarkEliminate (AV *) casts in *.c.
2008-10-29 Marcus Holland... Remove redundant (and wrong) prototype for pv_display()
2008-10-29 Sébastien Aperghis... Fwd: CPAN Upload: S/SA/SAPER/constant-1.17.tar.gz
2008-10-29 Nicholas ClarkAdd MUTABLE_CV(), and eliminate (CV *) casts in *.c.
2008-10-29 Nicholas ClarkAs Perl_cv_const_sv() now takes a const CV *, use that...
2008-10-29 Nicholas ClarkPerl_cv_const_sv() takes a const CV *const cv argument.
2008-10-29 Nicholas ClarkUpgrade to PathTools 3.29.
2008-10-29 Marcus Holland... Remove redundant API definitions from '=for apidoc...
2008-10-29 Nicholas Clarkmake distclean patch from Andy Armstrong.
2008-10-29 Nicholas ClarkAvoid leaving a VAR.txt after testing terminates on...
2008-10-29 Steve PetersUpgrade to CPAN-1.9301.
2008-10-29 Nicholas ClarkUpgrade to File::Path 2.06_07. (an e-mail from David)
2008-10-29 H.Merijn BrandOne more for Haiku
2008-10-29 H.Merijn BrandTwo haiku files to add
2008-10-29 Ingo WeinholdHaiku Port
2008-10-28 Nicholas ClarkEvery remaining (HV *) cast in *.c
2008-10-28 Nicholas Clarkss_dup wrapper const casting analagous to change 34626.
2008-10-28 Nicholas ClarkConsting in S_find_uninit_var() and the routines that...
2008-10-28 Nicholas ClarkSome consting in Perl_ss_dup(), and a few (HV*) casts...
2008-10-28 Nicholas ClarkEliminate (HV *) casts in u*.c.
2008-10-28 Nicholas ClarkA gaggle of casts in Perl_sv_magicext() that are (const...
2008-10-28 Nicholas ClarkTwo casts that are MUTABLE_?V.
2008-10-28 Nicholas ClarkA couple of (COP*)s that can actually be (const COP...
2008-10-28 Andreas J.... installperl patchlet
2008-10-28 Nicholas ClarkAdd MUTABLE_HV(), and remove (HV *) casts from headers.
2008-10-28 Nicholas ClarkPerl_hv_placeholders_get() actually takes a const HV...
2008-10-28 Tony Cookfix for failed Gconvert detection under C++
2008-10-28 Nicholas ClarkUpgrade to File::Path 2.06_06. (a diff from David via...
2008-10-27 Nicholas ClarkCorrect SvVALID() and SvTAIL() - they are actually...
2008-10-27 Nicholas ClarkMHX notes that I have a superfluous void cast.
2008-10-27 Nicholas ClarkAfter the upgrade to 3.28_03 we need to revert change...
2008-10-27 Nicholas ClarkConvert all (CV *) casts to (const CV *). Convert ...
2008-10-27 Nicholas ClarkUpgrade to PathTools 3.28_03.
2008-10-27 Nicholas ClarkAdd MUTABLE_AV(), and remove (AV *) casts from headers.
2008-10-27 Nicholas ClarkGrab the second half of r10084 for cwd.t, which wasn...
2008-10-27 Nicholas ClarkUpgrade Cwd.xs to the Cwd.xs in PathTools 3.26_01:
2008-10-27 Nicholas ClarkAdd a macro MUTABLE_PTR(p), which on (non-pedantic...
2008-10-27 Nicholas ClarkBugs revealed by replacing (SV *) casts with something...
2008-10-27 Marcus Holland... Fix x2p, which was broken by #34598 with -DPERL_MEM_LOG.
2008-10-27 Marcus Holland... Fix prototype detection for C++
2008-10-26 Marcus Holland... No, it's not a const SV* if we subsequently call
2008-10-26 Marcus Holland... Make sure Perl_mem_log_(?:alloc|realloc|free) have...
2008-10-26 Nicholas ClarkCope with brain damage in PerlIO::via, which will let...
2008-10-26 Nicholas ClarkUSE_FAST_STDIO can affect behaviour, so list it in -V
2008-10-25 Nicholas ClarkUpgrade to ExtUtils::Manifest 1.55.
2008-10-25 Nicholas ClarkUpgrade to ExtUtils::Command 1.15
2008-10-25 Nicholas Clarklib/ExtUtils/t/eu_command.t belongs to ExtUtils-Command...
2008-10-25 Nicholas ClarkUpdate copyright year in opcode.pl to reflect change...
2008-10-25 Nicholas ClarkUpdate copyright year in embed.pl, and everything that...
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-10-25 Steffen MuellerRe: [Fwd: CPAN Upload: S/SM/SMUELLER/Attribute-Handlers...
2008-10-25 Nicholas ClarkUpgrade to lib.pm 0.61.
2008-10-25 Vincent PitIntegrate:
2008-10-25 Marcus Holland... Make C++ compilers happy #5: jump to 'do_write' crossed
2008-10-24 Marcus Holland... Make C++ compilers happy #4: move cast so Newc() and
2008-10-24 Marcus Holland... Make C++ compilers happy #3: make implicit cast
2008-10-24 Marcus Holland... Make C++ compilers happy #2: const POD without initializer
2008-10-24 Marcus Holland... Make C++ compilers happy #1: "typename" is a C++ keyword.
2008-10-24 Nicholas ClarkUpgrade to SelfLoader 1.17.
2008-10-24 Nicholas ClarkAdd PL_sv_serial to makedef.pl, so that it is skipped...
2008-10-24 Marcus Holland... Add PERL_ARGS_ASSERT_MEM_LOG_COMMON to S_mem_log_common().
2008-10-24 Marcus Holland... Run 'make regen' for #34567 and #34568.
2008-10-24 Marcus Holland... Add SV allocation tracing to -Dm and PERL_MEM_LOG
2008-10-24 Marcus Holland... Refactor Perl_mem_log_ functions
2008-10-24 Daniel Frederick... Re: [perl #60022] Typo in perldata
2008-10-23 Craig A. BerryWhen testing the case sensitivity settings of the process
2008-10-23 Craig A. BerryHandle a filename with a tilde in it. Otherwise the...
2008-10-21 Marcus Holland... Upgrade to Devel::PPPort 3.14_03
2008-10-21 Nicholas ClarkJerry spotted that as a result of change 34483 which...
2008-10-21 Nicholas ClarkAdd BinGOs to AUTHORS, and a second e-mail address...
2008-10-21 Nicholas ClarkDisentangle the ownership of tests in lib/ExtUtils/
2008-10-21 Nicholas ClarkFuture-proof the FreeBSD hints - assume that FreeBSD...
2008-10-21 Nicholas ClarkTest::Simple 0.81_02 has:
2008-10-21 Nicholas ClarkUpdate Changes, README and TODO from the Test-Simple...
2008-10-21 Nicholas ClarkCwd.xs won't load in development releases, unless we...
2008-10-21 Tony CookFreeBSD 7 libc_r detection
2008-10-20 Nicholas ClarkUpgrade to ExtUtils-MakeMaker-6.48
2008-10-20 Nicholas ClarkBump the $VERSION of File::stat (documentation changed).
2008-10-20 Nicholas ClarkBump IPC::Open2's $VERSION. (The docs changed.)
2008-10-20 Nicholas ClarkChange "use $foo; 1" in evals to "require $foo; 1"...
2008-10-20 Nicholas ClarkAs well as @INC, also convert $^X to an absolute path...
2008-10-20 Nicholas ClarkChange the plan - 2.14 gets the copy permission behavio...
next