| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused variable from S_set_caret_X | Father Chrysostomos | 2011-10-02 | 1 | -1/+0 |
* | Don't use swash to find cntrls | Karl Williamson | 2011-10-01 | 1 | -2/+0 |
* | No need for swashes for computing if ASCII | Karl Williamson | 2011-10-01 | 1 | -2/+0 |
* | Where available, use _NSGetExecutablePath() to make $^X absolute. | Nicholas Clark | 2011-09-27 | 1 | -0/+24 |
* | Where available, use sysctl() with KERN_PROC_PATHNAME to make $^X absolute. | Nicholas Clark | 2011-09-27 | 1 | -1/+25 |
* | Don't #include headers already included by perl.h | Nicholas Clark | 2011-09-15 | 1 | -8/+0 |
* | Simplify S_set_caret_X() by returning early if we set caret_x. | Nicholas Clark | 2011-09-14 | 1 | -9/+7 |
* | Inline S_procself_val() into S_set_caret_x(). | Nicholas Clark | 2011-09-14 | 1 | -36/+25 |
* | In S_set_caret_X(), use GvSV() consistently in all conditional code. | Nicholas Clark | 2011-09-13 | 1 | -3/+4 |
* | Add HOMEGROWN_POSIX_SIGNALS to PL_non_bincompat_options, and hence -V output. | Nicholas Clark | 2011-09-10 | 1 | -0/+3 |
* | Convert some files from Latin-1 to UTF-8 | Keith Thompson | 2011-09-07 | 1 | -1/+1 |
* | SVTYPEMASK must be cast to (svtype) when comparing to SvTYPE() | Chip Salzenberg | 2011-08-23 | 1 | -1/+1 |
* | [perl #97020] Carp (actually caller) leaking memory | Father Chrysostomos | 2011-08-18 | 1 | -1/+1 |
* | Simplify embedvar.h, removing a level of macro indirection for PL_* variables. | Nicholas Clark | 2011-08-11 | 1 | -10/+10 |
* | Add UNLINK_ALL_VERSIONS to PL_non_bincompat_options, and hence -V output. | Nicholas Clark | 2011-07-24 | 1 | -0/+3 |
* | perlapi.pod Enhancements | Shlomi Fish | 2011-07-18 | 1 | -3/+9 |
* | PL_bincompat_options was missing options that affect the interpreter struct. | Nicholas Clark | 2011-07-18 | 1 | -6/+0 |
* | Factor out a PERL_SET_PHASE macro | Shawn M Moore | 2011-07-11 | 1 | -8/+8 |
* | Store C<study>'s data in in mg_ptr instead of interpreter variables. | Nicholas Clark | 2011-07-01 | 1 | -6/+0 |
* | Merge PL_scream{first,next} into one allocated buffer. | Nicholas Clark | 2011-07-01 | 1 | -2/+0 |
* | Turn $$ into a magical readonly variable that always fetches getpid() instead... | Max Maischein | 2011-05-22 | 1 | -5/+0 |
* | Add USE_LOCALE{,_COLLATE,_CTYPE,_NUMERIC} to the output of perl -V | Nicholas Clark | 2011-05-20 | 1 | -0/+12 |
* | #81026: Perl binary no longer relocatable | Jan Dubois | 2011-03-17 | 1 | -0/+8 |
* | Add PERL_PRESERVE_IVUV to non_bincompat_options. | Nicholas Clark | 2011-03-12 | 1 | -0/+3 |
* | 59d6f6a4c05afa7f was too aggressive, as it disabled #! line -I on miniperl | Nicholas Clark | 2011-03-05 | 1 | -1/+5 |
* | Avoid miniperl SEGVing when processing -I on the #! line | Nicholas Clark | 2011-03-05 | 1 | -5/+10 |
* | In S_incpush, unixify libdir earlier. | Craig A. Berry | 2011-03-04 | 1 | -16/+15 |
* | In S_incpush, omit subdirs when PERL_IS_MINIPERL. | Craig A. Berry | 2011-03-04 | 1 | -0/+4 |
* | For miniperl, use the USE_SITECUSTOMIZE feature to load the build-time @INC | Nicholas Clark | 2011-02-15 | 1 | -3/+18 |
* | Bump the perl -V copyright message, as it's now 2011 | Jesse Vincent | 2011-01-20 | 1 | -3/+3 |
* | Fix typos (spelling errors) in Perl sources. | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -2/+2 |
* | Extend -d:foo=bar to make -d:-foo expand to C<no foo>, consistent with -M-foo | Nicholas Clark | 2010-11-25 | 1 | -4/+14 |
* | Eliminate PL_dirty | Florian Ragwitz | 2010-11-14 | 1 | -1/+0 |
* | Add ${^GLOBAL_PHASE} | Florian Ragwitz | 2010-11-14 | 1 | -7/+24 |
* | regexec.c: Don't give up on fold matching early | Karl Williamson | 2010-11-07 | 1 | -0/+2 |
* | full API for cop hint hashes | Zefram | 2010-10-21 | 1 | -2/+2 |
* | add lex_start to the API | Zefram | 2010-10-21 | 1 | -1/+1 |
* | replace PL_doextract with better kinds of variable | Zefram | 2010-10-21 | 1 | -18/+15 |
* | remove filter inheritance option from lex_start | Zefram | 2010-10-21 | 1 | -1/+1 |
* | Create populate_isa() to de-duplicate logic to populate @ISA. | Nicholas Clark | 2010-10-09 | 1 | -9/+38 |
* | eval_sv: followup fix to 4aca2f62ef | David Mitchell | 2010-10-03 | 1 | -4/+5 |
* | better documentation for eval_sv() and G_KEEPERR | David Mitchell | 2010-10-03 | 1 | -1/+2 |
* | eval_sv() and eval_pv() don't fail on syntax err | David Mitchell | 2010-10-03 | 1 | -7/+6 |
* | call defout/stderr destructors last | David Mitchell | 2010-09-20 | 1 | -5/+0 |
* | fix PL_psig_pend freeing | David Mitchell | 2010-09-20 | 1 | -2/+0 |
* | [perl #40388] perl_destruct() leaks PL_main_cv | David Mitchell | 2010-09-20 | 1 | -0/+4 |
* | [perl #40389] perl_destruct() leaks PL_defstash | David Mitchell | 2010-09-20 | 1 | -0/+2 |
* | function interface to parse Perl statement | Zefram | 2010-09-06 | 1 | -1/+1 |
* | PL_my_cxt_list is only available with PERL_IMPLICIT_CONTEXT | Tony Cook | 2010-09-01 | 1 | -0/+2 |
* | PL_my_cxt_list leaks | Jirka Hruška | 2010-09-01 | 1 | -0/+4 |