From: Deborah H. <de...@us...> - 2002-04-29 21:27:32
|
Update of /cvsroot/tics/tics/tlisp-source/essential In directory usw-pr-cvs1:/tmp/cvs-serv18467/tlisp-source/essential Modified Files: 010Player.tl 011Wizard.tl 900TlispAccess.tl 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. |
From: Deborah H. <de...@us...> - 2002-04-29 21:27:32
|
Update of /cvsroot/tics/tics/tlisp/tests In directory usw-pr-cvs1:/tmp/cvs-serv18467/tlisp/tests Modified Files: ObjectTest.h 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. |
From: Joel B. <fen...@us...> - 2002-04-29 23:31:28
|
Update of /cvsroot/tics/tics/tlisp/functions/object In directory usw-pr-cvs1:/tmp/cvs-serv22629/tlisp/functions/object Added Files: Chdir.tcc Log Message: Added the TLisp Chdir function. Not documented yet. Bad me. |
From: Joel B. <fen...@us...> - 2002-04-29 23:31:28
|
Update of /cvsroot/tics/tics/tlisp/tests In directory usw-pr-cvs1:/tmp/cvs-serv22629/tlisp/tests Modified Files: ObjectTest.h Log Message: Added the TLisp Chdir function. Not documented yet. Bad me. |
From: Joel B. <fen...@us...> - 2002-04-30 01:35:45
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv14147 Modified Files: TODO Log Message: Debian packages have descs now. Added autoconf notes. |
From: Joel B. <fen...@us...> - 2002-04-30 01:38:35
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv14763 Modified Files: TODO Log Message: IPv6 TODOs |
From: Deborah H. <de...@us...> - 2002-04-30 04:38:00
|
Update of /cvsroot/tics/tics/tlisp-source/test In directory usw-pr-cvs1:/tmp/cvs-serv17838/test Log Message: Directory /cvsroot/tics/tics/tlisp-source/test added to the repository |
From: Deborah H. <de...@us...> - 2002-04-30 04:52:57
|
Update of /cvsroot/tics/tics/tlisp/functions/io In directory usw-pr-cvs1:/tmp/cvs-serv20207/tlisp/functions/io Added Files: Text.tcc Log Message: Added a first pass at a TLISP unit test framework. We really need some nicer printing stuff/string manipulation stuff. We probably need the rest of set/setq. Implemented a bunch of tweaks to lambdas, particularly @me handling. Added some pathological @me and lambda unit tests. |
From: Deborah H. <de...@us...> - 2002-04-30 04:52:57
|
Update of /cvsroot/tics/tics/tlisp/functions/object In directory usw-pr-cvs1:/tmp/cvs-serv20207/tlisp/functions/object Modified Files: Object.tcc Log Message: Added a first pass at a TLISP unit test framework. We really need some nicer printing stuff/string manipulation stuff. We probably need the rest of set/setq. Implemented a bunch of tweaks to lambdas, particularly @me handling. Added some pathological @me and lambda unit tests. |
From: Deborah H. <de...@us...> - 2002-04-30 04:52:57
|
Update of /cvsroot/tics/tics/tlisp/functions/list In directory usw-pr-cvs1:/tmp/cvs-serv20207/tlisp/functions/list Added Files: Length.tcc Log Message: Added a first pass at a TLISP unit test framework. We really need some nicer printing stuff/string manipulation stuff. We probably need the rest of set/setq. Implemented a bunch of tweaks to lambdas, particularly @me handling. Added some pathological @me and lambda unit tests. |
From: Deborah H. <de...@us...> - 2002-04-30 04:52:57
|
Update of /cvsroot/tics/tics/tlisp In directory usw-pr-cvs1:/tmp/cvs-serv20207/tlisp Modified Files: Lambda.cc Object.cc Log Message: Added a first pass at a TLISP unit test framework. We really need some nicer printing stuff/string manipulation stuff. We probably need the rest of set/setq. Implemented a bunch of tweaks to lambdas, particularly @me handling. Added some pathological @me and lambda unit tests. |
From: Deborah H. <de...@us...> - 2002-04-30 04:52:57
|
Update of /cvsroot/tics/tics/tlisp/tests In directory usw-pr-cvs1:/tmp/cvs-serv20207/tlisp/tests Modified Files: FunctionTests.h ObjectTest.h Log Message: Added a first pass at a TLISP unit test framework. We really need some nicer printing stuff/string manipulation stuff. We probably need the rest of set/setq. Implemented a bunch of tweaks to lambdas, particularly @me handling. Added some pathological @me and lambda unit tests. |
From: Deborah H. <de...@us...> - 2002-04-30 04:52:57
|
Update of /cvsroot/tics/tics/tlisp-source/test In directory usw-pr-cvs1:/tmp/cvs-serv20207/tlisp-source/test Added Files: .cvsignore 010Test.tl 020TestTest.tl Log Message: Added a first pass at a TLISP unit test framework. We really need some nicer printing stuff/string manipulation stuff. We probably need the rest of set/setq. Implemented a bunch of tweaks to lambdas, particularly @me handling. Added some pathological @me and lambda unit tests. |
From: Deborah H. <de...@us...> - 2002-05-01 00:01:25
|
Update of /cvsroot/tics/tics/tlisp/functions/io In directory usw-pr-cvs1:/tmp/cvs-serv25489/tlisp/functions/io Added Files: Format.tcc Write.tcc Log Message: Implemented format, write and list. More tweaks to the TLISP unit test framework. Almost friendly-looking now. |
From: Deborah H. <de...@us...> - 2002-05-01 00:01:25
|
Update of /cvsroot/tics/tics/tlisp-source/test In directory usw-pr-cvs1:/tmp/cvs-serv25489/tlisp-source/test Modified Files: 010Test.tl 020TestTest.tl Log Message: Implemented format, write and list. More tweaks to the TLISP unit test framework. Almost friendly-looking now. |
From: Deborah H. <de...@us...> - 2002-05-01 00:01:25
|
Update of /cvsroot/tics/tics/tlisp/tests In directory usw-pr-cvs1:/tmp/cvs-serv25489/tlisp/tests Modified Files: FunctionTests.h ListTests.h Log Message: Implemented format, write and list. More tweaks to the TLISP unit test framework. Almost friendly-looking now. |
From: Deborah H. <de...@us...> - 2002-05-01 00:01:25
|
Update of /cvsroot/tics/tics/tlisp/functions/list In directory usw-pr-cvs1:/tmp/cvs-serv25489/tlisp/functions/list Modified Files: List.tcc Log Message: Implemented format, write and list. More tweaks to the TLISP unit test framework. Almost friendly-looking now. |
From: Deborah H. <de...@us...> - 2002-05-01 14:18:03
|
Update of /cvsroot/tics/tics/tlisp-source/test In directory usw-pr-cvs1:/tmp/cvs-serv18326 Modified Files: 010Test.tl 020TestTest.tl Log Message: Many more tweaks to make the unit test output nicer. |
From: Joel B. <fen...@us...> - 2002-05-01 22:52:27
|
Update of /cvsroot/tics/tics/tlisp-source/essential In directory usw-pr-cvs1:/tmp/cvs-serv29562/tlisp-source/essential Modified Files: 999Port.tl Log Message: Switched default ports from 6000/6001 to 5000/5001 because 6000 and the range just above it are normally used by X Windows. |
From: Joel B. <fen...@us...> - 2002-05-02 00:38:08
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv21134 Modified Files: acconfig.h configure.in Log Message: Added --enable-md5 and --disable-md5 to configure, and adjusted things so that HAVE_MD5 is the (to be implemented) test for MD5-capable crypt(), and USE_MD5 is entirely set by user configuration choice (defaults to 'yes'). |
From: Joel B. <fen...@us...> - 2002-05-02 00:38:09
|
Update of /cvsroot/tics/tics/tlisp/tests In directory usw-pr-cvs1:/tmp/cvs-serv21134/tlisp/tests Modified Files: FunctionTests.h Log Message: Added --enable-md5 and --disable-md5 to configure, and adjusted things so that HAVE_MD5 is the (to be implemented) test for MD5-capable crypt(), and USE_MD5 is entirely set by user configuration choice (defaults to 'yes'). |
From: Joel B. <fen...@us...> - 2002-05-02 00:38:08
|
Update of /cvsroot/tics/tics/tlisp/functions/math In directory usw-pr-cvs1:/tmp/cvs-serv21134/tlisp/functions/math Modified Files: Crypt.tcc CryptSalt.tcc Log Message: Added --enable-md5 and --disable-md5 to configure, and adjusted things so that HAVE_MD5 is the (to be implemented) test for MD5-capable crypt(), and USE_MD5 is entirely set by user configuration choice (defaults to 'yes'). |
From: Joel B. <fen...@us...> - 2002-05-02 22:25:50
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv31777 Modified Files: aclocal.m4 configure.in Log Message: Upgraded to use autoconf/autoheader 2.5x rather than 2.13, and added checks for IPv6-requisite functions in the process (or rather, those checks need post-2.13 functionality). |
From: Joel B. <fen...@us...> - 2002-05-03 18:31:24
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv31101 Modified Files: TODO Log Message: Yet more TODO. |
From: Joel B. <fen...@us...> - 2002-05-03 18:31:47
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv31151 Modified Files: configure.in Log Message: The new netcode, when it shows up, will also need addrinfo struct stuff, so we may as well check for it. |