summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* remove binary compat from #23156 (remove PL_retstack)Dave Mitchell2004-07-231-12/+0
* Make the dUNDERBAR/UNDERBAR macros work as advertised.Rafael Garcia-Suarez2004-06-021-0/+2
* Include variable names in "Use of uninitialized value" warningsDave Mitchell2004-04-231-1/+11
* byte-order modifiers for (un)pack templatesMarcus Holland-Moritz2004-04-231-0/+246
* Make global cleanup fractionally faster by giving S_visit()Dave Mitchell2004-04-111-1/+1
* Bleadperl to version 0.37John Peacock2004-04-071-0/+2
* Tidy up function prototypes in the light of suidpatchNicholas Clark2004-03-241-2/+2
* Update copyright noticesRafael Garcia-Suarez2004-03-161-1/+1
* retract 22328 and 22332: deprecation warning for my $x if fooDave Mitchell2004-03-041-2/+0
* make the bison-based parser threadsafe and capable of deepDave Mitchell2004-02-281-10/+0
* Re: op_seq (was: Freeing code)Paul Johnson2004-02-211-0/+2
* was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.36.tar.gz]John Peacock2004-02-031-1/+1
* Re: [perl #24816] Magic vars seem unsure if they are purely numericYitzchak Scott-Thoennes2004-01-161-4/+4
* format/write (version 2)LAUN Wolfgang2004-01-161-0/+6
* Seems that sv_setsv_cow needs to be visible to core extensions,Nicholas Clark2004-01-061-2/+2
* Tidy up change #18751, so that the second parameter to unpack()Rafael Garcia-Suarez2004-01-031-0/+2
* arguments for perl_clone()Marcus Holland-Moritz2003-12-171-8/+8