From f436dc07d9e1a873b80212c9fec6eab42396f9cb Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Sun, 10 Mar 2024 13:21:37 +0100 Subject: [PATCH] lib/printf: update README Make a note that `%w[f](8|16|32|64)d` was picked up. Signed-off-by: David Lamparter --- lib/printf/README | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/printf/README b/lib/printf/README index 46d51cec6a93..3c3ef74ca8bb 100644 --- a/lib/printf/README +++ b/lib/printf/README @@ -1,6 +1,7 @@ This is the printf implementation from FreeBSD. The history of this code is: - imported on 2019-05-12, from SVN revision 347514 - resynced on 2023-09-03, to pick up `%b` implementation +- resynced on 2024-03-10, to pick up `%w[f](8|16|32|64)d` implementation Please don't reindent or otherwise mangle the files to make importing fixes easy (not that there are significant changes likely to happen...)