summaryrefslogtreecommitdiff
path: root/perl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* perl.c: Add missing ref count decrementKarl Williamson2014-01-221-0/+1
* rename sTHX to PERL_MEMORY_DEBUG_HEADER_SIZEDavid Mitchell2014-01-201-1/+1
* update latest copyright year to 2014Ricardo Signes2014-01-191-1/+1
* Move initialization of PL_XPosix_ptrs[] to perl.cKarl Williamson2014-01-091-0/+19
* Rmv PL_Posix_ptrsKarl Williamson2014-01-091-3/+0
* Remove PL_L1Posix_ptrsKarl Williamson2014-01-091-3/+0
* PATCH: [perl #120723] Setting LC_NUMERIC breaks parsing of constantsKarl Williamson2014-01-041-1/+0
* perlapi: Consistent spaces after dotsFather Chrysostomos2013-12-291-7/+8
* Fix VMS-specific wraparound error in S_mayberelocate.Craig A. Berry2013-11-241-1/+1
* Remove redundant SPAGAIN & PUTBACK after PUSHSTACKi().Nicholas Clark2013-11-221-2/+0
* Get perl to build under STRESS_REALLOC once moreFather Chrysostomos2013-11-221-2/+4
* fix a few warnings (format strings, unused variable)Lukas Mai2013-11-201-2/+2
* remove PL_patchlevel from S_minus_vDaniel Dragan2013-11-201-16/+21
* perl.c: White space onlyKarl Williamson2013-11-091-3/+3
* Move the function to set $^X to its own filePeter Martini2013-11-041-85/+2
* Introduce PERL_BOOL_AS_CHAR defineFather Chrysostomos2013-10-301-4/+0
* Make PL_incgv fully refcountedFather Chrysostomos2013-10-281-1/+2
* [perl #54044] Make PL_replgv refcountedFather Chrysostomos2013-10-281-1/+3
* Make PL_argvgv refcountedFather Chrysostomos2013-10-281-1/+3
* Make PL_hintgv refcountedFather Chrysostomos2013-10-281-0/+1
* Don’t create %@ on startupFather Chrysostomos2013-10-281-1/+1
* Make PL_envgv refcountedFather Chrysostomos2013-10-281-1/+3
* Make PL_DBgv and other db interp vars refcountedFather Chrysostomos2013-10-261-6/+16
* perl.c: Avoid redundant gv_AVadd and GvAVnFather Chrysostomos2013-10-261-2/+1