summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* Nuke some more n_a, and convert S_gv_ename from char * to const char *Nicholas Clark2005-06-081-1/+1
* Allow a null length pointer to sv_pvn_force_flags.Nicholas Clark2005-06-081-1/+1
* s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/gNicholas Clark2005-06-081-3/+3
* More consting of SvPVNicholas Clark2005-06-071-4/+6
* Change 24733 allows several pointers to be NULL. Therefore thisNicholas Clark2005-06-071-5/+5
* Random cleanups #47Andy Lester2005-06-071-33/+32
* one more round of is_utf8_foo tuneupJarkko Hietaniemi2005-06-071-1/+2
* further speeding up of is_utf8_string()Jarkko Hietaniemi2005-06-041-0/+4
* s/newSVpv_hek/newSVhek/g; # Lousy choice of nameNicholas Clark2005-06-031-1/+1
* Create newSVpv_hek to reduce code duplication where HEKs need to beNicholas Clark2005-06-031-0/+1
* Random constingAndy Lester2005-06-031-24/+23
* SvPVX_const() - patch #4Steve Peters2005-06-031-1/+1
* [PATCH] More embed.fnc strictures, plus consting and localizingAndy Lester2005-05-301-30/+33
* [PATCH] Minor warning squashingsAndy Lester2005-05-301-1/+1
* Goodbye xav_arylen. You won't be missed that much.Nicholas Clark2005-05-291-0/+1
* Fix more Win32 linker errors caused by change 24561Steve Hay2005-05-271-1/+3
* Store the package name as a shared HEK.Nicholas Clark2005-05-261-2/+1
* Export Perl_hek_dup, which duplicates shared hash keys.Nicholas Clark2005-05-251-0/+1
* Track the mapping between source shared hash keys and target sharedNicholas Clark2005-05-251-1/+1
* Remove Perl_ck_* functions from public APIRafael Garcia-Suarez2005-05-241-41/+41
* embed.fnc cleanup + SvPVX_const usageAndy Lester2005-05-241-31/+67
* Move the xpv_pv/xrv_rv member into the SV head, in a union withNicholas Clark2005-05-211-4/+0
* Move hv_name, hv_eiter and hv_riter into a new aux structure.Nicholas Clark2005-05-211-1/+6
* Move placeholders into a new rhash magic type.Nicholas Clark2005-05-211-0/+5
* consting-eleventy.patch: More consts, plus actual bug fixAndy Lester2005-05-161-72/+77
* Reorder the *more* arena allocation functions into a blockNicholas Clark2005-05-131-15/+0
* Allocate GV bodies from arenasNicholas Clark2005-05-131-0/+3
* attributes-two.patch, the next batchAndy Lester2005-05-091-148/+150
* Sv_*set() doc's and extra const's for the SvPVX_const() tasksSteve Peters2005-05-091-1/+1
* GCC attributes!Andy Lester2005-05-071-164/+169
* while (my $x ...) { ...; redo } shouldn't undef $x.Dave Mitchell2005-05-071-2/+2
* (in blead) a missing const in a prototypeJarkko Hietaniemi2005-04-281-1/+1
* Re: [PATCH] pp_pack.c redux, to work w/Jarkko's recent patchesAndy Lester2005-04-261-12/+12
* combopatchJarkko Hietaniemi2005-04-251-1/+1
* Fix more Win32 linker errors following change 24271Steve Hay2005-04-221-3/+2
* Symbian port of PerlJarkko Hietaniemi2005-04-211-3/+8
* pad_compname_type(), takes care of a clunky macroAndy Lester2005-04-191-0/+1
* const-eight.diffAndy Lester2005-04-041-13/+14
* Downconst external APIsRafael Garcia-Suarez2005-03-291-5/+5
* The core part of :Andy Lester2005-03-291-3/+3
* Consting fiveAndy Lester2005-03-251-5/+5
* Consting part 4Andy Lester2005-03-251-11/+11
* Remove the const qualifier from argv and env variablesRafael Garcia-Suarez2005-03-251-3/+3
* Third consting batchAndy Lester2005-03-241-49/+49
* More consting goodnessAndy Lester2005-03-211-19/+19
* Re: Reworked Trie PatchYves Orton2005-03-181-1/+5
* More const parmsAndy Lester2005-03-181-38/+36
* Adding const qualifiersAndy Lester2005-03-141-16/+16
* pad_push numero three-oAndy Lester2005-03-111-1/+1
* Encoding neutral unpackTon Hospel2005-03-081-1/+0