From: Deborah H. <de...@us...> - 2001-08-02 22:49:46
|
Update of /cvsroot/tics/tics/tlisp/functions In directory usw-pr-cvs1:/tmp/cvs-serv23412/functions Added Files: Abs.tcc Add.tcc Add1.tcc Alias.tcc Append.tcc Apply.tcc Assoc.tcc Cond.tcc Create.tcc Dbref.tcc Defun.tcc Destroy.tcc Div.tcc Eval.tcc Exp.tcc First.tcc Get.tcc If.tcc Irand.tcc Join.tcc Lambda.tcc Last.tcc Lattr.tcc Let.tcc List.tcc Map.tcc Max.tcc Min.tcc Mul.tcc Object.tcc Pemit.tcc Quote.tcc Rand.tcc Reduce.tcc ResolveDbref.tcc Rest.tcc Reverse.tcc Search.tcc Set.tcc Shuffle.tcc Shutdown.tcc Split.tcc Sqrt.tcc Sub.tcc Sub1.tcc Unalias.tcc Log Message: Split functions out and wrote a little script to composite them together. Empty functions/Blah.tcc files will create an unimplemented function - i.e. the error on calling it will be 'unimplemeneted function blah' rather than 'no function blah found'. |