| Commit message (Expand) | Author | Age | Files | Lines |
* | finish implementing -DB vs. -Dx | Chip Salzenberg | 2009-08-30 | 1 | -0/+25 |
* | 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 | -4/+4 |
* | In C<use utf8; a=>'b'>, do not set utf8 flag on 'a' [perl #68812] | Chip Salzenberg | 2009-08-26 | 1 | -0/+2 |
* | Add clear magic to %^H so that the HE chain is reset when you empty it. | Zefram | 2009-08-21 | 1 | -0/+2 |
* | Merge gv_IOadd() into gv_add_by_type(). | Nicholas Clark | 2009-08-08 | 1 | -2/+0 |
* | Perl_newIO() can become a mathom by making newIO() a wrapper around newSV_type() | Nicholas Clark | 2009-08-08 | 1 | -2/+0 |
* | Merge gv_AVadd(), gv_HVadd() and gv_SVadd() into gv_add_by_type(). | Nicholas Clark | 2009-08-08 | 1 | -6/+2 |
* | Merge branch 'deletelocal' into blead | Vincent Pit | 2009-07-29 | 1 | -2/+6 |
|\ |
|
| * | Introduce "delete local" | Vincent Pit | 2009-07-25 | 1 | -0/+2 |
| * | Introduce save_hdelete() and SAVEHDELETE() | Vincent Pit | 2009-07-25 | 1 | -0/+2 |
| * | Introduce save_aelem_flags() | Vincent Pit | 2009-07-25 | 1 | -2/+2 |
* | | Make cxinc member of the public API | Rafael Garcia-Suarez | 2009-07-27 | 1 | -4/+0 |
* | | much better swap logic to support reentrancy and fix assert failure | George Greer | 2009-07-26 | 1 | -2/+0 |
|/ |
|
* | Add a parameter "destructing" to Gv_AMupdate() | Rafael Garcia-Suarez | 2009-07-08 | 1 | -1/+1 |
* | Regenerate headers | Rafael Garcia-Suarez | 2009-06-21 | 1 | -2/+2 |
* | Regenerate headers and fix compilation with threads after last commit | Rafael Garcia-Suarez | 2009-06-21 | 1 | -0/+2 |
* | Implement new regex escape \N | Rafael Garcia-Suarez | 2009-06-16 | 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/+10 |
* | Inline S_glob_2pv() into Perl_sv_2pv_flags(). (Existing bugs included.) | Nicholas Clark | 2009-05-12 | 1 | -2/+0 |
* | Convert xsutils.c and lib/attributes.pm to a regular XS extension. | Nicholas Clark | 2009-04-12 | 1 | -2/+0 |
* | 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 |
* | Loop in S_init_perllib(), only calling S_incpush*() with INCPUSH_ADD_OLD_VERS | Nicholas Clark | 2009-02-15 | 1 | -1/+1 |
* | Refactor the separator splitting loop of S_incpush() into a S_incpush_use_sep(). | Nicholas Clark | 2009-02-15 | 1 | -1/+3 |
* | Refactor S_incpush() to take 1 flags parameter, instead of 5 positional booleans | Nicholas Clark | 2009-02-15 | 1 | -1/+1 |
* | For -I, need to also unshift version and architecture libs onto @INC (RT#6665) | Nicholas Clark | 2009-02-15 | 1 | -1/+1 |
* | suidperl goes. | Nicholas Clark | 2009-01-23 | 1 | -28/+2 |
* | Bump coopyright year in embed.pl and various files that were just touched | Rafael Garcia-Suarez | 2009-01-02 | 1 | -1/+1 |
* | Faster sv_utf8_upgrade() | karl williamson | 2009-01-02 | 1 | -2/+2 |
* | Add save_adelete()/SAVEADELETE() to save on the stack an array element delete | Vincent Pit | 2008-12-28 | 1 | -0/+2 |
* | Proper pluggable Method Resolution Orders. 'c3' is now implemented outside the | Nicholas Clark | 2008-12-27 | 1 | -2/+0 |
* | Explictly export Perl_mro_meta_init() so that HvMROMETA() can become part of the | Nicholas Clark | 2008-12-27 | 1 | -4/+0 |
* | Better fix for bug #6665 | Rafael Garcia-Suarez | 2008-12-26 | 1 | -1/+1 |
* | Convention seems to be that static definitions are also made visible by | Nicholas Clark | 2008-12-01 | 1 | -28/+28 |
* | Eliminate setenv_getix() | Jerry D. Hedden | 2008-12-01 | 1 | -10/+0 |
* | Add S_save_pushptri32ptr() and use it to re-implement Perl_save_hints() | Nicholas Clark | 2008-12-01 | 1 | -0/+14 |
* | Move the implmentation of SAVEHINTS() into a new Perl_save_hints() in | Nicholas Clark | 2008-12-01 | 1 | -0/+6 |
* | Expose save_pushi32ptr() and implement SAVECOPARYBASE() with it. | Nicholas Clark | 2008-12-01 | 1 | -10/+2 |
* | Expose save_pushptrptr() and implement SAVESWITCHSTACK() with it. | Nicholas Clark | 2008-12-01 | 1 | -2/+2 |
* | Refactor all of the code of the form | Nicholas Clark | 2008-11-30 | 1 | -0/+2 |
* | Refactor all of the code of the form | Nicholas Clark | 2008-11-30 | 1 | -0/+10 |
* | Convert all the scope save functions of the form | Nicholas Clark | 2008-11-30 | 1 | -14/+2 |
* | av_fake() isn't in the public API, and isn't used anywhere, so it can | Nicholas Clark | 2008-11-27 | 1 | -6/+0 |
* | ywarn() is actually only used inside toke.c, so it can be static. | Nicholas Clark | 2008-11-26 | 1 | -2/+10 |
* | setenv_getix() is not used anywhere other than util.c (and the "special | Nicholas Clark | 2008-11-26 | 1 | -4/+4 |
* | sv_add_arena() is now only called from sv.c, so it can be static. | Nicholas Clark | 2008-11-26 | 1 | -2/+6 |
* | Perl_oopsCV() is not part of the public API, not used anywhere, so can | Nicholas Clark | 2008-11-26 | 1 | -6/+0 |