summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* Replace do_aexec() with a macro to call do_aexec5() with the two extraNicholas Clark2005-10-301-1/+1
* Replace do_exec() with a macro to call do_exec3() with the extra twoNicholas Clark2005-10-301-1/+1
* Replace do_open() with a macro to call do_openn() with the extra twoNicholas Clark2005-10-301-1/+1
* Replace sv_catsv_mg and sv_catpvn_mg, and move the obsolete bodies toNicholas Clark2005-10-291-2/+2
* sv_2pv_nolen, sv_2pvbyte_nolen and sv_2pvutf8_nolen can all be replacedNicholas Clark2005-10-291-3/+3
* Replace sv_force_normal with a macro that calls sv_force_normal_flags.Nicholas Clark2005-10-291-1/+1
* Replace sv_unref with a macro that calls sv_unref_flagsNicholas Clark2005-10-291-1/+1
* sv_taint() can easily be replaced by a macro.Nicholas Clark2005-10-291-1/+1
* Most platforms don't actually need PL_pidstatus, or the associatedNicholas Clark2005-10-261-0/+2
* Add my_sprintf, which is usually just a macro for sprintf, for thoseNicholas Clark2005-10-241-0/+4
* Turn NN to NULLOK for functions that have code to handleMarcus Holland-Moritz2005-10-221-5/+5
* Re: [PATCH] Re: [perl #37350] $#{@$aref} in debugger gives: Bizarre copy of A...Robin Houston2005-10-191-1/+2
* another Symbian update: Alan's fault :-)Jarkko Hietaniemi2005-10-171-1/+1
* Stas' croak patch and then someAndy Lester2005-10-131-2/+3
* Yitzchak points out that this function argument is NULLOKRafael Garcia-Suarez2005-10-031-1/+1
* the return value of start_subparse() can legally be ignoredDave Mitchell2005-09-291-1/+1
* savepv and savepvn are actually NULLOKNicholas Clark2005-09-281-2/+2
* embed.fnc now requires NN/NULLOKAndy Lester2005-09-281-71/+69
* 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/+1
* First argument to he_dup is actually a const HE *Nicholas Clark2005-09-191-1/+1
* It looks like the only way to reliably make Perl_hv_name_set a pureNicholas Clark2005-09-181-1/+1
* The return of the constingAndy Lester2005-09-131-67/+67
* Add the "no 6" / "no v6" syntax.Rafael Garcia-Suarez2005-09-011-0/+1
* [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz]John Peacock2005-08-241-0/+1
* patch@25279 VMS error handling and const fixesJohn E. Malmberg2005-08-101-6/+6
* Post-OSCON NN/NULLOK-ingAndy Lester2005-08-081-32/+32
* Re: blead@25210 on OpenVMS (not good)John E. Malmberg2005-08-011-1/+1
* More embed.fnc goodnessAndy Lester2005-07-291-44/+41
* tidy up DieNull and DIE_NULLRobin Barker2005-07-281-1/+1
* support POSIX SA_SIGINFOJarkko Hietaniemi2005-07-201-0/+5
* croak() accepts Nullch as a parameter.Rafael Garcia-Suarez2005-07-201-3/+3
* The continuing plod through embed.fncAndy Lester2005-07-181-41/+42
* more embed cleanupAndy Lester2005-07-151-225/+234
* More embed.fnc plowingAndy Lester2005-07-131-85/+86
* S_pad_findlex has side effects, so its return value may be ignoredDave Mitchell2005-07-121-1/+1
* get_?v have side effects, so their return values may be ignoredDave Mitchell2005-07-121-4/+4
* Making my way thru embed.fncAndy Lester2005-07-101-100/+103
* silence some compiler warningsDave Mitchell2005-07-101-2/+2
* Remove unnecessary null checkAndy Lester2005-07-041-1/+1
* Perl_share_hek needs exporting for change 25070 on Win32Steve Hay2005-07-041-1/+1
* Post-YAPC consting, now with an attachment!Andy Lester2005-07-041-25/+24
* Inlining del_HE is actually a space optimisation.Nicholas Clark2005-07-041-1/+0
* Perl_ckwarn (added by change 25050) needs exporting on Win32Steve Hay2005-07-041-2/+2
* replace ckWARN macros with functionsDave Mitchell2005-07-021-0/+2
* Passing gvtype as char rather than char * to S_varname generatesNicholas Clark2005-07-021-1/+1
* Don't inline offer_nice_chunk, as it's rarely called.Nicholas Clark2005-07-021-0/+2
* First stab at not automatically creating an unused SV for GvSVNicholas Clark2005-06-291-0/+4
* We're going round in circles with pp_sys.cAndy Lester2005-06-271-8/+8