summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearSteve Hay2017-01-021-2/+2
* (perl #127380) only trace to $PERLIO_DEBUG if -Di is suppliedTony Cook2016-06-081-1/+2
* Add locale mutexKarl Williamson2016-04-091-0/+1
* Add SILENT_NO_TAINT_SUPPORT to S_Internals_V ()Yves Orton2016-04-061-0/+3
* regcomp.c, perl.c: Use 'VOL' not 'volatile'Karl Williamson2016-03-191-1/+1
* report an error and fail if we can't flush stdoutTony Cook2016-03-171-0/+13
* remove duplicate environment variables from environTony Cook2016-03-011-2/+49
* convert CX_PUSHEVAL/POPEVAL to inline fnsDavid Mitchell2016-02-031-1/+1
* convert CX_PUSH/POP/TOPBLOCK to inline fnsDavid Mitchell2016-02-031-1/+1
* offset PL_savestack_max by SS_MAXPUSHDavid Mitchell2016-02-031-2/+6
* rename PUSHBLOCK,PUSHSUB etc to CX_PUSHBLOCK etcDavid Mitchell2016-02-031-1/+1
* PUSHEVAL: make retop a parameterDavid Mitchell2016-02-031-1/+1
* rename POPFOO() to CX_POPFOO()David Mitchell2016-02-031-1/+1
* restore PL_tmps_floor on exitDavid Mitchell2016-02-031-1/+4
* add CX_CUR() macroDavid Mitchell2016-02-031-1/+1
* call_sv(), fold_const(): different CX pop testDavid Mitchell2016-02-031-3/+8
* Fix umask for mkstemp(3) callsNiko Tyni2016-01-291-1/+1
* Use vmstrnenv() to look up PERL5LIB/PERLLIB on VMS.Craig A. Berry2016-01-251-5/+5
* updating copyright to 2016Stevan Little2016-01-201-2/+2
* Add qr/\b{lb}/Karl Williamson2016-01-191-0/+2
* silence compiler warnings using INCMARK/POPMARKDavid Mitchell2015-11-191-2/+2
* MARK -Ds debuggingReini Urban2015-11-101-2/+2
* Allow overriding the compile time in "perl -V" outputNiko Tyni2015-11-031-7/+12
* Revert "Remove unused filesystem stat symbols."Jarkko Hietaniemi2015-10-301-0/+8
* [perl #126242] make the constant hash seeds unsigned char *Tony Cook2015-10-141-2/+2
* Perl_call_sv move EXTEND into branch that needs itDaniel Dragan2015-10-131-5/+3
* remove repeated PL_stack_sp derefs in Perl_eval_sv/Perl_call_svDaniel Dragan2015-10-131-8/+17
* add Win32 USE_NO_REGISTRY build optionDaniel Dragan2015-10-121-0/+3
* partial PL_statbuf removalDaniel Dragan2015-10-081-8/+5
* Remove unused filesystem stat symbols.Jarkko Hietaniemi2015-10-021-8/+0
* amigaos4: use #ifdef/ifndef __amigaos4__ when feasibleAndy Broad2015-09-161-1/+1
* amigaos4: translate $^X to unix styleAndy Broad2015-09-051-0/+8
* Change to use UVCHR_SKIP over UNI_SKIPKarl Williamson2015-09-041-2/+2
* Various pods: Add C<> around many typed-as-is thingsKarl Williamson2015-09-031-3/+3
* Explicitly use and check for FD_CLOEXEC.Jarkko Hietaniemi2015-08-261-2/+2
* [perl #120826] - Fix documentation nit (thanks Eric Brine.)Matthew Horsfall2015-08-171-1/+1
* [perl #120826] correct documentation of sv parameter of call_sv()Tony Cook2015-08-051-2/+16
* xs_boot_epilog (Xp): change ax from U32 to I32Reini Urban2015-08-031-1/+1
* mktables: Add handling of WB and SB for early UnicodesKarl Williamson2015-07-281-2/+2
* mktables: Fix GCB to work on early UnicodesKarl Williamson2015-07-281-1/+1
* Remove NEW_ from PERL_NEW_COPY_ON_WRITEFather Chrysostomos2015-06-291-3/+3
* refactor win32_get_*lib() funcs to match rest of PERL_IMPLICIT_SYS APIDaniel Dragan2015-06-031-3/+3
* remove obsolete VOL in S_parse_bodyDaniel Dragan2015-06-021-1/+1
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* PL_custom_op{s,_names,_descs} should be set to NULL in perl_destruct().Nicholas Clark2015-03-171-0/+7
* don't test non-null argsDavid Mitchell2015-03-111-6/+4
* [perl #123814] replace grok_atou with grok_atoUVHugo van der Sanden2015-03-091-13/+21
* perl.c: Don't read possibly zapped memoryKarl Williamson2015-03-091-0/+4
* Skip PL_warn_locale use unless compiled inKarl Williamson2015-03-071-0/+4
* sprinkle NOTREACHED and FALLTHROUGHDavid Mitchell2015-03-051-0/+3