2008-12-02 |
Nicholas Clark |
Avoid warnings from exacting C compilers when -DNO_MATH... |
blob | commitdiff |
2008-11-30 |
Nicholas Clark |
Convert all the scope save functions of the form |
blob | commitdiff | diff to current |
2008-11-27 |
Nicholas Clark |
av_fake() isn't in the public API, and isn't used anywh... |
blob | commitdiff | diff to current |
2008-11-26 |
Nicholas Clark |
Perl_oopsCV() is not part of the public API, not used... |
blob | commitdiff | diff to current |
2008-11-26 |
Nicholas Clark |
Perl_cv_ckproto() is not part of the public API, and... |
blob | commitdiff | diff to current |
2008-11-02 |
Tom Christiansen |
PATCH: Large omnibus patch to clean up the JRRT quotes |
blob | commitdiff | diff to current |
2008-10-30 |
Nicholas Clark |
Eliminate (SV *) casts from the rest of *.c, picking... |
blob | commitdiff | diff to current |
2008-10-29 |
Nicholas Clark |
Eliminate (AV *) casts in *.c. |
blob | commitdiff | diff to current |
2008-10-28 |
Nicholas Clark |
Every remaining (HV *) cast in *.c |
blob | commitdiff | diff to current |
2008-10-25 |
Nicholas Clark |
Update copyright years. |
blob | commitdiff | diff to current |
2008-04-01 |
Nicholas Clark |
Define sv_insert() as a wrapper to sv_insert_flags... |
blob | commitdiff | diff to current |
2008-02-12 |
Nicholas Clark |
assert() that every NN argument is not NULL. Otherwise... |
blob | commitdiff | diff to current |
2007-12-31 |
Nicholas Clark |
As Perl_magic_setbm() and Perl_magic_setfm() aren't... |
blob | commitdiff | diff to current |
2007-12-31 |
Nicholas Clark |
Perl_magic_setbm() and Perl_magic_setfm() are mathoms... |
blob | commitdiff | diff to current |
2007-12-21 |
Nicholas Clark |
For 5.12 we can simply exterminate! the private function |
blob | commitdiff | diff to current |
2007-12-20 |
Nicholas Clark |
Similiarly Perl_newHV() can become a mathom by making... |
blob | commitdiff | diff to current |
2007-12-20 |
Nicholas Clark |
Perl_newAV() can become a mathom by making newAV()... |
blob | commitdiff | diff to current |
2007-12-20 |
Nicholas Clark |
Perl_magic_setglob() is a mathom. |
blob | commitdiff | diff to current |
2007-11-07 |
Nicholas Clark |
Fix up copyright years for files modified in 2007. |
blob | commitdiff | diff to current |
2007-09-20 |
Nicholas Clark |
Add a new function Perl_hv_common_key_len(), which... |
blob | commitdiff | diff to current |
2007-09-20 |
Steve Peters |
Casts needed in mathoms.c to make it compile with g... |
blob | commitdiff | diff to current |
2007-09-20 |
Nicholas Clark |
Convert hv_delete_ent(), hv_exists_ent(), hv_fetch_ent... |
blob | commitdiff | diff to current |
2007-09-17 |
Nicholas Clark |
Remove dead functions: |
blob | commitdiff | diff to current |
2007-09-17 |
Nicholas Clark |
Remove dead code surrounded by #if 0 from mathoms.c |
blob | commitdiff | diff to current |
2007-04-23 |
Jerry D. Hedden |
Un-mathom Perl_save_I16 |
blob | commitdiff | diff to current |
2007-02-18 |
Nicholas Clark |
Add a new API function newSV_type, to replace the idiom: |
blob | commitdiff | diff to current |
2007-01-15 |
Nicholas Clark |
pp_rv2av and pp_rv2hv have a lot of common code, so... |
blob | commitdiff | diff to current |
2006-12-07 |
Jerry D. Hedden |
Perl_save_destructor is not a mathom |
blob | commitdiff | diff to current |
2006-12-06 |
Rafael Garcia-Suarez |
save_I8 is not a mathom. |
blob | commitdiff | diff to current |
2006-11-06 |
Nicholas Clark |
assert() that SvPV_set() isn't used on arrays. |
blob | commitdiff | diff to current |
2006-08-17 |
Jarkko Hietaniemi |
Re: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached) |
blob | commitdiff | diff to current |
2006-08-08 |
Jarkko Hietaniemi |
g++ stage 1 reached |
blob | commitdiff | diff to current |
2006-08-07 |
Jarkko Hietaniemi |
g++ large patch |
blob | commitdiff | diff to current |
2006-07-03 |
Andy Lester |
Clean up mathoms.c |
blob | commitdiff | diff to current |
2006-04-30 |
Nicholas Clark |
Perl_pack_cat() is a mathom too! |
blob | commitdiff | diff to current |
2006-04-24 |
Nicholas Clark |
Perl_unpack_str() is a mathom! |
blob | commitdiff | diff to current |
2006-04-19 |
Nicholas Clark |
Calling cv_undef() on the CV created by newCONSTSUB... |
blob | commitdiff | diff to current |
2006-04-16 |
Nicholas Clark |
Merge sv_usepvn and sv_usepvn_mg into sv_usepvn_flags... |
blob | commitdiff | diff to current |
2006-02-24 |
Andy Lester |
unused context warnings |
blob | commitdiff | diff to current |
2006-02-07 |
Nicholas Clark |
Merging pp_bit_or and pp_bit_xor shrinks the object... |
blob | commitdiff | diff to current |
2006-02-07 |
Nicholas Clark |
All the trancendental unary operators can be merged... |
blob | commitdiff | diff to current |
2006-02-07 |
Nicholas Clark |
pp_pop can be implemented by pp_shift. |
blob | commitdiff | diff to current |
2006-02-07 |
Nicholas Clark |
pp_hex can be implemented trivially by pp_oct, making... |
blob | commitdiff | diff to current |
2006-02-07 |
Nicholas Clark |
Merge pp_index and pp_rindex - we have another mathom. |
blob | commitdiff | diff to current |
2006-02-06 |
Nicholas Clark |
Move Perl_save_long, Perl_save_I16, Perl_save_I8, Perl_... |
blob | commitdiff | diff to current |
2006-02-03 |
Nicholas Clark |
Silence a warning about "statement not reached" from... |
blob | commitdiff | diff to current |
2006-02-03 |
Steven Schubiger |
Re: [PATCH] s/Null(gv|hv|sv)/NULL/g |
blob | commitdiff | diff to current |
2006-02-02 |
Steven Schubiger |
Re: [PATCH] s/Null(av|ch)/NULL/g |
blob | commitdiff | diff to current |
2006-01-29 |
Nicholas Clark |
Avoid using space to create 2 functions just to force... |
blob | commitdiff | diff to current |
2006-01-18 |
Steve Hay |
Change all NEWSV() to newSV() in the core and non-dual... |
blob | commitdiff | diff to current |
2006-01-08 |
Nicholas Clark |
Update copyright years (including some years where... |
blob | commitdiff | diff to current |
2006-01-06 |
Jarkko Hietaniemi |
sprinkle dVAR |
blob | commitdiff | diff to current |
2005-11-12 |
Andy Lester |
mathoms prototypes aren't prototypes |
blob | commitdiff | diff to current |
2005-11-07 |
Nicholas Clark |
Merge pp_slt, pp_sgt and pp_sge into pp_sle. (The most... |
blob | commitdiff | diff to current |
2005-11-07 |
Nicholas Clark |
The rarely used lcfirst and ucfirst share almost all... |
blob | commitdiff | diff to current |
2005-11-05 |
Steve Peters |
Merge pp_andassign, pp_orassign, and pp_dorassign into... |
blob | commitdiff | diff to current |
2005-11-04 |
Steve Peters |
s/pp_dor/pp_defined/ |
blob | commitdiff | diff to current |
2005-11-04 |
Steve Peters |
I barely knew ya pp_dor. Merged into pp_defined from... |
blob | commitdiff | diff to current |
2005-11-04 |
Nicholas Clark |
pp_semop can fit within Perl_pp_shmwrite(). |
blob | commitdiff | diff to current |
2005-11-04 |
Nicholas Clark |
The remaining special logic in pp_syswrite can be moved... |
blob | commitdiff | diff to current |
2005-11-04 |
Gisle Aas |
Re: Configure -Dno_mathoms |
blob | commitdiff | diff to current |
2005-11-04 |
Nicholas Clark |
Merge msgsnd, msgrcv with Perl_pp_shmwrite(). |
blob | commitdiff | diff to current |
2005-11-04 |
Nicholas Clark |
ftrwrite, ftrexec, fteread, ftewrite and fteexec can... |
blob | commitdiff | diff to current |
2005-11-03 |
Nicholas Clark |
Perl_pp_symlink and Perl_pp_link can be merged. The... |
blob | commitdiff | diff to current |
2005-11-02 |
Nicholas Clark |
unlink chmod utime kill can be merged into Perl_pp_chown(). |
blob | commitdiff | diff to current |
2005-11-02 |
Nicholas Clark |
Move ftsuid ftsgid ftsvtx into Perl_pp_ftrowned. |
blob | commitdiff | diff to current |
2005-11-02 |
Nicholas Clark |
Merge ftzero ftsock ftchr ftblk ftfile ftdir ftpipe... |
blob | commitdiff | diff to current |
2005-11-02 |
Nicholas Clark |
Correct error in 25958 for threaded builds. |
blob | commitdiff | diff to current |
2005-11-02 |
Nicholas Clark |
Merge ftsize ftmtime ftatime ftctime into Perl_pp_ftis |
blob | commitdiff | diff to current |
2005-10-31 |
Nicholas Clark |
All the ops that are simply C<return some_other_op... |
blob | commitdiff | diff to current |
2005-10-31 |
Nicholas Clark |
uvchr_to_utf8() and utf8n_to_uvchr() are mathoms on... |
blob | commitdiff | diff to current |
2005-10-31 |
Steve Peters |
perlsio_binmode() is pretty much a mathom on UNIX platf... |
blob | commitdiff | diff to current |
2005-10-30 |
Nicholas Clark |
Given that sv_nosharing performs the same function... |
blob | commitdiff | diff to current |
2005-10-30 |
Nicholas Clark |
Replace uvuni_to_utf8() with a macro that passes the... |
blob | commitdiff | diff to current |
2005-10-30 |
Nicholas Clark |
Replace is_utf8_string_loc() with a macro that passes... |
blob | commitdiff | diff to current |
2005-10-30 |
Nicholas Clark |
Functions that die aren't exactly well used code. |
blob | commitdiff | diff to current |
2005-10-30 |
Nicholas Clark |
save_hints is a mathom. |
blob | commitdiff | diff to current |
2005-10-30 |
Nicholas Clark |
init_i18nl14n is a mathom. |
blob | commitdiff | diff to current |
2005-10-30 |
Nicholas Clark |
Replace hv_magic() with a macro to call sv_magic()... |
blob | commitdiff | diff to current |
2005-10-30 |
Nicholas Clark |
Replace hv_iternext() with a macro that calls hv_iterne... |
blob | commitdiff | diff to current |
2005-10-30 |
Nicholas Clark |
Replace gv_fetchmethod() with a macro to call gv_fetchm... |
blob | commitdiff | diff to current |
2005-10-30 |
Nicholas Clark |
I think we have a winner. do_pipe hasn't been called... |
blob | commitdiff | diff to current |
2005-10-30 |
Nicholas Clark |
Replace do_aexec() with a macro to call do_aexec5(... |
blob | commitdiff | diff to current |
2005-10-30 |
Nicholas Clark |
Replace do_exec() with a macro to call do_exec3() with... |
blob | commitdiff | diff to current |
2005-10-30 |
Nicholas Clark |
Replace do_open() with a macro to call do_openn() with... |
blob | commitdiff | diff to current |
2005-10-29 |
Nicholas Clark |
Replace sv_catsv_mg and sv_catpvn_mg, and move the... |
blob | commitdiff | diff to current |
2005-10-29 |
Nicholas Clark |
sv_2pv_nolen, sv_2pvbyte_nolen and sv_2pvutf8_nolen... |
blob | commitdiff | diff to current |
2005-10-29 |
Nicholas Clark |
All the private implementations of @foo for compilers... |
blob | commitdiff | diff to current |
2005-10-29 |
Nicholas Clark |
sv_utf8_upgrade declares itself to be a mathom, so... |
blob | commitdiff | diff to current |
2005-10-29 |
Nicholas Clark |
Replace sv_force_normal with a macro that calls sv_forc... |
blob | commitdiff | diff to current |
2005-10-29 |
Nicholas Clark |
Replace sv_unref with a macro that calls sv_unref_flags |
blob | commitdiff | diff to current |
2005-10-29 |
Nicholas Clark |
sv_taint() can easily be replaced by a macro. |
blob | commitdiff | diff to current |
2005-10-29 |
Steve Peters |
Additional mathoms from doio.c |
blob | commitdiff | diff to current |
2005-10-29 |
Steve Peters |
Coverage stats say av_fake() is a mathom too. |
blob | commitdiff | diff to current |
2005-10-29 |
Nicholas Clark |
gv_fullname3 and gv_efullname3 are definately mathoms... |
blob | commitdiff | diff to current |
2005-10-29 |
Nicholas Clark |
gv_fullname and gv_efullname are definately mathoms. |
blob | commitdiff | diff to current |
2005-10-28 |
Steve Peters |
Add a new file, mathoms.c, to hold old code kept around... |
blob | commitdiff | diff to current |
|