summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid utf8 warnings when printing diagnosticsRafael Garcia-Suarez2008-02-151-0/+1
* Silence compiler warnings on Win32/VC6Jan Dubois2008-02-153-5/+10
* sprintf "%+d"Abigail2008-02-141-2/+2
* Re: [perl #50496] Bug Report: 'keys %+' does not return the correct keys.Abigail2008-02-141-1/+41
* Add missing file to MANIFEST, to go with change #33311Rafael Garcia-Suarez2008-02-141-0/+1
* Re: [perl #50706] %^H affecting outside file scopesRick Delaney2008-02-143-1/+13
* doio.c:Perl_my_lstat:/* XXX Do really need to be calling SvPV() all these tim...Vincent Pit2008-02-142-5/+5
* Make the new warning report undef constants as undefRafael Garcia-Suarez2008-02-142-3/+10
* Fix leak when issuing new warning implemented by #33305Rafael Garcia-Suarez2008-02-141-1/+1
* Revert change #33302. This change was wrong, since it wasRafael Garcia-Suarez2008-02-142-10/+2
* Fix linker error introduced by #33305Steve Hay2008-02-141-1/+1
* Show constant in "Useless use of a constant in void context"Rick Delaney2008-02-142-3/+10
* use svtypeRobin Barker2008-02-146-20/+20
* Jerry D. Hedden now maintains Thread::Semaphore on CPANRafael Garcia-Suarez2008-02-141-0/+7
* [perl #47047] Use of inherited AUTOLOAD for non-method is deprecated Rick Delaney2008-02-132-2/+10
* PERL_MAGIC_uvar_elem should be 'u' in dump.cVincent Pit2008-02-131-1/+1
* pp_system explicitly passes NULL to do_aspawn, so NULL must be "OK"Steve Hay2008-02-132-3/+2
* Drat. #33298 doesn't fix it: need this too.Steve Hay2008-02-132-8/+13
* Correct another variable name in embed.fncSteve Hay2008-02-132-3/+3
* Read-only variable testsJerry D. Hedden2008-02-131-3/+110
* Unused var in perlio.c (revised)Jerry D. Hedden2008-02-131-0/+3
* Make sure we only find the macro we were looking for,Marcus Holland-Moritz2008-02-131-1/+1
* Upgrade to PathTools-3.2701Steve Peters2008-02-1211-10/+22
* Upgrade to Math-Complex-1.52Steve Peters2008-02-124-10/+17
* Fix bit-fields for VC [was RE: [perl #50386] GIMME_V broken with 5.10.0/GCC a...Jan Dubois2008-02-126-13/+32
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2008-02-1242-85/+4006
* Correct the paramter to Perl_op_xmldump(). The one that got away fromNicholas Clark2008-02-122-2/+2
* Correct (some) variable names in embed.fnc where they differ from theNicholas Clark2008-02-124-393/+437
* In Perl_load_module_nocontext(), ver can actually be NULL.Nicholas Clark2008-02-122-32/+20
* Teach Math::Complex the maximum NV for a 16 byte float. (At least, aNicholas Clark2008-02-121-1/+3
* Perl_sv_2iv_flags(), Perl_sv_2uv_flags, Perl_sv_2nv andNicholas Clark2008-02-112-28/+14
* Perl_ck_retarget() doesn't even exist, so little point in mentioning Nicholas Clark2008-02-113-7/+0
* In Perl_sv_catpv(), Perl_sv_catpv_mg() the ptr can be not NULL.Nicholas Clark2008-02-112-21/+15
* Upgrade to Math-Complex-1.51Steve Peters2008-02-114-16/+27
* Upgrade to Test-Harness-3.09Steve Peters2008-02-1134-84/+237
* Re: Unwanted warnings from "PerlIO::scalar"Ben Morrow2008-02-112-3/+45
* In Perl_regfree_internal(), rx is actually not NULL.Nicholas Clark2008-02-112-5/+6
* Fix test to pass en 5.6.2 (unpack is needed by version.pm there)Rafael Garcia-Suarez2008-02-111-1/+1
* In Perl_ck_lengthconst, "XXX length optimization goes here" is TODO.Nicholas Clark2008-02-111-0/+8
* The "pointer" argument to S_restore_magic() is not not NULL, becauseNicholas Clark2008-02-112-4/+2
* Correct quad-related %Config variables on VMS.Craig A. Berry2008-02-111-13/+9
* Make fs.t compare the permissions of a link with thoseCraig A. Berry2008-02-111-2/+6
* The sv argument to gv_stashsv() is not NULL.Nicholas Clark2008-02-102-2/+4
* vcroak()'s pattern is actually NULLOK.Nicholas Clark2008-02-102-3/+2
* Correct some names of parameters in embed.fnc.Nicholas Clark2008-02-102-18/+18
* Two parameter names missing in embed.fncNicholas Clark2008-02-102-4/+4
* Eliminate use of Nullop in the core code. Dual life uses remain.Nicholas Clark2008-02-104-67/+69
* exp(999) isn't "infinity". Even exp(9999) can still be represented onNicholas Clark2008-02-101-1/+1
* [patch] optimize OP_IS_(FILETEST|SOCKET) macrosJim Cromie2008-02-105-440/+436
* Upgrade to Time-HiRes-1.9712Steve Peters2008-02-103-20/+21