2006-05-22 |
Rafael Garcia... |
Fix two nits in perlpragma.pod |
commit | commitdiff | tree | snapshot |
2006-05-22 |
Marcus Holland... |
Upgrade to Devel::PPPort 3.08_02 |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Marcus Holland... |
Remove duplicate documentation for SvREFCNT_inc(). |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Marcus Holland... |
Document PoisonFree() instead of documenting Poison... |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Steve Peters |
Add Perl_PerlIO_context_layers() to the public API... |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Nicholas Clark |
Oops. Fix bad #! lines when not using userelocatableinc |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Yves Orton |
optimize /[x]/ to /x/. |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Nicholas Clark |
Fix bug in change 28258. So how come I thought I'd... |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Dave Mitchell |
don't try to dump GVish parts of an LV if it hasn't... |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Marcus Holland... |
Upgrade to Devel::PPPort 3.08_01 |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Nicholas Clark |
Abolish cop_io (the simple way) by storing the value... |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Nicholas Clark |
Move the hints from op_private into cop_hints. This... |
commit | commitdiff | tree | snapshot |
2006-05-20 |
H.Merijn Brand |
Small typo correction |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Dave Mitchell |
eval { s/$foo/die/e } leaked a scalar |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Dominic Dunlop |
Re: Over-pious message from Configure? |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Nicholas Clark |
Rename cop_hints to cop_hints_hash |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Dave Mitchell |
[perl #32332] Perl segfaults; test case available |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Nicholas Clark |
Abolish cop_arybase. Signal a non zero $[ with a hint... |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Nicholas Clark |
Solaris was happy, but change 28247 removed the wrong... |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Dave Mitchell |
[perl #32041] SEGV with complicated regexp and long... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Nicholas Clark |
Perl_croak() needs an aTHX_ in PerlIO_vsprintf(). |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Marcus Holland... |
There is no STASH type. |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Nicholas Clark |
Correct Perl_refcounted_he_chain_2hv() and its caller... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Steve Peters |
Grrr...Perforce decided not to add the MANIFEST changes... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Steve Peters |
Shortening name of a Pod::Simple test case to allow... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Nicholas Clark |
Rebuild perltoc.pod. |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Nicholas Clark |
Add perlpragma.pod, which describes how to implement... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Nicholas Clark |
Add README.riscos to pod.lst |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Nicholas Clark |
pod/buildtoc has fussy ideas about the order of MANIFEST |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Jarkko Hietaniemi |
strlcat aaargh |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Nicholas Clark |
strlen(foo) rather than strchr(foo, 0) makes simpler... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Dave Mitchell |
give a more useful example for $^V |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Jarkko Hietaniemi |
Re: [PATCH] Re: Change 28183 has broken 64-bit builds? |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Rafael Garcia... |
Adjust test following change #28225 |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Dave Mitchell |
[perl #39141] lots of warnings with diagnostics and... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Dave Mitchell |
test some die codepaths in pp_enterwrite |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Jerry D. Hedden |
threads core dump in BEGIN |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Rafael Garcia... |
We can now remove DynaLoader from 1_compile.t |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Rafael Garcia... |
Nits in the DynaLoader test: make it warning-clean, |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Sébastien Aperghis... |
Test script for DynaLoader |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Jason Vas Dias |
[perl #39130] h2ph generates incorrect code for '#if... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Fergal Daly |
Re: [perl #39152] diagnostics.pm: "-traceonly" vs ... |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Jerry D. Hedden |
threads 1.28 |
commit | commitdiff | tree | snapshot |
2006-05-18 |
Rafael Garcia... |
Adjust calling of Perl_va_copy(), noticed by Jarkko |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Nicholas Clark |
Another SvVOK(). I believe that this is the last. |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Rafael Garcia... |
Oops, missed a SvVOK. |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Rafael Garcia... |
Add a new macro SvVSTRING_mg that returns vstring magic... |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Rafael Garcia... |
Parenthesize uses of macro arguments |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Jarkko Hietaniemi |
Re: Change 28183 has broken 64-bit builds? |
commit | commitdiff | tree | snapshot |
2006-05-17 |
David Mitchell |
Re: [perl #39145] win32, @_ and fork crashing in dounwind |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Paul Marquess |
IO::Compress* 2.000_12 |
commit | commitdiff | tree | snapshot |
2006-05-16 |
Nicholas Clark |
Revert change 27513 |
commit | commitdiff | tree | snapshot |
2006-05-16 |
SADAHIRO Tomoyuki |
Re: [PATCH] upgrade bytes_to_uni |
commit | commitdiff | tree | snapshot |
2006-05-16 |
Andy Lester |
Refactoring reghops |
commit | commitdiff | tree | snapshot |
2006-05-16 |
Andy Lester |
refactoring out S_regoptail |
commit | commitdiff | tree | snapshot |
2006-05-16 |
Nicholas Clark |
Take advantage of the bug that binexp ignores the Configure |
commit | commitdiff | tree | snapshot |
2006-05-15 |
Steve Peters |
Clarification on what Perl does to floating points... |
commit | commitdiff | tree | snapshot |
2006-05-15 |
Nicholas Clark |
Encode run-time relocation of file names in packlist... |
commit | commitdiff | tree | snapshot |
2006-05-15 |
Steve Peters |
Upgrade to Digest-SHA-5.37 |
commit | commitdiff | tree | snapshot |
2006-05-15 |
Nicholas Clark |
Simplify the implementation in ExtUtils::Packlist:... |
commit | commitdiff | tree | snapshot |
2006-05-15 |
chromatic |
[REPATCH universal.c] Make sv_derived_from Documentatio... |
commit | commitdiff | tree | snapshot |
2006-05-15 |
Andy Lester |
S_reguni should return its length |
commit | commitdiff | tree | snapshot |
2006-05-15 |
SADAHIRO Tomoyuki |
strange encodings upsets pp_chr |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Nicholas Clark |
TEST needs to binmode the file handle that is reading... |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Nicholas Clark |
Upgrade to Test::Harness 2.58. |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Nicholas Clark |
A Configure probe for C99 variadic macros, based on... |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Nicholas Clark |
Only ask about MAD for 5.9.0 and greater. Otherwise... |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Jarkko Hietaniemi |
t/uni/overload.t |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Jarkko Hietaniemi |
sv.c: printf %d wants int not size_t |
commit | commitdiff | tree | snapshot |
2006-05-13 |
Nicholas Clark |
Can't do require Foo if $tainted; because taint tunnels. |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Jarkko Hietaniemi |
Re: [PATCH] my_snprintf |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Peter Dintelmann |
AW: question on "len item/string item" with unpack() |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Andy Lester |
upgrade bytes_to_uni |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Andy Lester |
Proper use of static funcs in toke.c and pp_sys.c |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Nicholas Clark |
The upgrade/croak order in Perl_sv_utf8_encode() seemed... |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Rafael Garcia... |
Upgrade to Tie::RefHash 1.34, by Yuval Kogman |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Andy Lester |
Speed up utf8.c a bit |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Andy Lester |
Fixing embed.fnc |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Nicholas Clark |
Threads and signals. Delicious. Tweak change 28168... |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Jerry D. Hedden |
Better unsafe signals info in threads.pm |
commit | commitdiff | tree | snapshot |
2006-05-12 |
Nicholas Clark |
Fix concise-xs.t following the changes to B::Deparse. |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Nicholas Clark |
Tk spots that S_glob_2pv might be called from *_nolen... |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Jerry D. Hedden |
Thread signalling [REVISED] |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Rafael Garcia... |
Deparse state variables. |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Steve Peters |
Adding a mention of STDIN processing by qx// as request... |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Steve Peters |
Add -fno-delete-null-pointer-checks to ccflags on Itani... |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Steve Peters |
Upgrade to Encode-2.17 |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Nicholas Clark |
no 5.9.4; should fail in version 5.9.4. |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Nicholas Clark |
Convert use.t to an inlined is/isnt/like implementation... |
commit | commitdiff | tree | snapshot |
2006-05-10 |
Dave Mitchell |
disable WARN and DIE hooks during constant folding |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Nicholas Clark |
Change 28145 means that Perl_allocmy() can take a const... |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Nicholas Clark |
Simplify the non-printable name error reporting code... |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Nicholas Clark |
In Perl_Gv_AMupdate(), there's no need to call sv_unmag... |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Nicholas Clark |
Gv_AMupdate() always creates magic, so mg can never... |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Nicholas Clark |
Two signed array indicies that Coverity spots should... |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Nicholas Clark |
Ressurect change 27824, which plugs a resource leak... |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Vadim Konovalov |
wince crosscompile patch for 28132 |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Rafael Garcia... |
POD fixes |
commit | commitdiff | tree | snapshot |
2006-05-09 |
David Landgren |
Re: [PATCH] ext/IPC/SysV/t/ipcsysv.t using test.pl |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Rafael Garcia... |
Fix another Coverity problem by adding an assert that... |
commit | commitdiff | tree | snapshot |
next |