platform/upstream/perl.git
2008-11-12 Rafael Garcia... Regenerate API docs
2008-11-12 Chip SalzenbergRe: [perl #60360] [PATCH] local $SIG{FOO} = sub {....
2008-11-12 Gisle AasSync up with Digest-MD5-2.37 from CPAN
2008-11-12 Nicholas ClarkIntegrate:
2008-11-11 Vincent PitRelocations errors with Intel CC 10 on 64 bits archs
2008-11-10 Dave Mitchelladd -t (tabular option) to Porting/corecpan.pl
2008-11-10 Marcus Holland... Allow lvalue usage of SvRV() and add MUTABLE_SV() check.
2008-11-10 Steffen MuellerUpdate Maintainers.pl
2008-11-10 John E. Malmberg[patch@34779] Get posix exit mode working/tested on VMS
2008-11-10 Nicholas ClarkBackslashes inside '' inside Makefiles seem to be non...
2008-11-10 Renee Baecker[perl #57926][PATCH] File::Find Bug
2008-11-09 Yves OrtonAdd support for testing when under
2008-11-09 Nicholas ClarkUpgrade to File::Path 2.07
2008-11-09 Marcus Holland... Fix warning code in Perl_sv_vcatpvfn() to make the...
2008-11-09 Michael G.... diagnostic leakage in ext/PerlIO/scalar/t/scalar_ungetc.t
2008-11-09 Marcus Holland... Update format warning tests to expect "%lld" instead...
2008-11-09 Hugo van der... "Perl_newSVpvf("%lld")" is broken
2008-11-08 Marcus Holland... Make sure PerlIO::via doesn't leave its old GV's hanging
2008-11-08 Steve PetersFrom change #34775, reverting perlio.c change for now...
2008-11-08 Marcus Holland... Re: [PATCH: Configure/NDBM_File] Add prototype detectio...
2008-11-08 Marcus Holland... Assigning to DEFSV leaks if PL_defgv's gp_sv isn't...
2008-11-08 Goro FujiRe: [perl #56644] PerlIO resource leaks on open() and...
2008-11-08 Goro Fuji[perl #54828] perlio.c has a problem (both 5.8 and...
2008-11-08 Goro FujiRe: [perl #57322] perlbug AutoReply: ungetc() to :scala...
2008-11-08 Renee Baecker[perl #18306] This problem seems to be fixed and a...
2008-11-08 Craig A. BerryNDBM prototype config vars for configure.com following...
2008-11-07 Marcus Holland... Revert SvPVX() to allow lvalue usage, but also add a
2008-11-07 Yves Ortoncreate new unicode props as defined in POSIX spec ...
2008-11-07 Steve PetersA small refactoring based on a comment in an old RT...
2008-11-07 Yves OrtonMake sure inversion sign is shown in all anyof classes...
2008-11-07 Steve HayUpgrade to Pod-Perldoc-3.15
2008-11-07 Steve HayOops, change 34762 should have bumped the VERSION
2008-11-07 Steve HayTemporary (?) fix for ext/Test/Harness/t/compat/regress...
2008-11-07 Steve HayFix test broken by Test-Simple upgrade (similar to...
2008-11-07 Steve HayUpgrade to Test-Simple-0.85_01, keeping local changes...
2008-11-07 Steve Haylib/Test/Tutorial.pod is part of Test-Simple
2008-11-07 Steve HayFix new test (just added by podlators upgrade) on Win32...
2008-11-07 Steve HayUpgrade to podlators-2.2.0
2008-11-06 Marcus Holland... NDBM just isn't meant to be used with C++. So this
2008-11-06 Marcus Holland... Add prototype detection for NDBM header files
2008-11-06 Yves OrtonVarious changes to regex diagnostics and testing
2008-11-06 karl williamsonReolve perlbug #59328: In re's, \N{U+...} doesn't match...
2008-11-06 Yves OrtonResolve perl #60344: Regex lookbehind failure after...
2008-11-05 Yves OrtonBring ExtUtils::Install up to date with the latest...
2008-11-05 Nicholas ClarkUpgrade to File::Path 2.06_08.
2008-11-04 Nicholas Clark${^CHILD_ERROR_NATIVE} isn't mentioned in perlrun.pod...
2008-11-03 Marcus Holland... The breakage caused by #34653 (sh|c)ould have been...
2008-11-03 Marcus Holland... Fix DBM module handling broken by #34653.
2008-11-03 Tim BunceRe: @{"_<$filename"} is unreasonably tied to use of...
2008-11-03 Tim BunceRe: @{"_<$filename"} is unreasonably tied to use of...
2008-11-03 Kevin Ryde[perl #60300] doc Carp $Carp::Internal{__PACKAGE__...
2008-11-03 Andreas J.... Re: CPAN-1.9301 can't clean bootstrap .cpan
2008-11-03 Rafael Garcia... Silence one more format warning
2008-11-02 Nicholas ClarkUpgrade to Time::Local 1.1901.
2008-11-02 Tom ChristiansenPATCH: Large omnibus patch to clean up the JRRT quotes
2008-11-02 Michael Cartmell[perl #56526] m/a{1,0}/ compiles but doesn't match...
2008-11-02 Renee Baecker[perl #59652][DOC PATCH] "Too late for "-CS" option"
2008-11-02 Robin Barkerexplicit empty while loops
2008-11-02 Rafael Garcia... Explicitly specify some printf formats for constant...
2008-11-01 Nicholas ClarkAdd a flag PERLDBf_SAVESRC, which enables the saved...
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.
next