CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2015/10/19 11:15:53
Modified files: bin/ksh : eval.c misc.c sh.h Log message: Remove the define NOT, replace it with '!'. No binary change. "The ^ is used in regular expressions and many versions of fnmatch(3) accept both ! and ^. However, we are never going to accept ^ instead of ! so I think this makes sense" -millert@ "go for it" -nicm@