summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid 'USE_SITECUSTOMIZE redefined'-warning during compilationGisle Aas2012-03-271-1/+1
* In S_parse_body(), don't "leak" linestr_sv until global destruction.Nicholas Clark2012-03-171-4/+6
* Remove all the never used parameters from the macro validate_suid()Nicholas Clark2012-03-171-6/+3
* The parser should always close the file handle that it opened.Nicholas Clark2012-02-271-1/+3
* Move the close-on-exec logic to one place, at the end of S_open_script().Nicholas Clark2012-02-271-10/+4
* Change S_open_script() to return NULL to signal "read from stdin".Nicholas Clark2012-02-271-1/+4
* In perl.c, change S_open_script() to return rsfp.Nicholas Clark2012-02-271-13/+13
* In S_validate_suid(), move declarations after the first statement.Nicholas Clark2012-02-191-2/+2
* Remove gete?[ug]id cachingÆvar Arnfjörð Bjarmason2012-02-181-16/+19
* Further eliminate POSIX-emulation under LinuxThreadsÆvar Arnfjörð Bjarmason2012-02-151-3/+0
* add wrap_op_checker() API functionZefram2012-02-111-0/+1
* Add PERL_RELOCATABLE_INCPUSH to PL_non_bincompat_options, and hence -V output.Nicholas Clark2012-02-081-0/+3
* [perl #108794] Call special blocks in void contextFather Chrysostomos2012-01-221-1/+1
* Bump several file copyright datesSteffen Schwigon2012-01-191-1/+1
* Bump the visible perl -V copyright to 2012Steffen Schwigon2012-01-191-1/+1
* Provide as much diagnostic information as possible in "panic: ..." messages.Nicholas Clark2012-01-161-2/+2
* Suppress confusing uninit warning from -T _Father Chrysostomos2012-01-131-1/+1
* 'S' case already exists with ALTERNATE_SHEBANG.Craig A. Berry2011-12-311-1/+5
* [perl #104288] Die with ‘Unrecognized switch’ on #! lineFather Chrysostomos2011-12-301-1/+5
* Croak when setting a tied @DB::argsFather Chrysostomos2011-12-281-1/+1
* Fix compiler warning in perl.cFather Chrysostomos2011-12-271-1/+1
* Don’t check for tied @DB'args when not REALFather Chrysostomos2011-12-271-2/+2
* Fix crash when tying @DB::argsFather Chrysostomos2011-12-271-0/+2
* Remove explicit support for pre-7.0 VMS and pre-6.0 DEC C.Craig A. Berry2011-12-101-3/+0
* Simplify S_parse_body() by calling S_usage() and S_minus_v() directly.Nicholas Clark2011-12-041-9/+6
* Break the -v code out from Perl_moreswitches() into S_minus_v().Nicholas Clark2011-12-041-43/+50
* Refactor S_usage() to take 0 parameters and exit directly().Nicholas Clark2011-12-041-6/+4
* Remove the VMS-specific private len in S_mayberelocate.Craig A. Berry2011-12-031-2/+1
* VMS-specific scope fix for S_mayberelocate.Craig A. Berry2011-12-031-0/+2
* Small tidyups in S_incpush() and S_mayberelocate()Nicholas Clark2011-12-031-8/+2
* Avoid attacks on sitecustomize by using NUL delimiters to wrap filenames.Nicholas Clark2011-12-031-3/+9
* Make sitecustomize relocatableinc awareCarl Hayter2011-12-031-39/+62
* In Perl_moreswitches(), merge the cases for 't' and 'T'.Nicholas Clark2011-11-221-6/+2
* [perl #101486] Make PL_curstash refcountedFather Chrysostomos2011-10-221-9/+16
* Remove unused variable from S_set_caret_XFather Chrysostomos2011-10-021-1/+0
* Don't use swash to find cntrlsKarl Williamson2011-10-011-2/+0
* No need for swashes for computing if ASCIIKarl Williamson2011-10-011-2/+0
* Where available, use _NSGetExecutablePath() to make $^X absolute.Nicholas Clark2011-09-271-0/+24
* Where available, use sysctl() with KERN_PROC_PATHNAME to make $^X absolute.Nicholas Clark2011-09-271-1/+25
* Don't #include headers already included by perl.hNicholas Clark2011-09-151-8/+0
* Simplify S_set_caret_X() by returning early if we set caret_x.Nicholas Clark2011-09-141-9/+7
* Inline S_procself_val() into S_set_caret_x().Nicholas Clark2011-09-141-36/+25
* In S_set_caret_X(), use GvSV() consistently in all conditional code.Nicholas Clark2011-09-131-3/+4
* Add HOMEGROWN_POSIX_SIGNALS to PL_non_bincompat_options, and hence -V output.Nicholas Clark2011-09-101-0/+3
* Convert some files from Latin-1 to UTF-8Keith Thompson2011-09-071-1/+1
* SVTYPEMASK must be cast to (svtype) when comparing to SvTYPE()Chip Salzenberg2011-08-231-1/+1
* [perl #97020] Carp (actually caller) leaking memoryFather Chrysostomos2011-08-181-1/+1
* Simplify embedvar.h, removing a level of macro indirection for PL_* variables.Nicholas Clark2011-08-111-10/+10
* Add UNLINK_ALL_VERSIONS to PL_non_bincompat_options, and hence -V output.Nicholas Clark2011-07-241-0/+3
* perlapi.pod EnhancementsShlomi Fish2011-07-181-3/+9