p5sagit/p5-mst-13.2.git
2008-02-25 Reini Urban B::Debug enhancements
2008-02-25 Jerry D. Hedden Thread::Queue 2.06
2008-02-25 Jerry D. Hedden Thread::Semaphore 2.07
2008-02-25 Jerry D. Hedden threads::shared 1.17
2008-02-25 Jerry D. Hedden threads 1.69
2008-02-24 Jerry D. Hedden Revert change 33326
2008-02-24 Reini Urban cygwin hints
2008-02-23 Vincent Pit Re: [PATCH] Splitting OP_CONST (Was: pp_const, not...
2008-02-22 Nicholas Clark As best as I (and my minion, gcc -Os) can tell, PL_curc...
2008-02-22 Nicholas Clark Update to embed.h somehow missed from change 33343.
2008-02-22 Nicholas Clark Take advantage of the fact that we can use indent as...
2008-02-22 Jim Cromie [patch] Porting/expand-macros.pl gets 'indent'ing
2008-02-22 Steve Hay Regenerate the win32/config_H.* files using the makefil...
2008-02-22 Steve Hay Fix-up Win32's regen_config_h targets for semi-automati...
2008-02-22 Steve Hay Correct large files / lseek size ...
2008-02-22 Nicholas Clark Missed a file from regen.pl
2008-02-22 Steve Hay Sync win32/config.* with Porting/config.sh
2008-02-22 Steve Hay Silence warning from VC8 when building without USE_LARG...
2008-02-22 Craig A. Berry Following 33291, on VMS we need to use the same prototy...
2008-02-22 Dave Mitchell fix variable names in 'ununit var' warnings in evals
2008-02-21 Steve Hay Fix [perl #50430].
2008-02-21 Steve Hay Fix Module-Build test that has been failing on Win32
2008-02-21 Steve Hay Fix CBuilder test that has been failing on Win32
2008-02-20 Nicholas Clark Eliminate ck_lengthconst.
2008-02-20 Nicholas Clark Setting the f flag on length causes the op to be consta...
2008-02-20 Steve Hay Fix Win32/VC6 compiler warnings caused by #33231
2008-02-20 Steve Hay Visual C++ 2008 Express Edition is now out: update...
2008-02-18 Marcus Holland... Enable caching of strxfrm() results also for readonly...
2008-02-18 Robin Barker was RE: [PATCH] re patch 33127: formatting for C<<...
2008-02-18 Robin Barker consting for .c files in tests
2008-02-18 Jerry D. Hedden Thread::Queue 2.03
2008-02-18 Daniel M. Quinlan [perl #50946] modified hints for Darwin x86 64bit
2008-02-18 Jerry D. Hedden Thread::Semaphore 2.04
2008-02-18 Ken Williams Modulo operator and floating point numbers
2008-02-18 Jim Cromie [ patch ] silence 2 possibly uninitialized vars
2008-02-18 Jerry D. Hedden Don't install threads files on non-threaded Perls
2008-02-17 Yves Orton Fix bug 50496 -- regcomp.c=~s/lastcloseparen/lastparen/g
2008-02-17 Yves Orton Fix perlbug 50114 and document what the code does a...
2008-02-16 Rafael Garcia... Fix macro name in comment
2008-02-16 Rafael Garcia... Correctly reference count the hints hash
2008-02-15 H.Merijn Brand Resync with metaconfig. Escape the last ~.
2008-02-15 Nicholas Clark Shell patterns are subject to tilde expansion. So the...
2008-02-15 Rafael Garcia... Typo catch, by Abigail
2008-02-15 Rafael Garcia... Avoid utf8 warnings when printing diagnostics
2008-02-15 Jan Dubois Silence compiler warnings on Win32/VC6
2008-02-14 Abigail sprintf "%+d"
2008-02-14 Abigail Re: [perl #50496] Bug Report: 'keys %+' does not return...
2008-02-14 Rafael Garcia... Add missing file to MANIFEST, to go with change #33311
2008-02-14 Rick Delaney Re: [perl #50706] %^H affecting outside file scopes
2008-02-14 Vincent Pit doio.c:Perl_my_lstat:/* XXX Do really need to be callin...
2008-02-14 Rafael Garcia... Make the new warning report undef constants as undef
2008-02-14 Rafael Garcia... Fix leak when issuing new warning implemented by #33305
2008-02-14 Rafael Garcia... Revert change #33302. This change was wrong, since...
2008-02-14 Steve Hay Fix linker error introduced by #33305
2008-02-14 Rick Delaney Show constant in "Useless use of a constant in void...
2008-02-14 Robin Barker use svtype
2008-02-14 Rafael Garcia... Jerry D. Hedden now maintains Thread::Semaphore on...
2008-02-13 Rick Delaney [perl #47047] Use of inherited AUTOLOAD for non-method...
2008-02-13 Vincent Pit PERL_MAGIC_uvar_elem should be 'u' in dump.c
2008-02-13 Steve Hay pp_system explicitly passes NULL to do_aspawn, so NULL...
2008-02-13 Steve Hay Drat. #33298 doesn't fix it: need this too.
2008-02-13 Steve Hay Correct another variable name in embed.fnc
2008-02-13 Jerry D. Hedden Read-only variable tests
2008-02-13 Jerry D. Hedden Unused var in perlio.c (revised)
2008-02-13 Marcus Holland... Make sure we only find the macro we were looking for,
2008-02-12 Steve Peters Upgrade to PathTools-3.2701
2008-02-12 Steve Peters Upgrade to Math-Complex-1.52
2008-02-12 Jan Dubois Fix bit-fields for VC [was RE: [perl #50386] GIMME_V...
2008-02-12 Nicholas Clark assert() that every NN argument is not NULL. Otherwise...
2008-02-12 Nicholas Clark Correct the paramter to Perl_op_xmldump(). The one...
2008-02-12 Nicholas Clark Correct (some) variable names in embed.fnc where they...
2008-02-12 Nicholas Clark In Perl_load_module_nocontext(), ver can actually be...
2008-02-12 Nicholas Clark Teach Math::Complex the maximum NV for a 16 byte float...
2008-02-11 Nicholas Clark Perl_sv_2iv_flags(), Perl_sv_2uv_flags, Perl_sv_2nv and
2008-02-11 Nicholas Clark Perl_ck_retarget() doesn't even exist, so little point...
2008-02-11 Nicholas Clark In Perl_sv_catpv(), Perl_sv_catpv_mg() the ptr can...
2008-02-11 Steve Peters Upgrade to Math-Complex-1.51
2008-02-11 Steve Peters Upgrade to Test-Harness-3.09
2008-02-11 Ben Morrow Re: Unwanted warnings from "PerlIO::scalar"
2008-02-11 Nicholas Clark In Perl_regfree_internal(), rx is actually not NULL.
2008-02-11 Rafael Garcia... Fix test to pass en 5.6.2 (unpack is needed by version...
2008-02-11 Nicholas Clark In Perl_ck_lengthconst, "XXX length optimization goes...
2008-02-11 Nicholas Clark The "pointer" argument to S_restore_magic() is not...
2008-02-11 Craig A. Berry Correct quad-related %Config variables on VMS.
2008-02-11 Craig A. Berry Make fs.t compare the permissions of a link with those
2008-02-10 Nicholas Clark The sv argument to gv_stashsv() is not NULL.
2008-02-10 Nicholas Clark vcroak()'s pattern is actually NULLOK.
2008-02-10 Nicholas Clark Correct some names of parameters in embed.fnc.
2008-02-10 Nicholas Clark Two parameter names missing in embed.fnc
2008-02-10 Nicholas Clark Eliminate use of Nullop in the core code. Dual life...
2008-02-10 Nicholas Clark exp(999) isn't "infinity". Even exp(9999) can still...
2008-02-10 Jim Cromie [patch] optimize OP_IS_(FILETEST|SOCKET) macros
2008-02-10 Steve Peters Upgrade to Time-HiRes-1.9712
2008-02-09 Dave Mitchell [perl #49472] Attributes + Unkown Error
2008-02-09 Steve Peters Upgrade to Test-Harness-3.08
2008-02-09 Steve Peters Upgrade to ExtUtils-CBuilder-0.22
2008-02-09 AUGUSTE-ETIENNE... hints/aix_4.sh to allow build on aix 4.2
2008-02-08 Steve Peters Remove an unneeded if statement.
2008-02-08 Steve Peters I've been maintaining Net::Ping for a while now.
2008-02-08 Paul Green RE: Perl @ 33218 (Stratus VOS patches)
next