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
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Fix deparsing of require "a".$1
[perl5.git]
/
dist
/
B-Deparse
/
t
/
deparse.t
2011-12-19
Father Chrysostomos
Fix deparsing of require "a".$1
blob
|
commitdiff
2011-12-08
Father Chrysostomos
[perl #97476] Deparse not() following the llafr
blob
|
commitdiff
|
diff to current
2011-12-08
Father Chrysostomos
[perl #77172] Deparse &{&} as &{&}, not &&
blob
|
commitdiff
|
diff to current
2011-12-08
Father Chrysostomos
More tests for deparsing warn()+1, etc.
blob
|
commitdiff
|
diff to current
2011-12-08
Father Chrysostomos
[perl #74740] Deparse -(f()) correctly
blob
|
commitdiff
|
diff to current
2011-12-08
Father Chrysostomos
Deparse pipe(local *FH, local *FH) correctly
blob
|
commitdiff
|
diff to current
2011-12-08
Father Chrysostomos
Deparse (eof)+1 correctly
blob
|
commitdiff
|
diff to current
2011-12-08
Father Chrysostomos
[perl #63558] Deparse open local(*FH) correctly
blob
|
commitdiff
|
diff to current
2011-12-08
Father Chrysostomos
Deparse dump as CORE::dump
blob
|
commitdiff
|
diff to current
2011-12-08
Father Chrysostomos
Deparse filetest ops without llafr
blob
|
commitdiff
|
diff to current
2011-12-08
Father Chrysostomos
Deparse CORE::do+{} and CORE::do({}) correctly
blob
|
commitdiff
|
diff to current
2011-12-08
Father Chrysostomos
Fix deparsing of "" =~ <any OPf_SPECIAL op>
blob
|
commitdiff
|
diff to current
2011-12-08
Father Chrysostomos
Deparse.pm: More functions that do not follow llafr
blob
|
commitdiff
|
diff to current
2011-12-08
Father Chrysostomos
[perl #77096] Deparse return and do without llafr
blob
|
commitdiff
|
diff to current
2011-12-08
Father Chrysostomos
deparse.t: Add bug number
blob
|
commitdiff
|
diff to current
2011-12-08
Father Chrysostomos
[perl #47361] Deparse do +{} and do({}) correctly
blob
|
commitdiff
|
diff to current
2011-12-07
Father Chrysostomos
[perl #47359] Deparse method {$object} correctly
blob
|
commitdiff
|
diff to current
2011-12-07
Father Chrysostomos
Deparse: detect hh changes properly
blob
|
commitdiff
|
diff to current
2011-12-07
Father Chrysostomos
Deparse funny keys/values in hh properly
blob
|
commitdiff
|
diff to current
2011-12-07
Father Chrysostomos
Fix deparsing of undefined hint hash values
blob
|
commitdiff
|
diff to current
2011-11-26
Father Chrysostomos
Optimise substr assignment in void context
blob
|
commitdiff
|
diff to current
2011-11-22
Father Chrysostomos
[perl #80628] __SUB__
blob
|
commitdiff
|
diff to current
2011-11-20
Father Chrysostomos
Deparse sort(foo(bar)) correctly
blob
|
commitdiff
|
diff to current
2011-11-06
Father Chrysostomos
Add evalbytes function
blob
|
commitdiff
|
diff to current
2011-11-04
Father Chrysostomos
Deparse ()[()]
blob
|
commitdiff
|
diff to current
2011-09-18
Father Chrysostomos
Deparse "${#}a"
blob
|
commitdiff
|
diff to current
2011-09-18
Father Chrysostomos
Deparse $#{/} correctly
blob
|
commitdiff
|
diff to current
2011-09-09
Zefram
remove index offsetting ($[)
blob
|
commitdiff
|
diff to current
2011-07-10
Father Chrysostomos
Squelch warning in deparse.t
blob
|
commitdiff
|
diff to current
2011-07-10
Hojung Youn
B::Deparse misdeparses qq(@,)
blob
|
commitdiff
|
diff to current
2011-06-17
Father Chrysostomos
Deparse CORE::break
blob
|
commitdiff
|
diff to current
2011-06-15
Father Chrysostomos
Make B::Deparse emit CORE::state, etc.
blob
|
commitdiff
|
diff to current
2011-06-12
Nicholas Clark
Split OP_AELEMFAST_LEX out from OP_AELEMFAST.
blob
|
commitdiff
|
diff to current
2011-06-02
Father Chrysostomos
Deparse $obj->$meth=... [perl #62498]
blob
|
commitdiff
|
diff to current
2011-06-02
Father Chrysostomos
Deparse glob the same way regardless of PERL_EXTERNAL_GLOB
blob
|
commitdiff
|
diff to current
2011-05-22
Father Chrysostomos
Fix deparsing of subs named :::: and ::::::
blob
|
commitdiff
|
diff to current
2011-05-21
Father Chrysostomos
Test require override with Deparse [perl #62500]
blob
|
commitdiff
|
diff to current
2011-05-20
Father Chrysostomos
Deparse: readpipe with complex expression
blob
|
commitdiff
|
diff to current
2011-05-20
Father Chrysostomos
[perl #91008] Deparse doesn't like each $ref
blob
|
commitdiff
|
diff to current
2011-05-18
Father Chrysostomos
[perl #90898] B::Deparse failure on glob()
blob
|
commitdiff
|
diff to current
2011-01-16
Karl Williamson
Fix \xa0 matching both [\s] [\S], et.al.
blob
|
commitdiff
|
diff to current
2011-01-07
Peter J. Acklam...
Fix typos (spelling errors) in dist/*
blob
|
commitdiff
|
diff to current
2010-11-28
Nicholas Clark
Make my $pi := 4; a syntax error.
blob
|
commitdiff
|
diff to current
2010-11-26
Nicholas Clark
In deparse.t, give a description to every test. Remove...
blob
|
commitdiff
|
diff to current
2010-11-06
Father Chrysostomos
Make Deparse work with y/å/ø/
blob
|
commitdiff
|
diff to current
2010-11-06
Father Chrysostomos
Test y///r with B::Deparse
blob
|
commitdiff
|
diff to current
2010-10-27
Nicholas Clark
B::Deparse should call B::threadsv_names, instead of...
blob
|
commitdiff
|
diff to current
2010-10-21
Father Chrysostomos
[perl #33752] B::Deparse fails with utf8 and our
blob
|
commitdiff
|
diff to current
2010-09-21
Father Chrysostomos
Let B::Deparse know about the [perl #20444] fix.
blob
|
commitdiff
|
diff to current
2010-05-03
Ruslan Zakirov
shift; optimization
blob
|
commitdiff
|
diff to current
2010-04-29
Zefram
put package declaration before label in deparsing
blob
|
commitdiff
|
diff to current
2010-03-11
Rafael Garcia-Suarez
Re-TODO one more Deparse test
blob
|
commitdiff
|
diff to current
2010-03-10
David Mitchell
revert const deparsing in Deparse.pm
blob
|
commitdiff
|
diff to current
2010-01-06
Vincent Pit
[perl #71870] Use of uninitialized value in bitwise...
blob
|
commitdiff
|
diff to current
2009-11-15
Vincent Pit
Teach B::Deparse about in-place reverse
blob
|
commitdiff
|
diff to current
2009-11-04
Nicholas Clark
Deprecate use of := to mean an empty attribute list...
blob
|
commitdiff
|
diff to current
2009-10-01
Nicholas Clark
Move B::Dearpse from ext to dist, as Stephen McCamant...
blob
|
commitdiff
|
diff to current