Branch: refs/heads/smoke-me/khw-uv
Home: https://github.com/Perl/perl5
Commit: fea696571c803bb0e644e48851d7f9d571b1bcc2
https://github.com/Perl/perl5/commit/fea696571c803bb0e644e48851d7f9d571b1bcc2
Author: Karl Williamson <[email protected]>
Date: 2020-01-04 (Sat, 04 Jan 2020)
Changed paths:
M embed.fnc
M proto.h
M util.c
Log Message:
-----------
Change len param in savepvn to Size_t from I32
We handle longer strings than 31 bits.
Commit: f14105635d561090f46d22a61300345edc49a205
https://github.com/Perl/perl5/commit/f14105635d561090f46d22a61300345edc49a205
Author: Karl Williamson <[email protected]>
Date: 2020-01-04 (Sat, 04 Jan 2020)
Changed paths:
M embed.fnc
M proto.h
Log Message:
-----------
embed.fnc: Remove wrong 'const'
This parameter isn't const
Commit: 93be0eac9eef9a5e9217628f67ef0c792587652c
https://github.com/Perl/perl5/commit/93be0eac9eef9a5e9217628f67ef0c792587652c
Author: Karl Williamson <[email protected]>
Date: 2020-01-04 (Sat, 04 Jan 2020)
Changed paths:
M regcomp.c
Log Message:
-----------
regcomp.c: White-space only
Commit: 28d5092192f8e60a33b3880a32e85ebb4cb1a24d
https://github.com/Perl/perl5/commit/28d5092192f8e60a33b3880a32e85ebb4cb1a24d
Author: Karl Williamson <[email protected]>
Date: 2020-01-04 (Sat, 04 Jan 2020)
Changed paths:
M embed.fnc
M mg.c
M proto.h
M toke.c
M universal.c
M util.c
Log Message:
-----------
smoke
Commit: 8c74899dc7e0f14e3f19d1085fd0c65ddeff2228
https://github.com/Perl/perl5/commit/8c74899dc7e0f14e3f19d1085fd0c65ddeff2228
Author: Karl Williamson <[email protected]>
Date: 2020-01-07 (Tue, 07 Jan 2020)
Changed paths:
M cygwin/cygwin.c
Log Message:
-----------
f cygwin
Commit: f1b78b5726979d86a872cd72954ee60c4021b17b
https://github.com/Perl/perl5/commit/f1b78b5726979d86a872cd72954ee60c4021b17b
Author: Karl Williamson <[email protected]>
Date: 2020-01-13 (Mon, 13 Jan 2020)
Changed paths:
M utf8.c
Log Message:
-----------
utf8.c: Change variable type so compiles on Solaris
Commit: c43633abfcd71b19fb2216746555030af7ee4f5f
https://github.com/Perl/perl5/commit/c43633abfcd71b19fb2216746555030af7ee4f5f
Author: Karl Williamson <[email protected]>
Date: 2020-01-13 (Mon, 13 Jan 2020)
Changed paths:
M reentr.c
M regen/reentr.pl
Log Message:
-----------
regen/reentr.pl: Use Configure'd types
Configure goes to the trouble of finding the parameter types that the
gethostbyFOO functions use, but reentr.pl was ignoring this, causing
compilation failures on at least Solaris.
Commit: 4a27df43d9871a95556cc040e715f45d5fe591bb
https://github.com/Perl/perl5/commit/4a27df43d9871a95556cc040e715f45d5fe591bb
Author: Karl Williamson <[email protected]>
Date: 2020-01-13 (Mon, 13 Jan 2020)
Changed paths:
M regcomp.c
Log Message:
-----------
XXX silence some warnings; but introduces another
Compare: https://github.com/Perl/perl5/compare/fea696571c80%5E...4a27df43d987