| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid 'USE_SITECUSTOMIZE redefined'-warning during compilation | Gisle Aas | 2012-03-27 | 1 | -1/+1 |
* | In S_parse_body(), don't "leak" linestr_sv until global destruction. | Nicholas Clark | 2012-03-17 | 1 | -4/+6 |
* | Remove all the never used parameters from the macro validate_suid() | Nicholas Clark | 2012-03-17 | 1 | -6/+3 |
* | The parser should always close the file handle that it opened. | Nicholas Clark | 2012-02-27 | 1 | -1/+3 |
* | Move the close-on-exec logic to one place, at the end of S_open_script(). | Nicholas Clark | 2012-02-27 | 1 | -10/+4 |
* | Change S_open_script() to return NULL to signal "read from stdin". | Nicholas Clark | 2012-02-27 | 1 | -1/+4 |
* | In perl.c, change S_open_script() to return rsfp. | Nicholas Clark | 2012-02-27 | 1 | -13/+13 |
* | In S_validate_suid(), move declarations after the first statement. | Nicholas Clark | 2012-02-19 | 1 | -2/+2 |
* | Remove gete?[ug]id caching | Ævar Arnfjörð Bjarmason | 2012-02-18 | 1 | -16/+19 |
* | Further eliminate POSIX-emulation under LinuxThreads | Ævar Arnfjörð Bjarmason | 2012-02-15 | 1 | -3/+0 |
* | add wrap_op_checker() API function | Zefram | 2012-02-11 | 1 | -0/+1 |
* | Add PERL_RELOCATABLE_INCPUSH to PL_non_bincompat_options, and hence -V output. | Nicholas Clark | 2012-02-08 | 1 | -0/+3 |
* | [perl #108794] Call special blocks in void context | Father Chrysostomos | 2012-01-22 | 1 | -1/+1 |
* | Bump several file copyright dates | Steffen Schwigon | 2012-01-19 | 1 | -1/+1 |
* | Bump the visible perl -V copyright to 2012 | Steffen Schwigon | 2012-01-19 | 1 | -1/+1 |
* | Provide as much diagnostic information as possible in "panic: ..." messages. | Nicholas Clark | 2012-01-16 | 1 | -2/+2 |
* | Suppress confusing uninit warning from -T _ | Father Chrysostomos | 2012-01-13 | 1 | -1/+1 |
* | 'S' case already exists with ALTERNATE_SHEBANG. | Craig A. Berry | 2011-12-31 | 1 | -1/+5 |
* | [perl #104288] Die with ‘Unrecognized switch’ on #! line | Father Chrysostomos | 2011-12-30 | 1 | -1/+5 |
* | Croak when setting a tied @DB::args | Father Chrysostomos | 2011-12-28 | 1 | -1/+1 |
* | Fix compiler warning in perl.c | Father Chrysostomos | 2011-12-27 | 1 | -1/+1 |
* | Don’t check for tied @DB'args when not REAL | Father Chrysostomos | 2011-12-27 | 1 | -2/+2 |
* | Fix crash when tying @DB::args | Father Chrysostomos | 2011-12-27 | 1 | -0/+2 |
* | 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 |