summaryrefslogtreecommitdiff
path: root/embed.h
Commit message (Expand)AuthorAgeFilesLines
* toke.c: Remove the allow_initial_tick hack from S_force_word.Brian Fraser2013-06-111-1/+1
* [perl #115112] avoid repeated calls to path_is_absolute() and rename itTony Cook2013-06-041-1/+1
* add strbeg argument to Perl_re_intuit_start()David Mitchell2013-06-021-1/+1
* find_byclass, regrepeat: remove is_utf8_pat argDavid Mitchell2013-06-021-2/+2
* make more use of regmatch_info struct.David Mitchell2013-06-021-1/+1
* [perl #116735] Honour lexical prototypes when no parens are usedFather Chrysostomos2013-06-021-0/+1
* Eliminate Perl_my_swabn(), as it is now unused.Nicholas Clark2013-05-201-1/+0
* Eliminate my_{hto[bl]e,[bl]etoh}{16,32,64,s,i,l} as nothing now uses them.Nicholas Clark2013-05-201-72/+0
* Eliminate the conditionally-compiled fallback functions for htonl etc.Nicholas Clark2013-05-201-5/+0
* 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