]> git.puffer.fish Git - mirror/frr.git/commitdiff
lib/printf: update README
authorDavid Lamparter <equinox@opensourcerouting.org>
Sun, 10 Mar 2024 12:21:37 +0000 (13:21 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Sun, 10 Mar 2024 14:29:17 +0000 (15:29 +0100)
Make a note that `%w[f](8|16|32|64)d` was picked up.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/printf/README

index 46d51cec6a9344a2af3d888f949fe0e4ea6434cb..3c3ef74ca8bb34438e8471c1e0e92dc1e3f88aff 100644 (file)
@@ -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...)