summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Sun Studio lint patchesAndy Lester2006-02-1413-25/+36
* Ensure that public I, N and P flags are off when SvTAINT is called onNicholas Clark2006-02-131-1/+6
* perldiag.pod patching re: integer overflowAndy Lester2006-02-132-7/+7
* [perl #38346] [PATCH] Re: B::Deparse's bug?Stephen McCamant2006-02-131-2/+2
* Teach checkAUTHORS.pl about Changelogs with leading tabsSteve Hay2006-02-132-1/+3
* Revert an assert() fix in the light of change #27152Steve Hay2006-02-131-4/+2
* All the bits of clone_params.flags need to be initialised, not justNicholas Clark2006-02-131-1/+1
* Fix change 27059 so that it actually works with >16 file descriptors.Nicholas Clark2006-02-121-1/+3
* In perldiag.pod add an entry for the error message that change 27155Nicholas Clark2006-02-111-0/+10
* Remove SOFT_CAST() as it no longer does anything useful.Nicholas Clark2006-02-112-28/+14
* Coalesce 2 if blocks with duplicated conditions in Perl_sv_dup.Nicholas Clark2006-02-111-2/+5
* Test to go with change #27155.Steve Peters2006-02-111-1/+12
* Die when integer overflow condition is detected in division underSteve Peters2006-02-111-2/+6
* assert() that we can't reach two unreachable code pathsNicholas Clark2006-02-112-4/+2
* The return value from S_hv_auxinit can be ignored, as it's also storedNicholas Clark2006-02-102-2/+1
* A better fix than 27148Steve Hay2006-02-106-16/+15
* With PERL_POISON defined, ensure freshly malloc()ed memory isn't zeros,Nicholas Clark2006-02-101-0/+14
* Fix the effects of 27136 on Win32 with DEBUGGING and PERL_IMPLICIT_SYSSteve Hay2006-02-105-15/+15
* Change 27136 seems to have inadvertently upset some compilers,Nicholas Clark2006-02-091-3/+3
* Fix breakage in S_set_csh() from change #27136.Steve Peters2006-02-091-0/+2
* Document incompatible interpretation of chdir FOO.Gisle Aas2006-02-091-0/+5
* Really regenerate headersRafael Garcia-Suarez2006-02-092-71/+124
* Regenerated headers for change #27136.Steve Peters2006-02-090-0/+0
* Trying my "remove the pTHXes" patch againAndy Lester2006-02-0919-194/+210
* Skip new chdir warning test if fchdir is not availableRafael Garcia-Suarez2006-02-091-4/+14
* Avoid calling all the scanning code in gv_fetchpvn_flags when savingNicholas Clark2006-02-091-3/+7
* lastparen in the regexp structure is never initialised, and so willNicholas Clark2006-02-081-0/+1
* Bareword file handles not supported for chown/chmod/utime.Gisle Aas2006-02-081-3/+9
* Wave hands about encoding::warningsRafael Garcia-Suarez2006-02-081-0/+4
* [perl #38464] chdir() on closed handles Peter Dintelmann2006-02-082-0/+25
* Handle unused argsAndy Lester2006-02-084-5/+10
* [patch] several broken make *.valgrind targetsJim Cromie2006-02-081-2/+2
* Borland's C compiler warns that the & is unnecessary.Nicholas Clark2006-02-081-5/+5
* Merging pp_bit_or and pp_bit_xor shrinks the object code by about .7K.Nicholas Clark2006-02-075-33/+25
* Allow bareword file handle as argument to chdir().Gisle Aas2006-02-078-5/+44
* All the trancendental unary operators can be merged into PP_sinNicholas Clark2006-02-074-54/+58
* Avoid gcc warning about possibly uninitialised variables.Nicholas Clark2006-02-071-3/+2
* Create new macros AMG_CALLun_var, AMG_CALLun_var and tryAMAGICun_varNicholas Clark2006-02-072-13/+18
* pp_pop can be implemented by pp_shift.Nicholas Clark2006-02-074-14/+8
* Re: [PATCH] Documentation patch for overloadSteffen Müller2006-02-071-6/+5
* pp_hex can be implemented trivially by pp_oct, making pp_hex a mathom.Nicholas Clark2006-02-074-33/+13
* Merge pp_index and pp_rindex - we have another mathom.Nicholas Clark2006-02-074-78/+22
* Some refactoring to converge pp_index and pp_rindexNicholas Clark2006-02-071-21/+25
* Fix bug 38454 (rindex corrects for $[ on bytes rather than UTF-8)Nicholas Clark2006-02-072-2/+18
* Re: Configure.com issue, more quoting needed.Peter Prymmer2006-02-071-1/+1
* patch@27082 Allow fatal exceptions to bring up VMS debuggerJohn E. Malmberg2006-02-072-3/+51
* Optimise index so that if the big string is ISO-8859-1 but the littleNicholas Clark2006-02-061-19/+42
* Given that the memory allocated in Perl_bytes_from_utf8 andNicholas Clark2006-02-061-2/+2
* Rename S_glob_assign to S_glob_assign_globNicholas Clark2006-02-061-6/+6
* I think that "merge Perl_sv_2[inpu]v" and "reduce duplication inNicholas Clark2006-02-061-22/+0