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-23 |
Steve Peters | Fix for warnings in util.c/Perl_init_tm()
|
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-21 |
Andy Lester | extra code in pp_concat, Take 2
|
commit | commitdiff | tree |
2005-04-20 |
David Dyck | patch to [PATCH] Fix MGVTBL structures in perl.h (preprocessor
|
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-20 |
glasser@tang-eleven... | [perl #35059] [PATCH] caller() skips frames (such as...
|
commit | commitdiff | tree |
2005-04-20 |
Andy Lester | Fix MGVTBL structures in perl.h
|
commit | commitdiff | tree |
2005-04-19 |
Dave Mitchell | run regen_headers after addition of FOO_set() macros
|
commit | commitdiff | tree |
2005-04-19 |
Andy Lester | pad_compname_type(), takes care of a clunky macro
|
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 |
2005-01-23 |
Jarkko Hietaniemi | Re: Smoke [5.9.2] 23863 FAIL(F) MSWin32 WinXP/.Net...
|
commit | commitdiff | tree |
2005-01-22 |
Jarkko Hietaniemi | Re: uc($long_utf8_string) exhausts memory
|
commit | commitdiff | tree |
2005-01-22 |
Jarkko Hietaniemi | Re: uc($long_utf8_string) exhausts memory
|
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-20 |
LAUN Wolfgang | Re: [perl #31586] utime does not reach expectations...
|
commit | commitdiff | tree |
2004-09-19 |
Dave Mitchell | improve lexer debugging output (-DT)
|
commit | commitdiff | tree |
2004-09-14 |
Chris Heath | Re: [perl #31459] Bug in read()
|
commit | commitdiff | tree |
2004-09-12 |
Dave Mitchell | [perl #30066] Memory leak in nested shared data structures...
|
commit | commitdiff | tree |
2004-09-08 |
Andy Dougherty | [perl #21553] Re: Solaris Perl (fwd)
|
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 |
Rick Delaney | fields.pm lost compile-time benefit
|
commit | commitdiff | tree |
2004-09-01 |
Dave Mitchell | whoops, fix 'formline undef' test broken by change...
|
commit | commitdiff | tree |
2004-09-01 |
Andy Lester | PATCH: Taintedness and ternary conditional
|
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-09-01 |
david nicol | [perl #31228] no no-op
|
commit | commitdiff | tree |
2004-09-01 |
Jim Cromie | [ PATCH ] 2 added private flags for B::Concise
|
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-26 |
Andy Dougherty | [perl #7558] [PATCH] README.solaris
|
commit | commitdiff | tree |
2004-07-25 |
Dave Mitchell | make -Dl log runops loop entry and exit, and jump level...
|
commit | commitdiff | tree |
2004-07-24 |
Dave Mitchell | document that -i messes soft as well hard hard links.
|
commit | commitdiff | tree |
2004-07-23 |
Dave Mitchell | make a note in perlrun that -i doesn't preserve UNIX...
|
commit | commitdiff | tree |
2004-07-23 |
Dave Mitchell | [perl #30733] memory leak in array delete
|
commit | commitdiff | tree |
2004-07-23 |
Dave Mitchell | remove binary compat from #23156 (remove PL_retstack)
|
commit | commitdiff | tree |
2004-07-23 |
Dave Mitchell | remove the return stack PL_retstack, and store return...
|
commit | commitdiff | tree |
2004-07-02 |
Dave Mitchell | [perl #30258] utf8 POPSTACK crash on split execution
|
commit | commitdiff | tree |
2004-06-28 |
Dave Mitchell | [perl #30509] use encoding and "eq" cause memory leak
|
commit | commitdiff | tree |
2004-06-20 |
Dave Mitchell | make mktables always update modifed time to play better...
|
commit | commitdiff | tree |
2004-06-20 |
Dave Mitchell | fix typo in gp_free
|
commit | commitdiff | tree |
2004-06-19 |
Dave Mitchell | 'make test' without preceeding 'make' fails.
|
commit | commitdiff | tree |
2004-06-08 |
Dave Mitchell | [perl #30061] double DESTROY in for loop
|
commit | commitdiff | tree |
2004-05-30 |
Shinya Hayakawa | Re: my $x->{foo} doesn't work
|
commit | commitdiff | tree |
2004-05-30 |
Dave Mitchell | [perl #29708] Problem with autouse (causing Perl to...
|
commit | commitdiff | tree |
2004-05-22 |
Dave Mitchell | [perl #29790] Optimization busted: '@a = "b", sort...
|
commit | commitdiff | tree |
2004-05-19 |
Dave Mitchell | improve hashing algorithm for ptr tables in perl_clone:
|
commit | commitdiff | tree |
2004-05-19 |
Dave Mitchell | [perl #29637] Thread creation time is hypersensitive
|
commit | commitdiff | tree |
2004-05-16 |
Dave Mitchell | make Text::Balanced skip "case /..../" correctly for...
|
commit | commitdiff | tree |
2004-05-07 |
Dave Mitchell | symbolic references like ${"foo$index"}*3 would incorrectly...
|
commit | commitdiff | tree |
2004-05-07 |
Jim Cromie | Re: stdio still supported?
|
commit | commitdiff | tree |
2004-05-04 |
Dave Mitchell | [perl #29340] Bizarre copy of ARRAY
|
commit | commitdiff | tree |
next |