# # ChangeLog for / in mainline # # Generated by Trac 1.5.4 # 2024-04-25T03:58:50Z Mon, 30 Nov 2009 20:07:07 GMT Jiri Svoboda [e866806] * 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) Merge editor fix and string function improvements. 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 ... Mon, 30 Nov 2009 18:50:08 GMT Jiri Svoboda [ba26129] * uspace/app/edit/edit.c (modified) Prevent overrunning screen width when editing file name. Mon, 30 Nov 2009 15:02:12 GMT Jiri Svoboda [1df977c] * uspace/app/edit/edit.c (modified) Merge Save As editor feature.