This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
initialize the PL_xpvgv_[arena]root vars during clone
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
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
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-04
Dave Mitchell
[perl #29340] Bizarre copy of ARRAY
commit
|
commitdiff
|
tree
2004-05-03
Dave Mitchell
add test for change #22746 ([perl #29102] Crash on...
commit
|
commitdiff
|
tree
2004-05-03
Dave Mitchell
add test for change #22776 ("open m" crashes Perl)
commit
|
commitdiff
|
tree
2004-05-03
Dave Mitchell
[perl #28986] perl -e "open m" crashes Perl
commit
|
commitdiff
|
tree
2004-05-03
Dave Mitchell
[perl #29127] scalar delete of empty slice returned...
commit
|
commitdiff
|
tree
2004-05-03
Dave Mitchell
[perl #28938] split could leave an array without ...
commit
|
commitdiff
|
tree
2004-05-03
Dave Mitchell
remove spurious intentation in utf8_pva.pl
commit
|
commitdiff
|
tree
2004-05-03
Dave Mitchell
ensure that utf8 Perl code magically called from a...
commit
|
commitdiff
|
tree
2004-04-30
Dave Mitchell
disable problematical 'uninitialized value' warning...
commit
|
commitdiff
|
tree
2004-04-27
Dave Mitchell
fix a coredump caused by rv2gv not fully converting...
commit
|
commitdiff
|
tree
2004-04-24
Dave Mitchell
fix 64-bit casting error in change 22741 (uninit var...
commit
|
commitdiff
|
tree
2004-04-23
Dave Mitchell
Include variable names in "Use of uninitialized value...
commit
|
commitdiff
|
tree
2004-04-11
Dave Mitchell
Stop PL_comppad pointing to a freed pad during global...
commit
|
commitdiff
|
tree
2004-04-11
Dave Mitchell
Make global cleanup fractionally faster by giving S_visit()
commit
|
commitdiff
|
tree
2004-04-01
Dave Mitchell
Fix change #22376. Only mark a const as short-circuited
commit
|
commitdiff
|
tree
2004-03-31
Dave Mitchell
[perl #28032] delete $_[0] + (\$) prototype = bad...
commit
|
commitdiff
|
tree
2004-03-29
Dave Mitchell
backout change 22606 (make gv_fullname() include a...
commit
|
commitdiff
|
tree
2004-03-28
Dave Mitchell
update -Dx to cope with lexical version of OP_AELEMFAST
commit
|
commitdiff
|
tree
2004-03-28
Dave Mitchell
make gv_fullname() etc include a literal '^' for *...
commit
|
commitdiff
|
tree
2004-03-28
Dave Mitchell
pv_display() had code to display \n etc as escapes...
commit
|
commitdiff
|
tree
next