the bitrig natano_ksh_cleanup branch has been created by natano. it is 0 commits behind master, and 7 commits ahead.
commit bfb56168145dbf10e9845604e6b2f66b5ec6effb diff: https://github.com/bitrig/bitrig/commit/bfb5616 author: Martin Natano <[email protected]> date: Sat Feb 28 13:53:53 2015 +0100 Skip duplicates when searching through the history (vi mode). M bin/ksh/vi.c commit 668caedbab786d8a5ff5e716cbf60f7a78f9d846 diff: https://github.com/bitrig/bitrig/commit/668caed author: Martin Natano <[email protected]> date: Fri Feb 27 20:27:37 2015 +0100 Handle SIGWINCH while waiting for user input in vi mode. While there display line continuation marker in the last column, as described by the manual page, not the very last column, in order to prevent the last column from containing garbage after a resize. M bin/ksh/vi.c commit d93ca1bdbaa63fc5cdf733f0c3d275aaf62384c3 diff: https://github.com/bitrig/bitrig/commit/d93ca1b author: Martin Natano <[email protected]> date: Sun Feb 22 12:57:56 2015 +0100 Untangle ksh from libc's internal charclass.h header. M bin/ksh/Makefile M bin/ksh/misc.c M lib/libc/gen/charclass.h M lib/libc/gen/fnmatch.c M lib/libc/gen/glob.c commit 49b522e918e8430de98a0480db9f80d5fbe98e0f diff: https://github.com/bitrig/bitrig/commit/49b522e author: Martin Natano <[email protected]> date: Sun Feb 22 10:15:10 2015 +0100 Remove unused preprocessor constants. M bin/ksh/shf.c commit f423856879668bfab17e0459b19e393d356c27be diff: https://github.com/bitrig/bitrig/commit/f423856 author: Martin Natano <[email protected]> date: Sat Feb 21 11:36:28 2015 +0100 No need to cast NULL pointers. M bin/ksh/c_ksh.c M bin/ksh/history.c M bin/ksh/syn.c M bin/ksh/tree.h commit 1fcc2623659aaa9323db74b4b7b44ff28d32df44 diff: https://github.com/bitrig/bitrig/commit/1fcc262 author: Martin Natano <[email protected]> date: Sat Feb 21 11:06:09 2015 +0100 Use plain 'int' instead of the 'INT32' define. POSIX requies the 'int' type to be at least 32 bits. I don't see us support non-POSIX platforms anytime soon. M bin/ksh/jobs.c M bin/ksh/sh.h commit 74390cee4137698eeedeb21e0e068c44d22a8b37 diff: https://github.com/bitrig/bitrig/commit/74390ce author: Martin Natano <[email protected]> date: Sat Feb 21 10:51:12 2015 +0100 s/BEL/'\a'/g M bin/ksh/edit.h M bin/ksh/emacs.c M bin/ksh/vi.c
