CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/08/30 11:08:45
Modified files:
bin/ksh : history.c ksh.1 sh.h table.h var.c
Log message:
Implement HISTCONTROL ignoredups & ignorespace features
ignoredups: don't save the current line if it is identical to the last
history line.
ignorespace: don't save the current line if it starts with a space
ok anton@ millert@
