| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge S_utf16_textfilter and S_utf16rev_textfilter(). | Nicholas Clark | 2009-10-18 | 1 | -1/+0 |
* | Generate prototypes for utf16_textfilter and utf16rev_textfilter using embed.fnc | Nicholas Clark | 2009-10-18 | 1 | -0/+4 |
* | Optimise if (%foo) to be faster than if(keys %foo) | demerphq | 2009-10-15 | 1 | -0/+3 |
* | Migrate common code in Perl_ckwarn() and Perl_ckwarn_d() to S_ckwarn_common() | Nicholas Clark | 2009-10-13 | 1 | -0/+3 |
* | Replace Perl_deprecate() with a macro that calls Perl_ck_warner() | Nicholas Clark | 2009-10-13 | 1 | -2/+0 |
* | Move the code related to deprecate("comma-less variable list") into a function. | Nicholas Clark | 2009-10-13 | 1 | -0/+1 |
* | Use deprecate() in place of deprecate_old(), and remove S_deprecate_old(). | Nicholas Clark | 2009-10-13 | 1 | -3/+0 |
* | Add Perl_ck_warner_d(), which combines Perl_ckwarn_d() and Perl_warner(). | Nicholas Clark | 2009-10-12 | 1 | -0/+1 |
* | Add Perl_ck_warner(), which combines Perl_ckwarn() and Perl_warner(). | Nicholas Clark | 2009-10-12 | 1 | -0/+1 |
* | deprecate_old() is not public, and only used within toke.c, so can be static. | Nicholas Clark | 2009-10-12 | 1 | -2/+3 |
* | Add 'package NAME VERSION' syntax | David Golden | 2009-10-06 | 1 | -0/+2 |
* | Fix the build for -Dmad - f0e3f042f14b829f missed a couple of things. | Nicholas Clark | 2009-09-14 | 1 | -1/+1 |
* | Remove obsolete functions is_uni_alnumc, is_uni_alnumc_lc, is_utf8_alnumc | Rafael Garcia-Suarez | 2009-09-13 | 1 | -3/+0 |
* | finish implementing -DB vs. -Dx | Chip Salzenberg | 2009-08-30 | 1 | -0/+6 |
* | Speed up repeatcpy() by at least 40% for 1-char or numerous repeats | Vincent Pit | 2009-08-27 | 1 | -1/+1 |
* | delimcopy(), ibcmp(), ibcmp_locale(), instr(), ninstr() and rninstr() from ut... | Vincent Pit | 2009-08-27 | 1 | -6/+6 |
* | Don't pass the the interpreter to is_ascii_string(), is_utf8_char(), is_utf8_... | Vincent Pit | 2009-08-27 | 1 | -5/+5 |
* | In C<use utf8; a=>'b'>, do not set utf8 flag on 'a' [perl #68812] | Chip Salzenberg | 2009-08-26 | 1 | -0/+1 |
* | Use less constness in MAD code | Rafael Garcia-Suarez | 2009-08-26 | 1 | -1/+1 |
* | Add clear magic to %^H so that the HE chain is reset when you empty it. | Zefram | 2009-08-21 | 1 | -0/+1 |
* | Perl_die_nocontext() is also called with NULL from XS extensions that want to... | Vincent Pit | 2009-08-13 | 1 | -1/+1 |
* | Merge gv_IOadd() into gv_add_by_type(). | Nicholas Clark | 2009-08-08 | 1 | -5/+5 |
* | Perl_newIO() can become a mathom by making newIO() a wrapper around newSV_type() | Nicholas Clark | 2009-08-08 | 1 | -1/+1 |
* | Merge gv_AVadd(), gv_HVadd() and gv_SVadd() into gv_add_by_type(). | Nicholas Clark | 2009-08-08 | 1 | -3/+4 |
* | Make gv_IOadd accept a NULL argument | Rafael Garcia-Suarez | 2009-08-06 | 1 | -1/+1 |
* | Merge branch 'deletelocal' into blead | Vincent Pit | 2009-07-29 | 1 | -1/+4 |
|\ |
|
| * | Introduce "delete local" | Vincent Pit | 2009-07-25 | 1 | -0/+1 |
| * | Introduce save_hdelete() and SAVEHDELETE() | Vincent Pit | 2009-07-25 | 1 | -0/+1 |
| * | Introduce save_aelem_flags() | Vincent Pit | 2009-07-25 | 1 | -1/+2 |
* | | Add support for new flag D in embed.fnc (deprecated) | Rafael Garcia-Suarez | 2009-07-27 | 1 | -0/+1 |
* | | Make cxinc member of the public API | Rafael Garcia-Suarez | 2009-07-27 | 1 | -1/+1 |
* | | much better swap logic to support reentrancy and fix assert failure | George Greer | 2009-07-26 | 1 | -1/+0 |
|/ |
|
* | Modify the return value of Gv_AMupdate to indicate a compilation error | Rafael Garcia-Suarez | 2009-07-09 | 1 | -1/+1 |
* | Add a parameter "destructing" to Gv_AMupdate() | Rafael Garcia-Suarez | 2009-07-08 | 1 | -1/+1 |
* | Instead of a const char *, pass a HEK * to anonymise_cv(). | Nicholas Clark | 2009-06-22 | 1 | -1/+1 |
* | invert and rename PERL_MEM_LOG_STDERR to PERL_MEM_LOG_NOIMPL | Jim Cromie | 2009-06-21 | 1 | -1/+1 |
* | When a glob is deleted, mark its sub as ANON. | Ben Morrow | 2009-06-21 | 1 | -0/+1 |
* | Implement new regex escape \N | Rafael Garcia-Suarez | 2009-06-16 | 1 | -1/+1 |
* | Merge Perl_magic_setisa() and Perl_magic_clearisa(), to remove duplicated logic. | Nicholas Clark | 2009-05-21 | 1 | -1/+1 |
* | Merge the bulk of Perl_magic_clearsig() into Perl_magic_setsig(). | Nicholas Clark | 2009-05-20 | 1 | -1/+1 |
* | Add S_sv_dup_inc_multiple(), used in place of loops that call sv_dup_inc(). | Nicholas Clark | 2009-05-18 | 1 | -0/+4 |
* | Inline S_glob_2pv() into Perl_sv_2pv_flags(). (Existing bugs included.) | Nicholas Clark | 2009-05-12 | 1 | -1/+0 |
* | Convert xsutils.c and lib/attributes.pm to a regular XS extension. | Nicholas Clark | 2009-04-12 | 1 | -2/+0 |
* | Change Perl_newCONSTSUB() so that a NULL sv generates an empty list return. | Nicholas Clark | 2009-03-29 | 1 | -1/+1 |
* | In Perl_newCONSTSUB(), sv should not be NULL. | Nicholas Clark | 2009-03-29 | 1 | -1/+1 |
* | In Perl_sv_setsv_cow(), dstr can be NULL. | Nicholas Clark | 2009-03-28 | 1 | -1/+1 |
* | For S_incpush(), dir is never NULL, and len is always > 0. | Nicholas Clark | 2009-02-22 | 1 | -1/+1 |
* | Optimise S_incpush() by avoiding repeatedly copying libdir to subdir. | Nicholas Clark | 2009-02-22 | 1 | -1/+1 |
* | Unwind the implicit loop in S_init_perllib(), by writing the code out longhand. | Nicholas Clark | 2009-02-22 | 1 | -1/+1 |
* | Pass the length of the string to S_incpush_use_sep(), where known. | Nicholas Clark | 2009-02-17 | 1 | -1/+1 |