Files
coreutils/tests
Pádraig Brady 5cecd703e5 printf: add indexed argument support
* src/printf.c (print_formatted): Add support for %i$ indexed args.
* tests/printf/printf-indexed.sh: Add a new file of test cases.
* tests/local.mk: Reference the new test file.
* doc/coreutils.texi (printf invocation): Mention how mixed
processing of indexed and sequential references are supported,
unlike the printf(2) library function.
* NEWS: Mention the new (POSIX:2024) feature.
Addresses https://bugs.gnu.org/73068
2024-09-13 17:29:02 +01:00
..
2024-07-02 09:53:46 +01:00
2024-05-16 23:30:55 -07:00
2024-08-25 09:15:43 +01:00
2024-08-10 19:30:01 -07:00
2024-07-16 01:54:20 +00:00
2024-05-20 15:15:05 -07:00
2024-08-10 19:30:01 -07:00
2024-09-13 17:29:02 +01:00