p5sagit/p5-mst-13.2.git
2006-05-16 Nicholas Clark Take advantage of the bug that binexp ignores the Configure
2006-05-15 Steve Peters Clarification on what Perl does to floating points...
2006-05-15 Nicholas Clark Encode run-time relocation of file names in packlist...
2006-05-15 Steve Peters Upgrade to Digest-SHA-5.37
2006-05-15 Nicholas Clark Simplify the implementation in ExtUtils::Packlist:...
2006-05-15 chromatic [REPATCH universal.c] Make sv_derived_from Documentatio...
2006-05-15 Andy Lester S_reguni should return its length
2006-05-15 SADAHIRO Tomoyuki strange encodings upsets pp_chr
2006-05-14 Nicholas Clark TEST needs to binmode the file handle that is reading...
2006-05-14 Nicholas Clark Upgrade to Test::Harness 2.58.
2006-05-13 Nicholas Clark A Configure probe for C99 variadic macros, based on...
2006-05-13 Nicholas Clark Only ask about MAD for 5.9.0 and greater. Otherwise...
2006-05-13 Jarkko Hietaniemi t/uni/overload.t
2006-05-13 Jarkko Hietaniemi sv.c: printf %d wants int not size_t
2006-05-13 Nicholas Clark Can't do require Foo if $tainted; because taint tunnels.
2006-05-12 Jarkko Hietaniemi Re: [PATCH] my_snprintf
2006-05-12 Peter Dintelmann AW: question on "len item/string item" with unpack()
2006-05-12 Andy Lester upgrade bytes_to_uni
2006-05-12 Andy Lester Proper use of static funcs in toke.c and pp_sys.c
2006-05-12 Nicholas Clark The 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 Lester Speed up utf8.c a bit
2006-05-12 Andy Lester Fixing embed.fnc
2006-05-12 Nicholas Clark Threads and signals. Delicious. Tweak change 28168...
2006-05-12 Jerry D. Hedden Better unsafe signals info in threads.pm
2006-05-12 Nicholas Clark Fix concise-xs.t following the changes to B::Deparse.
2006-05-11 Nicholas Clark Tk spots that S_glob_2pv might be called from *_nolen...
2006-05-11 Jerry D. Hedden Thread signalling [REVISED]
2006-05-11 Rafael Garcia... Deparse state variables.
2006-05-11 Steve Peters Adding a mention of STDIN processing by qx// as request...
2006-05-10 Steve Peters Add -fno-delete-null-pointer-checks to ccflags on Itani...
2006-05-10 Steve Peters Upgrade to Encode-2.17
2006-05-10 Nicholas Clark no 5.9.4; should fail in version 5.9.4.
2006-05-10 Nicholas Clark Convert use.t to an inlined is/isnt/like implementation...
2006-05-10 Dave Mitchell disable WARN and DIE hooks during constant folding
2006-05-09 Nicholas Clark Change 28145 means that Perl_allocmy() can take a const...
2006-05-09 Nicholas Clark Simplify the non-printable name error reporting code...
2006-05-09 Nicholas Clark In Perl_Gv_AMupdate(), there's no need to call sv_unmag...
2006-05-09 Nicholas Clark Gv_AMupdate() always creates magic, so mg can never...
2006-05-09 Nicholas Clark Two signed array indicies that Coverity spots should...
2006-05-09 Nicholas Clark Ressurect change 27824, which plugs a resource leak...
2006-05-09 Vadim Konovalov wince crosscompile patch for 28132
2006-05-09 Rafael Garcia... POD fixes
2006-05-09 David Landgren Re: [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 Mitchell allow exit during fold_constants
2006-05-09 Jerry D. Hedden 'threads' patch to fix threaded build on Win32
2006-05-09 Ash Berlin perlop.pod doc patch: I/O operators
2006-05-09 Jarkko Hietaniemi PERL_MEM_LOG enhancements
2006-05-08 David Landgren [PATCH] ext/IPC/SysV/t/ipcsysv.t using test.pl
2006-05-08 Steve Peters Rename lib/Text/Balanced/t/00.load.t to
2006-05-08 Steve Peters Version bump and typo fix from change #28125.
2006-05-08 Steve Peters Rollback two changes in Text::Balanced which cause...
2006-05-08 Steve Peters Upgrade to Digest-SHA-5.36. Actually bumped to 5.36_01 as
2006-05-08 Nicholas Clark Tie::RefHash is now dual life, maintained by Yuval...
2006-05-07 H.Merijn Brand Remvove code that gets undone in the next line.
2006-05-05 Steve Peters These Module::Build tests depended on STDIN. Unfortuna...
2006-05-05 Rafael Garcia... Implement state array and state hashes. Initialisation...
2006-05-05 Steve Peters Upgrade to Text-Balanced-1.98
2006-05-05 Jerry D. Hedden threads - stack size support
2006-05-05 Steve Peters Teach checkAUTHORS.pl about Sarathy's new email address.
2006-05-05 Jan Dubois Email address changes
2006-05-04 Steve Peters Upgrade to ExtUtils-Install-1.40
2006-05-04 Vadim Konovalov RE: [PATCH-for-28089] wince yet another step
2006-05-04 Jerry D. Hedden threads - formatting [REVISED]
2006-05-04 Rafael Garcia... Upgrade to Encode 2.16
2006-05-04 Rafael Garcia... Resubmit change #28095
2006-05-04 Vadim Konovalov wince yet another step
2006-05-04 David Landgren t/op/grep.t using test.pl
2006-05-04 David Landgren t/op/context.t using test.pl
2006-05-04 David Landgren t/op/list.t using test.pl
2006-05-04 Paul Johnson Document order of evaluation for the comma operator
2006-05-04 Jan Dubois RE: [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 Konovalov wince another step
2006-05-03 Jan Dubois Clarify hard link support on Windows
2006-05-03 Jan Dubois RE: [PATCH] Implement ${^WIN32_SLOPPY_STAT}
2006-05-03 Steve Peters Upgrade to CGI-3.20
2006-05-03 Andy Lester more logic localizations
2006-05-03 Sébastien Aperghis... -Dmad breaks a few tests
2006-05-03 Andy Lester Remove an unnecessary goto
2006-05-03 Andy Lester optimize S_find_array_subscript
2006-05-03 Andy Lester clean up loops in doio.c and dump.c
2006-05-03 Jarkko Hietaniemi pp_sys.c: U8* cast
2006-05-03 Jarkko Hietaniemi hv.c: do zeroing via mem wrap check
2006-05-03 Jarkko Hietaniemi microperl update
2006-05-03 Steve Hay Make Perl_unshare_hek visible to core extensions withou...
2006-05-03 Vadim Konovalov Re: Smoke [5.9.4] 28069 FAIL(M) MSWin32 WinXP/.Net...
2006-05-03 SADAHIRO Tomoyuki Re: Smoke [5.9.4] 28069 FAIL(M) MSWin32 WinXP/.Net...
2006-05-02 Nicholas Clark Remove a variable left unused since change 28065.
2006-05-02 Nicholas Clark Add a new hash key flag HVhek_UNSHARED, to mark all...
2006-05-02 Nicholas Clark cumulative totals and list reverse for checkAUTHORS.pl
2006-05-02 Steve Peters Another place where Intel C++ pretending to be gcc...
2006-05-02 Nicholas Clark *static* pointers to newXSUB(), dammit!
2006-05-02 Nicholas Clark Assert that SvMAGIC() isn't being called on PVMGs which...
next