2006-09-30 |
Dave Mitchell | rationalise sayYES and sayNO code in regmatch()
|
commit | commitdiff | tree |
2006-09-25 |
Dave Mitchell | eliminate PL_regindent and improve -Mre=Debug,STATE...
|
commit | commitdiff | tree |
2006-09-24 |
Dave Mitchell | fix regression introduced in #27778: must backtrack...
|
commit | commitdiff | tree |
2006-09-24 |
Dave Mitchell | in S_regmatch(), convert state var st->cc into local...
|
commit | commitdiff | tree |
2006-09-24 |
Dave Mitchell | allow fields in re_tests to include \x{nnn} etc
|
commit | commitdiff | tree |
2006-07-16 |
Dave Mitchell | run regen_headerds
|
commit | commitdiff | tree |
2006-07-14 |
Dave Mitchell | remove regex postive super-linear cache code
|
commit | commitdiff | tree |
2006-07-02 |
Dave Mitchell | silence a compiler warning
|
commit | commitdiff | tree |
2006-07-02 |
Dave Mitchell | remove some unnecessary uses of WITH_THR
|
commit | commitdiff | tree |
2006-06-30 |
Dave Mitchell | migrate CURLY/PLUS/STAR branch in regmatch() to new...
|
commit | commitdiff | tree |
2006-06-24 |
Dave Mitchell | quieten warning by avoiding a comment-within-a-comment
|
commit | commitdiff | tree |
2006-06-23 |
Dave Mitchell | migrate TRIE branch in regmatch() to new FSM-esque...
|
commit | commitdiff | tree |
2006-06-17 |
Dave Mitchell | dont warn at exit of detatched threads still running
|
commit | commitdiff | tree |
2006-06-16 |
Dave Mitchell | start turning regmatch() main loop into a FSM
|
commit | commitdiff | tree |
2006-06-02 |
Dave Mitchell | IPC::Open3 handled exec failure badly
|
commit | commitdiff | tree |
2006-05-29 |
Dave Mitchell | make require report too many open files error
|
commit | commitdiff | tree |
2006-05-29 |
Dave Mitchell | ensure failure to load Carp::Heavy gets reported
|
commit | commitdiff | tree |
2006-05-27 |
Dave Mitchell | fix eval qw(BEGIN{die}) style leaks.
|
commit | commitdiff | tree |
2006-05-27 |
Dave Mitchell | make -Dpv display OP names ons the parser stack
|
commit | commitdiff | tree |
2006-05-27 |
Dave Mitchell | stop OPs leaking in eval "syntax error"
|
commit | commitdiff | tree |
2006-05-26 |
Dave Mitchell | stop eval "sub{" leaking
|
commit | commitdiff | tree |
2006-05-23 |
Dave Mitchell | correct POPSTACK/POPMARK confusion in perlhack.pod
|
commit | commitdiff | tree |
2006-05-20 |
Dave Mitchell | don't try to dump GVish parts of an LV if it hasn't...
|
commit | commitdiff | tree |
2006-05-20 |
Dave Mitchell | eval { s/$foo/die/e } leaked a scalar
|
commit | commitdiff | tree |
2006-05-20 |
Dave Mitchell | [perl #32332] Perl segfaults; test case available
|
commit | commitdiff | tree |
2006-05-20 |
Dave Mitchell | [perl #32041] SEGV with complicated regexp and long...
|
commit | commitdiff | tree |
2006-05-19 |
Dave Mitchell | give a more useful example for $^V
|
commit | commitdiff | tree |
2006-05-19 |
Dave Mitchell | [perl #39141] lots of warnings with diagnostics and...
|
commit | commitdiff | tree |
2006-05-18 |
Dave Mitchell | test some die codepaths in pp_enterwrite
|
commit | commitdiff | tree |
2006-05-10 |
Dave Mitchell | disable WARN and DIE hooks during constant folding
|
commit | commitdiff | tree |
2006-05-09 |
Dave Mitchell | allow exit during fold_constants
|
commit | commitdiff | tree |
2006-04-30 |
Dave Mitchell | remove a compiler warning by making HOPBACKc only hop...
|
commit | commitdiff | tree |
2006-04-27 |
Dave Mitchell | [perl #39012] another REIFY bug
|
commit | commitdiff | tree |
2006-04-20 |
Dave Mitchell | regmatch(): replace magic value -1000 with symbolic...
|
commit | commitdiff | tree |
2006-04-20 |
Dave Mitchell | regmatch: merge the greedy and non-greedy branches...
|
commit | commitdiff | tree |
2006-04-19 |
Dave Mitchell | regmatch(): make IFMATCH use PUSH_STACK rather than...
|
commit | commitdiff | tree |
2006-04-18 |
Dave Mitchell | regmatch: fix a || vs | typo in CACHEsayYES and add...
|
commit | commitdiff | tree |
2006-04-16 |
Dave Mitchell | generalize the 'continue on success' mechanism of deferred REs
|
commit | commitdiff | tree |
2006-04-16 |
Dave Mitchell | abstract regmatch slab access with SLAB_FIRST and SLAB_LAST...
|
commit | commitdiff | tree |
2006-04-16 |
Dave Mitchell | stop PL_op and PL_curpad referring to different pads...
|
commit | commitdiff | tree |
2006-04-13 |
Dave Mitchell | eliminate PL_regbol PL_regtill PL_regnarrate PL_reg_ganch...
|
commit | commitdiff | tree |
2006-04-13 |
Dave Mitchell | disable 'split /(?{ split "" })/' test until recursive...
|
commit | commitdiff | tree |
2006-04-13 |
Dave Mitchell | eliminate PL_reg_re
|
commit | commitdiff | tree |
2006-04-12 |
Dave Mitchell | Remove the final recursion path from S_regmatch: ...
|
commit | commitdiff | tree |
2006-04-08 |
Dave Mitchell | fix potential null deref introduced by change #27716
|
commit | commitdiff | tree |
2006-04-05 |
Dave Mitchell | (??{...}) didn't always restore PL_reg_re.
|
commit | commitdiff | tree |
2006-04-05 |
Dave Mitchell | eliminate PL_regprecomp, PL_regprogram, PL_regnpar...
|
commit | commitdiff | tree |
2006-04-05 |
Dave Mitchell | restructure the EVAL branch of regmatch() to minimise...
|
commit | commitdiff | tree |
2006-04-03 |
Dave Mitchell | undo #27700 and add a missing Safefree()
|
commit | commitdiff | tree |
2006-04-03 |
Dave Mitchell | anonymous unions aren't legal ANSI c
|
commit | commitdiff | tree |
2006-04-02 |
Dave Mitchell | whoops, change 27691 blew away the regexec.c changes...
|
commit | commitdiff | tree |
2006-04-02 |
Dave Mitchell | subsume CURCUR (current curly) struct within the main...
|
commit | commitdiff | tree |
2006-04-02 |
Dave Mitchell | make parts of struct regmatch_state unions
|
commit | commitdiff | tree |
2006-04-02 |
Dave Mitchell | use slabs to allocate save state space in regmatch()
|
commit | commitdiff | tree |
2006-03-25 |
Dave Mitchell | make configpm only update Config.pm, Config_heavy.pl...
|
commit | commitdiff | tree |
2006-03-24 |
Dave Mitchell | remove unused PL_regcc variable
|
commit | commitdiff | tree |
2006-03-24 |
Dave Mitchell | make S_regmatch() iterative rather than recursive.
|
commit | commitdiff | tree |
2006-03-22 |
Dave Mitchell | remove idential code branch from regmatch()
|
commit | commitdiff | tree |
2006-03-20 |
Dave Mitchell | merge the TRIEF/TRIEFL and TRIE branches in regmatch(),
|
commit | commitdiff | tree |
2006-03-17 |
Dave Mitchell | inline, then delete, S_regrepeat_hard()
|
commit | commitdiff | tree |
2006-03-17 |
Dave Mitchell | reduce S_regrepeat_hard() callers from 3 to 1
|
commit | commitdiff | tree |
2006-01-08 |
Dave Mitchell | document svt_copy, svt_dup and svt_local vtable slots
|
commit | commitdiff | tree |
2006-01-07 |
Dave Mitchell | [perl #37946] preserve the referent associated with...
|
commit | commitdiff | tree |
2006-01-07 |
Dave Mitchell | fix coredump on 'local $shared[N]' introduced by change...
|
commit | commitdiff | tree |
2006-01-06 |
Dave Mitchell | make ithreads shared vars smaller/quicker by eliminating...
|
commit | commitdiff | tree |
2006-01-03 |
Dave Mitchell | silence some compiler warnings
|
commit | commitdiff | tree |
2006-01-03 |
Dave Mitchell | ithreads: SVs that were only on the tmps stack leaked
|
commit | commitdiff | tree |
2006-01-02 |
Dave Mitchell | stop DEBUG_LEAKING_SCALARS producing spurious memory...
|
commit | commitdiff | tree |
2006-01-02 |
Dave Mitchell | add svt_local slot to magic vtable, and fix local ...
|
commit | commitdiff | tree |
2005-12-31 |
Dave Mitchell | make threads use MY_CXT API rather than using PL_modglobal
|
commit | commitdiff | tree |
2005-12-31 |
Dave Mitchell | tidy index arrangements in new MY_CXT code
|
commit | commitdiff | tree |
2005-12-30 |
Dave Mitchell | fix errors in new MY_CTX code
|
commit | commitdiff | tree |
2005-12-30 |
Dave Mitchell | change #26523 didn't make my_cxt_init public
|
commit | commitdiff | tree |
2005-12-29 |
Dave Mitchell | re-implement MY_CXT API more efficiently, and add explicit
|
commit | commitdiff | tree |
2005-12-29 |
Dave Mitchell | add tests for MY_CXT API and improve its documentation
|
commit | commitdiff | tree |
2005-12-19 |
Dave Mitchell | [perl #8262] //g loops infinitely on tainted data
|
commit | commitdiff | tree |
2005-12-15 |
Dave Mitchell | change #26373 broke threaded builds (aTHX_ now superfluous)
|
commit | commitdiff | tree |
2005-12-14 |
Dave Mitchell | forgot to add new file to change #26350
|
commit | commitdiff | tree |
2005-12-03 |
Dave Mitchell | clarify description of vector (v) sprintf format modifier
|
commit | commitdiff | tree |
2005-12-01 |
Dave Mitchell | sprintf %NNN$ check for large values wrapping to negative
|
commit | commitdiff | tree |
2005-11-22 |
Dave Mitchell | include PERL_TRACK_MEMPOOL in perl -V output
|
commit | commitdiff | tree |
2005-11-22 |
Dave Mitchell | [perl #37725] perl segfaults on reversed array reference
|
commit | commitdiff | tree |
2005-11-05 |
Dave Mitchell | pp_print didn't extend the stack before pushing its...
|
commit | commitdiff | tree |
2005-10-16 |
Dave Mitchell | DEBUG_LEAKING_SCALARS doesn't need shared memory to...
|
commit | commitdiff | tree |
2005-10-16 |
Dave Mitchell | an assert in av_undef was leaking memory
|
commit | commitdiff | tree |
2005-10-16 |
Dave Mitchell | static functions should be prefixed S_
|
commit | commitdiff | tree |
2005-10-16 |
Dave Mitchell | free a thread's interpreter after $t->join() rather...
|
commit | commitdiff | tree |
2005-10-01 |
Dave Mitchell | Improve -DT output and fix wild buffer pointer error
|
commit | commitdiff | tree |
2005-09-29 |
Dave Mitchell | PL_defoutgv could be used after being freed
|
commit | commitdiff | tree |
2005-09-29 |
Dave Mitchell | the return value of start_subparse() can legally be...
|
commit | commitdiff | tree |
2005-08-07 |
Dave Mitchell | run regen.pl after change #25274
|
commit | commitdiff | tree |
2005-07-19 |
Dave Mitchell | the "local @foo with $#foo" tests are no longer TODO
|
commit | commitdiff | tree |
2005-07-18 |
Dave Mitchell | perl -Dstv -e'... for min..max' displayed wrong stack...
|
commit | commitdiff | tree |
2005-07-17 |
Dave Mitchell | delete a non-fucntioning chown in stat.t: it didn't...
|
commit | commitdiff | tree |
2005-07-17 |
Dave Mitchell | [perl #9720] document what can be assigned to a shared...
|
commit | commitdiff | tree |
2005-07-17 |
Dave Mitchell | $SIG{__WARN__} = sub { goto &foo } could recurse infinitely
|
commit | commitdiff | tree |
2005-07-17 |
Dave Mitchell | change #25129 was overzealous in delaying the call...
|
commit | commitdiff | tree |
2005-07-13 |
Dave Mitchell | make the expensive ckWARN() be called as late as possible
|
commit | commitdiff | tree |
2005-07-12 |
Dave Mitchell | S_pad_findlex has side effects, so its return value...
|
commit | commitdiff | tree |
2005-07-12 |
Dave Mitchell | get_?v have side effects, so their return values may...
|
commit | commitdiff | tree |
next |