summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* Instead of a const char *, pass a HEK * to anonymise_cv().Nicholas Clark2009-06-221-1/+1
* invert and rename PERL_MEM_LOG_STDERR to PERL_MEM_LOG_NOIMPLJim Cromie2009-06-211-1/+1
* When a glob is deleted, mark its sub as ANON.Ben Morrow2009-06-211-0/+1
* Implement new regex escape \NRafael Garcia-Suarez2009-06-161-1/+1
* Merge Perl_magic_setisa() and Perl_magic_clearisa(), to remove duplicated logic.Nicholas Clark2009-05-211-1/+1
* Merge the bulk of Perl_magic_clearsig() into Perl_magic_setsig().Nicholas Clark2009-05-201-1/+1
* Add S_sv_dup_inc_multiple(), used in place of loops that call sv_dup_inc().Nicholas Clark2009-05-181-0/+4
* Inline S_glob_2pv() into Perl_sv_2pv_flags(). (Existing bugs included.)Nicholas Clark2009-05-121-1/+0
* Convert xsutils.c and lib/attributes.pm to a regular XS extension.Nicholas Clark2009-04-121-2/+0
* Change Perl_newCONSTSUB() so that a NULL sv generates an empty list return.Nicholas Clark2009-03-291-1/+1
* In Perl_newCONSTSUB(), sv should not be NULL.Nicholas Clark2009-03-291-1/+1
* In Perl_sv_setsv_cow(), dstr can be NULL.Nicholas Clark2009-03-281-1/+1
* For S_incpush(), dir is never NULL, and len is always > 0.Nicholas Clark2009-02-221-1/+1
* Optimise S_incpush() by avoiding repeatedly copying libdir to subdir.Nicholas Clark2009-02-221-1/+1
* Unwind the implicit loop in S_init_perllib(), by writing the code out longhand.Nicholas Clark2009-02-221-1/+1
* Pass the length of the string to S_incpush_use_sep(), where known.Nicholas Clark2009-02-171-1/+1
* Ensure that the pointer to S_incpush_use_sep() is never NULL.Nicholas Clark2009-02-151-1/+1
* Loop in S_init_perllib(), only calling S_incpush*() with INCPUSH_ADD_OLD_VERSNicholas Clark2009-02-151-1/+1
* Refactor the separator splitting loop of S_incpush() into a S_incpush_use_sep().Nicholas Clark2009-02-151-1/+3
* Refactor S_incpush() to take 1 flags parameter, instead of 5 positional booleansNicholas Clark2009-02-151-1/+1
* For -I, need to also unshift version and architecture libs onto @INC (RT#6665)Nicholas Clark2009-02-151-1/+1
* suidperl goes.Nicholas Clark2009-01-231-18/+1
* Update the documentation of get_sv() to note that it calls Perl_gv_fetchpv(),Nicholas Clark2009-01-211-1/+1
* Update the documentation of get_av() to note that it calls Perl_gv_fetchpv(),Nicholas Clark2009-01-211-1/+1
* Update the documentation of get_hv() to note that it calls Perl_gv_fetchpv(),Nicholas Clark2009-01-211-1/+1
* Changing get_isa_hash() to static means that it needs to be wrapped inNicholas Clark2009-01-031-1/+1
* get_isa_hash() is only used in S_isa_lookup(), so it can be static. Also, it hasNicholas Clark2009-01-031-2/+1
* Faster sv_utf8_upgrade()karl williamson2009-01-021-1/+2
* Add save_adelete()/SAVEADELETE() to save on the stack an array element deleteVincent Pit2008-12-281-0/+1
* Break out the set-the-MRO logic from the XS_mro_set_mro into Perl_mro_set_mro(),Nicholas Clark2008-12-271-0/+2
* Proper pluggable Method Resolution Orders. 'c3' is now implemented outside theNicholas Clark2008-12-271-1/+0
* Explictly export Perl_mro_meta_init() so that HvMROMETA() can become part of theNicholas Clark2008-12-271-2/+2
* Add Perl_mro_register() to register Method Resolution Orders,Nicholas Clark2008-12-271-0/+2
* Repurpose struct mro_meta to allow it to store cached linear ISA for arbitaryNicholas Clark2008-12-271-0/+5
* Remove "b" flag for sv_utf8_upgrade_nomg in embed.fncRafael Garcia-Suarez2008-12-271-1/+1
* Update comments and documentation dealing with utfKarl2008-12-261-0/+1
* Better fix for bug #6665Rafael Garcia-Suarez2008-12-261-1/+1
* It looks like the previous patch is working fine on UNIXish boxes,Steve Peters2008-12-191-1/+0
* Subject: PATCH 5.10 documentationSteve Peters2008-12-191-0/+1
* Silence a compiler warning introduced by 34963Steve Hay2008-12-021-1/+1
* Convention seems to be that static definitions are also made visible byNicholas Clark2008-12-011-14/+14
* Eliminate setenv_getix()Jerry D. Hedden2008-12-011-3/+0
* Add S_save_pushptri32ptr() and use it to re-implement Perl_save_hints()Nicholas Clark2008-12-011-0/+4
* Move the implmentation of SAVEHINTS() into a new Perl_save_hints() inNicholas Clark2008-12-011-0/+1
* Expose save_pushi32ptr() and implement SAVECOPARYBASE() with it.Nicholas Clark2008-12-011-3/+2
* Expose save_pushptrptr() and implement SAVESWITCHSTACK() with it.Nicholas Clark2008-12-011-2/+3
* Refactor all of the code of the formNicholas Clark2008-11-301-0/+1
* Refactor all of the code of the formNicholas Clark2008-11-301-0/+4
* Convert all the scope save functions of the formNicholas Clark2008-11-301-5/+6
* S_mro_get_linear_isa_*() should have an *un*signed level.Nicholas Clark2008-11-271-2/+2