the bitrig master branch has been updated by natano with 7 new commits: commit d15f3c2f780b53a213d2ba9fca3f6284b123facb diff: https://github.com/bitrig/bitrig/commit/d15f3c2 author: Martin Natano <[email protected]> date: Sat Feb 28 13:53:53 2015 +0100
Skip duplicates when searching through the history (vi mode). ok marco@ M bin/ksh/vi.c commit d790da1dd17b6db3292064c3cad628f9b06e9ae9 diff: https://github.com/bitrig/bitrig/commit/d790da1 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. ok marco@ M bin/ksh/vi.c commit 3ce3ee60c4e21e63e17f96d5b5a5bc38080d3f21 diff: https://github.com/bitrig/bitrig/commit/3ce3ee6 author: Martin Natano <[email protected]> date: Sun Feb 22 10:15:10 2015 +0100 Remove unused preprocessor constants; ok marco@ M bin/ksh/shf.c commit 2d727f1baf0ef4030c81fdec15c132a8a85a4c35 diff: https://github.com/bitrig/bitrig/commit/2d727f1 author: Martin Natano <[email protected]> date: Sat Feb 21 11:36:28 2015 +0100 No need to cast NULL pointers; ok marco@ M bin/ksh/c_ksh.c M bin/ksh/history.c M bin/ksh/syn.c M bin/ksh/tree.h commit 441096a1d1374b54db685efe25c404a129fd6b24 diff: https://github.com/bitrig/bitrig/commit/441096a 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. ok marco@ M bin/ksh/jobs.c M bin/ksh/sh.h commit 47de56660fffa25bb1413f026c27e96c81ff3b72 diff: https://github.com/bitrig/bitrig/commit/47de566 author: Martin Natano <[email protected]> date: Sat Feb 21 10:51:12 2015 +0100 s/BEL/'\a'/g; ok marco@ M bin/ksh/edit.h M bin/ksh/emacs.c M bin/ksh/vi.c commit 8b62692794d5668d246ca52b9a6986a2e45166bb diff: https://github.com/bitrig/bitrig/commit/8b62692 author: Martin Natano <[email protected]> date: Sun Mar 1 17:51:53 2015 +0100 Fix a compiler warning; ok marco@ M bin/ksh/emacs.c
