summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* handle magic in local correctlyDave Mitchell2005-06-221-0/+6
* The continuing adventures of Constman and Localize BoyAndy Lester2005-06-201-4/+4
* More random cleanupsAndy Lester2005-06-201-12/+4
* Replace all the new/del static functions with calls to a single pairNicholas Clark2005-06-161-44/+0
* CopSTASH_eq againAndy Lester2005-06-151-0/+2
* Shrink shared hash scalars from PVIV to PVNicholas Clark2005-06-111-1/+1
* Fixes the case of $a = \$#{[]}; and then accessing $$aNicholas Clark2005-06-091-0/+2
* s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/gNicholas Clark2005-06-081-6/+6
* one more round of is_utf8_foo tuneupJarkko Hietaniemi2005-06-071-0/+2
* further speeding up of is_utf8_string()Jarkko Hietaniemi2005-06-041-0/+10
* s/newSVpv_hek/newSVhek/g; # Lousy choice of nameNicholas Clark2005-06-031-2/+2
* Create newSVpv_hek to reduce code duplication where HEKs need to beNicholas Clark2005-06-031-0/+2
* Random constingAndy Lester2005-06-031-2/+4
* Fix more Win32 linker errors caused by change 24561Steve Hay2005-05-271-2/+6
* Export Perl_hek_dup, which duplicates shared hash keys.Nicholas Clark2005-05-251-0/+2
* Remove Perl_ck_* functions from public APIRafael Garcia-Suarez2005-05-241-2/+2
* embed.fnc cleanup + SvPVX_const usageAndy Lester2005-05-241-38/+104
* Move the xpv_pv/xrv_rv member into the SV head, in a union withNicholas Clark2005-05-211-8/+0
* consting-eleventy.patch: More consts, plus actual bug fixAndy Lester2005-05-161-0/+2
* Reorder the *more* arena allocation functions into a blockNicholas Clark2005-05-131-30/+0
* Allocate GV bodies from arenasNicholas Clark2005-05-131-0/+6
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-1/+3
* Revert to Andy's first solution for nonnull attributes;Rafael Garcia-Suarez2005-05-091-2/+2
* while (my $x ...) { ...; redo } shouldn't undef $x.Dave Mitchell2005-05-071-1/+1
* Re: [PATCH] pp_pack.c redux, to work w/Jarkko's recent patchesAndy Lester2005-04-261-4/+4
* Save state when auto-generating #ifdef PERL_CORE and PERL_CORE/PERL_EXTNicholas Clark2005-04-231-1292/+0
* Fix more Win32 linker errors following change 24271Steve Hay2005-04-221-4/+4
* Symbian port of PerlJarkko Hietaniemi2005-04-211-2/+10
* pad_compname_type(), takes care of a clunky macroAndy Lester2005-04-191-0/+6
* const-eight.diffAndy Lester2005-04-041-0/+2
* Update copyrights.Rafael Garcia-Suarez2005-03-311-1/+1
* The core part of :Andy Lester2005-03-291-1/+1
* Re: Reworked Trie PatchYves Orton2005-03-181-1/+7
* pad_push numero three-oAndy Lester2005-03-111-1/+1
* Encoding neutral unpackTon Hospel2005-03-081-6/+0
* Revert change 23843.Rafael Garcia-Suarez2005-01-241-2/+0
* Re: [perl #31924] %INC caching failure-case problemRick Delaney2005-01-211-0/+2
* Remove PERL_FLEXIBLE_EXCEPTIONS code.Marcus Holland-Moritz2005-01-101-45/+0
* savepv(SvPV(sv,n_a)) is common, and creates an unnecessary call toNicholas Clark2005-01-091-0/+2
* Stage 1 of utf8 support for soft references.Nicholas Clark2005-01-071-0/+10
* Relocatable @INC entries for Unix.Nicholas Clark2004-12-231-1/+1
* Turn gv_fullname3 and gv_efullname3 into macros that callNicholas Clark2004-12-061-4/+0
* Fix Win32 breakage caused by changes to op.c in change 23433.Steve Hay2004-11-161-0/+4
* Fix [perl #31971] local $^D gives noiseRafael Garcia-Suarez2004-10-141-1/+1
* improve lexer debugging output (-DT)Dave Mitchell2004-09-191-1/+1