platform/upstream/perl.git
2008-11-28 John E. Malmberg[patch@34950]configure.com fix usedevel
2008-11-28 H.Merijn Brandcould we add usedevel to config.h?
2008-11-28 H.Merijn BrandErrors to STDERR please
2008-11-27 Nicholas ClarkS_mro_get_linear_isa_*() should have an *un*signed...
2008-11-27 Nicholas Clarkav_fake is undead. :-(
2008-11-27 Nicholas ClarkNote (hopefully) all the use cases of all the rest...
2008-11-27 Bo LindberghSmall eval documentation tweak
2008-11-27 Nicholas Clarkav_fake() isn't in the public API, and isn't used anywh...
2008-11-27 Steve Peters[perl #32979] [PATCH] perlrun #!/bin/sh incantation...
2008-11-26 Nicholas ClarkNote where (nearly) all the other private non-static...
2008-11-26 Nicholas Clarkywarn() is actually only used inside toke.c, so it...
2008-11-26 Nicholas Clarksetenv_getix() is not used anywhere other than util...
2008-11-26 Nicholas ClarkChange 34931 missed a second update to perlintern.pod
2008-11-26 Nicholas Clarksv_add_arena() is now only called from sv.c, so it...
2008-11-26 Nicholas ClarkPerl_oopsCV() is not part of the public API, not used...
2008-11-26 Marcus Holland... Upgrade to IPC::SysV 2.00_01
2008-11-26 Nicholas Clarkrxres_free() and rxres_restore() are only used in pp_ct...
2008-11-26 Nicholas ClarkJust s/Perl_/S_/ isn't good enough - you also need...
2008-11-26 Nicholas Clarkpmtrans() and refkids() can be static in op.c.
2008-11-26 Nicholas Clarkpidgone() is only used in util.c, so it can be static.
2008-11-26 Nicholas ClarkMerge S_is_gv_magical() into Perl_is_gv_magical_sv().
2008-11-26 Nicholas ClarkThe vestigial PL_pad_reset_pending can actually be...
2008-11-26 Nicholas Clarkpad_reset() is only used in pad.c, so can be static.
2008-11-26 Nicholas ClarkExactly 1 function, in perl.c, calls Perl_magicname...
2008-11-26 Nicholas Clarkis_gv_magical() is only called from within gv.c.
2008-11-26 Nicholas Clarkingroup() is only used in doio.c.
2008-11-26 Nicholas Clarkforce_list(), fold_constants() and gen_constant_list...
2008-11-26 Nicholas Clarkvdie() isn't used anywhere aside from util.c, so it...
2008-11-26 Nicholas ClarkPerl_cv_ckproto() is not part of the public API, and...
2008-11-26 Vincent PitAddendum to bug #38809: fix assertion failure, more...
2008-11-26 Nicholas Clarklistkids() can be static in op.c
2008-11-26 Nicholas ClarkFollowing on from change 34918, scalarkids() and scalar...
2008-11-26 Nicholas Clark"If it's not private, it's public somehow." states...
2008-11-26 Nicholas ClarkReplace Perl_my() with a small shell script. er. macro.
2008-11-25 Jerry D. Heddenthreads::shared 1.27
2008-11-25 Nicholas ClarkA correction to change 34909 - we want *different*...
2008-11-25 Nicholas ClarkAdd Rainer Tammer and Torsten Schönfeld to AUTHORS.
2008-11-25 Nicholas ClarkTweak the constants used in testing to constants that...
2008-11-25 Luke RossRe: [perl #59280] perlbug AutoReply: PUSH on tied array...
2008-11-25 Vincent Pit[perl #38809] return do { } : take 3 (or 4...)
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
next