summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix some spurious PERL_UNUSED_ARG/VAR() usageJasmine Ngan2015-02-241-1/+1
* \s matching VT is no longer experimentalKarl Williamson2015-02-211-1/+0
* Add \b{sb}Karl Williamson2015-02-191-0/+2
* Add qr/\b{wb}/Karl Williamson2015-02-191-0/+2
* Add qr/\b{gcb}/Karl Williamson2015-02-191-1/+2
* Release prep - Update version/copyright information.Matthew Horsfall2015-01-201-1/+1
* perl.c: silence compiler warning:David Mitchell2015-01-121-1/+1
* Don't raise 'poorly supported' locale warning unnecessarilyKarl Williamson2014-12-291-0/+2
* -Dp does work on EBCDIC.Karl Williamson2014-12-091-5/+0
* Restore profile dump under PERL_DESTRUCT_LEVELFather Chrysostomos2014-12-041-1/+2
* make more use of NOT_REACHEDLukas Mai2014-11-291-4/+4
* make debugging easier in memory allocator code in perl.c and util.cDaniel Dragan2014-11-151-2/+5
* add xs_handshake APIDaniel Dragan2014-11-071-0/+9
* remove obsolete PL_apiversionDaniel Dragan2014-11-071-2/+0
* free up CvPADLIST slot for XSUBs for future useDaniel Dragan2014-10-311-1/+1
* [perl #122445] use magic on $DB::single etc to avoid overload issuesTony Cook2014-10-091-1/+17
* Make OP_METHOD* to be of new class METHOPsyber2014-10-031-14/+9
* perl.c: fix small bug on Android from commit 9054c81Alexandre (Midnite) Jousset2014-09-041-2/+2
* Allow for changing size of bracketed regex char classKarl Williamson2014-09-031-0/+2
* perl.c: Improve buildcustomize error messageFather Chrysostomos2014-08-311-4/+3