summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
* 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-1/+0
* regcomp.c: Fix more alignment problemsKarl Williamson2014-02-191-1/+2
* regexec.c: Rename function, add parameter, make non-staticKarl Williamson2014-02-191-3/+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/+5
* re_intuit_start(): bias last* vars; revive reghop4David Mitchell2014-02-071-2/+0
* merge basic zefram/purple_signatures into bleadZefram2014-02-061-0/+1
|\
| * Merge blead into zefram/purple_signaturesZefram2014-02-011-2/+2
| |\
| * | subroutine signaturesZefram2014-02-011-0/+1
* | | Forbid "\c{" and \c{non-ascii}Karl Williamson2014-02-051-1/+1
| |/ |/|
* | update embed.fnc now op_null and op_free have docsDavid Mitchell2014-01-291-2/+2
|/
* regcomp.c: Change a variable and flag bit namesKarl Williamson2014-01-271-1/+1
* Work properly under UTF-8 LC_CTYPE localesKarl Williamson2014-01-271-5/+5
* Taint more operands with case changesKarl Williamson2014-01-271-4/+8
* regcomp.c: Extract out code into a separate functionKarl Williamson2014-01-221-0/+1
* Comments, white-spaceKarl Williamson2014-01-221-1/+1
* 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/+4
* 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-2/+2
* Hide some undocumented functions from perlapiKarl Williamson2014-01-041-5/+5
* regexec.c: Guard against malformed UTF-8 in [...]Karl Williamson2014-01-011-1/+4
* Remove no-longer used inversion list functionKarl Williamson2013-12-311-1/+0
* Change format of mktables output binary property tablesKarl Williamson2013-12-311-0/+1
* 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-3/+3
* don't check format args on taint_properDavid Mitchell2013-12-011-1/+1
* silence -Wformat-nonliteral compiler warningsDavid Mitchell2013-11-281-2/+2
* mark Perl_my_strftime with format attributeDavid Mitchell2013-11-281-3/+5
* remove almost unreachable NULL sv arg code from sv_2*n_flagsDaniel Dragan2013-11-281-7/+7
* mg.c: Extract code into a function.Karl Williamson2013-11-261-0/+1
* 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/+2
* fix multi-eval of Perl_custom_op_xop in XopENTRYDaniel Dragan2013-11-101-1/+2
* Fix qx, `` and <<`` overridesFather Chrysostomos2013-11-061-1/+0
* Put common override code into gv_overrideFather Chrysostomos2013-11-061-0/+2
* Move the function to set $^X to its own filePeter Martini2013-11-041-0/+2
* Make mro code pass precomputed hash valuesFather Chrysostomos2013-11-041-1/+2
* [perl #119797] Fix if/else in lvalue subFather Chrysostomos2013-10-231-1/+2
* make sv_2bool_flags() non-recursive on overloadDaniel Dragan2013-10-211-1/+1
* Adding a prototype attribute.Peter Martini2013-10-161-1/+2
* regcomp.c: Remove unused parameter in static functionKarl Williamson2013-09-241-2/+1
* Teach regex optimizer to handle above-Latin1Karl Williamson2013-09-241-4/+4