the bitrig natano_ksh_cleanup branch has been created by natano.

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

commit 1f5dc0f72e6ff1b19a9725a27a27d406889e6e7a
diff: https://github.com/bitrig/bitrig/commit/1f5dc0f
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 c1c6a9bdf013311a1120987e7fa2bd6d24bcd40e
diff: https://github.com/bitrig/bitrig/commit/c1c6a9b
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 30db2648e90d6a0799d8cedf0c1e2b2980defc44
diff: https://github.com/bitrig/bitrig/commit/30db264
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 c81e4c56a2d45f752a6d6621597f102ec4c70c2a
diff: https://github.com/bitrig/bitrig/commit/c81e4c5
author: Martin Natano <[email protected]>
date: Sun Feb 22 10:15:10 2015 +0100

Remove unused preprocessor constants.

M       bin/ksh/shf.c

commit 4f727806fe072de28a14b184ec611bd911315542
diff: https://github.com/bitrig/bitrig/commit/4f72780
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 fe126d3911424b5123d6372bdbfd8e843300333c
diff: https://github.com/bitrig/bitrig/commit/fe126d3
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 30de307acc1c25d479cc08ac79dadb5547eb0a42
diff: https://github.com/bitrig/bitrig/commit/30de307
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

commit ce7a240ff6a64a20def6fd9acea79d9819483a19
diff: https://github.com/bitrig/bitrig/commit/ce7a240
author: Martin Natano <[email protected]>
date: Sun Mar 1 17:51:53 2015 +0100

Fix a compiler warning.

M       bin/ksh/emacs.c

Reply via email to