summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* Better variable names make code clearerSADAHIRO Tomoyuki2005-12-051-1/+1
* NULL is a legal value for newXS()'s name parameter.Marcus Holland-Moritz2005-12-041-1/+0
* Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)SADAHIRO Tomoyuki2005-11-301-0/+4
* Sort subs now in embed.fncAndy Lester2005-11-171-0/+39
* Suppress gcc warnings when ignoring the return value of io_close(),Rafael Garcia-Suarez2005-11-141-1/+0
* Consting and localizing: Part LXVIIIAndy Lester2005-11-071-0/+6
* use clearenv if availableAlan Burlison2005-11-041-0/+2
* Patch 3945 was a bit overkeen - the effective parameter to cando() andNicholas Clark2005-11-031-2/+2
* This should clear up 'Perl_do_exec' undefined; warnings on win32Nicholas Clark2005-11-011-0/+8
* A more elegant way to deal with utf8n_to_uvchr() and utf8n_to_uvuni().Nicholas Clark2005-10-311-0/+16
* S_tokereport's unused parmAndy Lester2005-10-311-3/+1
* Given that sv_nosharing performs the same function as sv_nolockingNicholas Clark2005-10-301-2/+2
* Replace uvuni_to_utf8() with a macro that passes the extra 0 argumentNicholas Clark2005-10-301-2/+2
* Replace is_utf8_string_loc() with a macro that passes the extra 0Nicholas Clark2005-10-301-2/+2
* Replace hv_magic() with a macro to call sv_magic() directly. Move theNicholas Clark2005-10-301-2/+2
* Replace hv_iternext() with a macro that calls hv_iternext_flags withNicholas Clark2005-10-301-2/+2
* Replace gv_fetchmethod() with a macro to call gv_fetchmethod_autoload()Nicholas Clark2005-10-301-2/+2
* Replace do_aexec() with a macro to call do_aexec5() with the two extraNicholas Clark2005-10-301-2/+2
* Replace do_exec() with a macro to call do_exec3() with the extra twoNicholas Clark2005-10-301-2/+2
* Replace do_open() with a macro to call do_openn() with the extra twoNicholas Clark2005-10-301-2/+2
* Replace sv_catsv_mg and sv_catpvn_mg, and move the obsolete bodies toNicholas Clark2005-10-291-4/+4
* sv_2pv_nolen, sv_2pvbyte_nolen and sv_2pvutf8_nolen can all be replacedNicholas Clark2005-10-291-6/+6
* Replace sv_force_normal with a macro that calls sv_force_normal_flags.Nicholas Clark2005-10-291-2/+2
* Replace sv_unref with a macro that calls sv_unref_flagsNicholas Clark2005-10-291-2/+2
* sv_taint() can easily be replaced by a macro.Nicholas Clark2005-10-291-2/+2
* Change 25850 failed to include all changed headersNicholas Clark2005-10-271-0/+2
* Add my_sprintf, which is usually just a macro for sprintf, for thoseNicholas Clark2005-10-241-0/+7
* Turn NN to NULLOK for functions that have code to handleMarcus Holland-Moritz2005-10-221-13/+5
* Re: [PATCH] Re: [perl #37350] $#{@$aref} in debugger gives: Bizarre copy of A...Robin Houston2005-10-191-1/+4
* Adding documentation index to perlapi.pod and perlintern.podSébastien Aperghis-Tramoni2005-10-191-1/+1
* Stas' croak patch and then someAndy Lester2005-10-131-6/+2
* Yitzchak points out that this function argument is NULLOKRafael Garcia-Suarez2005-10-031-3/+1
* the return value of start_subparse() can legally be ignoredDave Mitchell2005-09-291-3/+1
* savepv and savepvn are actually NULLOKNicholas Clark2005-09-281-4/+2
* Forgot to run embed.pl after change 25637Nicholas Clark2005-09-281-35/+120
* Fix the overriding of CORE::do, just like change 25599Rafael Garcia-Suarez2005-09-271-1/+1
* const sausage const const bacon const tomato and constNicholas Clark2005-09-261-1/+1
* quiet a few warningsYitzchak Scott-Thoennes2005-09-231-1/+0
* First argument to he_dup is actually a const HE *Nicholas Clark2005-09-191-1/+1
* The return of the constingAndy Lester2005-09-131-58/+224
* Add the "no 6" / "no v6" syntax.Rafael Garcia-Suarez2005-09-011-0/+4
* [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz]John Peacock2005-08-241-0/+3
* Run regen.plSteve Hay2005-08-111-20/+53
* patch@25279 VMS error handling and const fixesJohn E. Malmberg2005-08-101-6/+6
* Re: blead@25210 on OpenVMS (not good)John E. Malmberg2005-08-011-1/+1
* More embed.fnc goodnessAndy Lester2005-07-291-27/+71
* tidy up DieNull and DIE_NULLRobin Barker2005-07-281-2/+1
* support POSIX SA_SIGINFOJarkko Hietaniemi2005-07-201-0/+5
* croak() accepts Nullch as a parameter.Rafael Garcia-Suarez2005-07-201-6/+3
* The continuing plod through embed.fncAndy Lester2005-07-181-35/+99