platform/upstream/perl.git
2008-11-25 Andy DoughertyRe: [perl #56826] Perl-5.8.8 compilation on AIX 5.1
2008-11-25 reneeb[perl #7911] no warning for useless /d in tr/0-9//d
2008-11-24 Nicholas ClarkPromote Perl_setdefout() to the public API.
2008-11-24 Nicholas ClarkChange 34831 missed running autodoc.pl
2008-11-24 Mandalemula... Respecting inc_version_list while processing PERL_VENDO...
2008-11-24 John E. Malmberg[patch@34896] vms readdir() fixes for UNIX/EFS mode
2008-11-20 Tim BunceHard-coded Perl_pp_entersub and Perl_pp_entereval shoul...
2008-11-18 Nicholas ClarkNote where there is a U8 of space.
2008-11-18 Nicholas ClarkRename PL_breakable_sub_generation to PL_breakable_sub_...
2008-11-18 Nicholas ClarkRemove the trailing NUL byte, and (hopefully) convert...
2008-11-18 AbigailImprove and restructure t/op/pat.t and split out some...
2008-11-18 Rainer TammerRe: 5.8.9 RC1 patches for AIX
2008-11-18 Rafael Garcia... Use only unsigned ints for comparisons to PL_breakable_...
2008-11-18 Nicholas ClarkRafael noticed a bug in 34873 - I was comparing against...
2008-11-17 Gisle AasChange LONG_DOUBLESIZE macros to match config (ref...
2008-11-17 Nicholas ClarkS_save_lines() was using strchr() when it should have...
2008-11-17 Nicholas ClarkNo need to str*cpy() a string of known fixed length...
2008-11-17 Nicholas ClarkFix the bug introduced with MRO, whereby the internals...
2008-11-17 Andy DoughertyFix a missing single quote in hints/solaris_2.sh
2008-11-17 Renee Baecker[perl #58428][PATCH] Unicode::UCD::charinfo() does...
2008-11-17 Rafael Garcia... Skip two tests under ithreads, where the constant lives...
2008-11-17 Rafael Garcia... Upgrade to Attribute::Handlers 0.81
2008-11-17 Rainer TammerRe: 5.8.9 RC1 report
2008-11-17 Chip SalzenbergRe: [perl #59998] [PATCH] crypt() returns tainted data...
2008-11-16 Nicholas ClarkAdd a $VERSION, strict and some documentation to Tie...
2008-11-16 Nicholas ClarkIntegrate:
2008-11-16 Gisle AasSync up with Digest-MD5-2.38 from CPAN
2008-11-16 Rainer TammerRe: 5.8.9 RC1 report
2008-11-16 Florian RagwitzMake B::walksymtable not recurse into packages that...
2008-11-16 Florian RagwitzDeparse inlined constants.
2008-11-16 Nicholas ClarkAdd Tom Wyant to AUTHORS.
2008-11-16 Steve PetersTODO for fixing lvalue subs in the debugger is now...
2008-11-16 Torsten SchoenfeldMRO tests for isa() and package aliases
2008-11-16 Steve PetersUpgrade to File-Temp-0.21
2008-11-15 Rafael Garcia... Add a dump to help tracing taint bugs, by Chip Salzenberg
2008-11-14 Steve PetersForgot to include lib/perl5db.pl in change #34833
2008-11-14 Andy DoughertyFuture-proof hints/linux.sh against Sun's cc -V output.
2008-11-14 Steve PetersVarious patches added to RT #21568 from julian@mehnle...
2008-11-14 bharanee rathna[perl #48489] patch to fix perl bug #7013
2008-11-14 Florian RagwitzAdd TODO test for :lvalue under -d.
2008-11-14 Chip Salzenberg[perl #948] [PATCH] Allow tied $,
2008-11-13 Rafael Garcia... Fix error message label
2008-11-13 Chip SalzenbergRe: [perl #60360] [PATCH] UPDATED: local $SIG{FOO}...
2008-11-12 Yves OrtonBump ExtUtils-Install to 1.52 (because of CPAN persnick...
2008-11-12 Yves OrtonUpdate ExtUtils-Install to 1.51
2008-11-12 Rafael Garcia... Some deprecated warnings were also in the syntax category
2008-11-12 Gisle AasSkip #ifdefs and other preprocessor lines when parsing the
2008-11-12 Gisle Aassizeof(long double) is 8 bytes for all Microsoft compilers
2008-11-12 Gisle AasPOD markup fix
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__...
next