summaryrefslogtreecommitdiff
path: root/mathoms.c
Commit message (Expand)AuthorAgeFilesLines
* g++ stage 1 reachedJarkko Hietaniemi2006-08-081-2/+2
* g++ large patchJarkko Hietaniemi2006-08-071-2/+2
* Clean up mathoms.cAndy Lester2006-07-031-6/+43
* Perl_pack_cat() is a mathom too!Nicholas Clark2006-04-301-0/+18
* Perl_unpack_str() is a mathom!Nicholas Clark2006-04-241-0/+20
* Calling cv_undef() on the CV created by newCONSTSUB() would leak likeNicholas Clark2006-04-191-0/+5
* Merge sv_usepvn and sv_usepvn_mg into sv_usepvn_flags. "Promote" theNicholas Clark2006-04-161-0/+31
* unused context warningsAndy Lester2006-02-241-0/+2
* Merging pp_bit_or and pp_bit_xor shrinks the object code by about .7K.Nicholas Clark2006-02-071-0/+5
* All the trancendental unary operators can be merged into PP_sinNicholas Clark2006-02-071-0/+20
* pp_pop can be implemented by pp_shift.Nicholas Clark2006-02-071-0/+5
* pp_hex can be implemented trivially by pp_oct, making pp_hex a mathom.Nicholas Clark2006-02-071-0/+5
* Merge pp_index and pp_rindex - we have another mathom.Nicholas Clark2006-02-071-0/+5
* Move Perl_save_long, Perl_save_I16, Perl_save_I8, Perl_save_iv,Nicholas Clark2006-02-061-0/+75
* Silence a warning about "statement not reached" from the Sun C compiler.Nicholas Clark2006-02-031-2/+3
* Re: [PATCH] s/Null(gv|hv|sv)/NULL/gSteven Schubiger2006-02-031-1/+1
* Re: [PATCH] s/Null(av|ch)/NULL/gSteven Schubiger2006-02-021-2/+2
* Avoid using space to create 2 functions just to force mathoms to beNicholas Clark2006-01-291-2/+0
* Change all NEWSV() to newSV() in the core and non-dual-lived modules.Steve Hay2006-01-181-1/+1
* Update copyright years (including some years where we made changes butNicholas Clark2006-01-081-1/+1
* sprinkle dVARJarkko Hietaniemi2006-01-061-0/+5
* mathoms prototypes aren't prototypesAndy Lester2005-11-121-1/+1
* Merge pp_slt, pp_sgt and pp_sge into pp_sle. (The most commonly usedNicholas Clark2005-11-071-0/+15
* The rarely used lcfirst and ucfirst share almost all their code.Nicholas Clark2005-11-071-0/+5
* Merge pp_andassign, pp_orassign, and pp_dorassign into pp_and,Steve Peters2005-11-051-0/+15
* s/pp_dor/pp_defined/Steve Peters2005-11-041-1/+1
* I barely knew ya pp_dor. Merged into pp_defined from whence you came.Steve Peters2005-11-041-0/+5
* pp_semop can fit within Perl_pp_shmwrite().Nicholas Clark2005-11-041-0/+5
* The remaining special logic in pp_syswrite can be moved into pp_send,Nicholas Clark2005-11-041-0/+5
* Re: Configure -Dno_mathomsGisle Aas2005-11-041-0/+6
* Merge msgsnd, msgrcv with Perl_pp_shmwrite().Nicholas Clark2005-11-041-0/+10
* ftrwrite, ftrexec, fteread, ftewrite and fteexec can all be mergedNicholas Clark2005-11-041-0/+25
* Perl_pp_symlink and Perl_pp_link can be merged. The diff looks evil,Nicholas Clark2005-11-031-0/+5
* unlink chmod utime kill can be merged into Perl_pp_chown().Nicholas Clark2005-11-021-0/+20
* Move ftsuid ftsgid ftsvtx into Perl_pp_ftrowned.Nicholas Clark2005-11-021-0/+15
* Merge ftzero ftsock ftchr ftblk ftfile ftdir ftpipe intoNicholas Clark2005-11-021-0/+35
* Correct error in 25958 for threaded builds.Nicholas Clark2005-11-021-4/+4
* Merge ftsize ftmtime ftatime ftctime into Perl_pp_ftisNicholas Clark2005-11-021-0/+20
* All the ops that are simply C<return some_other_op();> can be bypassedNicholas Clark2005-10-311-0/+184
* uvchr_to_utf8() and utf8n_to_uvchr() are mathoms on ASCII basedNicholas Clark2005-10-311-52/+0
* perlsio_binmode() is pretty much a mathom on UNIX platforms, but it isSteve Peters2005-10-311-63/+0
* Given that sv_nosharing performs the same function as sv_nolockingNicholas Clark2005-10-301-0/+37
* Replace uvuni_to_utf8() with a macro that passes the extra 0 argumentNicholas Clark2005-10-301-0/+6
* Replace is_utf8_string_loc() with a macro that passes the extra 0Nicholas Clark2005-10-301-0/+6
* Functions that die aren't exactly well used code.Nicholas Clark2005-10-301-0/+34
* save_hints is a mathom.Nicholas Clark2005-10-301-0/+7
* init_i18nl14n is a mathom.Nicholas Clark2005-10-301-0/+7
* Replace hv_magic() with a macro to call sv_magic() directly. Move theNicholas Clark2005-10-301-0/+16
* Replace hv_iternext() with a macro that calls hv_iternext_flags withNicholas Clark2005-10-301-0/+6
* Replace gv_fetchmethod() with a macro to call gv_fetchmethod_autoload()Nicholas Clark2005-10-301-0/+14