platform/upstream/perl.git
2006-05-15 SADAHIRO Tomoyukistrange encodings upsets pp_chr
2006-05-14 Nicholas ClarkTEST needs to binmode the file handle that is reading...
2006-05-14 Nicholas ClarkUpgrade to Test::Harness 2.58.
2006-05-13 Nicholas ClarkA Configure probe for C99 variadic macros, based on...
2006-05-13 Nicholas ClarkOnly ask about MAD for 5.9.0 and greater. Otherwise...
2006-05-13 Jarkko Hietaniemit/uni/overload.t
2006-05-13 Jarkko Hietaniemisv.c: printf %d wants int not size_t
2006-05-13 Nicholas ClarkCan't do require Foo if $tainted; because taint tunnels.
2006-05-12 Jarkko HietaniemiRe: [PATCH] my_snprintf
2006-05-12 Peter DintelmannAW: question on "len item/string item" with unpack()
2006-05-12 Andy Lesterupgrade bytes_to_uni
2006-05-12 Andy LesterProper use of static funcs in toke.c and pp_sys.c
2006-05-12 Nicholas ClarkThe upgrade/croak order in Perl_sv_utf8_encode() seemed...
2006-05-12 Rafael Garcia... Upgrade to Tie::RefHash 1.34, by Yuval Kogman
2006-05-12 Andy LesterSpeed up utf8.c a bit
2006-05-12 Andy LesterFixing embed.fnc
2006-05-12 Nicholas ClarkThreads and signals. Delicious. Tweak change 28168...
2006-05-12 Jerry D. HeddenBetter unsafe signals info in threads.pm
2006-05-12 Nicholas ClarkFix concise-xs.t following the changes to B::Deparse.
2006-05-11 Nicholas ClarkTk spots that S_glob_2pv might be called from *_nolen...
2006-05-11 Jerry D. HeddenThread signalling [REVISED]
2006-05-11 Rafael Garcia... Deparse state variables.
2006-05-11 Steve PetersAdding a mention of STDIN processing by qx// as request...
2006-05-10 Steve PetersAdd -fno-delete-null-pointer-checks to ccflags on Itani...
2006-05-10 Steve PetersUpgrade to Encode-2.17
2006-05-10 Nicholas Clarkno 5.9.4; should fail in version 5.9.4.
2006-05-10 Nicholas ClarkConvert use.t to an inlined is/isnt/like implementation...
2006-05-10 Dave Mitchelldisable WARN and DIE hooks during constant folding
2006-05-09 Nicholas ClarkChange 28145 means that Perl_allocmy() can take a const...
2006-05-09 Nicholas ClarkSimplify the non-printable name error reporting code...
2006-05-09 Nicholas ClarkIn Perl_Gv_AMupdate(), there's no need to call sv_unmag...
2006-05-09 Nicholas ClarkGv_AMupdate() always creates magic, so mg can never...
2006-05-09 Nicholas ClarkTwo signed array indicies that Coverity spots should...
2006-05-09 Nicholas ClarkRessurect change 27824, which plugs a resource leak...
2006-05-09 Vadim Konovalovwince crosscompile patch for 28132
2006-05-09 Rafael Garcia... POD fixes
2006-05-09 David LandgrenRe: [PATCH] ext/IPC/SysV/t/ipcsysv.t using test.pl
2006-05-09 Rafael Garcia... Fix another Coverity problem by adding an assert that...
2006-05-09 Rafael Garcia... Fix a logic error in conditional found by Coverity
2006-05-09 Dave Mitchellallow exit during fold_constants
2006-05-09 Jerry D. Hedden'threads' patch to fix threaded build on Win32
2006-05-09 Ash Berlinperlop.pod doc patch: I/O operators
2006-05-09 Jarkko HietaniemiPERL_MEM_LOG enhancements
2006-05-08 David Landgren[PATCH] ext/IPC/SysV/t/ipcsysv.t using test.pl
2006-05-08 Steve PetersRename lib/Text/Balanced/t/00.load.t to
2006-05-08 Steve PetersVersion bump and typo fix from change #28125.
2006-05-08 Steve PetersRollback two changes in Text::Balanced which cause...
2006-05-08 Steve PetersUpgrade to Digest-SHA-5.36. Actually bumped to 5.36_01 as
2006-05-08 Nicholas ClarkTie::RefHash is now dual life, maintained by Yuval...
2006-05-07 H.Merijn BrandRemvove code that gets undone in the next line.
2006-05-05 Steve PetersThese Module::Build tests depended on STDIN. Unfortuna...
2006-05-05 Rafael Garcia... Implement state array and state hashes. Initialisation...
2006-05-05 Steve PetersUpgrade to Text-Balanced-1.98
2006-05-05 Jerry D. Heddenthreads - stack size support
2006-05-05 Steve PetersTeach checkAUTHORS.pl about Sarathy's new email address.
2006-05-05 Jan DuboisEmail address changes
2006-05-04 Steve PetersUpgrade to ExtUtils-Install-1.40
2006-05-04 Vadim KonovalovRE: [PATCH-for-28089] wince yet another step
2006-05-04 Jerry D. Heddenthreads - formatting [REVISED]
2006-05-04 Rafael Garcia... Upgrade to Encode 2.16
2006-05-04 Rafael Garcia... Resubmit change #28095
2006-05-04 Vadim Konovalovwince yet another step
2006-05-04 David Landgrent/op/grep.t using test.pl
2006-05-04 David Landgrent/op/context.t using test.pl
2006-05-04 David Landgrent/op/list.t using test.pl
2006-05-04 Paul JohnsonDocument order of evaluation for the comma operator
2006-05-04 Jan DuboisRE: [PATCH] Implement ${^WIN32_SLOPPY_STAT}
2006-05-04 Rafael Garcia... Another test for state variables and closures,
2006-05-03 Rafael Garcia... Ensure that C<(state $x) = $y> is not a state assignment
2006-05-03 Rafael Garcia... New test case for state variables with ties, suggested...
2006-05-03 Rafael Garcia... Add "state" feature
2006-05-03 Rafael Garcia... Introduce a new keyword, state, for state variables.
2006-05-03 Vadim Konovalovwince another step
2006-05-03 Jan DuboisClarify hard link support on Windows
2006-05-03 Jan DuboisRE: [PATCH] Implement ${^WIN32_SLOPPY_STAT}
2006-05-03 Steve PetersUpgrade to CGI-3.20
2006-05-03 Andy Lestermore logic localizations
2006-05-03 Sébastien Aperghis... -Dmad breaks a few tests
2006-05-03 Andy LesterRemove an unnecessary goto
2006-05-03 Andy Lesteroptimize S_find_array_subscript
2006-05-03 Andy Lesterclean up loops in doio.c and dump.c
2006-05-03 Jarkko Hietaniemipp_sys.c: U8* cast
2006-05-03 Jarkko Hietaniemihv.c: do zeroing via mem wrap check
2006-05-03 Jarkko Hietaniemimicroperl update
2006-05-03 Steve HayMake Perl_unshare_hek visible to core extensions withou...
2006-05-03 Vadim KonovalovRe: Smoke [5.9.4] 28069 FAIL(M) MSWin32 WinXP/.Net...
2006-05-03 SADAHIRO TomoyukiRe: Smoke [5.9.4] 28069 FAIL(M) MSWin32 WinXP/.Net...
2006-05-02 Nicholas ClarkRemove a variable left unused since change 28065.
2006-05-02 Nicholas ClarkAdd a new hash key flag HVhek_UNSHARED, to mark all...
2006-05-02 Nicholas Clarkcumulative totals and list reverse for checkAUTHORS.pl
2006-05-02 Steve PetersAnother place where Intel C++ pretending to be gcc...
2006-05-02 Nicholas Clark*static* pointers to newXSUB(), dammit!
2006-05-02 Nicholas ClarkAssert that SvMAGIC() isn't being called on PVMGs which...
2006-05-02 Nicholas ClarkChange 28063 forgot 1 key line - acutally use the corre...
2006-05-02 Nicholas ClarkFix bug in DynaLoader, which has been passing a filenam...
2006-05-02 Vadim KonovalovMove some scripts under win32/ce-helpers.
2006-05-02 Yves OrtonRe: Merge WinCE into Win32 directory and remove the...
2006-05-02 Nicholas ClarkGvFILE() cannot be a pointer to the memory owned by...
2006-05-02 Nicholas ClarkChange 28037 broke t/op/each.t when running with TEST.
2006-05-02 Nicholas ClarkDe-duplicate the code that creates new GPs into Perl_ne...
next