summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* PL_bincompat_options was missing options that affect the interpreter struct.Nicholas Clark2011-07-181-6/+0
* Factor out a PERL_SET_PHASE macroShawn M Moore2011-07-111-8/+8
* Store C<study>'s data in in mg_ptr instead of interpreter variables.Nicholas Clark2011-07-011-6/+0
* Merge PL_scream{first,next} into one allocated buffer.Nicholas Clark2011-07-011-2/+0
* Turn $$ into a magical readonly variable that always fetches getpid() instead...Max Maischein2011-05-221-5/+0
* Add USE_LOCALE{,_COLLATE,_CTYPE,_NUMERIC} to the output of perl -VNicholas Clark2011-05-201-0/+12
* #81026: Perl binary no longer relocatableJan Dubois2011-03-171-0/+8
* Add PERL_PRESERVE_IVUV to non_bincompat_options.Nicholas Clark2011-03-121-0/+3
* 59d6f6a4c05afa7f was too aggressive, as it disabled #! line -I on miniperlNicholas Clark2011-03-051-1/+5
* Avoid miniperl SEGVing when processing -I on the #! lineNicholas Clark2011-03-051-5/+10
* In S_incpush, unixify libdir earlier.Craig A. Berry2011-03-041-16/+15
* In S_incpush, omit subdirs when PERL_IS_MINIPERL.Craig A. Berry2011-03-041-0/+4
* For miniperl, use the USE_SITECUSTOMIZE feature to load the build-time @INCNicholas Clark2011-02-151-3/+18
* Bump the perl -V copyright message, as it's now 2011Jesse Vincent2011-01-201-3/+3
* Fix typos (spelling errors) in Perl sources.Peter J. Acklam) (via RT2011-01-071-2/+2
* Extend -d:foo=bar to make -d:-foo expand to C<no foo>, consistent with -M-fooNicholas Clark2010-11-251-4/+14
* Eliminate PL_dirtyFlorian Ragwitz2010-11-141-1/+0
* Add ${^GLOBAL_PHASE}Florian Ragwitz2010-11-141-7/+24
* regexec.c: Don't give up on fold matching earlyKarl Williamson2010-11-071-0/+2
* full API for cop hint hashesZefram2010-10-211-2/+2
* add lex_start to the APIZefram2010-10-211-1/+1
* replace PL_doextract with better kinds of variableZefram2010-10-211-18/+15
* remove filter inheritance option from lex_startZefram2010-10-211-1/+1
* Create populate_isa() to de-duplicate logic to populate @ISA.Nicholas Clark2010-10-091-9/+38
* eval_sv: followup fix to 4aca2f62efDavid Mitchell2010-10-031-4/+5
* better documentation for eval_sv() and G_KEEPERRDavid Mitchell2010-10-031-1/+2
* eval_sv() and eval_pv() don't fail on syntax errDavid Mitchell2010-10-031-7/+6
* call defout/stderr destructors lastDavid Mitchell2010-09-201-5/+0
* fix PL_psig_pend freeingDavid Mitchell2010-09-201-2/+0
* [perl #40388] perl_destruct() leaks PL_main_cvDavid Mitchell2010-09-201-0/+4
* [perl #40389] perl_destruct() leaks PL_defstashDavid Mitchell2010-09-201-0/+2
* function interface to parse Perl statementZefram2010-09-061-1/+1
* PL_my_cxt_list is only available with PERL_IMPLICIT_CONTEXTTony Cook2010-09-011-0/+2