2013-07-28 |
David Mitchell | pp_subst: reduce scope of 'm' var
|
commit | commitdiff | tree |
2013-07-28 |
David Mitchell | pp_subst: set/use s,m vars near where they're used
|
commit | commitdiff | tree |
2013-07-28 |
David Mitchell | pp_subst: reduce scope of 'd' variable
|
commit | commitdiff | tree |
2013-07-28 |
David Mitchell | pp_subst: cosmetic re-arrangement of vars
|
commit | commitdiff | tree |
2013-07-28 |
David Mitchell | regexec(): fix ganch and till settings
|
commit | commitdiff | tree |
2013-07-28 |
David Mitchell | regexec(): skip second intuit() call
|
commit | commitdiff | tree |
2013-07-28 |
David Mitchell | fix intuit_start() with \G
|
commit | commitdiff | tree |
2013-07-28 |
David Mitchell | enable intuit under anchored \G, and fix a bug
|
commit | commitdiff | tree |
2013-07-28 |
David Mitchell | regexec_flags(): remove vestigial scream support
|
commit | commitdiff | tree |
2013-07-28 |
David Mitchell | regexec_flags(): keep stringarg constant
|
commit | commitdiff | tree |
2013-07-28 |
David Mitchell | regexec_flags(): use result of intuit_start()
|
commit | commitdiff | tree |
2013-07-28 |
David Mitchell | pp_match: simplify pos()-getting code
|
commit | commitdiff | tree |
2013-07-28 |
David Mitchell | regexec: handle \G ourself, rather than in callers
|
commit | commitdiff | tree |
2013-07-28 |
Yves Orton | fix 114884 positive GPOS lookbehind regex substitution...
|
commit | commitdiff | tree |
2013-07-28 |
David Mitchell | pp_match(): don't set REXEC_IGNOREPOS on 1st iter
|
commit | commitdiff | tree |
2013-07-28 |
David Mitchell | pp_match(): stop setting $-[0] before regexec()
|
commit | commitdiff | tree |
2013-07-28 |
David Mitchell | pp_match: avoid setting $+[0]
|
commit | commitdiff | tree |
2013-07-28 |
David Mitchell | pp_match(): eliminate unused t variable
|
commit | commitdiff | tree |
2013-07-28 |
David Mitchell | pp_match(): skip passing gpos arg to regexec()
|
commit | commitdiff | tree |
2013-07-28 |
David Mitchell | add some basic floating /\G/ tests
|
commit | commitdiff | tree |
2013-07-28 |
David Mitchell | fix /.\G/ under threading
|
commit | commitdiff | tree |
2013-07-28 |
David Mitchell | skip creating new capture COW SV if possible
|
commit | commitdiff | tree |
2013-07-28 |
David Mitchell | make Perl_reg_set_capture_string static
|
commit | commitdiff | tree |
2013-07-28 |
David Mitchell | add intuit-only match to s///
|
commit | commitdiff | tree |
2013-07-28 |
David Mitchell | move intuit call from pp_match() into regexec()
|
commit | commitdiff | tree |
2013-07-28 |
David Mitchell | make intuit_start() handle mixed utf8-ness
|
commit | commitdiff | tree |
2013-07-28 |
David Mitchell | pp_match(): fix UTF* match setting
|
commit | commitdiff | tree |
2013-07-28 |
David Mitchell | pp_match(): intuit can handle refs these days
|
commit | commitdiff | tree |
2013-07-28 |
David Mitchell | pp_match(): remove ret_no label
|
commit | commitdiff | tree |
2013-07-28 |
David Mitchell | pp_match(): combine intuit and regexec branches
|
commit | commitdiff | tree |
2013-07-28 |
David Mitchell | pp_match(): refactor intuit-only code
|
commit | commitdiff | tree |
2013-07-28 |
David Mitchell | pp_match(): minor refactor: consolidate RETPUSHYES
|
commit | commitdiff | tree |
2013-07-28 |
David Mitchell | pp_match(): factor out some common code
|
commit | commitdiff | tree |
2013-07-28 |
David Mitchell | re-enable intuit-only matches
|
commit | commitdiff | tree |
2013-07-28 |
David Mitchell | add Perl_reg_set_capture_string() function
|
commit | commitdiff | tree |
2013-07-24 |
David Mitchell | perlvar.pod: add a separate section on $& et al
|
commit | commitdiff | tree |
2013-07-24 |
David Mitchell | English.pm: update perl version where perf fixed
|
commit | commitdiff | tree |
2013-07-19 |
David Mitchell | Benchmark.t: remove CPU-speed-sensitive test
|
commit | commitdiff | tree |
2013-06-13 |
David Mitchell | Benchmark.t: fix skip() call
|
commit | commitdiff | tree |
2013-06-13 |
David Mitchell | Benchmark.t: make calibration a test
|
commit | commitdiff | tree |
2013-06-12 |
David Mitchell | Benchmark.t: consistent delta comparing
|
commit | commitdiff | tree |
2013-06-12 |
David Mitchell | Benchmark.t: disdplay calibration diag output
|
commit | commitdiff | tree |
2013-06-10 |
David Mitchell | Benchmark.t: test for inconsistent clock
|
commit | commitdiff | tree |
2013-06-09 |
David Mitchell | remove -Dmad string length restriction
|
commit | commitdiff | tree |
2013-06-08 |
David Mitchell | add 1 to SvGROW under COW (and fix svleak.t)
|
commit | commitdiff | tree |
2013-06-05 |
David Mitchell | require.t: handle parallel runs
|
commit | commitdiff | tree |
2013-06-05 |
David Mitchell | make some tests TODO under -DPERL_NO_COW
|
commit | commitdiff | tree |
2013-06-03 |
David Mitchell | avoid undeflow in regex poscache count
|
commit | commitdiff | tree |
2013-06-03 |
David Mitchell | perldelta: changed intuit API
|
commit | commitdiff | tree |
2013-06-02 |
David Mitchell | [MERGE] get rid of (most) regex engine global state
|
commit | commitdiff | tree |
2013-06-02 |
David Mitchell | document fields of regmatch_info struct
|
commit | commitdiff | tree |
2013-06-02 |
David Mitchell | tidy up init code in regexec() and intuit_start()
|
commit | commitdiff | tree |
2013-06-02 |
David Mitchell | better comment the remaining PL_ regex vars
|
commit | commitdiff | tree |
2013-06-02 |
David Mitchell | eliminate PL_regdummy
|
commit | commitdiff | tree |
2013-06-02 |
David Mitchell | eliminate PL_reg_state
|
commit | commitdiff | tree |
2013-06-02 |
David Mitchell | Eliminate PL_reg_starttry
|
commit | commitdiff | tree |
2013-06-02 |
David Mitchell | make PL_reg_curpm global
|
commit | commitdiff | tree |
2013-06-02 |
David Mitchell | better document the regex super-linear pos cache
|
commit | commitdiff | tree |
2013-06-02 |
David Mitchell | eliminate PL_reg_poscache, PL_reg_poscache_size
|
commit | commitdiff | tree |
2013-06-02 |
David Mitchell | use new cleanup for PL_regmatch_state
|
commit | commitdiff | tree |
2013-06-02 |
David Mitchell | unify regmatch_info data
|
commit | commitdiff | tree |
2013-06-02 |
David Mitchell | move eval_state init from regtry() to regexec()
|
commit | commitdiff | tree |
2013-06-02 |
David Mitchell | move savestack restore from regmatch to regexec
|
commit | commitdiff | tree |
2013-06-02 |
David Mitchell | eliminate PL_reg_maxiter, PL_reg_leftiter
|
commit | commitdiff | tree |
2013-06-02 |
David Mitchell | Rationalise RX_MATCH_UTF8_set()
|
commit | commitdiff | tree |
2013-06-02 |
David Mitchell | S_setup_eval_state: save subcoffset, not suboffset
|
commit | commitdiff | tree |
2013-06-02 |
David Mitchell | Eliminate PL_reg_match_utf8
|
commit | commitdiff | tree |
2013-06-02 |
David Mitchell | regex engine: simplify is_utf8_pat handling
|
commit | commitdiff | tree |
2013-06-02 |
David Mitchell | stop callers of rex engine using RX_MATCH_UTF8_set
|
commit | commitdiff | tree |
2013-06-02 |
David Mitchell | add regmatch_eval_state struct
|
commit | commitdiff | tree |
2013-06-02 |
David Mitchell | S_setup_eval_state(): always set up destructor
|
commit | commitdiff | tree |
2013-06-02 |
David Mitchell | S_regtry(): move eval setup code into separate fn
|
commit | commitdiff | tree |
2013-06-02 |
David Mitchell | remove unused reginfo->bol field
|
commit | commitdiff | tree |
2013-06-02 |
David Mitchell | eliminate PL_bostr
|
commit | commitdiff | tree |
2013-06-02 |
David Mitchell | add strbeg argument to Perl_re_intuit_start()
|
commit | commitdiff | tree |
2013-06-02 |
David Mitchell | find_byclass, regrepeat: remove is_utf8_pat arg
|
commit | commitdiff | tree |
2013-06-02 |
David Mitchell | eliminiate PL_regeol
|
commit | commitdiff | tree |
2013-06-02 |
David Mitchell | make more use of regmatch_info struct.
|
commit | commitdiff | tree |
2013-05-31 |
Shlomi Fish | iperlipc: s/multithreading/multitasking/
|
commit | commitdiff | tree |
2013-05-26 |
David Mitchell | perl -V displayed PERL_NEW_COPY_ON_WRITE twice
|
commit | commitdiff | tree |
2013-05-26 |
David Mitchell | re-enable Copy-on-Write by default.
|
commit | commitdiff | tree |
2013-05-09 |
David Mitchell | further tweak SvPV() docs
|
commit | commitdiff | tree |
2013-05-09 |
David Mitchell | porting/podcheck.t: improve diagnostic
|
commit | commitdiff | tree |
2013-05-09 |
David Mitchell | clarify SvPV* and SvPV_force* docs
|
commit | commitdiff | tree |
2013-05-09 |
David Mitchell | silence warnings under NO_TAINT_SUPPORT
|
commit | commitdiff | tree |
2013-05-09 |
Daniel Dragan | fix threaded NO_TAINT_SUPPORT build errors
|
commit | commitdiff | tree |
2013-05-09 |
David Mitchell | dump.c: avoid compiler warning under -Dmad
|
commit | commitdiff | tree |
2013-05-09 |
David Mitchell | toke.c/MAD: silence a couple of warnings
|
commit | commitdiff | tree |
2013-05-08 |
David Mitchell | add various HASH defines to perl -V output
|
commit | commitdiff | tree |
2013-05-08 |
David Mitchell | INSTALL: fix a couple of typos
|
commit | commitdiff | tree |
2013-05-08 |
David Mitchell | release_managers_guide: fix typo
|
commit | commitdiff | tree |
2013-05-08 |
David Mitchell | bisect-runner.pl: clarify -D,-U,-A args in docs
|
commit | commitdiff | tree |
2013-05-07 |
David Mitchell | RMG: say that for maint there are two RMG versions
|
commit | commitdiff | tree |
2013-05-07 |
David Mitchell | RMG: add note about maint and Module::CoreList
|
commit | commitdiff | tree |
2013-05-07 |
David Mitchell | RMG: maint perlhist: change from push to pull
|
commit | commitdiff | tree |
2013-05-07 |
David Mitchell | RMG: maint perldeltas: change from push to pull
|
commit | commitdiff | tree |
2013-05-07 |
David Mitchell | add PERL_NEW_COPY_ON_WRITE to perl -V output
|
commit | commitdiff | tree |
2013-05-06 |
David Mitchell | improve unpackstring() API docs
|
commit | commitdiff | tree |
2013-05-06 |
David Mitchell | Revert "Update docs to concur with $`,$&,$' changes"
|
commit | commitdiff | tree |
2013-05-06 |
David Mitchell | make /(?p:...)/ keep RXf_PMf_KEEPCOPY flag
|
commit | commitdiff | tree |
next |