# # ChangeLog for common/printf in mainline # # Generated by Trac 1.6 # 2025-08-01T07:18:43Z Sun, 13 Apr 2025 19:33:48 GMT Jiří Zárevúcky [163e34c] * common/include/printf_core.h (modified) * common/printf/printf_core.c (modified) * common/stdc/snprintf.c (moved) * common/stdc/vsnprintf.c (moved) * kernel/generic/meson.build (modified) * kernel/generic/src/log/log.c (modified) * kernel/generic/src/printf/snprintf.c (deleted) * kernel/generic/src/printf/vprintf.c (modified) * kernel/generic/src/printf/vsnprintf.c (deleted) * uspace/lib/c/generic/io/asprintf.c (modified) * uspace/lib/c/generic/io/kio.c (modified) * uspace/lib/c/generic/io/vprintf.c (modified) * uspace/lib/c/generic/io/vsnprintf.c (deleted) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/c/meson.build (modified) * uspace/lib/posix/src/stdio.c (modified) Actually convert the printf outputs everywhere Sun, 13 Apr 2025 18:21:02 GMT Jiří Zárevúcky [97f6b71] * common/printf/printf_core.c (modified) Clean up printf_core() and make it obey the standard The original ... Thu, 22 Aug 2024 12:58:55 GMT Jiří Zárevúcky [b889a64] * common/printf/printf_core.c (modified) Fix typo in comment Fri, 27 Oct 2023 18:56:50 GMT Jiří Zárevúcky [694ca3d6] * common/include/printf_core.h (moved) * common/printf/printf_core.c (moved) * kernel/generic/meson.build (modified) * kernel/generic/src/printf/printf_core.c (deleted) * uspace/lib/c/generic/io/asprintf.c (modified) * uspace/lib/c/generic/io/kio.c (modified) * uspace/lib/c/generic/io/printf.c (modified) * uspace/lib/c/generic/io/vprintf.c (modified) * uspace/lib/c/generic/io/vsnprintf.c (modified) * uspace/lib/c/meson.build (modified) * uspace/lib/posix/src/stdio.c (modified) Deduplicate printf_core()