summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Put common override code into gv_overrideFather Chrysostomos2013-11-061-0/+5
* Move the function to set $^X to its own filePeter Martini2013-11-041-0/+1
* Make mro code pass precomputed hash valuesFather Chrysostomos2013-11-041-1/+1
* [perl #119797] Fix if/else in lvalue subFather Chrysostomos2013-10-231-1/+1
* make sv_2bool_flags() non-recursive on overloadDaniel Dragan2013-10-211-1/+1
* Adding a prototype attribute.Peter Martini2013-10-161-0/+7
* regcomp.c: Remove unused parameter in static functionKarl Williamson2013-09-241-4/+3
* Teach regex optimizer to handle above-Latin1Karl Williamson2013-09-241-12/+12
* regcomp.c: Add some static functionsKarl Williamson2013-09-241-0/+51
* regcomp.c: Use STR_WITH_LEN to avoid bookkeepingKarl Williamson2013-09-241-2/+2
* regcomp.c: Change some static parameters to constKarl Williamson2013-09-241-1/+1
* regcomp.c: Add parameter to static functionKarl Williamson2013-09-241-4/+5
* Make typedef fully typedefKarl Williamson2013-09-241-34/+33
* regcomp.c: Change names of some static functionsKarl Williamson2013-09-241-31/+31
* regcomp.c: Rework static function call; commentsKarl Williamson2013-09-241-4/+3
* regcomp.c: Extract code into separate functionKarl Williamson2013-09-241-0/+7
* Add regnode struct for synthetic start classKarl Williamson2013-09-241-6/+7
* regcomp.c: Extract code into separate functionKarl Williamson2013-09-241-0/+6
* Removed DUMP_FDS and dump_fds()Brian Fraser2013-09-211-7/+0
* toke.c, S_scan_ident(): Don't take a "end of buffer" argument, use PL_bufendBrian Fraser2013-09-181-4/+3
* [perl #115928] a consistent (public) rand() implementationTony Cook2013-09-131-0/+10
* gv.c: Split part of find_default_stash into gv_is_in_main.Brian Fraser2013-09-111-0/+5
* gv.c: Rename magicalize_gv into gv_magicalize, make it more specific.Brian Fraser2013-09-111-7/+7