aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib
Commit message (Expand)AuthorAgeFilesLines
* stdlib: remove comparison with EOF macro to comply with MISRAJonathan Wright2018-03-151-13/+7
* Fix MISRA rule 8.4 in common codeRoberto Vargas2018-02-283-3/+6
* Use standard UNIX file:line format in assertRoberto Vargas2017-07-191-2/+2
* Simplify assert() to reduce memory usageAntonio Nino Diaz2017-05-161-11/+22
* Use SPDX license identifiersdp-arm2017-05-039-225/+9
* Add `ENABLE_ASSERTIONS` build optionAntonio Nino Diaz2017-04-191-4/+7
* Remove dead loops in assert() in C and ASMAntonio Nino Diaz2017-03-311-1/+1
* Flush console where necessaryAntonio Nino Diaz2017-03-311-1/+6
* stdlib: Import timingsafe_bcmp() from FreeBSDAntonio Nino Diaz2017-01-242-1/+38
* Add strnlen() to local C librarySandrine Bailleux2017-01-242-1/+47
* stdlib: Fix signedness issue in memcmp()dp-arm2016-12-131-4/+4
* Move stdlib header files to include/lib/stdlibDan Handley2016-06-031-0/+47
* Compile stdlib C files individuallyAntonio Nino Diaz2016-02-261-45/+0
* stdlib: add missing features to build PolarSSLJuan Castillo2015-01-284-0/+104
* Rationalize console log outputDan Handley2014-08-122-4/+4
* Implement a leaner printf for Trusted FirmwareSoby Mathew2014-07-251-2/+2
* Add IO abstraction frameworkJames Morrissey2014-02-173-1/+106
* Fix memmove and memcpyJon Medhurst2014-01-301-8/+26
* Update year in copyright text to 2014Dan Handley2014-01-1710-10/+10
* Add strchr() and putchar() to local C libraryHarry Liebel2013-12-205-6/+132
* Create local C library implementation (2/2)Harry Liebel2013-12-205-0/+211
* Create local C library implementation (1/2)Harry Liebel2013-12-203-0/+695