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
make the recent changes to makedepend more portable
2013-03-13
Tony Cook
make the recent changes to makedepend more portable
commit
|
commitdiff
|
tree
2013-01-27
Tony Cook
un-TODO a test that passes on recent FreeBSD
commit
|
commitdiff
|
tree
2013-01-27
Tony Cook
EINVAL is expected when f?pathconf() isn't implemented...
commit
|
commitdiff
|
tree
2013-01-27
Tony Cook
avoid PERL_UNICODE interfering with the new PerlIO...
commit
|
commitdiff
|
tree
2013-01-26
Tony Cook
perldelta for f0af002c73 (-DPERL_GLOBAL_STRUCT)
commit
|
commitdiff
|
tree
2013-01-25
Tony Cook
fix -DPERL_GLOBAL_STRUCT_PRIVATE builds
commit
|
commitdiff
|
tree
2013-01-25
Tony Cook
PL_Vars and PL_VarsPtr aren't exported under PERL_GLOBAL_STR...
commit
|
commitdiff
|
tree
2013-01-25
Tony Cook
release the global struct *after* we've finished using it
commit
|
commitdiff
|
tree
2013-01-25
Tony Cook
perldelta for a951350815 (PerlIO-scalar)
commit
|
commitdiff
|
tree
2013-01-24
Tony Cook
[perl #109828] disallow scalar I/O on non-byte strings
commit
|
commitdiff
|
tree
2013-01-24
Tony Cook
warn and fail on writes to SVf_UTF8 SVs
commit
|
commitdiff
|
tree
2013-01-24
Tony Cook
TODO tests for writing to a SVf_UTF8 scalar
commit
|
commitdiff
|
tree
2013-01-24
Tony Cook
handle reading from a SVf_UTF8 scalar
commit
|
commitdiff
|
tree
2013-01-24
Tony Cook
TODO tests for reads from a scalar changed to upgraded...
commit
|
commitdiff
|
tree
2013-01-24
Tony Cook
bump PerlIO::scalar's version
commit
|
commitdiff
|
tree
2013-01-24
Tony Cook
document the new warning
commit
|
commitdiff
|
tree
2013-01-24
Tony Cook
fail to open scalars containing characters that don...
commit
|
commitdiff
|
tree
2013-01-24
Tony Cook
TODO tests for opening upgraded scalars
commit
|
commitdiff
|
tree
2013-01-22
Tony Cook
syntax check a directory: set the test process locale too
commit
|
commitdiff
|
tree
2013-01-09
Tony Cook
portability to Haiku-OS for the cachepropagate-*.t...
commit
|
commitdiff
|
tree
2013-01-08
Tony Cook
skip appropriately when XS::APItest isn't available
commit
|
commitdiff
|
tree
2013-01-08
Tony Cook
add a dependency for dynamic extensions on $(LIBPERL)
commit
|
commitdiff
|
tree
2013-01-06
Tony Cook
add a LEAVE for the ENTER in LOAD_UTF8_CHARCLASS
commit
|
commitdiff
|
tree
2013-01-02
Tony Cook
Don't usenm on haiku
commit
|
commitdiff
|
tree
2013-01-02
Tony Cook
Merge Shlomi's latest debugger refactoring work
commit
|
commitdiff
|
tree
2013-01-02
Tony Cook
bump $VERSION for lib/perl5db.pl
commit
|
commitdiff
|
tree
2012-12-19
Tony Cook
perldelta for d1bee06989
commit
|
commitdiff
|
tree
2012-12-19
Tony Cook
[perl #115796] fix the T_BOOL OUTPUT typemap for parameters
commit
|
commitdiff
|
tree
2012-12-19
Tony Cook
when the output isn't RETVAL, update the SV instead...
commit
|
commitdiff
|
tree
2012-12-19
Tony Cook
TODO the failing T_BOOL tests
commit
|
commitdiff
|
tree
2012-12-19
Tony Cook
The T_BOOL_2 tests should have failed, rewrite and...
commit
|
commitdiff
|
tree
2012-12-17
Tony Cook
skip the \N{...} unloaded charnames croak test when...
commit
|
commitdiff
|
tree
2012-12-17
Tony Cook
SKIP in run_multiple_progs() was parsed but unimplemented...
commit
|
commitdiff
|
tree
2012-12-17
Tony Cook
fix the debugger t expr command regression
commit
|
commitdiff
|
tree
2012-12-17
Tony Cook
rough TODO test for t expr
commit
|
commitdiff
|
tree
2012-12-10
Tony Cook
perldelta for 34213185
commit
|
commitdiff
|
tree
2012-12-09
Tony Cook
getline $/ = \N now reads N characters not bytes
commit
|
commitdiff
|
tree
2012-12-09
Tony Cook
remove the warning added for 5.16 and indicate the...
commit
|
commitdiff
|
tree
2012-12-08
Tony Cook
no need to FIXME, it behaves like read() which is the...
commit
|
commitdiff
|
tree
2012-12-08
Tony Cook
fix another boundary case and hopefully improve performance
commit
|
commitdiff
|
tree
2012-12-08
Tony Cook
fix a fencepost error I found trying to fall asleep
commit
|
commitdiff
|
tree
2012-12-08
Tony Cook
Incomplete implementation of $/ = \number acting like...
commit
|
commitdiff
|
tree
2012-12-08
Tony Cook
die, evil [IU]32
commit
|
commitdiff
|
tree
2012-12-07
Tony Cook
fix dtrace (as emulated with systemtap) builds on linux
commit
|
commitdiff
|
tree
2012-11-18
Tony Cook
fix -DPERL_GLOBAL_STRUCT builds broken with the hash...
commit
|
commitdiff
|
tree
2012-11-16
Tony Cook
under -Dusedl there are no warnings about the other...
commit
|
commitdiff
|
tree
2012-11-16
Tony Cook
leakfinder.pl requires XS::APItest which isn't built...
commit
|
commitdiff
|
tree
2012-11-13
Tony Cook
dTHX implies dVAR, using both fails to build under...
commit
|
commitdiff
|
tree
2012-09-28
Tony Cook
perldelta for ed5044532 and 858e29b9 (Carp)
commit
|
commitdiff
|
tree
2012-09-28
Tony Cook
bump Carp version to 1.27
commit
|
commitdiff
|
tree
2012-09-28
Tony Cook
fix -DPERL_GLOBAL_STRUCT build failure introduced in...
commit
|
commitdiff
|
tree
2012-08-31
Tony Cook
correct -Dmad skip count for tests introduced in 2d85e411...
commit
|
commitdiff
|
tree
2012-08-31
Tony Cook
[perl #112776] avoid warning on an initialized non...
commit
|
commitdiff
|
tree
2012-08-31
Tony Cook
[perl #112776] TODO test for warning
commit
|
commitdiff
|
tree
2012-08-24
Tony Cook
rt #111126 - don't empty a file with copy("foo/bar...
commit
|
commitdiff
|
tree
2012-08-24
Tony Cook
rt #111126 - TODO test for copy foo/file to foo/
commit
|
commitdiff
|
tree
2012-08-24
Tony Cook
close the Peek.t temp file so the END block can unlink it
commit
|
commitdiff
|
tree
2012-08-24
Tony Cook
oops, left some debugging code
commit
|
commitdiff
|
tree
2012-08-15
Tony Cook
fix a comment: this tests perl #91852 not 91850
commit
|
commitdiff
|
tree
2012-08-10
Tony Cook
bump $VERSION for Porting/Maintainers.pm to placate...
commit
|
commitdiff
|
tree
2012-08-08
Tony Cook
ignore PERL_XMLDUMP when tainting
commit
|
commitdiff
|
tree
2012-08-04
Tony Cook
avoid decoding on input in the new tests added in 613c63b4
commit
|
commitdiff
|
tree
2012-08-03
Tony Cook
Pod-Functions requires that Pod-Escapes be built to...
commit
|
commitdiff
|
tree
2012-08-02
Tony Cook
fix icmp ping tests on cygwin
commit
|
commitdiff
|
tree
2012-08-02
Tony Cook
Net-Ping: creating an icmp socket requires admin access...
commit
|
commitdiff
|
tree
2012-08-02
Tony Cook
Net-Ping: add a sensible test note for the icmp ping...
commit
|
commitdiff
|
tree
2012-08-02
Tony Cook
fix the cygwin breakage introduced in 2f794ae1
commit
|
commitdiff
|
tree
2012-07-20
Tony Cook
bump to version 5.17.3
commit
|
commitdiff
|
tree
2012-07-20
Tony Cook
new perldelta
commit
|
commitdiff
|
tree
2012-07-20
Tony Cook
update epigraphs.pod
commit
|
commitdiff
|
tree
2012-07-20
Tony Cook
add releaase 5.17.2 to perlhist
commit
|
commitdiff
|
tree
2012-07-20
Tony Cook
update Module::CoreList for 5.17.2
commit
|
commitdiff
|
tree
2012-07-20
Tony Cook
Porting/corelist.pl didn't handle newlines in the pod...
commit
|
commitdiff
|
tree
2012-07-20
Tony Cook
finalize perldelta
commit
|
commitdiff
|
tree
2012-07-18
Tony Cook
perldelta updates
commit
|
commitdiff
|
tree
2012-07-17
Tony Cook
sync() on a read-only file handle doesn't work on cygwin...
commit
|
commitdiff
|
tree
2012-07-14
Tony Cook
Upgrade Socket to 2.002
commit
|
commitdiff
|
tree
2012-07-11
Tony Cook
AIX isn't a new platform, move its note to the right...
commit
|
commitdiff
|
tree
2012-07-08
Tony Cook
fix -Uusedl builds
commit
|
commitdiff
|
tree
2012-07-08
Tony Cook
perldelta: fix typo noticed by rurban
commit
|
commitdiff
|
tree
2012-07-07
Tony Cook
perldelta: note a few interesting changes
commit
|
commitdiff
|
tree
2012-07-06
Tony Cook
rt #72232 - ignore wday/yday in mini_mktime as indirectly...
commit
|
commitdiff
|
tree
2012-07-04
Tony Cook
perldelta: move several change notes to Selected Bug...
commit
|
commitdiff
|
tree
2012-07-03
Tony Cook
[rt.cpan.org #61577] VMS doesn't support UNIX sockets
commit
|
commitdiff
|
tree
2012-07-02
Tony Cook
perldelta for 18042359, 9adbac0b
commit
|
commitdiff
|
tree
2012-07-02
Tony Cook
bump IO.pm version
commit
|
commitdiff
|
tree
2012-07-02
Tony Cook
[rt.cpan.org #61577] try harder to get socket information
commit
|
commitdiff
|
tree
2012-07-02
Tony Cook
bump IO::Socket version
commit
|
commitdiff
|
tree
2012-07-02
Tony Cook
document the limitations of protocol(), sockdomain...
commit
|
commitdiff
|
tree
2012-07-02
Tony Cook
[rt.cpan.org #61577] try to populate socket info when...
commit
|
commitdiff
|
tree
2012-07-02
Tony Cook
[rt.cpan.org #61577] propagate socket details on accept
commit
|
commitdiff
|
tree
2012-07-02
Tony Cook
[rt.cpan.org #61577] sockdomain and socktype undef...
commit
|
commitdiff
|
tree
2012-06-26
Tony Cook
[perl #45173] port the test to MSWin32
commit
|
commitdiff
|
tree
2012-06-24
Tony Cook
[perl #64772] make the read-only-sync test a bit more...
commit
|
commitdiff
|
tree
2012-06-12
Tony Cook
don't override a user supplied prefix on Haiku-OS
commit
|
commitdiff
|
tree
2012-06-02
Tony Cook
perldelta for c6ed316378d6d1918fa7626803c875b84f0ec8ea
commit
|
commitdiff
|
tree
2012-06-02
Tony Cook
[perl #64772] allow for sync on read only handles
commit
|
commitdiff
|
tree
2012-06-01
Tony Cook
add Evan Miller to AUTHORS
commit
|
commitdiff
|
tree
2012-06-01
Tony Cook
[perl #64772] TODO test for sync on read only handle
commit
|
commitdiff
|
tree
2012-06-01
Tony Cook
convert dist/IO/t/io_xs.t to Test::More
commit
|
commitdiff
|
tree
next