#!/bin/sh

#
#	Rename mono-case VMS filenames to Unix mixed case filenames
#

mv makefile Makefile
mv makefile.in Makefile.in
mv readme README
mv tclappinit.c tclAppInit.c
mv tclasync.c tclAsync.c
mv tclbasic.c tclBasic.c
mv tclckalloc.c tclCkalloc.c
mv tclcmdah.c tclCmdAH.c
mv tclcmdil.c tclCmdIL.c
mv tclcmdmz.c tclCmdMZ.c
mv tclenv.c tclEnv.c
mv tclexpr.c tclExpr.c
mv tclget.c tclGet.c
mv tclglob.c tclGlob.c
mv tclhash.c tclHash.c
mv tclhistory.c tclHistory.c
mv tclint.h tclInt.h
mv tcllink.c tclLink.c
mv tclmain.c tclMain.c
mv tclmtherr.c tclMtherr.c
mv tclparse.c tclParse.c
mv tclproc.c tclProc.c
mv tcltest.c tclTest.c
mv tclunix.h tclUnix.h
mv tclunixaz.c tclUnixAZ.c
mv tclunixstr.c tclUnixStr.c
mv tclunixutil.c tclUnixUtil.c
mv tclutil.c tclUtil.c
mv tclvar.c tclVar.c
