Commit ID: 100559ABF230C8CC8EB
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/07/06 17:48:39 UTC
Modified files:
bin/mksh : Build.sh check.t exec.c funcs.c main.c mksh.1 sh.h
Log message:
• revert the cat hack for realpath and rename
‣ I was convinced by several that more magic is never the solution
• fix a comment: function cat already had precedence
• change cat loader to look for existence, FPATH included, before
ditching the builtin; note that in manpage
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.680 -r1.681 src/bin/mksh/Build.sh
cvs -R rdiff -kk -upr1.698 -r1.699 src/bin/mksh/check.t
cvs -R rdiff -kk -upr1.154 -r1.155 src/bin/mksh/exec.c
cvs -R rdiff -kk -upr1.276 -r1.277 src/bin/mksh/funcs.c
cvs -R rdiff -kk -upr1.294 -r1.295 src/bin/mksh/main.c
cvs -R rdiff -kk -upr1.372 -r1.373 src/bin/mksh/mksh.1
cvs -R rdiff -kk -upr1.733 -r1.734 src/bin/mksh/sh.h