the bitrig natano_ksh_cleanup branch has been created by natano.

it is 0 commits behind master, and 7 commits ahead.

commit 222c33da5ad4b69cd5b060c5810ea2ccaeb55b99
diff: https://github.com/bitrig/bitrig/commit/222c33d
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 9ebe4de707d5b94911672910fbc68d7c1a171a19
diff: https://github.com/bitrig/bitrig/commit/9ebe4de
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 9346ccf4a1a8cc195f75a9d3ab4fa32833b6b2a2
diff: https://github.com/bitrig/bitrig/commit/9346ccf
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 ac9850a70e932a24b6e0943f618473a80a2d50ca
diff: https://github.com/bitrig/bitrig/commit/ac9850a
author: Martin Natano <[email protected]>
date: Sun Feb 22 10:15:10 2015 +0100

Remove unused preprocessor constants.

M       bin/ksh/shf.c

commit 9cdf09ad0063547abf7fbfaf14c80da7a167a4b3
diff: https://github.com/bitrig/bitrig/commit/9cdf09a
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 bdd4e7f8bb5f0ca836687d95eb573a235059819a
diff: https://github.com/bitrig/bitrig/commit/bdd4e7f
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 23b83eec9ef0db0ac0293246a4230f01a86ef684
diff: https://github.com/bitrig/bitrig/commit/23b83ee
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

Reply via email to