Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 43eccc533fed1303eeec148d6c1374a54c054e86
      
https://github.com/Perl/perl5/commit/43eccc533fed1303eeec148d6c1374a54c054e86
  Author: Karl Williamson <[email protected]>
  Date:   2025-10-12 (Sun, 12 Oct 2025)

  Changed paths:
    M embed.fnc
    M proto.h

  Log Message:
  -----------
  embed.fnc: Change NULLOK to NN for several functions

Inspection showed these were wrongly categorized


  Commit: 3a7b25bc8b5ed8c1fd06b9442fedfdb7cd55a5f8
      
https://github.com/Perl/perl5/commit/3a7b25bc8b5ed8c1fd06b9442fedfdb7cd55a5f8
  Author: Karl Williamson <[email protected]>
  Date:   2025-10-12 (Sun, 12 Oct 2025)

  Changed paths:
    M regexec.c
    M toke.c
    M utf8.c
    M util.c

  Log Message:
  -----------
  Move some ARGS_ASSERT macros to function start

Historically the asserts had to be placed after any declarations
because of limitations in the C89 Standard that have been removed in C99
which we are now following.

Placing the assertions at the function beginning is clearer, and stops
any issues with the code below it using a variable prior to its
assertion.


Compare: https://github.com/Perl/perl5/compare/e8829bd6d6a4...3a7b25bc8b5e

To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications

Reply via email to