summaryrefslogtreecommitdiff
path: root/embed.fnc
Commit message (Expand)AuthorAgeFilesLines
* [perl #116735] Honour lexical prototypes when no parens are usedFather Chrysostomos2013-07-271-0/+1
* cleanup and test PERL_PERTURB_KEYS environment variable handlingYves Orton2013-05-081-1/+1
* Make it possible to disable and control hash key traversal randomizationYves Orton2013-05-071-0/+1
* Remove the non-inline function S_croak_memory_wrap from inline.h.Andy Dougherty2013-03-281-1/+1
* In Perl_re_op_compile(), tidy up after removing setjmp().Nicholas Clark2013-03-191-1/+1
* In S_regclass(), create listsv as a mortal, claiming a reference if needed.Nicholas Clark2013-03-191-1/+1
* Harden hashes against hash seed discovery by randomizing hash iterationYves Orton2013-03-191-1/+2
* Fix several differences in the parsing of $.. and ${...}Brian Fraser2013-03-061-0/+3
* Pass the current and desired hash sizes to S_hsplit().Nicholas Clark2013-02-261-1/+1
* Add av_tindex() synonym for av_top_index()Karl Williamson2013-02-081-0/+1
* Inline av_top_index()Karl Williamson2013-02-081-1/+1
* Change name 'av_top' to 'av_top_index'Karl Williamson2013-02-081-1/+1
* embed.fnc: Remove inappropriate 'p' flagsKarl Williamson2013-02-081-2/+2
* Add interpolations to regex setsKarl Williamson2013-02-031-0/+1
* Incorporate code review feedback for (?[])Karl Williamson2013-02-031-3/+3
* regcomp.c: Extract code into functionKarl Williamson2013-02-031-0/+1
* hv.c: add some NULL check removalbulk88 (via RT)2013-01-291-1/+1
* Correct variable names in embed.fnc for hv_free_ent and hv_free_ent_ret.Andy Dougherty2013-01-251-2/+2
* Add av_top() synonym for av_len()Karl Williamson2013-01-191-0/+1
* Deprecate certain rare uses of backslashes within regexesKarl Williamson2013-01-191-2/+4
* Extend strictness for qr/(?[ \N{} ])/Karl Williamson2013-01-191-3/+4
* PATCH: [perl 116411]: code comment for commit 518a5310cc "Silence a MSVC++-sp...bulk88 (via RT)2013-01-161-0/+2
* Silence a MSVC++-specific warningSteve Hay2013-01-151-0/+4
* Silence a couple of warningsSteve Hay2013-01-141-1/+1
* Add warnings for "\08", /\017/Karl Williamson2013-01-141-0/+2
* embed.fnc: Clarify that varargs suppresses embed.hKarl Williamson2013-01-131-1/+2
* Create deprecated fncs to replace to-be-removed macrosKarl Williamson2013-01-121-0/+2
* New regex experimental feature: (?[ ])Karl Williamson2013-01-111-0/+4
* regcomp.c: Add capability for regclass() to return inversion listKarl Williamson2013-01-111-1/+2
* regcomp.c: Add capability for strict [:posix:]Karl Williamson2013-01-111-1/+1
* regcomp.c: Add function to skip pattern white spaceKarl Williamson2013-01-111-0/+2
* regcomp.c: Add parameter to regclass()Karl Williamson2013-01-111-1/+2
* regcomp.c: Add parameter to regclass()Karl Williamson2013-01-111-1/+2
* grok_bslash_[ox]: Add param to silence non-portable warningsKarl Williamson2013-01-111-8/+12
* Add optional strict mode to grok_bslash_[xo]Karl Williamson2013-01-111-2/+4
* Revise calling sequences for grok_bslash_[xo]Karl Williamson2013-01-111-2/+6
* regcomp.c: Use a parameter to simplify some codeKarl Williamson2013-01-111-1/+1
* embed.fnc: Fix flags for _invlist_dumpKarl Williamson2013-01-111-1/+1
* embed.fnc: Properly declare fcn inlineKarl Williamson2013-01-061-1/+1
* regcomp.c: Don't iterate while changing an inversion listKarl Williamson2012-12-281-0/+2
* Eliminate RF_tainted flag from PL_reg_flagsDavid Mitchell2012-12-251-2/+2
* eliminate RF_utf8 flag from PL_reg_flagsDavid Mitchell2012-12-251-2/+7
* uninline panic branch from POPSTACKDaniel Dragan2012-12-231-0/+1
* handy.h: Add full complement of isIDCONT() macrosKarl Williamson2012-12-231-0/+2
* Deprecate all is_(uni|utf8)_foo function usesKarl Williamson2012-12-221-29/+29
* Create internal _is_utf8_mark()Karl Williamson2012-12-221-0/+1
* utf8.c: Remove two internal now unused functions.Karl Williamson2012-12-221-2/+0
* Consolidate some regex OPSKarl Williamson2012-12-221-0/+1
* Add generic _is_(uni|utf8)_FOO() functionKarl Williamson2012-12-221-0/+2
* eliminate PL_regsizeDavid Mitchell2012-12-161-2/+4