summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* Fix checks for tainted dir in $ENV{PATH}Father Chrysostomos2017-02-231-0/+4
* Revert "Make instr() a macro"Karl Williamson2016-04-081-1/+1
* Get -Accflags=-DPERL_MEM_LOG compiling againMatthew Horsfall2016-04-051-0/+6
* silence warnings in inline.h on Win64 VC buildDaniel Dragan2016-03-281-1/+1
* rename and function-ise dtrace macrosDavid Mitchell2016-03-181-0/+7
* Make instr() a macroKarl Williamson2016-03-171-1/+1
* harmonize S_dump_exec_pos()'s last arg typeDavid Mitchell2016-03-151-1/+1
* fixup definitions and usage of new re debugging subsYves Orton2016-03-131-3/+3
* Rework diagnostics in the regex engineYves Orton2016-03-131-1/+5
* make building without memcpy work (RT #127619)Lukas Mai2016-03-071-1/+1
* util.c: make my_mem*/my_b* prototypes more like the originalsLukas Mai2016-03-071-4/+4
* embed.fnc: Fcn should have been within an #ifdefKarl Williamson2016-03-011-1/+1
* PATCH: [perl #127581] Spurious warning about posix classKarl Williamson2016-03-011-1/+6
* regcomp.c: Add new static inline convenience functionKarl Williamson2016-02-271-0/+1
* regcomp.c: Change variable names, white-spaceKarl Williamson2016-02-271-1/+1
* regcomp.c: Change name of static functionKarl Williamson2016-02-271-1/+1
* Use less memory in compiling regexesKarl Williamson2016-02-231-0/+1
* regcomp.c: Guard against corrupting inversion list SVKarl Williamson2016-02-231-1/+1
* Revamp -Dr handling of /[...]/Karl Williamson2016-02-191-4/+16
* Add a parameter to a static functionKarl Williamson2016-02-191-1/+2
* Change private function to staticKarl Williamson2016-02-191-2/+2
* regcomp.c, toke.c: swap functions being inline staticKarl Williamson2016-02-181-7/+5
* perlapi: Hide the swash functionsKarl Williamson2016-02-181-3/+3
* Don't allow /\N{}/ under 're strict'Karl Williamson2016-02-181-0/+1
* regcomp.c: Extract duped code into one fcnKarl Williamson2016-02-101-0/+4
* PATCH: [perl #8904] Revamp [:posix:] parsingKarl Williamson2016-02-091-5/+8
* regcomp.c: Add code to compute edit distance (Damerau–Levenshtein)Karl Williamson2016-02-091-0/+5
* make gimme consistently U8David Mitchell2016-02-031-4/+4
* convert CX_{PUSH|POP}{WHEN|GIVEN} to inline fnsDavid Mitchell2016-02-031-0/+4
* convert CX_PUSHLOOP*/POPLOOP to inline fnsDavid Mitchell2016-02-031-0/+4
* convert CX_PUSHEVAL/POPEVAL to inline fnsDavid Mitchell2016-02-031-0/+3
* convert CX_PUSHFORMAT/POPFORMAT to inline fnsDavid Mitchell2016-02-031-2/+5
* convert CX_PUSHSUB/POPSUB to inline fnsDavid Mitchell2016-02-031-1/+6
* convert CX_PUSH/POP/TOPBLOCK to inline fnsDavid Mitchell2016-02-031-0/+6
* add SAVEt_TMPSFLOOR save type and Perl_savetmps()David Mitchell2016-02-031-0/+1
* PUSHEVAL: make retop a parameterDavid Mitchell2016-02-031-1/+1
* replace leave_common() with leave_adjust_stacks()David Mitchell2016-02-031-2/+0
* make pp_return() use leave_adjust_stacks()David Mitchell2016-02-031-1/+2
* make pp_leavesublv use S_leavesub_adjust_stacks()David Mitchell2016-02-031-0/+2
* rename S_doeval() to S_doeval_compile()David Mitchell2016-02-031-2/+1
* simplify S_leave_common() and callersDavid Mitchell2016-02-031-1/+1
* rename S_dopoptogiven() to S_dopoptogivenfor()David Mitchell2016-02-031-1/+1
* add Perl_clear_defarray()David Mitchell2016-02-031-0/+1
* Use lookup table for /\b{gcb}/ instead of switch stmtKarl Williamson2016-01-191-1/+1
* Add qr/\b{lb}/Karl Williamson2016-01-191-0/+12
* embed.fnc: fix some back indentationDavid Mitchell2016-01-151-2/+2
* regexec.c: Add a parameter to a static functionKarl Williamson2016-01-081-1/+2
* regcomp.c: Make some params to a static fcn constKarl Williamson2015-12-221-2/+4
* Deprecate to_utf8_case()Karl Williamson2015-12-211-1/+1
* Optimize some qr/[...]/ classesKarl Williamson2015-12-171-1/+1