summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* finish implementing -DB vs. -DxChip Salzenberg2009-08-301-0/+6
* Speed up repeatcpy() by at least 40% for 1-char or numerous repeatsVincent Pit2009-08-271-1/+1
* delimcopy(), ibcmp(), ibcmp_locale(), instr(), ninstr() and rninstr() from ut...Vincent Pit2009-08-271-6/+6
* Don't pass the the interpreter to is_ascii_string(), is_utf8_char(), is_utf8_...Vincent Pit2009-08-271-5/+5
* In C<use utf8; a=>'b'>, do not set utf8 flag on 'a' [perl #68812]Chip Salzenberg2009-08-261-0/+1
* Use less constness in MAD codeRafael Garcia-Suarez2009-08-261-1/+1
* Add clear magic to %^H so that the HE chain is reset when you empty it.Zefram2009-08-211-0/+1
* Perl_die_nocontext() is also called with NULL from XS extensions that want to...Vincent Pit2009-08-131-1/+1
* Merge gv_IOadd() into gv_add_by_type().Nicholas Clark2009-08-081-5/+5
* Perl_newIO() can become a mathom by making newIO() a wrapper around newSV_type()Nicholas Clark2009-08-081-1/+1
* Merge gv_AVadd(), gv_HVadd() and gv_SVadd() into gv_add_by_type().Nicholas Clark2009-08-081-3/+4
* Make gv_IOadd accept a NULL argumentRafael Garcia-Suarez2009-08-061-1/+1
* Merge branch 'deletelocal' into bleadVincent Pit2009-07-291-1/+4
|\
| * Introduce "delete local"Vincent Pit2009-07-251-0/+1
| * Introduce save_hdelete() and SAVEHDELETE()Vincent Pit2009-07-251-0/+1
| * Introduce save_aelem_flags()Vincent Pit2009-07-251-1/+2
* | Add support for new flag D in embed.fnc (deprecated)Rafael Garcia-Suarez2009-07-271-0/+1
* | Make cxinc member of the public APIRafael Garcia-Suarez2009-07-271-1/+1
* | much better swap logic to support reentrancy and fix assert failureGeorge Greer2009-07-261-1/+0
|/
* Modify the return value of Gv_AMupdate to indicate a compilation errorRafael Garcia-Suarez2009-07-091-1/+1
* Add a parameter "destructing" to Gv_AMupdate()Rafael Garcia-Suarez2009-07-081-1/+1
* 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