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
2015-07-03
Craig A. Berry
Remove gettimeofday() workarounds for VMS in util.c.
commit
|
commitdiff
|
tree
|
snapshot
2015-07-01
Steve Hay
Various corrections to Porting/Maintainers.pl
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Steve Hay
Upgrade Encode from version 2.73 to 2.75
commit
|
commitdiff
|
tree
|
snapshot
2015-06-30
Steve Hay
Upgrade Socket from version 2.019 to 2.020
commit
|
commitdiff
|
tree
|
snapshot
2015-06-29
Father Chrysostomos
Remove NEW_ from PERL_NEW_COPY_ON_WRITE
commit
|
commitdiff
|
tree
|
snapshot
2015-06-29
Father Chrysostomos
Remove SvRELEASE_IVX
commit
|
commitdiff
|
tree
|
snapshot
2015-06-29
Father Chrysostomos
Remove PERL_OLD_COPY_ON_WRITE
commit
|
commitdiff
|
tree
|
snapshot
2015-06-29
Tony Cook
[perl #125305] handle chdir to closed handle correctly
commit
|
commitdiff
|
tree
|
snapshot
2015-06-28
Jarkko Hietaniemi
bop.t -w clean
commit
|
commitdiff
|
tree
|
snapshot
2015-06-28
Jarkko Hietaniemi
Document the new shift behaviors.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-28
Jarkko Hietaniemi
Explicitly mention that even negative shiftees become...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-28
Jarkko Hietaniemi
Define left/right shift by negative to mean the reverse...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-28
Craig A. Berry
Require v7.3-2 or later for VMS builds.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-27
Aaron Crane
The postderef feature is no longer experimental
commit
|
commitdiff
|
tree
|
snapshot
2015-06-27
Karl Williamson
Porting/bisect-runner.pl: Wrap pod lines to 79 cols
commit
|
commitdiff
|
tree
|
snapshot
2015-06-27
James E Keenan
Increment $VERSION in 4 .pm files whose .xs has changed.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-27
Jarkko Hietaniemi
Missing breaks.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-27
Jarkko Hietaniemi
Cannot truncate to negative size.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-27
Jarkko Hietaniemi
mkdir() mode is unsigned.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-27
Jarkko Hietaniemi
gid_t signedness.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-27
Jarkko Hietaniemi
self cannot be NULL here because PerlIO_push() will...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-27
Jarkko Hietaniemi
assert(arg) before derefing it since it can be NULL.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-27
Jarkko Hietaniemi
assert(cSVOPo) before derefing it.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-27
Jarkko Hietaniemi
assert(key) before it is derefed.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-27
Jarkko Hietaniemi
assert(perinterp_sv) before sv_setiv() derefs NULL.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-27
Jarkko Hietaniemi
Check success of store().
commit
|
commitdiff
|
tree
|
snapshot
2015-06-27
Jarkko Hietaniemi
There is no SSize_t_size.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-27
Jarkko Hietaniemi
If IVSIZE == LONGSIZE, long cannot be beyond IV_MIN...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-27
Jarkko Hietaniemi
lseek() SEEK_SET pos may not be negative
commit
|
commitdiff
|
tree
|
snapshot
2015-06-27
Jarkko Hietaniemi
nl_langinfo code can be negative.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-27
Jarkko Hietaniemi
strtol and strtoul base should be [2, 36] or zero.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-27
Jarkko Hietaniemi
shmat id can be invalid.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-27
Jarkko Hietaniemi
msgrcv id can be invalid.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-27
Jarkko Hietaniemi
msgsnd id can be invalid.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-27
Jarkko Hietaniemi
tcsetattr optional_actions can be invalid.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-27
Jarkko Hietaniemi
tcsetattr fd can be bad.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-27
Jarkko Hietaniemi
dup2 fds can be bad.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-27
Jarkko Hietaniemi
tcdrain fd can be bad.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-27
Jarkko Hietaniemi
tcflush/tcflow/tcsendbreak fd/action can be bad.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-27
Jarkko Hietaniemi
lseek fd can be bad.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-27
Jarkko Hietaniemi
Impossible for entry to be NULL at this point.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-27
Jarkko Hietaniemi
Having both assert() and if () for maxlen is redundant.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-27
Jarkko Hietaniemi
Cannot do much if putc fails in debug output.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-27
Jarkko Hietaniemi
mg_find can return NULL.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-27
Jarkko Hietaniemi
Possible NULL cxt derefs.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-27
Jarkko Hietaniemi
sizeof * and sizeof ** not necessarily the same.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-27
Jarkko Hietaniemi
fileno might return negative.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-27
Jarkko Hietaniemi
sleep() with negative argument makes no sense.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-27
Jarkko Hietaniemi
alarm() with negative argument makes no sense.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-26
Craig A. Berry
Update File::Spec advice in perlport.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-26
Craig A. Berry
Fix Pod::Simple tests that use catdir on non-directories.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-26
Craig A. Berry
Correct t/op/chdir.t test count following b4929cb48878.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-26
Craig A. Berry
Correct errno value in vms/vms.c's home-grown chdir.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-26
Craig A. Berry
Remove unused variables from t/op/chdir.t.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-26
Max Maischein
Add a direct link to perldelta in the release announcement
commit
|
commitdiff
|
tree
|
snapshot
2015-06-24
David Mitchell
make Encode compile under -pedantic
commit
|
commitdiff
|
tree
|
snapshot
2015-06-24
Jarkko Hietaniemi
Make the LoTR quote of reentr.c formatted more like...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-24
David Mitchell
fix si_names context debugging names
commit
|
commitdiff
|
tree
|
snapshot
2015-06-24
David Mitchell
fix harmless(ish) thinko in pp_return
commit
|
commitdiff
|
tree
|
snapshot
2015-06-23
Chas. Owens
fix punctuation in Tolkien quote in regexec.c
commit
|
commitdiff
|
tree
|
snapshot
2015-06-22
Ricardo Signes
do not try printing undef
commit
|
commitdiff
|
tree
|
snapshot
2015-06-22
Chris 'BinGOs...
Update autodie to CPAN version 2.28
commit
|
commitdiff
|
tree
|
snapshot
2015-06-22
Chris 'BinGOs...
Update Getopt-Long to CPAN version 2.47
commit
|
commitdiff
|
tree
|
snapshot
2015-06-22
Leon Timmermans
Respect hashbangs containing perl6
commit
|
commitdiff
|
tree
|
snapshot
2015-06-22
Rafael Garcia...
Increase the maximal size of the string displayed in...
commit
|
commitdiff
|
tree
|
snapshot
2015-06-22
Chris 'BinGOs...
These be the versions on CPAN now, ye scurvy dogs.
commit
|
commitdiff
|
tree
|
snapshot
2015-06-21
Aristotle Pagaltzis
perlvar: fix list of defaulted array operators
commit
|
commitdiff
|
tree
|
snapshot
2015-06-20
Ricardo Signes
welcome to v5.23.1, please make regen
commit
|
commitdiff
|
tree
|
snapshot
2015-06-20
Ricardo Signes
corelist: update for v5.23.1
commit
|
commitdiff
|
tree
|
snapshot
2015-06-20
Ricardo Signes
patchlevel: we are now perl v5.23.1
commit
|
commitdiff
|
tree
|
snapshot
2015-06-20
Ricardo Signes
perldelta: correct target version
v5.23.0
commit
|
commitdiff
|
tree
|
snapshot
2015-06-20
Ricardo Signes
perldelta: remove some unneeded bits
commit
|
commitdiff
|
tree
|
snapshot
2015-06-20
Ricardo Signes
perlhist: v5.23.0 will be today
commit
|
commitdiff
|
tree
|
snapshot
2015-06-20
Ricardo Signes
perldelta: update for v5.23.0
commit
|
commitdiff
|
tree
|
snapshot
2015-06-20
Ricardo Signes
CoreList: update corelist for release of v5.23.0
commit
|
commitdiff
|
tree
|
snapshot
2015-06-20
David Mitchell
partially revert 'silence gcc -pendantic warnings'
commit
|
commitdiff
|
tree
|
snapshot
2015-06-19
Karl Williamson
perlebcdic: Fix typo
commit
|
commitdiff
|
tree
|
snapshot
2015-06-19
David Mitchell
silence some gcc -pendantic warnings
commit
|
commitdiff
|
tree
|
snapshot
2015-06-19
David Mitchell
silence some -Wc++-compat warnings
commit
|
commitdiff
|
tree
|
snapshot
2015-06-19
David Mitchell
remove deprecated /\C/ RE character class
commit
|
commitdiff
|
tree
|
snapshot
2015-06-19
David Mitchell
[MERGE] refactor sub returns (pp_return etc)
commit
|
commitdiff
|
tree
|
snapshot
2015-06-19
David Mitchell
sinplify Perl_block_gimme()
commit
|
commitdiff
|
tree
|
snapshot
2015-06-19
David Mitchell
pp_return: optimise a couple of conditions
commit
|
commitdiff
|
tree
|
snapshot
2015-06-19
David Mitchell
pp_return: reindent
commit
|
commitdiff
|
tree
|
snapshot
2015-06-19
David Mitchell
pp_return(): tail call pp_leavewrite()
commit
|
commitdiff
|
tree
|
snapshot
2015-06-19
David Mitchell
pp_return(): tail call pp_leaveeval()
commit
|
commitdiff
|
tree
|
snapshot
2015-06-19
David Mitchell
pp_return: set eval CV depth to 0
commit
|
commitdiff
|
tree
|
snapshot
2015-06-19
David Mitchell
pp_return: move 'die on require fail' later
commit
|
commitdiff
|
tree
|
snapshot
2015-06-19
David Mitchell
pp_leaveeval: use EVAL_KEEPERR
commit
|
commitdiff
|
tree
|
snapshot
2015-06-19
David Mitchell
XS-APItest/t/call.t: make loops more flexible
commit
|
commitdiff
|
tree
|
snapshot
2015-06-19
David Mitchell
pp_return(): tail call pp_leavetry()
commit
|
commitdiff
|
tree
|
snapshot
2015-06-19
David Mitchell
make MULTICALL handle list context
commit
|
commitdiff
|
tree
|
snapshot
2015-06-19
David Mitchell
eliminate S_return_lvalues()
commit
|
commitdiff
|
tree
|
snapshot
2015-06-19
David Mitchell
move multicall check to S_return_lvalues
commit
|
commitdiff
|
tree
|
snapshot
2015-06-19
David Mitchell
reindent code block in pp_return
commit
|
commitdiff
|
tree
|
snapshot
2015-06-19
David Mitchell
Simplify S_return_lvalues()
commit
|
commitdiff
|
tree
|
snapshot
2015-06-19
David Mitchell
lval subs: do arg shifting in pp_return
commit
|
commitdiff
|
tree
|
snapshot
2015-06-19
David Mitchell
pp_return: simplify arg handling code
commit
|
commitdiff
|
tree
|
snapshot
2015-06-19
David Mitchell
simplify sort sub return arg processing
commit
|
commitdiff
|
tree
|
snapshot
2015-06-19
David Mitchell
sort fns: simplify handing uninit warnings
commit
|
commitdiff
|
tree
|
snapshot
next