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
perlapi: Document gv_name_set
4 days ago
Paul "LeoNerd" Evans
Document that use feature 'defer' is still experimental
commit
|
commitdiff
|
tree
8 days ago
Paul "LeoNerd" Evans
Remove documentation references to recent Configure...
commit
|
commitdiff
|
tree
9 days ago
Paul "LeoNerd" Evans
Revert "Add Configure question for taint support"
commit
|
commitdiff
|
tree
2022-05-13
Paul "LeoNerd" Evans
Put 'bareword_filehandles' feature back into the v5...
commit
|
commitdiff
|
tree
2022-04-23
Paul "LeoNerd" Evans
Put back the words about no VERSION not undoing feature...
commit
|
commitdiff
|
tree
2022-04-23
Paul "LeoNerd" Evans
Use signatures in perlunicook example
commit
|
commitdiff
|
tree
2022-04-23
Paul "LeoNerd" Evans
use signature in perlthrtut to further tidy the example...
commit
|
commitdiff
|
tree
2022-04-23
Paul "LeoNerd" Evans
Point directly to L<...|perlfunc/use VERSION> when...
commit
|
commitdiff
|
tree
2022-04-23
Paul "LeoNerd" Evans
Replace 'use strict; use warnings;' with 'use VERSION...
commit
|
commitdiff
|
tree
2022-04-23
Paul "LeoNerd" Evans
Replace docs examples of 'use NUMBER' with proper v...
commit
|
commitdiff
|
tree
2022-04-23
Paul "LeoNerd" Evans
More wording in perldsc.pod about 'use VERSION'
commit
|
commitdiff
|
tree
2022-04-23
Paul "LeoNerd" Evans
Point out that 'indirect' is only availble before ...
commit
|
commitdiff
|
tree
2022-04-23
Paul "LeoNerd" Evans
Add some wording about 'use VERSION' to perlstyle.pod
commit
|
commitdiff
|
tree
2022-04-23
Paul "LeoNerd" Evans
Mention that 'use VERSION' enables strict + warnings...
commit
|
commitdiff
|
tree
2022-04-23
Paul "LeoNerd" Evans
Split docs for 'use VERSION' into its own section of...
commit
|
commitdiff
|
tree
2022-04-17
Paul "LeoNerd" Evans
Add created_as_... builtins to perldelta
commit
|
commitdiff
|
tree
2022-04-04
Paul "LeoNerd" Evans
Add the new flow-control keywords to perlfunc.pod
commit
|
commitdiff
|
tree
2022-04-01
Paul "LeoNerd" Evans
Some initial documentation about the new created_as_...
commit
|
commitdiff
|
tree
2022-04-01
Paul "LeoNerd" Evans
Initial implementation and unit-tests of created_as_...
commit
|
commitdiff
|
tree
2022-03-14
Paul "LeoNerd" Evans
Add mention of new `builtin::indexed` to perldelta
commit
|
commitdiff
|
tree
2022-03-14
Paul "LeoNerd" Evans
No need to document 'useless use of sort in scalar...
commit
|
commitdiff
|
tree
2022-03-14
Paul "LeoNerd" Evans
An initial implementation of builtin::indexed
commit
|
commitdiff
|
tree
2022-03-14
Paul "LeoNerd" Evans
Add missing builtin diagnostic to perldiag.pod; rename...
commit
|
commitdiff
|
tree
2022-03-14
Paul "LeoNerd" Evans
t/porting/diag.t: Don't skip the bodies of XS functions...
commit
|
commitdiff
|
tree
2022-03-11
Paul "LeoNerd" Evans
Fix order of builtin:: warnings tests
commit
|
commitdiff
|
tree
2022-03-08
Paul "LeoNerd" Evans
Mention in perldelta
commit
|
commitdiff
|
tree
2022-03-08
Paul "LeoNerd" Evans
Move sort's scalar context warning to new 'scalar'...
commit
|
commitdiff
|
tree
2022-03-08
Paul "LeoNerd" Evans
Add a new 'scalar' warnings category
commit
|
commitdiff
|
tree
2022-03-07
Paul "LeoNerd" Evans
assert() PL_parser before trying to dereference it
commit
|
commitdiff
|
tree
2022-03-07
Paul "LeoNerd" Evans
Rename is{bool,weak} to is_{bool,weak}
commit
|
commitdiff
|
tree
2022-02-20
Paul "LeoNerd" Evans
Add 'signatures' to :5.36 feature bundle
commit
|
commitdiff
|
tree
2022-02-20
Paul "LeoNerd" Evans
Update various documentation files
commit
|
commitdiff
|
tree
2022-02-20
Paul "LeoNerd" Evans
Remove 'no warnings experimental::signatures' from...
commit
|
commitdiff
|
tree
2022-02-20
Paul "LeoNerd" Evans
Don't emit experimental::signatures warning (closes...
commit
|
commitdiff
|
tree
2022-02-20
Paul "LeoNerd" Evans
perl5db.pl needs to use :prototype() attribute to set...
commit
|
commitdiff
|
tree
2022-02-18
Paul "LeoNerd" Evans
Mark files generated by unicode as linguist-generated
commit
|
commitdiff
|
tree
2022-02-15
Paul "LeoNerd" Evans
Add 'isa' to 'use feature :5.35'
commit
|
commitdiff
|
tree
2022-02-15
Paul "LeoNerd" Evans
No longer print experimental::isa warning (closes ...
commit
|
commitdiff
|
tree
2022-02-13
Paul "LeoNerd" Evans
Might as well just do numerical comparisons against...
commit
|
commitdiff
|
tree
2022-02-13
Paul "LeoNerd" Evans
Add to perldeprecation.pod
commit
|
commitdiff
|
tree
2022-02-13
Paul "LeoNerd" Evans
Add to perldelta.pod
commit
|
commitdiff
|
tree
2022-02-13
Paul "LeoNerd" Evans
Print a deprecation warning if downgrading to a use...
commit
|
commitdiff
|
tree
2022-02-13
Paul "LeoNerd" Evans
Add a PL_prevailing_version interpreter var
commit
|
commitdiff
|
tree
2022-02-08
Paul "LeoNerd" Evans
Document that $^S is 1 inside a try block
commit
|
commitdiff
|
tree
2022-02-05
Paul "LeoNerd" Evans
Expansions of PERLVAR* in intrpvar.h should not end...
commit
|
commitdiff
|
tree
2022-02-03
Paul "LeoNerd" Evans
embedvar.h is a generated file
commit
|
commitdiff
|
tree
2022-01-31
Paul "LeoNerd" Evans
Add @_ in signatured sub being experimental to perldelta.pod
commit
|
commitdiff
|
tree
2022-01-31
Paul "LeoNerd" Evans
Put some wording into perlsub.pod about @_ being discouraged...
commit
|
commitdiff
|
tree
2022-01-31
Paul "LeoNerd" Evans
Emit experimental::snail_in_signatures warnings on...
commit
|
commitdiff
|
tree
2022-01-31
Paul "LeoNerd" Evans
Add a new 'experimental::snail_in_signatures' warning...
commit
|
commitdiff
|
tree
2022-01-31
Paul "LeoNerd" Evans
Set the CvSIGNATURE flag on signatured subs
commit
|
commitdiff
|
tree
2022-01-31
Paul "LeoNerd" Evans
Define a CvSIGNATURE flag
commit
|
commitdiff
|
tree
2022-01-27
Paul "LeoNerd" Evans
Also document and unit-test the correct handling of...
commit
|
commitdiff
|
tree
2022-01-27
Paul "LeoNerd" Evans
Add perldelta entry for the four new functions
commit
|
commitdiff
|
tree
2022-01-27
Paul "LeoNerd" Evans
Minor docs wording fixes
commit
|
commitdiff
|
tree
2022-01-27
Paul "LeoNerd" Evans
Clarify in docs that sv_eq* don't handle operator overloadin...
commit
|
commitdiff
|
tree
2022-01-27
Paul "LeoNerd" Evans
Docs clarification that the basic sv_*eq() functions...
commit
|
commitdiff
|
tree
2022-01-27
Paul "LeoNerd" Evans
Slight tidying of tests
commit
|
commitdiff
|
tree
2022-01-27
Paul "LeoNerd" Evans
Create sv_streq() API family, as a stringy copy of...
commit
|
commitdiff
|
tree
2022-01-26
Paul "LeoNerd" Evans
Have sv_numeq() respect == overloading unless the SV_SKIP_OV...
commit
|
commitdiff
|
tree
2022-01-26
Paul "LeoNerd" Evans
Initial implementation of sv_numeq() and _flags() variant
commit
|
commitdiff
|
tree
2022-01-25
Paul "LeoNerd" Evans
Fix bundled .pm files for experimental::builtin warnings
commit
|
commitdiff
|
tree
2022-01-25
Paul "LeoNerd" Evans
Fix lib/unicore/mktables for experimental::builtin...
commit
|
commitdiff
|
tree
2022-01-25
Paul "LeoNerd" Evans
Fix unit tests for experimental::builtin warnings
commit
|
commitdiff
|
tree
2022-01-25
Paul "LeoNerd" Evans
Emit experimental::builtin warnings from the builtin...
commit
|
commitdiff
|
tree
2022-01-25
Paul "LeoNerd" Evans
Add experimental::builtin warning
commit
|
commitdiff
|
tree
2022-01-24
Paul "LeoNerd" Evans
Remove remaining uses of @_ in signatured subs in lib...
commit
|
commitdiff
|
tree
2022-01-20
Paul "LeoNerd" Evans
Add perldelta entry for try/catch/finally
commit
|
commitdiff
|
tree
2022-01-20
Paul "LeoNerd" Evans
Implement correct deparse logic for try/catch/finally
commit
|
commitdiff
|
tree
2022-01-20
Paul "LeoNerd" Evans
Ensure that forbidden control flow messages about finally...
commit
|
commitdiff
|
tree
2022-01-20
Paul "LeoNerd" Evans
Document the new try/catch/finally syntax
commit
|
commitdiff
|
tree
2022-01-20
Paul "LeoNerd" Evans
Implement and test try/catch/finally syntax
commit
|
commitdiff
|
tree
2022-01-20
Paul "LeoNerd" Evans
Add op_wrap_finally() convenience function
commit
|
commitdiff
|
tree
2022-01-20
Paul "LeoNerd" Evans
Define 'finally' keyword
commit
|
commitdiff
|
tree
2022-01-20
Paul "LeoNerd" Evans
Make sure to rpeep() the body of catch {} blocks
commit
|
commitdiff
|
tree
2021-12-18
Paul "LeoNerd" Evans
Mention builtin in perldelta
commit
|
commitdiff
|
tree
2021-12-18
Paul "LeoNerd" Evans
Document that all of builtin is currently experimental
commit
|
commitdiff
|
tree
2021-12-16
Paul "LeoNerd" Evans
Mark keywords.{c,h} as linguist-generated in .gitattributes
commit
|
commitdiff
|
tree
2021-12-14
Paul "LeoNerd" Evans
Merge branch 'builtin-in-core-libs' into blead
commit
|
commitdiff
|
tree
2021-12-14
Paul "LeoNerd" Evans
t/op/switch.t no longer needs to avoid overload.pm...
commit
|
commitdiff
|
tree
2021-12-14
Paul "LeoNerd" Evans
Fix indirect call of ->import
commit
|
commitdiff
|
tree
2021-12-14
Paul "LeoNerd" Evans
No need for avoiding overload in File::Copy
commit
|
commitdiff
|
tree
2021-12-14
Paul "LeoNerd" Evans
Use builtin::blessed() in overload.pm rather than using...
commit
|
commitdiff
|
tree
2021-12-14
Paul "LeoNerd" Evans
Use builtin::reftype in ext/
commit
|
commitdiff
|
tree
2021-12-08
Paul "LeoNerd" Evans
Remove unnecessary braces in t/op/array.t
commit
|
commitdiff
|
tree
2021-12-08
Paul "LeoNerd" Evans
Use builtin::reftype/refaddr in .t files
commit
|
commitdiff
|
tree
2021-12-08
Paul "LeoNerd" Evans
Use builtin::weaken() in .t files in lib/ + ext/
commit
|
commitdiff
|
tree
2021-12-08
Paul "LeoNerd" Evans
Use builtin::weaken() in t/
commit
|
commitdiff
|
tree
2021-12-08
Paul "LeoNerd" Evans
Merge branch 'builtin-ref-utils' into blead
commit
|
commitdiff
|
tree
2021-12-08
Paul "LeoNerd" Evans
Give blessed() the same TRUEBOOL optimisation that...
commit
|
commitdiff
|
tree
2021-12-08
Paul "LeoNerd" Evans
Add builtin::blessed, refaddr and reftype
commit
|
commitdiff
|
tree
2021-12-07
Paul "LeoNerd" Evans
t/perf/optcount.t for pushdefer no longer needs the...
commit
|
commitdiff
|
tree
2021-12-07
Paul "LeoNerd" Evans
Fix unicore/mktables to avoid any @_ accesses in signatured...
commit
|
commitdiff
|
tree
2021-12-04
Paul "LeoNerd" Evans
Add builtin:: funcs for handling weakrefs
commit
|
commitdiff
|
tree
2021-12-03
Paul "LeoNerd" Evans
Give files autogenerated by regen/opcode.pl the linguist...
commit
|
commitdiff
|
tree
2021-12-03
Paul "LeoNerd" Evans
Improvements to OP_ISBOOL
commit
|
commitdiff
|
tree
2021-12-01
Paul "LeoNerd" Evans
Direct optree implementations of builtin:: functions
commit
|
commitdiff
|
tree
2021-11-29
Paul "LeoNerd" Evans
Add a builtin:: namespace, with true/false/isbool
commit
|
commitdiff
|
tree
2021-11-24
Paul "LeoNerd" Evans
Also C<codeword> quote "defer" and "goto"
commit
|
commitdiff
|
tree
2021-11-24
Paul "LeoNerd" Evans
Quote the word "defer" in exception messages about...
commit
|
commitdiff
|
tree
next