Wed Mar 5 13:54:45 PST 1986 The C shell now incorporates filename expansion directly, controlled by whether or not the shell variable "filec" is set. Thus, there's no longer any reason to build csh and tcsh separately. This change and others pertaining to the 4.3 merge have induced some changes in the source file structure. Renamed: tenex.c --> sh.file.c Obsolete: malloc.c sh.sig.c tgt.mk To recreate an early verson of the shell, the renaming will have to be undone. *********************************************************************** Fri May 6 22:20:14 PDT 1988 The C shell now incorporate 8bit characters. If INTER is defined, csh will be 8bit clean version. The debug routines are gathered in sh.debug.c. A new file sh.8bit.c is created.