summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* Refactoring reghopsAndy Lester2006-05-161-2/+2
* refactoring out S_regoptailAndy Lester2006-05-161-1/+0
* S_reguni should return its lengthAndy Lester2006-05-151-1/+1
* Re: [PATCH] my_snprintfJarkko Hietaniemi2006-05-121-0/+3
* upgrade bytes_to_uniAndy Lester2006-05-121-0/+1
* Proper use of static funcs in toke.c and pp_sys.cAndy Lester2006-05-121-0/+1
* Fixing embed.fncAndy Lester2006-05-121-1/+1
* Change 28145 means that Perl_allocmy() can take a const char *name.Nicholas Clark2006-05-091-1/+1
* Introduce a new keyword, state, for state variables.Rafael Garcia-Suarez2006-05-031-1/+1
* clean up loops in doio.c and dump.cAndy Lester2006-05-031-0/+1
* Make Perl_unshare_hek visible to core extensions without being publicSteve Hay2006-05-031-1/+1
* Re: Smoke [5.9.4] 28069 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu)SADAHIRO Tomoyuki2006-05-031-1/+1
* Fix bug in DynaLoader, which has been passing a filename in dynamicNicholas Clark2006-05-021-0/+3
* De-duplicate the code that creates new GPs into Perl_newGP().Nicholas Clark2006-05-021-0/+1
* Reverting context removal from change #27992. This shouldSteve Peters2006-05-011-1/+1
* Removing another context parmAndy Lester2006-04-281-1/+1
* Removing unused contextAndy Lester2006-04-271-2/+2
* Following change 27942 it's clear that the return type ofNicholas Clark2006-04-241-2/+2
* Ensure GvNAME doesn't return NULLMarcus Holland-Moritz2006-04-241-1/+1
* doop.c consting, take 2Andy Lester2006-04-241-6/+6
* Refactor S_glob_2inpuvAndy Lester2006-04-241-1/+2
* Inlining static funcs in perl.cAndy Lester2006-04-241-2/+0
* Calling cv_undef() on the CV created by newCONSTSUB() would leak likeNicholas Clark2006-04-191-1/+4
* remove some cruft from makedef.plJan Dubois2006-04-161-1/+1
* dump.c patch reduxAndy Lester2006-04-161-0/+1
* Merge sv_usepvn and sv_usepvn_mg into sv_usepvn_flags. "Promote" theNicholas Clark2006-04-161-2/+4
* Mark new_warnings_bitfield as XE, and add it to __DATA__ in makedef.plNicholas Clark2006-04-141-1/+1
* eliminate PL_regbol PL_regtill PL_regnarrate PL_reg_ganch PL_reg_svDave Mitchell2006-04-131-3/+3
* Re: [PATCH] add pTHX_ parameter to new_warnings_bitfield()Steve Hay2006-04-131-1/+1
* eliminate PL_reg_reDave Mitchell2006-04-131-4/+4
* Change cop_warnings from an SV holding the warnings bitmask to aNicholas Clark2006-04-121-0/+2
* Remove Perl_refcounted_he_copy and Perl_refcounted_he_dup.Nicholas Clark2006-04-121-7/+0
* All S_dumpuntil()'s regnode pointer arguments can be const.Nicholas Clark2006-04-101-2/+3
* True consting goodness in regexesAndy Lester2006-04-101-11/+11
* eliminate PL_regprecomp, PL_regprogram, PL_regnpar and PL_regdataDave Mitchell2006-04-051-4/+3
* Re: recent changes have some unmatching of parameters and typesSADAHIRO Tomoyuki2006-04-021-1/+1
* Automatically set HINT_LOCALIZE_HH whenever %^H is modified.Nicholas Clark2006-04-011-0/+1
* Propagate cop_hints inside string evals. For the unthreaded case thisNicholas Clark2006-04-011-0/+2
* Inconsistencies in paramter const-ness noticed by SADAHIRO Tomoyuki.Nicholas Clark2006-04-011-2/+2
* Serialise changes to %^H onto the current COP. Return the compile timeNicholas Clark2006-03-311-0/+13
* Random accumulated patchesAndy Lester2006-03-311-1/+1
* Clean up regexec.c, and remove two functionsAndy Lester2006-03-301-4/+2
* Merge the cut & paste code from Perl_call_sv/Perl_fold_constants withNicholas Clark2006-03-271-0/+2
* Add S_space_join_names_mortal() which joins a char** array with " "s,Nicholas Clark2006-03-251-0/+1
* Pass the (byte) length of the entire string intoNicholas Clark2006-03-231-1/+1
* Add all new static functions to embed.fncNicholas Clark2006-03-231-7/+12
* Change the semantics of S_isa_lookupAndy Lester2006-03-191-1/+1
* inline, then delete, S_regrepeat_hard()Dave Mitchell2006-03-171-1/+0
* looks_like_bool can be constAndy Lester2006-03-141-1/+1
* NNs and NULLOKs for MAD's new functions.Nicholas Clark2006-03-111-11/+13