platform/upstream/perl.git
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
2007-04-21 Rafael Garcia... Upgrade to version-0.7203.
2007-04-21 Rafael Garcia... Completely remove Test::More from the MRO tests, by...
2007-04-21 Rafael Garcia... Small optimisations, by Brandon Black
2007-04-21 Rafael Garcia... Code comments, by Brandon Black
2007-04-21 Anno SiegelBug in Hash::Util::FieldHash
2007-04-20 Nicholas ClarkTerser source code in Perl_mro_meta_dup()
2007-04-20 Nicholas ClarkMake struct mro_meta 4(ish) bytes smaller.
2007-04-20 Rafael Garcia... Shorten some file names
2007-04-20 Rafael Garcia... Silence some diagnostic messages when running within...
2007-04-20 Rafael Garcia... Nit to S_isa_lookup by Brandon Black
2007-04-20 Rafael Garcia... Additions to perldiag for MRO, by Brandon Black.
2007-04-20 Rafael Garcia... A little bit more safe version of HvMROMETA
2007-04-20 Rafael Garcia... Don't use Test::More in core tests (at least, where
2007-04-20 Gerard GoossenRe: [PATCH] madprop about forced words
2007-04-20 Patrick Dugnolle[perl #42614] NAN_COMPARE_BROKEN.DIV_BY_NAN_BUG (with...
2007-04-20 Rafael Garcia... Clean the MRO documentation up
2007-04-20 Steve PetersUpgrade to CPAN-1.91
2007-04-19 Rafael Garcia... Simpler version, and that zeroes the allocated memory
2007-04-19 Rafael Garcia... Use Newxc instead of casting by hand
2007-04-19 Rafael Garcia... A Tolkien quote for mro.c, found by Audrey Tang.
2007-04-19 Steve HayFix non-threaded build on Win32 following #30980
2007-04-19 Rafael Garcia... Fix compilation error with threads
2007-04-19 Rafael Garcia... Adjust the warning category in the test, too
2007-04-19 Rafael Garcia... Put the "Can't locate package..." warnings in the ...
2007-04-19 Rafael Garcia... Change an "Internal error" message to the more common...
2007-04-19 Brandon BlackRe: new C3 MRO patch
2007-04-19 Jan DuboisAllow sending SIGINT to child processes on Windows...
2007-04-19 Jerry D. HeddenRe: [perl #41574] cond_wait hang ups under MSWin32
2007-04-18 H.Merijn Brand1. Move #30327 to the generation location
2007-04-18 Steve HayAdd a test for the bug fixed by #30970
2007-04-18 Rafael Garcia... Sys::Syslog was missing from Maintainers.pl
2007-04-17 Steve HayThese test scripts probably wanted BEGIN blocks,
2007-04-17 Jan DuboisFix kill(0, $pid) on Windows
2007-04-16 Nicholas ClarkRemove the "performance hack" that suppressed used...
2007-04-16 Jerry D. HeddenRe: [PATCH] Mention sorting MANIFEST in perlhack.pod
2007-04-16 Jerry D. HeddenRe: Thread.t hangs, even under normal test...
2007-04-16 Jarkko Hietaniemisv.c: %d ne size_t
2007-04-15 Dave Mitchellfix casting warning in pp_ord()
2007-04-15 Dave Mitchellget rid of warning due to empty dangling else in malloc.c
2007-04-15 Dave Mitchellfollow PL_watchaddr when cloning a thread
2007-04-15 Dave Mitchellwith DEBUG_LEAKING_SCALARS, dump multiply-freed scalars
2007-04-15 Nicholas ClarkRemove wince/ from checkcfgvar.pl, now that it is gone...
2007-04-15 Rafael Garcia... Add the Default Unicode Collation Element Table for...
2007-04-15 Rafael Garcia... Change prototype of async() to be compatible with the one
2007-04-15 Jerry D. HeddenRemove 5005threads from Thread.pm
2007-04-15 Jerry D. HeddenFix Thread.pm
2007-04-14 Dave MitchellMove PL_comppad nulling from do_clean_all to sv_clear
2007-04-14 H.Merijn BrandTypo in croak message
2007-04-14 AbigailTypo in =item say
2007-04-13 Jan DuboisRE: [PATCH] Restore Win64 compilation with the Windows...
2007-04-12 Alexey TourbinIntegrate:
2007-04-12 Nicholas ClarkBump the VERSION of ExtUtils::Constant::Base.
2007-04-12 Nicholas ClarkPL_madskills is a bool, so save it as one (else Solaris...
2007-04-12 Nicholas ClarkFix two errors in the OP debugging code. Now all test...
2007-04-12 Yves OrtonRe: [PATCH] Add CPANPLUS 0.78 to the core
2007-04-12 Nicholas ClarkChange 18797 (Patch for [perl #9402], known also as...
2007-04-12 Rafael Garcia... Run buildtoc --build-all
2007-04-12 Jerry D. HeddenAdd $VERSION to Module::Build::Version
2007-04-12 Rafael Garcia... Upgrade to Archive::Extract 0.18
next