| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Replace do_open() with a macro to call do_openn() with the extra two | Nicholas Clark | 2005-10-30 | 1 | -1/+8 |
* | Replace sv_catsv_mg and sv_catpvn_mg, and move the obsolete bodies to | Nicholas Clark | 2005-10-29 | 1 | -0/+28 |
* | sv_2pv_nolen, sv_2pvbyte_nolen and sv_2pvutf8_nolen can all be replaced | Nicholas Clark | 2005-10-29 | 1 | -0/+48 |
* | All the private implementations of @foo for compilers that can't do | Nicholas Clark | 2005-10-29 | 1 | -0/+133 |
* | sv_utf8_upgrade declares itself to be a mathom, so off it goes. | Nicholas Clark | 2005-10-29 | 1 | -0/+10 |
* | Replace sv_force_normal with a macro that calls sv_force_normal_flags. | Nicholas Clark | 2005-10-29 | 1 | -0/+15 |
* | Replace sv_unref with a macro that calls sv_unref_flags | Nicholas Clark | 2005-10-29 | 1 | -0/+17 |
* | sv_taint() can easily be replaced by a macro. | Nicholas Clark | 2005-10-29 | 1 | -0/+13 |
* | Additional mathoms from doio.c | Steve Peters | 2005-10-29 | 1 | -0/+26 |
* | Coverage stats say av_fake() is a mathom too. | Steve Peters | 2005-10-29 | 1 | -0/+22 |
* | gv_fullname3 and gv_efullname3 are definately mathoms. They even say so. | Nicholas Clark | 2005-10-29 | 1 | -0/+12 |
* | gv_fullname and gv_efullname are definately mathoms. | Nicholas Clark | 2005-10-29 | 1 | -2/+16 |
* | Add a new file, mathoms.c, to hold old code kept around for binary | Steve Peters | 2005-10-28 | 1 | -0/+302 |