Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 59a30fd4a3ce39b64d30173fc1a45d8018e2fb1f
      
https://github.com/Perl/perl5/commit/59a30fd4a3ce39b64d30173fc1a45d8018e2fb1f
  Author: Karl Williamson <[email protected]>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M op.c

  Log Message:
  -----------
  op.c: Rmv redundant line in tr/// table

The line was a relict of debugging.  I don't know if this could lead to
a bug or not, but it certainly did not belong.


  Commit: 3575137f59e2042b43b9baffcb2ec0dca1fd0255
      
https://github.com/Perl/perl5/commit/3575137f59e2042b43b9baffcb2ec0dca1fd0255
  Author: Karl Williamson <[email protected]>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M op.c

  Log Message:
  -----------
  Fix tr/// for 32 bit platforms with 64bit ints

Various variables were declared wrongly to be Size_t, instead of the
needed 'UV'.


  Commit: f1d561b5fe9f8c282524ed30fe0e1e0caa549e88
      
https://github.com/Perl/perl5/commit/f1d561b5fe9f8c282524ed30fe0e1e0caa549e88
  Author: Karl Williamson <[email protected]>
  Date:   2019-11-18 (Mon, 18 Nov 2019)

  Changed paths:
    M doop.c
    M op.c

  Log Message:
  -----------
  Clean up -Dy debugging

Commit 5d7580af4b14229eafb27db9b7a34b8b918876b4 didn't have it quite
right.


Compare: https://github.com/Perl/perl5/compare/a1e5b70092f6...f1d561b5fe9f

Reply via email to