platform/upstream/perl.git
2007-05-02 Rafael Garcia... Upgrade to XSLoader 0.08
2007-05-02 Ævar Arnfjörð... When FETCHSIZE returns <0 perl segfaults
2007-05-02 Steve HayFix threaded builds (broken by change #31112)
2007-05-02 Jerry D. HeddenRemove ext/Thread
2007-05-01 Steve PetersFixing a Perl_my_dirfd() related test failure.
2007-05-01 Steve PetersAdd Perl_my_dirfd() to util.c
2007-05-01 Yves OrtonRe: [PATCH] Change meaning of \v, \V, and add \h, ...
2007-04-30 Rafael Garcia... Two new manpages, by Abigail
2007-04-30 Rafael Garcia... Signedness nit, found by Jarkko
2007-04-30 Gerard Goossenmake mad/PLXML.pm use strict
2007-04-30 Brandon BlackRe: mro status, etc
2007-04-30 Ævar Arnfjörð... Re: [PATCH] Cleanup of the regexp API
2007-04-28 Craig A. BerryVMS-specific tweak to FindBin for when $0 returns a...
2007-04-28 Craig A. BerryDon't try to build old Thread extension on VMS when...
2007-04-27 Steve HayDo the same as #31095 for Win32
2007-04-27 Yves OrtonRe: Analysis of problems with mixed encoding case insen...
2007-04-27 Rafael Garcia... Reindent bash functions properly
2007-04-27 Jan DuboisCargo-cult fix for an AIX build problem
2007-04-27 Rafael Garcia... Fix a signed/unsigned comparison warning
2007-04-27 H.Merijn BrandMore up-to-date info about the metaunits
2007-04-27 Craig A. Berryspecial Configure handling for IO/Compress modules...
2007-04-26 Nicholas ClarkAvoid a SIGBUS caused by passing a U32 pointer to utf8_...
2007-04-26 Devin Heitmuellerstrxfrm() returns a size_t, not a ssize_t. See:
2007-04-26 Brandon BlackFix a bug in method caching. Better version (broader...
2007-04-26 Rafael Garcia... Doc nit, by Peter Scott
2007-04-26 Steve HayRe: VMS and Win32 Makefiles in change 31059
2007-04-26 Rafael Garcia... Remove the Thread typemap
2007-04-26 Brandon Blackmro status, etc
2007-04-26 Brandon BlackFix mro docs.
2007-04-26 Rafael Garcia... Forgot to submit regcomp.c in change #31081
2007-04-26 Rafael Garcia... Do the same thing as change #31082, but for warnings.pm.
2007-04-26 Dave Mitchelleliminate "unused var" warning
2007-04-26 Johan VromansRe: The Strict trap
2007-04-26 Yves OrtonRe: Analysis of problems with mixed encoding case insen...
2007-04-26 Alexey Tourbinfixed Fcntl::S_IFMT() breakage introduced by change...
2007-04-25 Jerry D. HeddenSafely store user locks in threads::shared
2007-04-25 Jerry D. HeddenThread.xs doesn't need magic sig anymore
2007-04-25 Johan VromansSmall perlivp.PL updates
2007-04-25 Rafael Garcia... overload must not load XS modules at compile time,...
2007-04-25 Rafael Garcia... Remove a now redundant require
2007-04-25 Rafael Garcia... Move the require at the top of the file.
2007-04-25 Brandon BlackRe: [Andreas J. Koenig] C3 MRO breaks Params::Util...
2007-04-25 Steve PetersUpgrade to CPAN-1.9101
2007-04-25 Nicholas ClarkAvoid the need for 2 casts added in 31055 by using...
2007-04-25 Nicholas ClarkRemove vestigical include of <ctype.h>, which came...
2007-04-25 Alexandr Ciorniiperlre.pod spellcheck
2007-04-25 H.Merijn BrandLeave try.c and include files where they are if we...
2007-04-25 Jerry D. HeddenMove hash action constants to hv.h
2007-04-25 Rafael Garcia... perlguts nit, found by Jerry D. Hedden
2007-04-25 Craig A. BerryWork a little harder at building generate_uudmap on...
2007-04-25 Steve PetersUpgrade to Encode-2.20
2007-04-24 Nicholas ClarkOoops. It helps to p4 add the new file.
2007-04-24 Nicholas ClarkMake PL_uudmap a constant global. Remove the run time...
2007-04-24 Dave Mitchellmove PL_linestr from the interpreter struct to the...
2007-04-24 Steve HaySilence VC6 warning about not all control paths returni...
2007-04-24 Steve HayFix a function signature missed by #31027 to silence...
2007-04-24 Steve HaySilence 5 "possible loss of data" warnings from VC6
2007-04-24 Devin Heitmueller[perl #42648] [PATCH] crash in win32/VMem.h when out...
2007-04-24 Rafael Garcia... Adjust test count.
2007-04-24 Rafael Garcia... Fix potential precedence problem
2007-04-24 Rafael Garcia... Remove unnecessarily paranoid protection in pp_defined
2007-04-24 Rafael Garcia... Fix a bug in dor assignment (@x //= 1 was triggering an
2007-04-24 Rafael Garcia... Remove the code that handles assignment to state variables
2007-04-24 AbigailTypo fix.
2007-04-24 Craig A. BerryReduce directory depth for IO::Compress modules.
2007-04-23 Dave Mitchelleliminate some uses of PL_linestr in perl.c
2007-04-23 Dave Mitchellinline S_init_lexer() and regen
2007-04-23 Dave Mitchellmake initialisation of PL_sv_no etc unconditional
2007-04-23 H.Merijn BrandMissed quotes in protocheck for rm_try
2007-04-23 H.Merijn BrandMajor *try* cleanup: introduce $rm_try; Some whitespace...
2007-04-23 Nicholas ClarkRemove the unnecessary allocation of and assignment...
2007-04-23 Rafael Garcia... Switch to hex format for integer constants in regcharcl...
2007-04-23 Rafael Garcia... Upgrade to Term::ANSIColor 1.12.
2007-04-23 Nicholas ClarkMore variable reordering saves another 40 bytes from...
2007-04-23 Jerry D. HeddenUn-mathom Perl_save_I16
2007-04-23 Rafael Garcia... A safer version of CopFILE, by Jarkko
2007-04-23 Rafael Garcia... Change boilerplate of regcharclass.h
2007-04-23 Rafael Garcia... Add Yves Orton's script to regenerate regcharclass.h
2007-04-23 Rafael Garcia... Remove generated test files from CPANPLUS
2007-04-23 Rafael Garcia... Patch to config to avoid failures in the perl core due
2007-04-23 Ævar Arnfjörð... Re: [PATCH (incomplete)] Make regcomp use SV* sv, inste...
2007-04-23 Yves OrtonChange meaning of \v, \V, and add \h, \H to match Perl6...
2007-04-23 Rafael Garcia... An optimisation to the MRO code, by Brandon Black,
2007-04-23 Craig A. BerryShorten long symbols in mro.c to avoid name mangling...
2007-04-22 Nicholas ClarkFix problems caused by downsizing in change 31017....
2007-04-22 Rafael Garcia... Reflect change of path for Module::Pluggable's tests...
2007-04-22 Rafael Garcia... Add missing file to MANIFEST
2007-04-22 Jos I. BoumansUpdate CPANPLUS to 0.79_01
2007-04-22 Craig A. BerryMove Module::Pluggable tests up under main test directory.
2007-04-22 Craig A. BerryMake t/harness find the t/mro tests
2007-04-21 Nicholas ClarkVarious variables in intrpvar.h and thrdvar.h are consi...
2007-04-21 Nicholas ClarkFix bug in change 31015 - saving the wrong size of...
2007-04-21 Nicholas ClarkSeveral members of struct yy_parser can go on a diet...
2007-04-21 Nicholas ClarkBy re-ordering declarations in interpvar.h and thrdvar...
2007-04-21 Nicholas ClarkRemove widesyscalls and numeric_compat1, two unused...
2007-04-21 Nicholas ClarkEliminate Internals::inc_sub_generation, which nothing...
2007-04-21 Nicholas ClarkWhere possible, use SvIV instead of SvIVX, SvNV instead...
2007-04-21 Nicholas ClarkStoring PL_sv_yes over itself is as cheap as calling...
2007-04-21 Nicholas ClarkIn Perl_mro_get_linear_isa_dfs(), by treating the local...
2007-04-21 Rafael Garcia... Typo fix by Abigail
next