summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* Bareword sub lookupsZefram2009-11-081-0/+1
* Add length and flags arguments to Perl_pad_findmy(), moving it to the public ...Nicholas Clark2009-11-071-1/+1
* move JMPENV_JUMP to die_where and mark it as "noreturn"Gerard Goossen2009-11-061-1/+1
* Partially fix Win32 link following commit 88e1f1aSteve Hay2009-11-061-1/+1
* Implement facility to plug in syntax triggered by keywordsJesse Vincent2009-11-051-0/+2
* Remove Perl_pmflag() from the public API, and mark it as deprecated.Nicholas Clark2009-11-011-1/+1
* Use of SV* instead of message, msglen, utf8 to contain error messageGerard Goossen2009-11-011-6/+4
* RT#69616: regexp SVs lose regexpness in assignmentBen Morrow2009-10-221-1/+1
* Remove the PERLIO * argument to S_filter_gets(), as it's always PL_rsfpNicholas Clark2009-10-211-1/+1
* Pull out filter setup code from S_swallow_bom() into S_add_utf16_textfilter()Nicholas Clark2009-10-201-0/+1
* somewhat fix failing regex tests. but break lots of other stuff at the same timeYves Orton2009-10-191-0/+3
* Merge S_utf16_textfilter and S_utf16rev_textfilter().Nicholas Clark2009-10-181-1/+0
* Generate prototypes for utf16_textfilter and utf16rev_textfilter using embed.fncNicholas Clark2009-10-181-0/+4
* Optimise if (%foo) to be faster than if(keys %foo)demerphq2009-10-151-0/+3
* Migrate common code in Perl_ckwarn() and Perl_ckwarn_d() to S_ckwarn_common()Nicholas Clark2009-10-131-0/+3
* Replace Perl_deprecate() with a macro that calls Perl_ck_warner()Nicholas Clark2009-10-131-2/+0
* Move the code related to deprecate("comma-less variable list") into a function.Nicholas Clark2009-10-131-0/+1
* Use deprecate() in place of deprecate_old(), and remove S_deprecate_old().Nicholas Clark2009-10-131-3/+0
* Add Perl_ck_warner_d(), which combines Perl_ckwarn_d() and Perl_warner().Nicholas Clark2009-10-121-0/+1
* Add Perl_ck_warner(), which combines Perl_ckwarn() and Perl_warner().Nicholas Clark2009-10-121-0/+1
* deprecate_old() is not public, and only used within toke.c, so can be static.Nicholas Clark2009-10-121-2/+3
* Add 'package NAME VERSION' syntaxDavid Golden2009-10-061-0/+2
* Fix the build for -Dmad - f0e3f042f14b829f missed a couple of things.Nicholas Clark2009-09-141-1/+1
* Remove obsolete functions is_uni_alnumc, is_uni_alnumc_lc, is_utf8_alnumcRafael Garcia-Suarez2009-09-131-3/+0
* 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