| Commit message (Expand) | Author | Age | Files | Lines |
* | Perl_pack_cat() is a mathom too! | Nicholas Clark | 2006-04-30 | 1 | -0/+18 |
* | Perl_unpack_str() is a mathom! | Nicholas Clark | 2006-04-24 | 1 | -0/+20 |
* | Calling cv_undef() on the CV created by newCONSTSUB() would leak like | Nicholas Clark | 2006-04-19 | 1 | -0/+5 |
* | Merge sv_usepvn and sv_usepvn_mg into sv_usepvn_flags. "Promote" the | Nicholas Clark | 2006-04-16 | 1 | -0/+31 |
* | unused context warnings | Andy Lester | 2006-02-24 | 1 | -0/+2 |
* | Merging pp_bit_or and pp_bit_xor shrinks the object code by about .7K. | Nicholas Clark | 2006-02-07 | 1 | -0/+5 |
* | All the trancendental unary operators can be merged into PP_sin | Nicholas Clark | 2006-02-07 | 1 | -0/+20 |
* | pp_pop can be implemented by pp_shift. | Nicholas Clark | 2006-02-07 | 1 | -0/+5 |
* | pp_hex can be implemented trivially by pp_oct, making pp_hex a mathom. | Nicholas Clark | 2006-02-07 | 1 | -0/+5 |
* | Merge pp_index and pp_rindex - we have another mathom. | Nicholas Clark | 2006-02-07 | 1 | -0/+5 |
* | Move Perl_save_long, Perl_save_I16, Perl_save_I8, Perl_save_iv, | Nicholas Clark | 2006-02-06 | 1 | -0/+75 |
* | Silence a warning about "statement not reached" from the Sun C compiler. | Nicholas Clark | 2006-02-03 | 1 | -2/+3 |
* | Re: [PATCH] s/Null(gv|hv|sv)/NULL/g | Steven Schubiger | 2006-02-03 | 1 | -1/+1 |
* | Re: [PATCH] s/Null(av|ch)/NULL/g | Steven Schubiger | 2006-02-02 | 1 | -2/+2 |
* | Avoid using space to create 2 functions just to force mathoms to be | Nicholas Clark | 2006-01-29 | 1 | -2/+0 |
* | Change all NEWSV() to newSV() in the core and non-dual-lived modules. | Steve Hay | 2006-01-18 | 1 | -1/+1 |
* | Update copyright years (including some years where we made changes but | Nicholas Clark | 2006-01-08 | 1 | -1/+1 |
* | sprinkle dVAR | Jarkko Hietaniemi | 2006-01-06 | 1 | -0/+5 |
* | mathoms prototypes aren't prototypes | Andy Lester | 2005-11-12 | 1 | -1/+1 |
* | Merge pp_slt, pp_sgt and pp_sge into pp_sle. (The most commonly used | Nicholas Clark | 2005-11-07 | 1 | -0/+15 |
* | The rarely used lcfirst and ucfirst share almost all their code. | Nicholas Clark | 2005-11-07 | 1 | -0/+5 |
* | Merge pp_andassign, pp_orassign, and pp_dorassign into pp_and, | Steve Peters | 2005-11-05 | 1 | -0/+15 |
* | s/pp_dor/pp_defined/ | Steve Peters | 2005-11-04 | 1 | -1/+1 |
* | I barely knew ya pp_dor. Merged into pp_defined from whence you came. | Steve Peters | 2005-11-04 | 1 | -0/+5 |
* | pp_semop can fit within Perl_pp_shmwrite(). | Nicholas Clark | 2005-11-04 | 1 | -0/+5 |
* | The remaining special logic in pp_syswrite can be moved into pp_send, | Nicholas Clark | 2005-11-04 | 1 | -0/+5 |
* | Re: Configure -Dno_mathoms | Gisle Aas | 2005-11-04 | 1 | -0/+6 |
* | Merge msgsnd, msgrcv with Perl_pp_shmwrite(). | Nicholas Clark | 2005-11-04 | 1 | -0/+10 |
* | ftrwrite, ftrexec, fteread, ftewrite and fteexec can all be merged | Nicholas Clark | 2005-11-04 | 1 | -0/+25 |
* | Perl_pp_symlink and Perl_pp_link can be merged. The diff looks evil, | Nicholas Clark | 2005-11-03 | 1 | -0/+5 |
* | unlink chmod utime kill can be merged into Perl_pp_chown(). | Nicholas Clark | 2005-11-02 | 1 | -0/+20 |
* | Move ftsuid ftsgid ftsvtx into Perl_pp_ftrowned. | Nicholas Clark | 2005-11-02 | 1 | -0/+15 |
* | Merge ftzero ftsock ftchr ftblk ftfile ftdir ftpipe into | Nicholas Clark | 2005-11-02 | 1 | -0/+35 |
* | Correct error in 25958 for threaded builds. | Nicholas Clark | 2005-11-02 | 1 | -4/+4 |
* | Merge ftsize ftmtime ftatime ftctime into Perl_pp_ftis | Nicholas Clark | 2005-11-02 | 1 | -0/+20 |
* | All the ops that are simply C<return some_other_op();> can be bypassed | Nicholas Clark | 2005-10-31 | 1 | -0/+184 |
* | uvchr_to_utf8() and utf8n_to_uvchr() are mathoms on ASCII based | Nicholas Clark | 2005-10-31 | 1 | -52/+0 |
* | perlsio_binmode() is pretty much a mathom on UNIX platforms, but it is | Steve Peters | 2005-10-31 | 1 | -63/+0 |
* | Given that sv_nosharing performs the same function as sv_nolocking | Nicholas Clark | 2005-10-30 | 1 | -0/+37 |
* | Replace uvuni_to_utf8() with a macro that passes the extra 0 argument | Nicholas Clark | 2005-10-30 | 1 | -0/+6 |
* | Replace is_utf8_string_loc() with a macro that passes the extra 0 | Nicholas Clark | 2005-10-30 | 1 | -0/+6 |
* | Functions that die aren't exactly well used code. | Nicholas Clark | 2005-10-30 | 1 | -0/+34 |
* | save_hints is a mathom. | Nicholas Clark | 2005-10-30 | 1 | -0/+7 |
* | init_i18nl14n is a mathom. | Nicholas Clark | 2005-10-30 | 1 | -0/+7 |
* | Replace hv_magic() with a macro to call sv_magic() directly. Move the | Nicholas Clark | 2005-10-30 | 1 | -0/+16 |
* | Replace hv_iternext() with a macro that calls hv_iternext_flags with | Nicholas Clark | 2005-10-30 | 1 | -0/+6 |
* | Replace gv_fetchmethod() with a macro to call gv_fetchmethod_autoload() | Nicholas Clark | 2005-10-30 | 1 | -0/+14 |
* | I think we have a winner. do_pipe hasn't been called since 4.036. | Nicholas Clark | 2005-10-30 | 1 | -0/+46 |
* | Replace do_aexec() with a macro to call do_aexec5() with the two extra | Nicholas Clark | 2005-10-30 | 1 | -0/+8 |
* | Replace do_exec() with a macro to call do_exec3() with the extra two | Nicholas Clark | 2005-10-30 | 1 | -0/+8 |