summaryrefslogtreecommitdiff
path: root/proto.h
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/+5
* Remove the non-inline function S_croak_memory_wrap from inline.h.Andy Dougherty2013-03-281-3/+3
* 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-2/+3
* Fix several differences in the parsing of $.. and ${...}Brian Fraser2013-03-061-0/+7
* 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/+4
* Inline av_top_index()Karl Williamson2013-02-081-1/+1
* Change name 'av_top' to 'av_top_index'Karl Williamson2013-02-081-2/+2
* Add interpolations to regex setsKarl Williamson2013-02-031-3/+3
* Incorporate code review feedback for (?[])Karl Williamson2013-02-031-4/+4
* regcomp.c: Extract code into functionKarl Williamson2013-02-031-0/+5
* hv.c: add some NULL check removalbulk88 (via RT)2013-01-291-2/+3
* 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/+6
* Deprecate certain rare uses of backslashes within regexesKarl Williamson2013-01-191-2/+2
* Extend strictness for qr/(?[ \N{} ])/Karl Williamson2013-01-191-1/+1
* Silence a MSVC++-specific warningSteve Hay2013-01-151-7/+17
* Silence a couple of warningsSteve Hay2013-01-141-1/+1
* Add warnings for "\08", /\017/Karl Williamson2013-01-141-0/+7
* Create deprecated fncs to replace to-be-removed macrosKarl Williamson2013-01-121-0/+16
* New regex experimental feature: (?[ ])Karl Williamson2013-01-111-0/+12
* regcomp.c: Add capability for regclass() to return inversion listKarl Williamson2013-01-111-1/+1
* 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/+7
* regcomp.c: Add parameter to regclass()Karl Williamson2013-01-111-1/+1
* regcomp.c: Add parameter to regclass()Karl Williamson2013-01-111-1/+1
* grok_bslash_[ox]: Add param to silence non-portable warningsKarl Williamson2013-01-111-2/+2
* Add optional strict mode to grok_bslash_[xo]Karl Williamson2013-01-111-2/+2
* Revise calling sequences for grok_bslash_[xo]Karl Williamson2013-01-111-8/+6
* regcomp.c: Use a parameter to simplify some codeKarl 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/+11
* 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/+2
* uninline panic branch from POPSTACKDaniel Dragan2012-12-231-0/+3
* handy.h: Add full complement of isIDCONT() macrosKarl Williamson2012-12-231-0/+9
* Deprecate all is_(uni|utf8)_foo function usesKarl Williamson2012-12-221-0/+29
* Create internal _is_utf8_mark()Karl Williamson2012-12-221-0/+6
* utf8.c: Remove two internal now unused functions.Karl Williamson2012-12-221-12/+0
* Consolidate some regex OPSKarl Williamson2012-12-221-0/+6
* Add generic _is_(uni|utf8)_FOO() functionKarl Williamson2012-12-221-0/+9
* eliminate PL_regsizeDavid Mitchell2012-12-161-4/+5
* regexec.c: More efficient Korean \X processingKarl Williamson2012-12-161-6/+0
* hash argument is not used anymore in do_oddballRuslan Zakirov2012-12-111-4/+3
* regexec.c: Replace infamous if-else-if sequence by loopKarl Williamson2012-12-091-0/+3
* Deprecate some functions in utf8.cKarl Williamson2012-12-091-0/+26