[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260128094224.11299-1-im.lechain@gmail.com>
Date: Wed, 28 Jan 2026 17:42:22 +0800
From: "licheng.li" <im.lechain@...il.com>
To: Willy Tarreau <w@....eu>
Cc: Thomas Weißschuh <linux@...ssschuh.net>,
linux-kernel@...r.kernel.org,
im.lechain@...il.com
Subject: [PATCH v2 0/2] tools/nolibc: printf left alignment and zero padding
This series adds support for left alignment ('-') and zero padding ('0')
to nolibc's printf implementation.
v2 incorporates optimizations suggested by Willy Tarreau to further reduce
binary size, and updates the commit message to accurately reflect the
supported features.
Cheng Li (2):
tools/nolibc: support left alignment (-) and zero padding (0) in
printf
selftests/nolibc: add tests for printf left alignment and zero padding
tools/include/nolibc/stdio.h | 20 ++++++++++++++++----
tools/testing/selftests/nolibc/nolibc-test.c | 2 ++
2 files changed, 18 insertions(+), 4 deletions(-)
--
2.52.0
Powered by blists - more mailing lists