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
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
perl5.git
2014-11-26
Karl Williamson
Bump ext/POSIX version to 1.48
commit
|
commitdiff
|
tree
|
snapshot
2014-11-26
Karl Williamson
Make is_invariant_string()
commit
|
commitdiff
|
tree
|
snapshot
2014-11-26
Karl Williamson
Improve API pod of is_ascii_string
commit
|
commitdiff
|
tree
|
snapshot
2014-11-26
Karl Williamson
Mark is_ascii_string() as requiring looking at return...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-26
Father Chrysostomos
[perl #123286] Lone C-style for in a block
commit
|
commitdiff
|
tree
|
snapshot
2014-11-26
Father Chrysostomos
Correct OPf_SPECIAL/OP_UNSTACK comment
commit
|
commitdiff
|
tree
|
snapshot
2014-11-25
Chris 'BinGOs...
Update release manager documents for producing .xz...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-25
Father Chrysostomos
[perl #77860] \& proto should disallow sub calls
commit
|
commitdiff
|
tree
|
snapshot
2014-11-25
Father Chrysostomos
[perl #47363] \@ proto and parenthesised arrays
commit
|
commitdiff
|
tree
|
snapshot
2014-11-25
Father Chrysostomos
Allow \(&sub) for & proto
commit
|
commitdiff
|
tree
|
snapshot
2014-11-25
Chris 'BinGOs...
Treat nmake the same as dmake (expand 6544e9b1a)
commit
|
commitdiff
|
tree
|
snapshot
2014-11-25
syber
Remove op_const_class; just use the name on the stack
commit
|
commitdiff
|
tree
|
snapshot
2014-11-25
Jarkko Hietaniemi
Remove -std=c89/-ansi if freebsd has "inline static...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-25
Jarkko Hietaniemi
Prefer -std=c89 over -ansi.
commit
|
commitdiff
|
tree
|
snapshot
2014-11-25
Jarkko Hietaniemi
Revert "Drop -std=c89."
commit
|
commitdiff
|
tree
|
snapshot
2014-11-24
Karl Williamson
PATCH [perl #123280] Turn off expected warnings in...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-24
Chris 'BinGOs...
Dmake's -v means verbose not version
commit
|
commitdiff
|
tree
|
snapshot
2014-11-24
Karl Williamson
charnames: More fix to work on EBCDIC.
commit
|
commitdiff
|
tree
|
snapshot
2014-11-24
Karl Williamson
t/test.pl: Fix for non-ASCII platforms
commit
|
commitdiff
|
tree
|
snapshot
2014-11-24
Karl Williamson
pp_pack.c: Make pack('U', 0x41) eq 'A'
commit
|
commitdiff
|
tree
|
snapshot
2014-11-24
Karl Williamson
pp_pack.c: Add comment
commit
|
commitdiff
|
tree
|
snapshot
2014-11-24
Karl Williamson
Improve EBCDIC skip msgs in t/uni
commit
|
commitdiff
|
tree
|
snapshot
2014-11-24
Karl Williamson
t/uni/case.pl: Improve test names.
commit
|
commitdiff
|
tree
|
snapshot
2014-11-24
Karl Williamson
t/uni/case.pl: Use calculated test count
commit
|
commitdiff
|
tree
|
snapshot
2014-11-24
Karl Williamson
lib/Unicode/UCD.t: Add missing arg to failure sprintf
commit
|
commitdiff
|
tree
|
snapshot
2014-11-24
Karl Williamson
Make /[\N{}-\N{}]/ match Unicodely on EBCDIC
commit
|
commitdiff
|
tree
|
snapshot
2014-11-24
Karl Williamson
toke.c: Add comment
commit
|
commitdiff
|
tree
|
snapshot
2014-11-24
Karl Williamson
utf8.c: Shorten long constant names, and simplify
commit
|
commitdiff
|
tree
|
snapshot
2014-11-24
Karl Williamson
utf8.c: Was taking sizeof() wrong thing
commit
|
commitdiff
|
tree
|
snapshot
2014-11-24
Karl Williamson
perlvar: Add info
commit
|
commitdiff
|
tree
|
snapshot
2014-11-24
Karl Williamson
charnames: Generalize to work on non-ASCII platforms
commit
|
commitdiff
|
tree
|
snapshot
2014-11-24
Karl Williamson
charnames: Don't return UTF-8 unless have to.
commit
|
commitdiff
|
tree
|
snapshot
2014-11-24
Karl Williamson
toke.c: Ignore 'use encoding' on \N{}
commit
|
commitdiff
|
tree
|
snapshot
2014-11-24
Karl Williamson
lib/_charnames.pm: Change variable name
commit
|
commitdiff
|
tree
|
snapshot
2014-11-24
Karl Williamson
charnames: Nit in comments, pod
commit
|
commitdiff
|
tree
|
snapshot
2014-11-24
Karl Williamson
charnames: Bump version to 1.43
commit
|
commitdiff
|
tree
|
snapshot
2014-11-24
Karl Williamson
toke.c: Typo in comment
commit
|
commitdiff
|
tree
|
snapshot
2014-11-24
Father Chrysostomos
Fix UTF8 lex sub names
commit
|
commitdiff
|
tree
|
snapshot
2014-11-24
Father Chrysostomos
perl5220delta: Function::Parameters update
commit
|
commitdiff
|
tree
|
snapshot
2014-11-24
Father Chrysostomos
perl5215delta.pod: typo
commit
|
commitdiff
|
tree
|
snapshot
2014-11-24
syber
op_class_sv removed for threaded perls op_class_targ...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-24
syber
This commit speeds up class method calls when class...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-24
Daniel Dragan
remove a branch in SvIV_please_nomg
commit
|
commitdiff
|
tree
|
snapshot
2014-11-24
Tony Cook
perldelta for d9bb50d52d1c
commit
|
commitdiff
|
tree
|
snapshot
2014-11-24
Daniel Dragan
improve ParseXS RETVAL code gen
commit
|
commitdiff
|
tree
|
snapshot
2014-11-24
Father Chrysostomos
perl5220delta: Hook::LexWrap is fixed
commit
|
commitdiff
|
tree
|
snapshot
2014-11-24
Father Chrysostomos
known_pod_issues.dat: 2 more known mods
commit
|
commitdiff
|
tree
|
snapshot
2014-11-24
Father Chrysostomos
Add 2 more problematic mods to perl5220delta
commit
|
commitdiff
|
tree
|
snapshot
2014-11-24
Chad Granum
Update Test-Simple to Alpha 078
commit
|
commitdiff
|
tree
|
snapshot
2014-11-24
Father Chrysostomos
[perl #123062] & proto: only sub{} and \&sub
commit
|
commitdiff
|
tree
|
snapshot
2014-11-23
H.Merijn Brand
Configure syncup
commit
|
commitdiff
|
tree
|
snapshot
2014-11-23
David Mitchell
fix ext/B/t/optree_misc.t in unthreaded builds
commit
|
commitdiff
|
tree
|
snapshot
2014-11-23
Jarkko Hietaniemi
AIX: gcc long doubles do not use -qlongdouble.
commit
|
commitdiff
|
tree
|
snapshot
2014-11-23
David Mitchell
fix recent Concise tests under PERL_UNICODE=''
commit
|
commitdiff
|
tree
|
snapshot
2014-11-23
Craig A. Berry
Remove mysig* macros from vmsish.h.
commit
|
commitdiff
|
tree
|
snapshot
2014-11-22
Chad Granum
Update Test-Simple to alpha 076
commit
|
commitdiff
|
tree
|
snapshot
2014-11-22
Steve Hay
Revert part of 8629b8cee5
commit
|
commitdiff
|
tree
|
snapshot
2014-11-22
Ricardo Signes
document the postderef feature in feature.pm
commit
|
commitdiff
|
tree
|
snapshot
2014-11-22
Father Chrysostomos
Protect ${^E_NCODING} from abuse
commit
|
commitdiff
|
tree
|
snapshot
2014-11-22
Jim Cromie
Storable: fixup pod wording
commit
|
commitdiff
|
tree
|
snapshot
2014-11-21
Karl Williamson
mg.c: Remove poorly considered assertion
commit
|
commitdiff
|
tree
|
snapshot
2014-11-21
Steve Hay
Update .gitignore file
commit
|
commitdiff
|
tree
|
snapshot
2014-11-21
Steve Hay
Fix longdblsize and nvsize for 64-bit USE_LONG_DOUBLE...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-21
Petr Písař
Report inaccesible file on failed require
commit
|
commitdiff
|
tree
|
snapshot
2014-11-21
David Mitchell
fix builds with ExtUtils::ParseXS
commit
|
commitdiff
|
tree
|
snapshot
2014-11-21
Jarkko Hietaniemi
Revert "Since HP cc is strict c89, use -std=c89 with...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-21
Jarkko Hietaniemi
Document MACOSX_DEPLOYMENT_TARGET.
commit
|
commitdiff
|
tree
|
snapshot
2014-11-21
Father Chrysostomos
Increase other ExtUtils mods’ version to 3.27
commit
|
commitdiff
|
tree
|
snapshot
2014-11-21
Father Chrysostomos
Remove context param from set_padlist
commit
|
commitdiff
|
tree
|
snapshot
2014-11-21
Father Chrysostomos
Increase $ExtUtils::ParseXS::VERSION to 3.27
commit
|
commitdiff
|
tree
|
snapshot
2014-11-21
Father Chrysostomos
ExtUtils::ParseXS: Suppress unused ‘file’ warning
commit
|
commitdiff
|
tree
|
snapshot
2014-11-21
Father Chrysostomos
Sort perldiag
commit
|
commitdiff
|
tree
|
snapshot
2014-11-21
Father Chrysostomos
mg.c: _get_encoding needs dVAR
commit
|
commitdiff
|
tree
|
snapshot
2014-11-21
Father Chrysostomos
Increase $B::Deparse::VERSION to 1.31
commit
|
commitdiff
|
tree
|
snapshot
2014-11-21
Father Chrysostomos
Increase $POSIX::VERSION to 1.47
commit
|
commitdiff
|
tree
|
snapshot
2014-11-21
Father Chrysostomos
Increase $B::VERSION to 1.54
commit
|
commitdiff
|
tree
|
snapshot
2014-11-21
Father Chrysostomos
perl5216delta: Move an entry
commit
|
commitdiff
|
tree
|
snapshot
2014-11-21
Karl Williamson
perldelta for deprecating ${^ENCODING}
commit
|
commitdiff
|
tree
|
snapshot
2014-11-21
Karl Williamson
perlvar: More text about ${^ENCODING}; refer by perldiag
commit
|
commitdiff
|
tree
|
snapshot
2014-11-21
Karl Williamson
toke.c: Consistently upgrade under encoding
commit
|
commitdiff
|
tree
|
snapshot
2014-11-21
Dagfinn Ilmari...
Deprecate setting ${^ENCODING}
commit
|
commitdiff
|
tree
|
snapshot
2014-11-21
Karl Williamson
mg.c: White-space only
commit
|
commitdiff
|
tree
|
snapshot
2014-11-21
Karl Williamson
Make encoding pragma lexical in scope
commit
|
commitdiff
|
tree
|
snapshot
2014-11-21
Karl Williamson
Make a function to get PL_encoding's value
commit
|
commitdiff
|
tree
|
snapshot
2014-11-21
Karl Williamson
Make testing for PL_encoding into a macro
commit
|
commitdiff
|
tree
|
snapshot
2014-11-21
Father Chrysostomos
lex_assign.t: Make store count test stricter
commit
|
commitdiff
|
tree
|
snapshot
2014-11-21
Jim Cromie
concise.t: correct test description to match actual...
commit
|
commitdiff
|
tree
|
snapshot
2014-11-21
Father Chrysostomos
Make B use B::COP for nulled COPs
commit
|
commitdiff
|
tree
|
snapshot
2014-11-21
Father Chrysostomos
Remove extraneous semicolons from Deparse output
commit
|
commitdiff
|
tree
|
snapshot
2014-11-21
Father Chrysostomos
[perl #77452] Deparse { ...; BEGIN{} } correctly
commit
|
commitdiff
|
tree
|
snapshot
2014-11-21
Father Chrysostomos
op.h: Note unstack use of OPf_SPECIAL
commit
|
commitdiff
|
tree
|
snapshot
2014-11-21
Father Chrysostomos
test.pl:runperl: Allow multiline prog
commit
|
commitdiff
|
tree
|
snapshot
2014-11-21
Father Chrysostomos
Use test.pl in Deparse.t
commit
|
commitdiff
|
tree
|
snapshot
2014-11-21
Jarkko Hietaniemi
Since HP cc is strict c89, use -std=c89 with gcc.
commit
|
commitdiff
|
tree
|
snapshot
2014-11-21
Jarkko Hietaniemi
Drop -std=c89.
commit
|
commitdiff
|
tree
|
snapshot
2014-11-21
Jarkko Hietaniemi
tgamma infinity limit for IEEE quad prec.
commit
|
commitdiff
|
tree
|
snapshot
2014-11-21
Chris 'BinGOs...
Update perlhist for v5.21.6
commit
|
commitdiff
|
tree
|
snapshot
2014-11-21
Chris 'BinGOs...
Bump the perl version in various places for 5.21.7
commit
|
commitdiff
|
tree
|
snapshot
2014-11-21
Chris 'BinGOs...
New perldelta for v5.21.7
commit
|
commitdiff
|
tree
|
snapshot
2014-11-21
Chris 'BinGOs...
Add epigraph for v5.21.6
commit
|
commitdiff
|
tree
|
snapshot
next