summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* In Perl_sv_upgrade, the assignment to new_type_details only needs toNicholas Clark2006-02-061-3/+2
* Document the limitations of calling exit() (instead of _exit()) fromSteve Peters2006-02-061-1/+8
* Remove a duplicate flag copy line from Perl_sv_setsv_flags.Nicholas Clark2006-02-061-1/+0
* Move Perl_save_long, Perl_save_I16, Perl_save_I8, Perl_save_iv,Nicholas Clark2006-02-062-130/+131
* Expunge USE_5005THREADS from perl.cNicholas Clark2006-02-061-108/+5
* Fix bug #38439 - reference to typeglob assignment needs to be basedNicholas Clark2006-02-062-16/+36
* 5.8.8: Unicos test skip (and for the record: config.sh and harness results)Jarkko Hietaniemi2006-02-061-0/+4
* Cleaning up shadowed variablesAndy Lester2006-02-062-6/+6
* Merge the PVCV case into the common code in S_pvgv_assign.Nicholas Clark2006-02-051-36/+34
* Merge the PVAV and PVHV clauses into the common code of S_pvgv_assign.Nicholas Clark2006-02-051-24/+8
* Merge the default case (GvSV) with the common code in S_pvgv_assign.Nicholas Clark2006-02-051-9/+7
* Start to merge the 6 arms of S_pvgv_assign into one.Nicholas Clark2006-02-051-9/+8
* [patch] rework arenas - repair arenasetsJim Cromie2006-02-052-20/+11
* Documentation patch for overloadSteffen Müller2006-02-051-0/+18
* The message "Can't upgrade that kind of scalar" can be far moreNicholas Clark2006-02-052-2/+3
* new_body_type doesn't need to subtract the offset, that's whatNicholas Clark2006-02-051-2/+1
* Yes, I broke Win32 with change 27089 by having a { in the wrong place.Nicholas Clark2006-02-051-1/+1
* Remove "Can't upgrade to undef" from perldiag, as the correspondingNicholas Clark2006-02-051-6/+0
* Merge and refactor the PVAV and PVHV code in Perl_sv_upgrade, whichNicholas Clark2006-02-051-16/+19
* Eliminate a croak we can't get to.Nicholas Clark2006-02-051-2/+3
* Without this Windows and Netware compilers should be complaining Nicholas Clark2006-02-051-5/+7
* Don't export PL_memory_debug_header to Win32 (and others) unless Steve Peters2006-02-051-0/+6
* Fixed embed.fnc entry for S_forbid_setid() and picked up a change in Steve Peters2006-02-053-3/+3
* bcc was issuing a warning about this line in Perl_sv_2cv, so tweak itNicholas Clark2006-02-041-2/+5
* Add regression tests to lib/charnames.t to ensure that unicore/Names.plNicholas Clark2006-02-041-1/+17
* Enhance PERL_TRACK_MEMPOOL so that it also emulates the PerlHostNicholas Clark2006-02-048-66/+102
* The TODO 'Tidy up global variables' can go, replaced with a secondNicholas Clark2006-02-041-12/+6
* I believe that mathoms have been completely TODOne.Nicholas Clark2006-02-041-5/+0
* Rejig the definition of ARENAS_PER_SET to maximise the size of theNicholas Clark2006-02-041-1/+8