summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
* [perl #116735] Honour lexical prototypes when no parens are usedFather Chrysostomos2013-07-271-0/+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/+0
* 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/+1
* Pass the current and desired hash sizes to S_hsplit().Nicholas Clark2013-02-261-1/+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
* Add interpolations to regex setsKarl Williamson2013-02-031-1/+1
* Incorporate code review feedback for (?[])Karl Williamson2013-02-031-2/+2
* regcomp.c: Extract code into functionKarl Williamson2013-02-031-0/+1
* 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/+2
* Extend strictness for qr/(?[ \N{} ])/Karl Williamson2013-01-191-1/+1
* Silence a MSVC++-specific warningSteve Hay2013-01-151-1/+6
* Add warnings for "\08", /\017/Karl Williamson2013-01-141-0/+1
* Create deprecated fncs to replace to-be-removed macrosKarl Williamson2013-01-121-0/+2
* New regex experimental feature: (?[ ])Karl Williamson2013-01-111-0/+2
* 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/+1
* 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-2/+2
* regcomp.c: Use a parameter to simplify some codeKarl Williamson2013-01-111-1/+1
* regcomp.c: Don't iterate while changing an inversion listKarl Williamson2012-12-281-0/+2
* eliminate RF_utf8 flag from PL_reg_flagsDavid Mitchell2012-12-251-2/+2
* uninline panic branch from POPSTACKDaniel Dragan2012-12-231-0/+1
* handy.h: Add full complement of isIDCONT() macrosKarl Williamson2012-12-231-0/+2
* 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/+2
* regexec.c: More efficient Korean \X processingKarl Williamson2012-12-161-1/+0
* hash argument is not used anymore in do_oddballRuslan Zakirov2012-12-111-1/+1
* regexec.c: Replace infamous if-else-if sequence by loopKarl Williamson2012-12-091-0/+1
* Add functions for getting ctype ALNUMCKarl Williamson2012-12-091-0/+3
* embed.fnc: Add missing entryKarl Williamson2012-12-091-0/+1
* Stop renamed packages from making reset() crashFather Chrysostomos2012-12-051-0/+1
* silence some clang warningsDavid Mitchell2012-12-041-6/+6
* Make isIDFIRST_uni() return identically as isIDFIRST_utf8()Karl Williamson2012-11-291-0/+1
* Remove double underscore in internal function nameKarl Williamson2012-11-291-1/+1
* New COW mechanismFather Chrysostomos2012-11-271-3/+3
* embed.fnc: Make a function globalKarl Williamson2012-11-191-1/+1
* embed.fnc: Restrict access to non-public functionsKarl Williamson2012-11-191-2/+2
* Stop /[.zog.]/ and /[[.zog.]]/ from leakingFather Chrysostomos2012-11-181-1/+1