summaryrefslogtreecommitdiff
path: root/lib/print.c
Commit message (Expand)AuthorAgeFilesLines
* Implement Print(L"%p", ptr);Peter Jones2023-04-041-0/+14
* Semi-asciibetize _Print()'s formatters.Peter Jones2023-03-281-67/+65
* Fix VS2019 Code Analysis warningsPete Batard2021-07-161-1/+1
* Define UnicodeSPrint/UnicodeVSPrint as our main SPrint/VSPrint callsPete Batard2021-03-081-8/+8
* Add AsciiPrint and AsciiVSPrintPete Batard2021-02-181-2/+60
* Add %D to print device pathsPeter Jones2018-03-141-0/+13
* Add the fallthrough attribute to notify gcc7 that it's on purpose.Nigel Croxon2017-05-311-0/+3
* GCC 4.8 (and others) const warningsNigel Croxon2017-01-081-45/+45
* The latest gnu-efi produces the following warning whenNigel Croxon2016-07-081-1/+1
* I did not submit the right file on my last submission.Nigel Croxon2016-06-171-2/+21
* I did a quick review of the MS x86_64 calling convention for floatingNigel Croxon2016-06-171-0/+44
* When compiling in x86_32|Debug mode and choosing not to link with standardNigel Croxon2016-04-041-36/+37
* %d now represents signed decimal, %u represents unsigned decimal.Nigel Croxon2016-03-251-4/+14
* This -Wall -Wextra thing actually caught a real bug.Nigel Croxon2016-03-031-2/+2
* [PATCH] _SPrint: fix NULL terminationNigel Croxon2015-03-231-1/+1
* From: Pete Batard <pete@akeo.ie>Nigel Croxon2015-01-051-6/+6
* The gnu-efi-3.0 toplevel subdirectory is really annoying. Kill it.Nigel Croxon2014-11-251-0/+1392