summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* [perl #123202] speed up scalar //g against tainted stringsTony Cook2015-08-101-0/+5
* perlapi: Add docs for sync_locale()Karl Williamson2014-08-241-0/+1
* Revert "[perl #79908] Stop sub inlining from breaking closures"Ævar Arnfjörð Bjarmason2014-05-121-1/+1
* [perl #121771] Revert the new warning for ++ on non- /\A[a-zA-Z]+[0-9]*\z/Tony Cook2014-05-071-11/+0
* Split Perl_do_openn() into Perl_do_open_raw() and Perl_do_open6().Nicholas Clark2014-03-191-0/+12
* Extract the cleanup code of Perl_do_openn() into S_openn_cleanup().Nicholas Clark2014-03-191-0/+8
* Extract the setup code of Perl_do_openn() into S_openn_setup().Nicholas Clark2014-03-191-0/+10
* Split out part of hv_auxinit() so it can be reusedYves Orton2014-03-181-0/+5
* rpeep(): remove trailing OP_NULLs etcDavid Mitchell2014-03-161-3/+2
* regcomp.c: Use minimal struct formal parameterKarl Williamson2014-03-041-1/+1
* Optimization: Remove needless list/pushmark pairs from the OP executionSteffen Mueller2014-02-261-0/+5
* Improve how regprop dumps REF-like nodes during executionYves Orton2014-02-241-1/+1
* regcomp.c: Don't read uninitialized dataKarl Williamson2014-02-191-1/+1
* regcomp.c: Remove no longer used functionKarl Williamson2014-02-191-5/+0
* regcomp.c: Fix more alignment problemsKarl Williamson2014-02-191-2/+2
* regexec.c: Rename function, add parameter, make non-staticKarl Williamson2014-02-191-6/+7
* Convert more EXACTFish nodes to EXACT when possibleKarl Williamson2014-02-191-1/+1
* regcomp.c: Fix some alignment problemsKarl Williamson2014-02-171-2/+2
* Emulate POSIX locale setting on WindowsKarl Williamson2014-02-151-0/+8
* re_intuit_start(): bias last* vars; revive reghop4David Mitchell2014-02-071-10/+8
* merge basic zefram/purple_signatures into bleadZefram2014-02-061-0/+3
|\
| * subroutine signaturesZefram2014-02-011-0/+3
* | Forbid "\c{" and \c{non-ascii}Karl Williamson2014-02-051-1/+1
|/
* regcomp.c: Change a variable and flag bit namesKarl Williamson2014-01-271-2/+2
* Work properly under UTF-8 LC_CTYPE localesKarl Williamson2014-01-271-5/+5
* Taint more operands with case changesKarl Williamson2014-01-271-4/+4
* regcomp.c: Extract out code into a separate functionKarl Williamson2014-01-221-0/+5
* regcomp.c: request inlining of single line functionKarl Williamson2014-01-221-1/+1
* sv_buf_to_rw can be staticFather Chrysostomos2014-01-171-1/+3
* PERL_DEBUG_READONLY_COWFather Chrysostomos2014-01-161-0/+12
* IDStart and IDCont no longer go out to diskKarl Williamson2014-01-091-1/+1
* isWORDCHAR_uni(), isDIGIT_utf8() etc no longer go out to diskKarl Williamson2014-01-091-1/+1
* Move initialization of PL_XPosix_ptrs[] to perl.cKarl Williamson2014-01-091-6/+8
* regexec.c: Guard against malformed UTF-8 in [...]Karl Williamson2014-01-011-3/+4
* Remove no-longer used inversion list functionKarl Williamson2013-12-311-5/+0
* Change format of mktables output binary property tablesKarl Williamson2013-12-311-0/+6
* Purge sfio support, which has been broken for a decade.Nicholas Clark2013-12-271-1/+1
* [perl #115736] fix undocumented param from newATTRSUB_flagsDaniel Dragan2013-12-231-2/+2
* don't check format args on taint_properDavid Mitchell2013-12-011-1/+0
* silence -Wformat-nonliteral compiler warningsDavid Mitchell2013-11-281-1/+3
* mark Perl_my_strftime with format attributeDavid Mitchell2013-11-281-0/+1
* remove almost unreachable NULL sv arg code from sv_2*n_flagsDaniel Dragan2013-11-281-7/+35
* mg.c: Extract code into a function.Karl Williamson2013-11-261-0/+5
* Avoid pointer churn in study_chunk recursion bitmap allocationYves Orton2013-11-241-1/+1
* [perl #120463] s/// and tr/// with wide delimitersFather Chrysostomos2013-11-141-1/+1
* fix multi-eval of Perl_custom_op_xop in XopENTRYDaniel Dragan2013-11-101-4/+8
* Make &CORE::exit respect vmsish exit hintFather Chrysostomos2013-11-081-6/+0
* Fix &CORE::exit/die under vmsish "hushed"Father Chrysostomos2013-11-081-6/+0
* Fix qx, `` and <<`` overridesFather Chrysostomos2013-11-061-1/+0
* Split ck_open into two functionsFather Chrysostomos2013-11-061-0/+6