| Commit message (Expand) | Author | Age | Files | Lines |
* | [perl #38464] chdir() on closed handles | Peter Dintelmann | 2006-02-08 | 2 | -0/+25 |
* | Handle unused args | Andy Lester | 2006-02-08 | 4 | -5/+10 |
* | [patch] several broken make *.valgrind targets | Jim Cromie | 2006-02-08 | 1 | -2/+2 |
* | Borland's C compiler warns that the & is unnecessary. | Nicholas Clark | 2006-02-08 | 1 | -5/+5 |
* | Merging pp_bit_or and pp_bit_xor shrinks the object code by about .7K. | Nicholas Clark | 2006-02-07 | 5 | -33/+25 |
* | Allow bareword file handle as argument to chdir(). | Gisle Aas | 2006-02-07 | 8 | -5/+44 |
* | All the trancendental unary operators can be merged into PP_sin | Nicholas Clark | 2006-02-07 | 4 | -54/+58 |
* | Avoid gcc warning about possibly uninitialised variables. | Nicholas Clark | 2006-02-07 | 1 | -3/+2 |
* | Create new macros AMG_CALLun_var, AMG_CALLun_var and tryAMAGICun_var | Nicholas Clark | 2006-02-07 | 2 | -13/+18 |
* | pp_pop can be implemented by pp_shift. | Nicholas Clark | 2006-02-07 | 4 | -14/+8 |
* | Re: [PATCH] Documentation patch for overload | Steffen Müller | 2006-02-07 | 1 | -6/+5 |
* | pp_hex can be implemented trivially by pp_oct, making pp_hex a mathom. | Nicholas Clark | 2006-02-07 | 4 | -33/+13 |
* | Merge pp_index and pp_rindex - we have another mathom. | Nicholas Clark | 2006-02-07 | 4 | -78/+22 |
* | Some refactoring to converge pp_index and pp_rindex | Nicholas Clark | 2006-02-07 | 1 | -21/+25 |
* | Fix bug 38454 (rindex corrects for $[ on bytes rather than UTF-8) | Nicholas Clark | 2006-02-07 | 2 | -2/+18 |
* | Re: Configure.com issue, more quoting needed. | Peter Prymmer | 2006-02-07 | 1 | -1/+1 |
* | patch@27082 Allow fatal exceptions to bring up VMS debugger | John E. Malmberg | 2006-02-07 | 2 | -3/+51 |
* | Optimise index so that if the big string is ISO-8859-1 but the little | Nicholas Clark | 2006-02-06 | 1 | -19/+42 |
* | Given that the memory allocated in Perl_bytes_from_utf8 and | Nicholas Clark | 2006-02-06 | 1 | -2/+2 |
* | Rename S_glob_assign to S_glob_assign_glob | Nicholas Clark | 2006-02-06 | 1 | -6/+6 |
* | I think that "merge Perl_sv_2[inpu]v" and "reduce duplication in | Nicholas Clark | 2006-02-06 | 1 | -22/+0 |
* | In Perl_sv_upgrade, the assignment to new_type_details only needs to | Nicholas Clark | 2006-02-06 | 1 | -3/+2 |
* | Document the limitations of calling exit() (instead of _exit()) from | Steve Peters | 2006-02-06 | 1 | -1/+8 |
* | Remove a duplicate flag copy line from Perl_sv_setsv_flags. | Nicholas Clark | 2006-02-06 | 1 | -1/+0 |
* | Move Perl_save_long, Perl_save_I16, Perl_save_I8, Perl_save_iv, | Nicholas Clark | 2006-02-06 | 2 | -130/+131 |
* | Expunge USE_5005THREADS from perl.c | Nicholas Clark | 2006-02-06 | 1 | -108/+5 |
* | Fix bug #38439 - reference to typeglob assignment needs to be based | Nicholas Clark | 2006-02-06 | 2 | -16/+36 |
* | 5.8.8: Unicos test skip (and for the record: config.sh and harness results) | Jarkko Hietaniemi | 2006-02-06 | 1 | -0/+4 |
* | Cleaning up shadowed variables | Andy Lester | 2006-02-06 | 2 | -6/+6 |
* | Merge the PVCV case into the common code in S_pvgv_assign. | Nicholas Clark | 2006-02-05 | 1 | -36/+34 |
* | Merge the PVAV and PVHV clauses into the common code of S_pvgv_assign. | Nicholas Clark | 2006-02-05 | 1 | -24/+8 |
* | Merge the default case (GvSV) with the common code in S_pvgv_assign. | Nicholas Clark | 2006-02-05 | 1 | -9/+7 |
* | Start to merge the 6 arms of S_pvgv_assign into one. | Nicholas Clark | 2006-02-05 | 1 | -9/+8 |
* | [patch] rework arenas - repair arenasets | Jim Cromie | 2006-02-05 | 2 | -20/+11 |
* | Documentation patch for overload | Steffen Müller | 2006-02-05 | 1 | -0/+18 |
* | The message "Can't upgrade that kind of scalar" can be far more | Nicholas Clark | 2006-02-05 | 2 | -2/+3 |
* | new_body_type doesn't need to subtract the offset, that's what | Nicholas Clark | 2006-02-05 | 1 | -2/+1 |
* | Yes, I broke Win32 with change 27089 by having a { in the wrong place. | Nicholas Clark | 2006-02-05 | 1 | -1/+1 |
* | Remove "Can't upgrade to undef" from perldiag, as the corresponding | Nicholas Clark | 2006-02-05 | 1 | -6/+0 |
* | Merge and refactor the PVAV and PVHV code in Perl_sv_upgrade, which | Nicholas Clark | 2006-02-05 | 1 | -16/+19 |
* | Eliminate a croak we can't get to. | Nicholas Clark | 2006-02-05 | 1 | -2/+3 |
* | Without this Windows and Netware compilers should be complaining | Nicholas Clark | 2006-02-05 | 1 | -5/+7 |
* | Don't export PL_memory_debug_header to Win32 (and others) unless | Steve Peters | 2006-02-05 | 1 | -0/+6 |
* | Fixed embed.fnc entry for S_forbid_setid() and picked up a change in | Steve Peters | 2006-02-05 | 3 | -3/+3 |
* | bcc was issuing a warning about this line in Perl_sv_2cv, so tweak it | Nicholas Clark | 2006-02-04 | 1 | -2/+5 |
* | Add regression tests to lib/charnames.t to ensure that unicore/Names.pl | Nicholas Clark | 2006-02-04 | 1 | -1/+17 |
* | Enhance PERL_TRACK_MEMPOOL so that it also emulates the PerlHost | Nicholas Clark | 2006-02-04 | 8 | -66/+102 |
* | The TODO 'Tidy up global variables' can go, replaced with a second | Nicholas Clark | 2006-02-04 | 1 | -12/+6 |
* | I believe that mathoms have been completely TODOne. | Nicholas Clark | 2006-02-04 | 1 | -5/+0 |
* | Rejig the definition of ARENAS_PER_SET to maximise the size of the | Nicholas Clark | 2006-02-04 | 1 | -1/+8 |