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 |
2005-07-10 |
Dave Mitchell | no code before declarations!
|
commit | commitdiff | tree |
2005-07-10 |
Dave Mitchell | run regen.pl
|
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-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 |
2005-05-07 |
Dave Mitchell | while (my $x ...) { ...; redo } shouldn't undef $x.
|
commit | commitdiff | tree |
2005-05-07 |
Dave Mitchell | add 1.875c to the list of supported bisons
|
commit | commitdiff | tree |
2005-05-05 |
Dave Mitchell | avoid accessing a just-freed SV (keep ponie happy)
|
commit | commitdiff | tree |
2005-05-05 |
Dave Mitchell | stop Math/BigInt/t/bare_mbf.t producing spurious test...
|
commit | commitdiff | tree |
2005-05-05 |
Dave Mitchell | strictifying t/TEST stopped it handling '1..n todo...
|
commit | commitdiff | tree |
2005-05-05 |
Dave Mitchell | make t/TEST detect various failure modes in testfile...
|
commit | commitdiff | tree |
2005-05-04 |
Dave Mitchell | strictify t/TEST
|
commit | commitdiff | tree |
2005-05-04 |
Dave Mitchell | add test for [perl #34682] leaving eval via last in...
|
commit | commitdiff | tree |
2005-05-04 |
Dave Mitchell | make goto.t use test.pl, strict and warnings
|
commit | commitdiff | tree |
2005-05-04 |
Dave Mitchell | [perl #35214] SEGV when next is followed by a goto
|
commit | commitdiff | tree |
2005-05-03 |
Dave Mitchell | document the internals of exception handling
|
commit | commitdiff | tree |
2005-05-02 |
Dave Mitchell | Better fix for #8738 (Core dump in 'leavetry')
|
commit | commitdiff | tree |
2005-05-02 |
Dave Mitchell | Revert change #15705 (Core dump in 'leavetry')
|
commit | commitdiff | tree |
2005-05-02 |
Dave Mitchell | move the SETJMP exception-handing definitions from...
|
commit | commitdiff | tree |
2005-04-21 |
Dave Mitchell | Sigh - really bump Text::Wrap version number this time.
|
commit | commitdiff | tree |
2005-04-21 |
Dave Mitchell | bump version number in Text::Wrap after change #24273
|
commit | commitdiff | tree |
2005-04-21 |
Dave Mitchell | [perl #34902] Text::Wrap::wrap() fails with non-space...
|
commit | commitdiff | tree |
2005-04-21 |
Dave Mitchell | [perl #34976] substr uses utf8 length cache incorrectly
|
commit | commitdiff | tree |
2005-04-20 |
Dave Mitchell | In change 24266 I failed to actually change anything...
|
commit | commitdiff | tree |
2005-04-20 |
Dave Mitchell | change misleading syslog() example
|
commit | commitdiff | tree |
2005-04-19 |
Dave Mitchell | run regen_headers after addition of FOO_set() macros
|
commit | commitdiff | tree |
2005-04-19 |
Dave Mitchell | DEBUG_LEAKING_SCALARS could use the value of a freed...
|
commit | commitdiff | tree |
2005-04-19 |
Dave Mitchell | Add CLONE_SKIP() class method to allow individual classes...
|
commit | commitdiff | tree |
2005-03-28 |
Dave Mitchell | expand -DDEBUG_LEAKING_SCALARS to instrument the creation...
|
commit | commitdiff | tree |
2005-03-26 |
Dave Mitchell | [perl #33185] UTF-8 string substitution corrupts memory
|
commit | commitdiff | tree |
2005-02-26 |
Dave Mitchell | ithreads: cond_signal() on a non-shared object coredumped
|
commit | commitdiff | tree |
2005-02-26 |
Dave Mitchell | Fix leaks in List::Util::reduce,first
|
commit | commitdiff | tree |
2005-02-02 |
Dave Mitchell | fix POSIX::strtod error handling documentation
|
commit | commitdiff | tree |
2005-01-30 |
Dave Mitchell | minor corrections to comments in perly.y
|
commit | commitdiff | tree |
2005-01-29 |
Dave Mitchell | [perl #33928] chomp() fails after alarm(), `sleep`
|
commit | commitdiff | tree |
2004-11-12 |
Dave Mitchell | Add some descriptive text from Larry to op.c on how...
|
commit | commitdiff | tree |
2004-11-06 |
Dave Mitchell | document regcomp.c/regexec.c's dual life under ext/re/
|
commit | commitdiff | tree |
2004-10-30 |
Dave Mitchell | [perl #32033] Using foreach on threads::shared array...
|
commit | commitdiff | tree |
2004-10-29 |
Dave Mitchell | [perl #31851] Threading crash with closures
|
commit | commitdiff | tree |
2004-10-27 |
Dave Mitchell | include flags and refcount in the list of leaked scalars
|
commit | commitdiff | tree |
2004-10-23 |
Dave Mitchell | [perl #32039] Chained goto &sub drops data too early.
|
commit | commitdiff | tree |
2004-10-10 |
Dave Mitchell | Turn regcomp into a list op
|
commit | commitdiff | tree |
2004-09-30 |
Dave Mitchell | [perl #31767] open $1, "file" doesn't raise an exception
|
commit | commitdiff | tree |
2004-09-28 |
Dave Mitchell | the improved -DT output of #23325 could print an uninit...
|
commit | commitdiff | tree |
2004-09-19 |
Dave Mitchell | improve lexer debugging output (-DT)
|
commit | commitdiff | tree |
2004-09-12 |
Dave Mitchell | [perl #30066] Memory leak in nested shared data structures...
|
commit | commitdiff | tree |
2004-09-05 |
Dave Mitchell | only mortalize deleted array elements for AvREAL
|
commit | commitdiff | tree |
2004-09-05 |
Dave Mitchell | I somehow managed to omit the base.pm change from ...
|
commit | commitdiff | tree |
2004-09-05 |
Dave Mitchell | [perl #31078] Fields package bug
|
commit | commitdiff | tree |
2004-09-01 |
Dave Mitchell | whoops, fix 'formline undef' test broken by change...
|
commit | commitdiff | tree |
2004-09-01 |
Dave Mitchell | delete spurious blank lines added by change 23251
|
commit | commitdiff | tree |
2004-09-01 |
Dave Mitchell | [perl #31111] Random made scripts crashing perl
|
commit | commitdiff | tree |
2004-08-20 |
Dave Mitchell | a regex in STDOUT destructor coredumped because regex...
|
commit | commitdiff | tree |
2004-08-14 |
Dave Mitchell | make pp_goto() cope potential stack reallocation in...
|
commit | commitdiff | tree |
2004-08-09 |
Dave Mitchell | Fix a typo and remove some debugging crud from change...
|
commit | commitdiff | tree |
2004-08-09 |
Dave Mitchell | eval_sv() failing a taint test could corrupt the stack
|
commit | commitdiff | tree |
2004-08-09 |
Dave Mitchell | made eq_array in t/test.pl handle undef values better
|
commit | commitdiff | tree |
2004-08-09 |
Dave Mitchell | fix minor nit in file description, to keep Jarkko happy
|
commit | commitdiff | tree |
2004-08-07 |
Dave Mitchell | Add tests for XS call_*() API
|
commit | commitdiff | tree |
2004-08-06 |
Dave Mitchell | remove leaks associated with version object change...
|
commit | commitdiff | tree |
2004-08-03 |
Dave Mitchell | more typo fixes for change 3176 (comments at top of...
|
commit | commitdiff | tree |
2004-08-01 |
Dave Mitchell | Add comment to top of reentr.c and fix typos in other...
|
commit | commitdiff | tree |
2004-07-31 |
Dave Mitchell | shut up a warning in mg.c
|
commit | commitdiff | tree |
2004-07-31 |
Dave Mitchell | Add comment to the top of most .c files explaining...
|
commit | commitdiff | tree |
2004-07-25 |
Dave Mitchell | make -Dl log runops loop entry and exit, and jump level...
|
commit | commitdiff | tree |
next |