2008-02-18 |
Jerry D. Hedden |
Don't install threads files on non-threaded Perls |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Yves Orton |
Fix bug 50496 -- regcomp.c=~s/lastcloseparen/lastparen/g |
commit | commitdiff | tree | snapshot |
2008-02-17 |
Yves Orton |
Fix perlbug 50114 and document what the code does a... |
commit | commitdiff | tree | snapshot |
2008-02-16 |
Rafael Garcia... |
Fix macro name in comment |
commit | commitdiff | tree | snapshot |
2008-02-16 |
Rafael Garcia... |
Correctly reference count the hints hash |
commit | commitdiff | tree | snapshot |
2008-02-15 |
H.Merijn Brand |
Resync with metaconfig. Escape the last ~. |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Nicholas Clark |
Shell patterns are subject to tilde expansion. So the... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Rafael Garcia... |
Typo catch, by Abigail |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Rafael Garcia... |
Avoid utf8 warnings when printing diagnostics |
commit | commitdiff | tree | snapshot |
2008-02-15 |
Jan Dubois |
Silence compiler warnings on Win32/VC6 |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Abigail |
sprintf "%+d" |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Abigail |
Re: [perl #50496] Bug Report: 'keys %+' does not return... |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Rafael Garcia... |
Add missing file to MANIFEST, to go with change #33311 |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Rick Delaney |
Re: [perl #50706] %^H affecting outside file scopes |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Vincent Pit |
doio.c:Perl_my_lstat:/* XXX Do really need to be callin... |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Rafael Garcia... |
Make the new warning report undef constants as undef |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Rafael Garcia... |
Fix leak when issuing new warning implemented by #33305 |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Rafael Garcia... |
Revert change #33302. This change was wrong, since... |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Steve Hay |
Fix linker error introduced by #33305 |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Rick Delaney |
Show constant in "Useless use of a constant in void... |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Robin Barker |
use svtype |
commit | commitdiff | tree | snapshot |
2008-02-14 |
Rafael Garcia... |
Jerry D. Hedden now maintains Thread::Semaphore on... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Rick Delaney |
[perl #47047] Use of inherited AUTOLOAD for non-method... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Vincent Pit |
PERL_MAGIC_uvar_elem should be 'u' in dump.c |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Steve Hay |
pp_system explicitly passes NULL to do_aspawn, so NULL... |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Steve Hay |
Drat. #33298 doesn't fix it: need this too. |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Steve Hay |
Correct another variable name in embed.fnc |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Jerry D. Hedden |
Read-only variable tests |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Jerry D. Hedden |
Unused var in perlio.c (revised) |
commit | commitdiff | tree | snapshot |
2008-02-13 |
Marcus Holland... |
Make sure we only find the macro we were looking for, |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Steve Peters |
Upgrade to PathTools-3.2701 |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Steve Peters |
Upgrade to Math-Complex-1.52 |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Jan Dubois |
Fix bit-fields for VC [was RE: [perl #50386] GIMME_V... |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Nicholas Clark |
assert() that every NN argument is not NULL. Otherwise... |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Nicholas Clark |
Correct the paramter to Perl_op_xmldump(). The one... |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Nicholas Clark |
Correct (some) variable names in embed.fnc where they... |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Nicholas Clark |
In Perl_load_module_nocontext(), ver can actually be... |
commit | commitdiff | tree | snapshot |
2008-02-12 |
Nicholas Clark |
Teach Math::Complex the maximum NV for a 16 byte float... |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Nicholas Clark |
Perl_sv_2iv_flags(), Perl_sv_2uv_flags, Perl_sv_2nv and |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Nicholas Clark |
Perl_ck_retarget() doesn't even exist, so little point... |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Nicholas Clark |
In Perl_sv_catpv(), Perl_sv_catpv_mg() the ptr can... |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Steve Peters |
Upgrade to Math-Complex-1.51 |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Steve Peters |
Upgrade to Test-Harness-3.09 |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Ben Morrow |
Re: Unwanted warnings from "PerlIO::scalar" |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Nicholas Clark |
In Perl_regfree_internal(), rx is actually not NULL. |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Rafael Garcia... |
Fix test to pass en 5.6.2 (unpack is needed by version... |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Nicholas Clark |
In Perl_ck_lengthconst, "XXX length optimization goes... |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Nicholas Clark |
The "pointer" argument to S_restore_magic() is not... |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Craig A. Berry |
Correct quad-related %Config variables on VMS. |
commit | commitdiff | tree | snapshot |
2008-02-11 |
Craig A. Berry |
Make fs.t compare the permissions of a link with those |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Nicholas Clark |
The sv argument to gv_stashsv() is not NULL. |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Nicholas Clark |
vcroak()'s pattern is actually NULLOK. |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Nicholas Clark |
Correct some names of parameters in embed.fnc. |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Nicholas Clark |
Two parameter names missing in embed.fnc |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Nicholas Clark |
Eliminate use of Nullop in the core code. Dual life... |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Nicholas Clark |
exp(999) isn't "infinity". Even exp(9999) can still... |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Jim Cromie |
[patch] optimize OP_IS_(FILETEST|SOCKET) macros |
commit | commitdiff | tree | snapshot |
2008-02-10 |
Steve Peters |
Upgrade to Time-HiRes-1.9712 |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Dave Mitchell |
[perl #49472] Attributes + Unkown Error |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Steve Peters |
Upgrade to Test-Harness-3.08 |
commit | commitdiff | tree | snapshot |
2008-02-09 |
Steve Peters |
Upgrade to ExtUtils-CBuilder-0.22 |
commit | commitdiff | tree | snapshot |
2008-02-09 |
AUGUSTE-ETIENNE... |
hints/aix_4.sh to allow build on aix 4.2 |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Steve Peters |
Remove an unneeded if statement. |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Steve Peters |
I've been maintaining Net::Ping for a while now. |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Paul Green |
RE: Perl @ 33218 (Stratus VOS patches) |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Rafael Garcia... |
IO::Handle->say should ignore $\ (bug #49266) |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Martin Hasch |
[perl #50364] [PATCH] perlop.pod - misnomer in % operat... |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Vincent Pit |
mg_copy ought to take an I32 |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Robert May |
Give Win32 message windows proper window procedures |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Robert May |
win32_async_check() doesn't loop enough. |
commit | commitdiff | tree | snapshot |
2008-02-08 |
H.Merijn Brand |
Update to Math::Complex 1.49 |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Rafael Garcia... |
Re-apply patches 32879, 32905, and 32964 to MakeMaker |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Rafael Garcia... |
Add new module in MakeMaker 6.43_01 |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Rafael Garcia... |
Upgrade to MakeMaker 6.43_01 |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Steven Schubiger |
Re: [PATCH] sv.c: consting |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Rafael Garcia... |
Remove redundant check |
commit | commitdiff | tree | snapshot |
2008-02-08 |
Steffen Müller |
feature bundles are the same across all subversions |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Andy Dougherty |
Re: [PATCH] Re: Perl @ 32984 (also relevant to [perl... |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Steven Schubiger |
Re: [PATCH] sv.c: consting |
commit | commitdiff | tree | snapshot |
2008-02-07 |
Rafael Garcia... |
corelist changes: |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Nicholas Clark |
Cope with differing prototypes for ECONNREFUSED etc... |
commit | commitdiff | tree | snapshot |
2008-02-06 |
H.Merijn Brand |
New blade |
commit | commitdiff | tree | snapshot |
2008-02-06 |
Nicholas Clark |
in unpack, () groups in scalar context were still retur... |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Rafael Garcia... |
Adapt Safe innards to older (XS) versions of version.pm |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Rafael Garcia... |
Add a new test for Safe |
commit | commitdiff | tree | snapshot |
2008-02-05 |
Rafael Garcia... |
Fix CPAN bug #32896: make version.pm loadable in a... |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Steve Peters |
Removed mention of a book that was never published. |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Robert May |
Remove duplication from encoding.pm POD |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Jim Cromie |
[patch] B portability macros |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Nicholas Clark |
Micro-optimise the order of the context types. [Because... |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Steven Schubiger |
sv.c: consting |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Reini Urban |
fix B::Debug pmnext |
commit | commitdiff | tree | snapshot |
2008-02-04 |
Rafael Garcia... |
Fix op/reg_email_thr.t when PERLIO=stdio |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Steven Schubiger |
taint.c: consting |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Nicholas Clark |
Recode all the old variable-like substitutions with... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Nicholas Clark |
Produce a more generic expectation management system... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
Nicholas Clark |
Upgrade to Math::Complex 1.48 and Math::Trig 1.13 |
commit | commitdiff | tree | snapshot |
2008-02-02 |
Nicholas Clark |
5.8.x and earler have a SUBPROCESS line in the dump... |
commit | commitdiff | tree | snapshot |
2008-02-02 |
Nicholas Clark |
Change 27244 wasn't quite correct. XSUB is dumped as... |
commit | commitdiff | tree | snapshot |
2008-02-02 |
Nicholas Clark |
Remove the _ prototype, as Maintainers is used by makem... |
commit | commitdiff | tree | snapshot |
next |