Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libc/snprintf: use macro to reduce duplicated code | Heyi Guo | 2021-01-20 | 1 | -22/+14 |
* | libc/snprintf: add support to print "%" character | Heyi Guo | 2021-01-20 | 1 | -1/+8 |
* | libc: Add support for vsnprintf() | Madhukar Pappireddy | 2020-09-11 | 1 | -7/+37 |
* | Add support for hexadecimal and pointer format specifiers to snprintf() | Javier Almansa Sobrino | 2020-08-26 | 1 | -16/+103 |
* | Sanitise includes across codebase | Antonio Nino Diaz | 2019-01-04 | 1 | -2/+3 |
* | Ensure the flow through switch statements is clear | Daniel Boulby | 2018-09-21 | 1 | -0/+2 |
* | libc: Fix some MISRA defects | Antonio Nino Diaz | 2018-08-30 | 1 | -21/+36 |
* | libc: Move tf_printf and tf_snprintf to libc | Antonio Nino Diaz | 2018-08-22 | 1 | -0/+125 |