You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/04/23 13:31:31 UTC

[GitHub] [incubator-nuttx] pkarashchenko opened a new pull request, #6140: libs/libc/string: unify implementation across the functions

pkarashchenko opened a new pull request, #6140:
URL: https://github.com/apache/incubator-nuttx/pull/6140

   ## Summary
   1. Add missing `FAR`
   2. Detect end of string using compare with `'\0'`
   3. Remove redundant cast
   4. Add `register` to compare return value
   5. Remove `NULL` check in `strcasechr`
   
   ## Impact
   Should be none. Refactoring only
   
   ## Testing
   Pass CI


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #6140: libs/libc/string: unify implementation across the functions

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged PR #6140:
URL: https://github.com/apache/incubator-nuttx/pull/6140


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org