| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove explicit support for pre-7.0 VMS and pre-6.0 DEC C. | Craig A. Berry | 2011-12-10 | 1 | -3/+0 |
* | Simplify S_parse_body() by calling S_usage() and S_minus_v() directly. | Nicholas Clark | 2011-12-04 | 1 | -9/+6 |
* | Break the -v code out from Perl_moreswitches() into S_minus_v(). | Nicholas Clark | 2011-12-04 | 1 | -43/+50 |
* | Refactor S_usage() to take 0 parameters and exit directly(). | Nicholas Clark | 2011-12-04 | 1 | -6/+4 |
* | Remove the VMS-specific private len in S_mayberelocate. | Craig A. Berry | 2011-12-03 | 1 | -2/+1 |
* | VMS-specific scope fix for S_mayberelocate. | Craig A. Berry | 2011-12-03 | 1 | -0/+2 |
* | Small tidyups in S_incpush() and S_mayberelocate() | Nicholas Clark | 2011-12-03 | 1 | -8/+2 |
* | Avoid attacks on sitecustomize by using NUL delimiters to wrap filenames. | Nicholas Clark | 2011-12-03 | 1 | -3/+9 |
* | Make sitecustomize relocatableinc aware | Carl Hayter | 2011-12-03 | 1 | -39/+62 |
* | In Perl_moreswitches(), merge the cases for 't' and 'T'. | Nicholas Clark | 2011-11-22 | 1 | -6/+2 |
* | [perl #101486] Make PL_curstash refcounted | Father Chrysostomos | 2011-10-22 | 1 | -9/+16 |
* | 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 |