the bitrig natano_ksh_cleanup branch has been created by natano. it is 0 commits behind master, and 6 commits ahead.
commit 4803afc33854260d5dc919a3bc630fafef7d1831 diff: https://github.com/bitrig/bitrig/commit/4803afc 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 cf76ab9e1ec56c1582cb0b4818d2b5f12a7ec65c diff: https://github.com/bitrig/bitrig/commit/cf76ab9 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 commit 1fb721c3651e1b018ceebded4d89d3bd8b31a85e diff: https://github.com/bitrig/bitrig/commit/1fb721c author: Martin Natano <[email protected]> date: Sun Feb 22 10:15:10 2015 +0100 Remove unused preprocessor constants. M bin/ksh/shf.c commit 284952b3cee676cf327c62d22fe30938acf46e50 diff: https://github.com/bitrig/bitrig/commit/284952b 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 83437d06d4c107b7fa527d03f48721abf8dd7faa diff: https://github.com/bitrig/bitrig/commit/83437d0 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 d86b6725054e31959c67715333c77efbf9fcc96a diff: https://github.com/bitrig/bitrig/commit/d86b672 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
