platform/upstream/perl.git
2006-03-23 Nicholas ClarkUse both cache entries for Perl_sv_pos_b2u().
2006-03-23 Nicholas ClarkComplete the other 2 arms of the cache update code.
2006-03-23 Nicholas ClarkPass the (byte) length of the entire string into
2006-03-23 Rafael Garcia... Upgrade to Time::Local 1.12
2006-03-23 Nicholas ClarkAdd all new static functions to embed.fnc
2006-03-23 Nicholas ClarkUse the cache in S_sv_pos_u2b_cached() when the desired...
2006-03-23 Nicholas ClarkUse the cache in S_sv_pos_u2b_cached when the sought...
2006-03-23 Rafael Garcia... Further adjustement to change #27576 by Jan Dubois
2006-03-23 Jan DuboisRE: [PATCH, no, really!] Re: [perl #38779] NAN's on...
2006-03-23 Nicholas ClarkCall S_utf8_mg_pos_cache_update() from S_sv_pos_u2b_cac...
2006-03-22 Nicholas ClarkTake advantage of uoffset >= uoffset0, to simplify...
2006-03-22 Nicholas ClarkAdd S_sv_pos_u2b_midway for when we know the utf-8...
2006-03-22 Nicholas ClarkCreate S_sv_pos_u2b_cached, which abstracts away utf...
2006-03-22 Randy W. SimsUninitialized value in Archive::Tar
2006-03-22 Nicholas ClarkThe simplest way to start on Perl_sv_pos_u2b seems...
2006-03-22 Dave Mitchellremove idential code branch from regmatch()
2006-03-22 Steve PetersFix some test failures in t/op/cmp.t when compiling...
2006-03-22 Dominic DunlopRe: [perl #38779] NAN's on Win32
2006-03-22 Gisle AasAdjust docs to reflect that DynaLoader, as of change...
2006-03-22 Steve PetersIncrease the length of content compressed as a kludge...
2006-03-21 Nicholas Clark(Hopefully) make VMS happy.
2006-03-21 John E. Malmberg[patch@27529] thread.h - VMS needs more stack
2006-03-21 Gisle AasUpgrade to Digest-1.15
2006-03-21 John E. Malmberg[patch@27538] utime patch for VMS
2006-03-21 Gisle AasTest croak(NULL)
2006-03-20 Nicholas ClarkExtend change 27558 - if we know the character offset...
2006-03-20 Nicholas ClarkIn Perl_sv_pos_b2u, if we know the character offset...
2006-03-20 Nicholas ClarkAbstract the string walking functionality from Perl_sv_...
2006-03-20 Steve HayMerge some more changes from ActivePerl 5.8.8.816
2006-03-20 Steve HayMerge some changes from ActivePerl 5.8.8.816
2006-03-20 Rafael Garcia... Revert part of change 27546 related to a /dev/null bug
2006-03-20 Nicholas ClarkPerl_utf8_distance can be implemented as a call to...
2006-03-20 Nicholas ClarkThe two loops in Perl_utf8_distance can be merged.
2006-03-20 Gisle AasAvoid "uninitialized value" warnings during 'make test'.
2006-03-20 Gisle AasAlso strip $ENV{PATH} dirs writable by world.
2006-03-20 Gisle AasMove DynaLoader.o into libperl.so.
2006-03-20 Nicholas ClarkIf the scalar has just been upgraded to SVt_RV, there...
2006-03-20 Rick DelaneyRe: [perl #38710] localised stash slice
2006-03-20 John E. Malmberg[patch@27538] Misc vms.c fixes for buffer sizes.
2006-03-20 Jan Duboiswin32_async_check must *always* check for pending signals
2006-03-20 Dave Mitchellmerge the TRIEF/TRIEFL and TRIE branches in regmatch(),
2006-03-19 Nicholas ClarkRemove a redundant test on mg->mg_ptr. (It had to be...
2006-03-19 Andy LesterChange the semantics of S_isa_lookup
2006-03-19 Jarkko Hietaniemia bit 'use strict' cleanliness
2006-03-19 Andy LesterData::Dumper consting
2006-03-19 Andy LesterCleanups in op.c
2006-03-17 Nicholas ClarkMake Perl_sv_len_utf8 honour the new ${^UTF8CACHE}.
2006-03-17 Nicholas ClarkRemove a duplicated conditional test by putting everyth...
2006-03-17 Nicholas ClarkProperly set/reset the UTF-8 length cache in regcomp.c.
2006-03-17 Nicholas ClarkRestore a bit of change 27533 that change 27534 inadver...
2006-03-17 Dave Mitchellinline, then delete, S_regrepeat_hard()
2006-03-17 Nicholas Clarksv_find() returning false, followed by sv_magic() to...
2006-03-17 Steve HayMake "distclean" target on Win32 clean up temporary...
2006-03-17 Rafael Garcia... Upgrade to ExtUtils::CBuilder 0.17
2006-03-17 Steve HayInstall POD files into "lib\pods" rather than "lib...
2006-03-17 Jan Duboisthreads.xs broken under PERL_IMPLICIT_SYS; 5.8.8 regression
2006-03-17 Jan Duboiswin32_pclose() error exit doesn't unlock mutex
2006-03-17 Jan Duboiswin32_async_check() can loop indefinitely; 5.8.8 regression
2006-03-17 Dave Mitchellreduce S_regrepeat_hard() callers from 3 to 1
2006-03-16 Nicholas ClarkAdd a new per-interpeter variable PL_utf8cache, which...
2006-03-16 Nicholas ClarkNote that it's worth looking to downsize variables...
2006-03-16 Nicholas ClarkCorrect the macros in the comments in hv.c. Given the...
2006-03-16 Gisle AasAvoid hardcoded $(OBJ_EXT)
2006-03-16 Gisle AasChange 27520 was a bit too aggressive. Let's keep...
2006-03-16 Gisle AasRemove unused code. No extension use Makefile.SH any...
2006-03-16 Gisle AasFix up miniperl dependency.
2006-03-16 Gisle AasSimplify; make perl.o included in $(obj)
2006-03-16 Rafael Garcia... Add a couple of regression tests for the untested
2006-03-16 Paul MarquessCompress::Raw::Zlib, Compress::Zlib, IO::Compress:...
2006-03-16 Gisle Aasrequire should ignore directories found when searching...
2006-03-16 Rafael Garcia... Make the threads tests silent with regard to the new...
2006-03-15 Nicholas ClarkMake the original versions of relocated paths available...
2006-03-15 Nicholas ClarkCorrect the non gcc-brace-group definition of SvAMAGIC_off
2006-03-15 Nicholas ClarkD'oh! 27508 wasn't quite testing what I wanted it to...
2006-03-15 Nicholas ClarkTest for reblessing objects with weak references.
2006-03-15 Nicholas ClarkExpunge references to HV_AMAGIC, HV_AMAGICbad and HV_AM...
2006-03-15 Nicholas ClarkMoving the overloading flag from the reference to the...
2006-03-15 Nicholas ClarkFinish converting overload.t to Test::More
2006-03-15 Nicholas ClarkFurther conversion of overload.t
2006-03-15 Steve PetersAdditions to README.win32 and win32/Makefile based...
2006-03-15 Nicholas ClarkFurther conversion of overload.t
2006-03-15 Nicholas ClarkPartially convert overload.t to Test::More
2006-03-15 Steve PetersThe first step in supporting VC++ 8.0. Added macros...
2006-03-14 Rafael Garcia... Deprecate :unique even with threads
2006-03-14 Rafael Garcia... Make usage of :unique emit a deprecation warning.
2006-03-14 Peter Prymmerperl @ 27483 fix lib/Pod/Simple/t/corpustest.t to work...
2006-03-14 Nicholas ClarkSVphv_REHASH can use the same flag bit as SVf_FAKE...
2006-03-14 Hugo van der... [perl #38710] localised stash slice
2006-03-14 Rafael Garcia... threads and threads::shared are now dual-lived modules
2006-03-14 Andy LesterDo nothing in a GCC-friendly way
2006-03-14 Andy Lesterlooks_like_bool can be const
2006-03-13 Nicholas ClarkSomewhat less shaky relocatable @INC support. You can...
2006-03-13 Nicholas ClarkFirst stab at rather shaky Configure support for reloca...
2006-03-13 Nicholas ClarkSplit break out the installprefix code from setprefixva...
2006-03-13 Nicholas ClarkRefactor most of the cut & paste for setting prefix...
2006-03-13 Rafael Garcia... Forgot the ending \. Why did it still compile ?
2006-03-13 Robin HoustonAutomatically SPAGAIN in the poor-man's-multicall API
2006-03-13 Nicholas ClarkThe existing order of the checks for whether man1dir...
2006-03-13 Nicholas ClarkThe "Change installation prefix, if necessary." code...
2006-03-12 Rafael Garcia... Load .pmc always, even if they are older than a matchin...
next