From: Deborah H. <de...@us...> - 2002-02-27 07:33:00
|
Update of /cvsroot/tics/tics/tlisp/functions/string In directory usw-pr-cvs1:/tmp/cvs-serv17434/functions/string Added Files: .cvsignore Downcase.tcc Makefile.in Upcase.tcc Log Message: Added a 'string functions' directory. |
From: Deborah H. <de...@us...> - 2002-02-27 07:33:00
|
Update of /cvsroot/tics/tics/tlisp In directory usw-pr-cvs1:/tmp/cvs-serv17434 Modified Files: Makefile.in Log Message: Added a 'string functions' directory. |
From: Deborah H. <de...@us...> - 2002-02-27 07:50:43
|
Update of /cvsroot/tics/tics/tlisp In directory usw-pr-cvs1:/tmp/cvs-serv22039 Modified Files: Object.cc Log Message: Don't need to see the NullAvatar creation/destruction. |
From: Deborah H. <de...@us...> - 2002-02-27 07:51:03
|
Update of /cvsroot/tics/tics/tlisp/functions/string In directory usw-pr-cvs1:/tmp/cvs-serv22137/functions/string Modified Files: Downcase.tcc Log Message: Implemented Downcase. |
From: Deborah H. <de...@us...> - 2002-02-27 07:51:03
|
Update of /cvsroot/tics/tics/tlisp/tests In directory usw-pr-cvs1:/tmp/cvs-serv22137/tests Modified Files: FunctionTests.h Log Message: Implemented Downcase. |
From: Deborah H. <de...@us...> - 2002-02-27 08:10:47
|
Update of /cvsroot/tics/tics/tlisp/functions/programming In directory usw-pr-cvs1:/tmp/cvs-serv27398/tlisp/functions/programming Modified Files: Eval.tcc Log Message: Eval needs to eval lambda arguments before setting them up. |
From: Deborah H. <de...@us...> - 2002-02-27 08:11:28
|
Update of /cvsroot/tics/tics/tlisp-source/essential In directory usw-pr-cvs1:/tmp/cvs-serv27517/tlisp-source/essential Modified Files: 010Player.tl Log Message: Very close to having login working. Lots of tweaks to make the tlisp do what I need it to do and to make it a little friendlier. |
From: Deborah H. <de...@us...> - 2002-02-27 08:12:00
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv27660 Modified Files: configure.in Log Message: Added a string functions directory. |
From: Joel B. <fen...@us...> - 2002-02-28 22:08:04
|
Update of /cvsroot/tics/tics/tlisp/tests In directory usw-pr-cvs1:/tmp/cvs-serv25839/tests Modified Files: ListTests.h Log Message: Implemented the following functions: * Append |
From: Joel B. <fen...@us...> - 2002-02-28 22:08:05
|
Update of /cvsroot/tics/tics/tlisp/functions/list In directory usw-pr-cvs1:/tmp/cvs-serv25839/functions/list Modified Files: Append.tcc Log Message: Implemented the following functions: * Append |
From: Joel B. <fen...@us...> - 2002-02-28 22:08:07
|
Update of /cvsroot/tics/tics/test In directory usw-pr-cvs1:/tmp/cvs-serv24836/test Modified Files: mktest Log Message: mktest now adds a header, an include for <stdexcept> since every testsuite should be using try/catch/fail, and updates .cvsignore to ignore the output files. |
From: Joel B. <fen...@us...> - 2002-02-28 22:08:07
|
Update of /cvsroot/tics/tics/tlisp/tests In directory usw-pr-cvs1:/tmp/cvs-serv25676 Modified Files: .cvsignore Added Files: ListTests.h Log Message: Added ListTests test suite. |
From: Joel B. <fen...@us...> - 2002-03-06 02:59:08
|
Update of /cvsroot/tics/tics/tlisp/tests In directory usw-pr-cvs1:/tmp/cvs-serv22355 Modified Files: FunctionTests.h ListTests.h Log Message: Implemented unit tests for First(). |
From: Joel B. <fen...@us...> - 2002-03-06 03:34:56
|
Update of /cvsroot/tics/tics/tlisp/tests In directory usw-pr-cvs1:/tmp/cvs-serv28694 Modified Files: ListTests.h Log Message: Added more unit tests for First(). |
From: Joel B. <fen...@us...> - 2002-03-07 03:28:20
|
Update of /cvsroot/tics/tics/tlisp/functions/list In directory usw-pr-cvs1:/tmp/cvs-serv32479/tlisp/functions/list Modified Files: Rest.tcc Log Message: Tidied up and unit-test-fixed Rest |
From: Joel B. <fen...@us...> - 2002-03-07 03:28:21
|
Update of /cvsroot/tics/tics/tlisp/tests In directory usw-pr-cvs1:/tmp/cvs-serv32479/tlisp/tests Modified Files: FunctionTests.h ListTests.h Log Message: Tidied up and unit-test-fixed Rest |
From: Joel B. <fen...@us...> - 2002-03-07 03:41:43
|
Update of /cvsroot/tics/tics/tlisp/tests In directory usw-pr-cvs1:/tmp/cvs-serv3832/tlisp/tests Modified Files: FunctionTests.h ListTests.h Log Message: Implemented unit tests for Last. |
From: Joel B. <fen...@us...> - 2002-03-07 04:08:02
|
Update of /cvsroot/tics/tics/tlisp/tests In directory usw-pr-cvs1:/tmp/cvs-serv9864/tlisp/tests Modified Files: FunctionTests.h ListTests.h Log Message: Commited unit tests for Reverse(). |
From: Joel B. <fen...@us...> - 2002-03-07 04:08:02
|
Update of /cvsroot/tics/tics/tlisp/functions/list In directory usw-pr-cvs1:/tmp/cvs-serv9864/tlisp/functions/list Modified Files: Reverse.tcc Log Message: Commited unit tests for Reverse(). |
From: Deborah H. <de...@us...> - 2002-03-07 08:16:01
|
Update of /cvsroot/tics/tics/tlisp In directory usw-pr-cvs1:/tmp/cvs-serv20371 Modified Files: Tlisp.h Log Message: Implemented List copy constructor and slice constructor. No unit tests for these because they're just passthroughs to std::vector. |
From: Deborah H. <de...@us...> - 2002-03-07 08:34:53
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv26296 Modified Files: Doxyfile Log Message: Doxygen should really ignore some set of the generated function table files. |
From: Joel B. <fen...@us...> - 2002-03-08 08:02:54
|
Update of /cvsroot/tics/tics/tlisp/functions/io In directory usw-pr-cvs1:/tmp/cvs-serv5698/tlisp/functions/io Modified Files: Dump.tcc Pemit.tcc Print.tcc Read.tcc Log Message: Changed the mkftable utility to support the new commenting style. This required touching pretty much every non-empty TCC file. |
From: Joel B. <fen...@us...> - 2002-03-08 08:02:54
|
Update of /cvsroot/tics/tics/tlisp/functions/list In directory usw-pr-cvs1:/tmp/cvs-serv5698/tlisp/functions/list Modified Files: Append.tcc Concatenate.tcc First.tcc Last.tcc Rest.tcc Reverse.tcc Log Message: Changed the mkftable utility to support the new commenting style. This required touching pretty much every non-empty TCC file. |
From: Joel B. <fen...@us...> - 2002-03-08 08:02:55
|
Update of /cvsroot/tics/tics/tlisp/functions/math In directory usw-pr-cvs1:/tmp/cvs-serv5698/tlisp/functions/math Modified Files: Abs.tcc Add.tcc Add1.tcc Crypt.tcc CryptSalt.tcc Div.tcc E.tcc Exp.tcc Expt.tcc Gt.tcc Irand.tcc Log.tcc Max.tcc Min.tcc Mul.tcc Pi.tcc Rand.tcc Sqrt.tcc Sub.tcc Sub1.tcc Log Message: Changed the mkftable utility to support the new commenting style. This required touching pretty much every non-empty TCC file. |
From: Joel B. <fen...@us...> - 2002-03-08 08:02:55
|
Update of /cvsroot/tics/tics/tlisp/functions/string In directory usw-pr-cvs1:/tmp/cvs-serv5698/tlisp/functions/string Modified Files: Downcase.tcc Log Message: Changed the mkftable utility to support the new commenting style. This required touching pretty much every non-empty TCC file. |