summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
* Remove get magic from typeglobs. This means that PVGVs holdingNicholas Clark2006-02-231-2/+10
* arena-rework : consolidated patchJim Cromie2006-02-181-1/+1
* A better fix than 27148Steve Hay2006-02-101-2/+2
* Fix the effects of 27136 on Win32 with DEBUGGING and PERL_IMPLICIT_SYSSteve Hay2006-02-101-2/+2
* Really regenerate headersRafael Garcia-Suarez2006-02-091-20/+42
* Allow bareword file handle as argument to chdir().Gisle Aas2006-02-071-0/+2
* [patch] arena rework - arena setsJim Cromie2006-02-041-0/+2
* S_find_beginning is only called from one place, so by hoisting theNicholas Clark2006-02-031-1/+1
* And as we've now got to the point where all calls to Perl_moreswitchesNicholas Clark2006-02-031-1/+1
* Eliminating PL_suidscript is more tricky, and requires changing theNicholas Clark2006-02-031-5/+5
* Oops. I *thought* that I had checked that all changed files were open.Nicholas Clark2006-02-031-2/+2
* Eliminate save_threadsv, as it is never linked to, and all it doesNicholas Clark2006-01-311-2/+0
* Avoid using space to create 2 functions just to force mathoms to beNicholas Clark2006-01-291-0/+8
* Refactor S_vdie_common so that Perl_vwarn can use it too.Nicholas Clark2006-01-111-1/+1
* It's the Barbie bus patchAndy Lester2006-01-101-2/+0
* Run regen.pl (Just updating copyright years)Steve Hay2006-01-041-1/+1
* RMAGIC on symbol tables is bad, m'kay.Nicholas Clark2005-12-301-0/+14
* change #26523 didn't make my_cxt_init publicDave Mitchell2005-12-301-2/+0
* re-implement MY_CXT API more efficiently, and add explicitDave Mitchell2005-12-291-0/+6
* Ho! Ho! Ho! Santa brings consting!Andy Lester2005-12-221-16/+14
* Take care in toke.c not to convert constant subroutine referenceNicholas Clark2005-12-201-1/+3
* Re: [PATCH] Make the 'sort' pragma lexically scopedRobin Houston2005-12-191-0/+2
* latest switch/say/~~Robin Houston2005-12-191-0/+46
* Prevent require() from attempting to open directories and block Steve Peters2005-12-151-0/+2
* Update embed.fnc and headers after change 26345 (spotted by Rafael)Nicholas Clark2005-12-131-4/+0
* More consting, and putting stuff in embed.fncAndy Lester2005-12-061-0/+14
* Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)SADAHIRO Tomoyuki2005-11-301-0/+2
* Sort subs now in embed.fncAndy Lester2005-11-171-0/+26
* Make Perl_seed publicSteve Hay2005-11-101-0/+4
* Consting and localizing: Part LXVIIIAndy Lester2005-11-071-0/+2
* use clearenv if availableAlan Burlison2005-11-041-0/+6
* This should clear up 'Perl_do_exec' undefined; warnings on win32Nicholas Clark2005-11-011-0/+14
* A more elegant way to deal with utf8n_to_uvchr() and utf8n_to_uvuni().Nicholas Clark2005-10-311-0/+12
* S_tokereport's unused parmAndy Lester2005-10-311-1/+1
* Given that sv_nosharing performs the same function as sv_nolockingNicholas Clark2005-10-301-4/+0
* Replace uvuni_to_utf8() with a macro that passes the extra 0 argumentNicholas Clark2005-10-301-2/+0
* Replace is_utf8_string_loc() with a macro that passes the extra 0Nicholas Clark2005-10-301-2/+0
* Replace hv_magic() with a macro to call sv_magic() directly. Move theNicholas Clark2005-10-301-2/+0
* Replace hv_iternext() with a macro that calls hv_iternext_flags withNicholas Clark2005-10-301-2/+0
* Replace gv_fetchmethod() with a macro to call gv_fetchmethod_autoload()Nicholas Clark2005-10-301-2/+0
* Replace do_aexec() with a macro to call do_aexec5() with the two extraNicholas Clark2005-10-301-2/+0
* Replace do_exec() with a macro to call do_exec3() with the extra twoNicholas Clark2005-10-301-2/+0
* Replace do_open() with a macro to call do_openn() with the extra twoNicholas Clark2005-10-301-2/+0
* Replace sv_catsv_mg and sv_catpvn_mg, and move the obsolete bodies toNicholas Clark2005-10-291-4/+0
* sv_2pv_nolen, sv_2pvbyte_nolen and sv_2pvutf8_nolen can all be replacedNicholas Clark2005-10-291-6/+0
* Replace sv_force_normal with a macro that calls sv_force_normal_flags.Nicholas Clark2005-10-291-2/+0
* Replace sv_unref with a macro that calls sv_unref_flagsNicholas Clark2005-10-291-2/+0
* sv_taint() can easily be replaced by a macro.Nicholas Clark2005-10-291-2/+0
* Change 25850 failed to include all changed headersNicholas Clark2005-10-271-0/+4
* Add my_sprintf, which is usually just a macro for sprintf, for thoseNicholas Clark2005-10-241-0/+4