summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get ‘./miniperl -Ilib -T’ workingFather Chrysostomos2014-08-311-1/+3
* Make eval_pv documentation more preciseTadeusz Sośnierz2014-08-241-1/+1
* Add and use macros for case-insensitive comparisonKarl Williamson2014-08-221-1/+1
* Use grok_atou instead of atoi.Jarkko Hietaniemi2014-07-221-8/+16
* Remove or downgrade unnecessary dVAR.Jarkko Hietaniemi2014-06-251-27/+5
* PERL_UNUSED_CONTEXT -> remove interp context where possibleDaniel Dragan2014-06-241-2/+2
* Revert "/* NOTREACHED */ belongs *before* the unreachable."Jarkko Hietaniemi2014-06-191-8/+4
* /* NOTREACHED */ belongs *before* the unreachable.Jarkko Hietaniemi2014-06-191-4/+8
* Remove MAD.Jarkko Hietaniemi2014-06-131-42/+1
* Adding missing SVfARG() invocationsBrian Fraser2014-06-131-5/+5
* Removed NeXT supportBrian Fraser2014-06-111-5/+0
* Keep LC_NUMERIC in C locale, except for brief periodsKarl Williamson2014-06-051-7/+0
* Unify the "fall-through" lint annotation.Jarkko Hietaniemi2014-05-291-8/+8
* fcntl receiving -1 from fileno, fcntl failing.Jarkko Hietaniemi2014-05-291-10/+24
* Fix for Coverity perl5 CID 29068: Insecure temporary file (SECURE_TEMP) secur...Jarkko Hietaniemi2014-05-281-0/+2
* Use the C_ARRAY_LENGTH.Jarkko Hietaniemi2014-05-281-1/+1
* For ptr masking use PTRSIZE-1, not nested conditional statement.Jarkko Hietaniemi2014-05-281-2/+1
* PATCH: [perl 121317] Gconvert() obeys LC_NUMERIC without "use locale"Karl Williamson2014-04-011-0/+7
* Change av_len calls to av_tindex for clarityKarl Williamson2014-02-201-2/+2
* New bincompat optionsH.Merijn Brand2014-02-191-0/+3
* Fix the prototypes of some functions without contextBrian Fraser2014-02-051-1/+1
* Avoid compiler warnings by consistently using #ifdef instead of plain #ifBrian Fraser2014-02-051-11/+11
* Add -DL option to trace setlocale callsKarl Williamson2014-02-031-1/+2