# # ChangeLog for uspace/lib/libc/include/string.h in mainline # # Generated by Trac 1.5.4 # 2024-04-28T01:00:58Z Mon, 30 Nov 2009 19:51:29 GMT Jiri Svoboda [b67c7d64] * uspace/app/bdsh/input.c (modified) * uspace/app/edit/edit.c (modified) * uspace/lib/libc/generic/string.c (modified) * uspace/lib/libc/include/string.h (modified) Add wstr_to_astr() for easy conversion from wide string to string. Mon, 30 Nov 2009 19:16:35 GMT Jiri Svoboda [0f06dbc] * kernel/generic/include/string.h (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/lib/string.c (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/edit/edit.c (modified) * uspace/lib/libc/generic/string.c (modified) * uspace/lib/libc/include/string.h (modified) Rename wstr_nstr() to wstr_to_str() and align it better with the rest ... Sun, 29 Nov 2009 14:53:18 GMT Jiri Svoboda [da2bd08] * uspace/app/bdsh/input.c (modified) * uspace/app/bdsh/input.h (modified) * uspace/app/bdsh/scli.c (modified) * uspace/lib/libc/generic/string.c (modified) * uspace/lib/libc/include/string.h (modified) Input history.