Module Name: src Committed By: christos Date: Tue Jan 22 20:35:29 UTC 2013
Modified Files: src/bin/csh: Makefile const.c csh.c csh.h extern.h glob.c lex.c set.c Log Message: Add a little libedit front end. Could be used as someone's pet project to learn how to program. It is not enabled in the Makefile, and it states why there. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/bin/csh/Makefile cvs rdiff -u -r1.9 -r1.10 src/bin/csh/const.c cvs rdiff -u -r1.43 -r1.44 src/bin/csh/csh.c cvs rdiff -u -r1.22 -r1.23 src/bin/csh/csh.h cvs rdiff -u -r1.26 -r1.27 src/bin/csh/extern.h cvs rdiff -u -r1.25 -r1.26 src/bin/csh/glob.c cvs rdiff -u -r1.27 -r1.28 src/bin/csh/lex.c cvs rdiff -u -r1.29 -r1.30 src/bin/csh/set.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.