# # ChangeLog for common/str.c in mainline # # Generated by Trac 1.6 # 2025-04-23T12:22:45Z Tue, 15 Apr 2025 18:53:31 GMT Jiří Zárevúcky [65bf084] * common/stdc/uchar.c (modified) * common/str.c (modified) Implement both str_decode() and mbrtoc32() using one function Mon, 14 Apr 2025 11:23:38 GMT Jiří Zárevúcky [0600976] * common/stdc/uchar.c (modified) * common/str.c (modified) * uspace/lib/c/test/str.c (modified) Reject invalid non-shortest UTF-8 forms and fix some other issues in str Mon, 14 Apr 2025 08:37:32 GMT Jiří Zárevúcky [6120b7b] * common/str.c (modified) Fix an oversight in str_decode() Mon, 14 Apr 2025 08:30:07 GMT Jiří Zárevúcky [6d0e133] * common/str.c (modified) Improve handling of invalid data in str_decode() Sun, 13 Apr 2025 16:56:27 GMT Jiří Zárevúcky [28c39f3] * common/str.c (modified) Improve performance of some str functions Some string functions are ... Fri, 27 Oct 2023 17:53:21 GMT Jiří Zárevúcky [fdfb24e] * boot/arch/arm32/meson.build (modified) * boot/arch/arm64/meson.build (modified) * boot/arch/ia64/meson.build (modified) * boot/arch/mips32/meson.build (modified) * boot/arch/ppc32/meson.build (modified) * boot/arch/riscv64/meson.build (modified) * boot/arch/sparc64/meson.build (modified) * boot/generic/include/assert.h (moved) * boot/generic/include/errno.h (modified) * boot/generic/src/str.c (deleted) * common/include/ctype.h (moved) * common/include/str.h (moved) * common/include/str_error.h (moved) * common/stdc/ctype.c (moved) * common/str.c (moved) * common/str_error.c (moved) * common/strtol.c (moved) * kernel/generic/include/str.h (deleted) * kernel/generic/meson.build (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/lib/str.c (deleted) * kernel/generic/src/lib/strtol.c (deleted) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/mm/backend_user.c (modified) * kernel/generic/src/proc/program.c (modified) * uspace/lib/c/generic/str_error.c (deleted) * uspace/lib/c/meson.build (modified) * uspace/lib/posix/include/posix/ctype.h (modified) Deduplicate string related functions