summaryrefslogtreecommitdiff
path: root/proto.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-2/+2
* add strbeg argument to Perl_re_intuit_start()David Mitchell2013-06-021-3/+4
* find_byclass, regrepeat: remove is_utf8_pat argDavid Mitchell2013-06-021-2/+2
* make more use of regmatch_info struct.David Mitchell2013-06-021-3/+4
* [perl #116735] Honour lexical prototypes when no parens are usedFather Chrysostomos2013-06-021-0/+1
* Cache HvFILL() for larger hashes, and update on insertion/deletion.Nicholas Clark2013-05-291-1/+1
* Eliminate Perl_my_swabn(), as it is now unused.Nicholas Clark2013-05-201-5/+0
* When endian-swapping in pack, simply copy the bytes in reverse order.Nicholas Clark2013-05-201-1/+1
* 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-14/+0
* Expand flags parameter from boolean in _to_fold_latin1Karl Williamson2013-05-201-1/+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