summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* restore comment mangled by 27da23d53ccce6Lukas Mai2016-09-161-0/+1
* Make PERLLIB_SEP dynamic on VMS.Craig A. Berry2016-09-011-2/+2
* Do not show error message if errno = 0 for flush fail on STDOUTH.Merijn Brand2016-08-191-2/+3
* Take advantage of SvGROW's return valueKarl Williamson2016-08-171-2/+1
* Move some global destruction to where it belongsKarl Williamson2016-08-101-10/+0
* INCMARK is a statement now; don't cast itLukas Mai2016-08-081-1/+1
* locale.c: Revamp my_strerror() for thread-safenessKarl Williamson2016-07-291-0/+13
* perl.c: comment that it's also perlmini.cDavid Mitchell2016-06-171-0/+4
* (perl #127380) only trace to $PERLIO_DEBUG if -Di is suppliedTony Cook2016-06-081-1/+2
* better glibc i_modulo bug handlingjimc2016-05-171-0/+22
* add PERL_OP_PARENT to 'perl -V' outputDavid Mitchell2016-05-141-0/+3
* fix make test failures in -Accflags=-DPERL_TRACE_OPSJim Cromie2016-05-101-3/+12
* 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