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-09 |
Xavier Noria | identifiers always in main (was: defining a _ function...
|
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-14 |
Jerry D. Hedden | [perl #37919] Blessed scalar refs with threads::shared
|
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-09-04 |
Yitzchak Scott-Thoennes | Re: [perl #37039] perlref documentation about optional...
|
commit | commitdiff | tree |
2005-08-07 |
Dave Mitchell | run regen.pl after change #25274
|
commit | commitdiff | tree |
2005-07-19 |
Piotr Fusik | Re: [PATCH] Faster **
|
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 |
Jarkko Hietaniemi | Make PERL_MEM_LOG more portable.
|
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 |
2005-07-10 |
Dave Mitchell | no code before declarations!
|
commit | commitdiff | tree |
2005-07-10 |
Jarkko Hietaniemi | yet another way of debugging memory allocations
|
commit | commitdiff | tree |
2005-07-10 |
Dave Mitchell | run regen.pl
|
commit | commitdiff | tree |
2005-07-10 |
Yves Orton | Re: [perl #36207] UTF8/Latin 1/i regexp "Malformed...
|
commit | commitdiff | tree |
2005-07-10 |
Jarkko Hietaniemi | yet another way of debugging memory allocations
|
commit | commitdiff | tree |
2005-07-10 |
Dave Mitchell | silence some compiler warnings
|
commit | commitdiff | tree |
2005-07-10 |
Dave Mitchell | extend MEM_WRAP_CHECK supress warning hack to MEM_WRAP_CHECK_*
|
commit | commitdiff | tree |
2005-07-08 |
Dave Mitchell | [perl #36207] UTF8/Latin 1/i regexp "Malformed character...
|
commit | commitdiff | tree |
2005-07-07 |
Dave Mitchell | more taint fallout from change 24943
|
commit | commitdiff | tree |
2005-07-07 |
Dave Mitchell | [perl #34171] bytes pragma error in substitution operator
|
commit | commitdiff | tree |
2005-07-06 |
Dave Mitchell | [perl #36470] 'undef $@; die' gives uninint value warning
|
commit | commitdiff | tree |
2005-07-05 |
Dave Mitchell | a long /etc/groups entry could cause memory exhaustion.
|
commit | commitdiff | tree |
2005-07-05 |
Dave Mitchell | change 24943 broke restoration of localized taint values
|
commit | commitdiff | tree |
2005-07-04 |
Jarkko Hietaniemi | Re: [PATCH] Re: [PATCH] Re: a blead warning from tru64
|
commit | commitdiff | tree |
2005-07-02 |
Tels | do just-in-time loading of Carp.pm in some modules
|
commit | commitdiff | tree |
2005-07-02 |
Dave Mitchell | replace ckWARN macros with functions
|
commit | commitdiff | tree |
2005-07-02 |
Dave Mitchell | missed one PAD_SET_CUR
|
commit | commitdiff | tree |
2005-07-01 |
Dave Mitchell | the PAD_SET_CUR macro expanded too much for AIX compilers
|
commit | commitdiff | tree |
2005-07-01 |
Dave Mitchell | undo some excessive Carp.pm minimalisation
|
commit | commitdiff | tree |
2005-07-01 |
Dave Mitchell | silence a warning in Perl_sv_compile_2op
|
commit | commitdiff | tree |
2005-07-01 |
Dave Mitchell | silence gcc 'comparison is always false' warning in...
|
commit | commitdiff | tree |
2005-06-30 |
Dave Mitchell | [perl #36434] assigning shared consts (eg __PACKAGE__...
|
commit | commitdiff | tree |
2005-06-28 |
Dave Mitchell | move Carp.pod back into Carp.pm
|
commit | commitdiff | tree |
2005-06-27 |
Dave Mitchell | Make Carp.pm even lighter (and Carp::Heavy even heavier)
|
commit | commitdiff | tree |
2005-06-23 |
Dave Mitchell | change 24967 got the #endif in the wrong place
|
commit | commitdiff | tree |
2005-06-23 |
Dave Mitchell | don't repopulate PADTMP slots with null SVs when freeing ops
|
commit | commitdiff | tree |
2005-06-22 |
Dave Mitchell | remove taint hack now that local $tainted no longer...
|
commit | commitdiff | tree |
2005-06-22 |
Dave Mitchell | handle magic in local correctly
|
commit | commitdiff | tree |
2005-06-14 |
Dave Mitchell | whoops, Perl_magic_freearylen_p returns int
|
commit | commitdiff | tree |
2005-06-14 |
Dave Mitchell | Perl_magic_freearylen_p could coredump
|
commit | commitdiff | tree |
2005-05-30 |
Dave Mitchell | add pointer to email explaining why eval {goto &foo...
|
commit | commitdiff | tree |
2005-05-21 |
Dave Mitchell | [perl #35878] goto &xsub that croaks corrupts memory
|
commit | commitdiff | tree |
2005-05-21 |
Dave Mitchell | stop goto &foo wasting stack space
|
commit | commitdiff | tree |
2005-05-21 |
Dave Mitchell | add access to Perl_croak() via 'mycroak' in XS::APItest
|
commit | commitdiff | tree |
2005-05-21 |
Dave Mitchell | disallow eval { goto &foo }
|
commit | commitdiff | tree |
2005-05-18 |
Dave Mitchell | make t/TEST print summary times consistently to two...
|
commit | commitdiff | tree |
2005-05-15 |
Dave Mitchell | avoid leaked scalar in BEGIN { threads->new(...) }
|
commit | commitdiff | tree |
2005-05-14 |
Dave Mitchell | Fix typo in DDEBUG_LEAKING_SCALARS flags output
|
commit | commitdiff | tree |
2005-05-14 |
Dave Mitchell | initialize the PL_xpvgv_[arena]root vars during clone
|
commit | commitdiff | tree |
2005-05-12 |
Dave Mitchell | make join.t threadsafe!
|
commit | commitdiff | tree |
2005-05-08 |
Dave Mitchell | t/TEST's new error messages now include the prefix...
|
commit | commitdiff | tree |
next |