From: Joel B. <fen...@us...> - 2002-04-28 20:30:41
|
Update of /cvsroot/tics/tics/tlisp/functions/math In directory usw-pr-cvs1:/tmp/cvs-serv30059/math Modified Files: Crypt.tcc Gt.tcc Log Message: Did some standardaization of error messages ("nth argument to FOO" -> "Argument n to FOO"). |
From: Deborah H. <de...@us...> - 2002-04-28 20:42:04
|
Update of /cvsroot/tics/tics/tlisp In directory usw-pr-cvs1:/tmp/cvs-serv568 Modified Files: Function.cc Log Message: Whoops. Need to include crypt.h after we've picked up config.h. |
From: Deborah H. <de...@us...> - 2002-04-28 21:18:01
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv10045 Modified Files: tics.mk.in Log Message: Changed the way test harnesses are built to stop changing user-written files. Now that we have a .cc file, we can just dump the suite() function in there. |
From: Deborah H. <de...@us...> - 2002-04-28 21:18:01
|
Update of /cvsroot/tics/tics/test In directory usw-pr-cvs1:/tmp/cvs-serv10045/test Modified Files: mkharness mksuite Log Message: Changed the way test harnesses are built to stop changing user-written files. Now that we have a .cc file, we can just dump the suite() function in there. |
From: Deborah H. <de...@us...> - 2002-04-28 21:18:47
|
Update of /cvsroot/tics/tics/test In directory usw-pr-cvs1:/tmp/cvs-serv10293/test Modified Files: mktest Log Message: Should update mktest to do the right thing for new suite() handling, too. |
From: Deborah H. <de...@us...> - 2002-04-28 21:18:02
|
Update of /cvsroot/tics/tics/tlisp/tests In directory usw-pr-cvs1:/tmp/cvs-serv10045/tlisp/tests Modified Files: ContextTests.h FunctionTests.h LambdaTest.h ListTests.h MathTests.h ObjectTest.h ParserTest.h Log Message: Changed the way test harnesses are built to stop changing user-written files. Now that we have a .cc file, we can just dump the suite() function in there. |
From: Deborah H. <de...@us...> - 2002-04-28 21:18:01
|
Update of /cvsroot/tics/tics/db/tests In directory usw-pr-cvs1:/tmp/cvs-serv10045/db/tests Modified Files: CRUDTest.h InitTest.h Log Message: Changed the way test harnesses are built to stop changing user-written files. Now that we have a .cc file, we can just dump the suite() function in there. |
From: Joel B. <fen...@us...> - 2002-04-28 21:31:48
|
Update of /cvsroot/tics/tics/debian In directory usw-pr-cvs1:/tmp/cvs-serv28551 Modified Files: rules Log Message: D'oh. Got committed with DH_VERBOSE on. Not critical, just poor style. But worse, it got released that way. Oh well. |
From: Joel B. <fen...@us...> - 2002-04-28 21:51:22
|
Update of /cvsroot/tics/tics/tools In directory usw-pr-cvs1:/tmp/cvs-serv19295/tools Modified Files: mkftable Log Message: Fixed the off-by-2 error on #line pragma generation. |
From: Joel B. <fen...@us...> - 2002-04-28 22:02:31
|
Update of /cvsroot/tics/tics/tlisp/functions/programming In directory usw-pr-cvs1:/tmp/cvs-serv20466/programming Modified Files: Cond.tcc Eval.tcc Lambda.tcc Let.tcc Log Message: Converted all TCC calls to dynamic_cast into To<foo> calls instead. |
From: Joel B. <fen...@us...> - 2002-04-28 22:43:45
|
Update of /cvsroot/tics/tics/tlisp/functions/object In directory usw-pr-cvs1:/tmp/cvs-serv20466/object Modified Files: Get.tcc Lattr.tcc Set.tcc Setq.tcc Log Message: Converted all TCC calls to dynamic_cast into To<foo> calls instead. |
From: Joel B. <fen...@us...> - 2002-04-28 22:43:45
|
Update of /cvsroot/tics/tics/tlisp/functions/list In directory usw-pr-cvs1:/tmp/cvs-serv20466/list Modified Files: Append.tcc Concatenate.tcc First.tcc Last.tcc Rest.tcc Reverse.tcc Setdiff.tcc Setinter.tcc Setunion.tcc Log Message: Converted all TCC calls to dynamic_cast into To<foo> calls instead. |
From: Deborah H. <de...@us...> - 2002-04-28 22:54:44
|
Update of /cvsroot/tics/tics/tlisp/functions/object In directory usw-pr-cvs1:/tmp/cvs-serv2732/functions/object Modified Files: Lattr.tcc Log Message: Got lattr doing the right thing with patterns, and documented it. Arranged for lattr to return sorted lists. Also wrote unit tests for it, since we didn't have any. |
From: Deborah H. <de...@us...> - 2002-04-28 22:54:44
|
Update of /cvsroot/tics/tics/tlisp/tests In directory usw-pr-cvs1:/tmp/cvs-serv2732/tests Modified Files: FunctionTests.h ObjectTest.h Log Message: Got lattr doing the right thing with patterns, and documented it. Arranged for lattr to return sorted lists. Also wrote unit tests for it, since we didn't have any. |
From: Deborah H. <de...@us...> - 2002-04-28 22:54:44
|
Update of /cvsroot/tics/tics/tlisp In directory usw-pr-cvs1:/tmp/cvs-serv2732 Modified Files: Function.cc Log Message: Got lattr doing the right thing with patterns, and documented it. Arranged for lattr to return sorted lists. Also wrote unit tests for it, since we didn't have any. |
From: Deborah H. <de...@us...> - 2002-04-28 23:33:36
|
Update of /cvsroot/tics/tics/tlisp/tests In directory usw-pr-cvs1:/tmp/cvs-serv11253/tests Modified Files: FunctionTests.h Log Message: Initial implementation (and documentation and unit test) of map. |
From: Deborah H. <de...@us...> - 2002-04-28 23:33:36
|
Update of /cvsroot/tics/tics/tlisp/functions/programming In directory usw-pr-cvs1:/tmp/cvs-serv11253/functions/programming Modified Files: Map.tcc Log Message: Initial implementation (and documentation and unit test) of map. |
From: Joel B. <fen...@us...> - 2002-04-29 16:38:58
|
Update of /cvsroot/tics/tics/include In directory usw-pr-cvs1:/tmp/cvs-serv8711/include Added Files: stringtok.h Log Message: We need this for the updates to Object::Resolve (and probably other things later). |
From: Joel B. <fen...@us...> - 2002-04-29 16:40:08
|
Update of /cvsroot/tics/tics/tlisp In directory usw-pr-cvs1:/tmp/cvs-serv9037/tlisp Modified Files: Object.cc Object.h Log Message: Changed how Object::Resolve works, with a bunch of cascading consequences. |
From: Joel B. <fen...@us...> - 2002-04-29 16:40:09
|
Update of /cvsroot/tics/tics/tlisp/functions/object In directory usw-pr-cvs1:/tmp/cvs-serv9037/tlisp/functions/object Modified Files: Create.tcc Object.tcc Log Message: Changed how Object::Resolve works, with a bunch of cascading consequences. |
From: Joel B. <fen...@us...> - 2002-04-29 16:40:12
|
Update of /cvsroot/tics/tics/tlisp/tests In directory usw-pr-cvs1:/tmp/cvs-serv9037/tlisp/tests Modified Files: ObjectTest.h Log Message: Changed how Object::Resolve works, with a bunch of cascading consequences. |
From: Deborah H. <de...@us...> - 2002-04-29 18:34:45
|
Update of /cvsroot/tics/tics/tlisp In directory usw-pr-cvs1:/tmp/cvs-serv16633/tlisp Modified Files: Lambda.cc Lambda.h Sexp.cc Log Message: Added the method function, which is syntactic sugar for one or two complex setq + lambda calls. |
From: Deborah H. <de...@us...> - 2002-04-29 18:34:50
|
Update of /cvsroot/tics/tics/tlisp/tests In directory usw-pr-cvs1:/tmp/cvs-serv16633/tlisp/tests Modified Files: ObjectTest.h Log Message: Added the method function, which is syntactic sugar for one or two complex setq + lambda calls. |
From: Deborah H. <de...@us...> - 2002-04-29 18:34:50
|
Update of /cvsroot/tics/tics/tlisp/functions/object In directory usw-pr-cvs1:/tmp/cvs-serv16633/tlisp/functions/object Added Files: Method.tcc Log Message: Added the method function, which is syntactic sugar for one or two complex setq + lambda calls. |
From: Deborah H. <de...@us...> - 2002-04-29 21:27:31
|
Update of /cvsroot/tics/tics/tlisp/functions/object In directory usw-pr-cvs1:/tmp/cvs-serv18467/tlisp/functions/object Modified Files: Create.tcc Log Message: Updated create to provide a short-cut to setting a parent at creation time. Updated existing TLISP to use method and create instead of setqs. |