summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re: [PATCH] Re: [perl #37350] $#{@$aref} in debugger gives: Bizarre copy of A...Robin Houston2005-10-191-2/+2
* Adding documentation index to perlapi.pod and perlintern.podSébastien Aperghis-Tramoni2005-10-191-1/+1
* another Symbian update: Alan's fault :-)Jarkko Hietaniemi2005-10-171-1/+1
* Fix the overriding of CORE::do, just like change 25599Rafael Garcia-Suarez2005-09-271-1/+1
* Should have been embed.h, not proto.h, in 25475Nicholas Clark2005-09-181-0/+2
* Add the "no 6" / "no v6" syntax.Rafael Garcia-Suarez2005-09-011-0/+2
* [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz]John Peacock2005-08-241-0/+2
* More embed.fnc goodnessAndy Lester2005-07-291-12/+0
* support POSIX SA_SIGINFOJarkko Hietaniemi2005-07-201-0/+12
* more embed cleanupAndy Lester2005-07-151-0/+6
* run regen.plDave Mitchell2005-07-101-0/+4
* Perl_share_hek needs exporting for change 25070 on Win32Steve Hay2005-07-041-0/+4
* Inlining del_HE is actually a space optimisation.Nicholas Clark2005-07-041-2/+0
* Here's the rest of change 25058 ;-)Steve Hay2005-07-041-2/+0
* replace ckWARN macros with functionsDave Mitchell2005-07-021-0/+2
* Don't inline offer_nice_chunk, as it's rarely called.Nicholas Clark2005-07-021-0/+6
* First stab at not automatically creating an unused SV for GvSVNicholas Clark2005-06-291-0/+6
* Extend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also dump scalarsNicholas Clark2005-06-241-0/+10
* Remove the reference loop between symbol tables and typeglobs.Nicholas Clark2005-06-231-3/+7
* Pre-YAPC consting funAndy Lester2005-06-231-0/+4
* The current implementation of :unique is fundamentally flawed,Nicholas Clark2005-06-231-10/+0