From: Joel B. <fen...@us...> - 2002-03-08 08:02:54
|
Update of /cvsroot/tics/tics/tools In directory usw-pr-cvs1:/tmp/cvs-serv5698/tools Modified Files: mkftable 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/management In directory usw-pr-cvs1:/tmp/cvs-serv5698/tlisp/functions/management Modified Files: ShowConfig.tcc Shutdown.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:56
|
Update of /cvsroot/tics/tics/tlisp/functions/programming In directory usw-pr-cvs1:/tmp/cvs-serv5698/tlisp/functions/programming Modified Files: Cond.tcc Equal.tcc Eval.tcc Lambda.tcc Let.tcc Loop.tcc Nilp.tcc Quote.tcc Return.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:56
|
Update of /cvsroot/tics/tics/tlisp/functions/object In directory usw-pr-cvs1:/tmp/cvs-serv5698/tlisp/functions/object Modified Files: Create.tcc Get.tcc Lattr.tcc Object.tcc Set.tcc Log Message: Changed the mkftable utility to support the new commenting style. This required touching pretty much every non-empty TCC file. |
From: Deborah H. <de...@us...> - 2002-04-11 05:55:55
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv5855 Modified Files: aclocal.m4 configure.in tics.mk.in Log Message: Autoconfs cleanly on cygwin with BDB4. Doesn't compile cleanly yet because cygwin doesn't support sigwait(). Come up with an alternative and autoconf it at some point. Also incidentally fixed a FreeBSDism that should really only get picked up on FreeBSD (namely the -pthread compile option). |
From: Deborah H. <de...@us...> - 2002-04-11 05:55:55
|
Update of /cvsroot/tics/tics/tools In directory usw-pr-cvs1:/tmp/cvs-serv5855/tools Added Files: config.guess config.sub Log Message: Autoconfs cleanly on cygwin with BDB4. Doesn't compile cleanly yet because cygwin doesn't support sigwait(). Come up with an alternative and autoconf it at some point. Also incidentally fixed a FreeBSDism that should really only get picked up on FreeBSD (namely the -pthread compile option). |
From: Joel B. <fen...@us...> - 2002-04-20 20:18:24
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv3526 Modified Files: configure.in aclocal.m4 Log Message: Updated test for -pthread(s) flag on GCC. |
From: Joel B. <fen...@us...> - 2002-04-20 20:27:20
|
Update of /cvsroot/tics/tics/tlisp/functions/list In directory usw-pr-cvs1:/tmp/cvs-serv6003 Modified Files: Append.tcc First.tcc Last.tcc Rest.tcc Reverse.tcc Log Message: Converted most list functions to using slices. |
From: Deborah H. <de...@us...> - 2002-04-22 15:21:55
|
Update of /cvsroot/tics/tics/tlisp In directory usw-pr-cvs1:/tmp/cvs-serv636 Modified Files: Object.cc Object.h Sexp.h Tlisp.cc Log Message: Added 'actor' and 'avatar' special variables. Avatars then had to be Sexps. Print should print to the current avatar, not the current actor. |
From: Deborah H. <de...@us...> - 2002-04-22 15:21:55
|
Update of /cvsroot/tics/tics/tlisp/functions/io In directory usw-pr-cvs1:/tmp/cvs-serv636/functions/io Modified Files: Print.tcc Log Message: Added 'actor' and 'avatar' special variables. Avatars then had to be Sexps. Print should print to the current avatar, not the current actor. |
From: Deborah H. <de...@us...> - 2002-04-22 15:21:55
|
Update of /cvsroot/tics/tics/tlisp/tests In directory usw-pr-cvs1:/tmp/cvs-serv636/tests Modified Files: ContextTests.h Log Message: Added 'actor' and 'avatar' special variables. Avatars then had to be Sexps. Print should print to the current avatar, not the current actor. |
From: Deborah H. <de...@us...> - 2002-04-22 16:23:50
|
Update of /cvsroot/tics/tics/tlisp-source/essential In directory usw-pr-cvs1:/tmp/cvs-serv24493/tlisp-source/essential Modified Files: 010Player.tl 011Wizard.tl 800Text.tl Added Files: .cvsignore Log Message: Basic (very basic) login working. |
From: Deborah H. <de...@us...> - 2002-04-22 16:29:08
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv26418 Modified Files: tics.mk.in Log Message: Fix dependency building for unit tests. |
From: Deborah H. <de...@us...> - 2002-04-22 16:29:27
|
Update of /cvsroot/tics/tics/tlisp In directory usw-pr-cvs1:/tmp/cvs-serv26580/tlisp Modified Files: Sexp.h Log Message: EndOfFile should really be a proper exception class. Now it is. |
From: Joel B. <fen...@us...> - 2002-04-23 02:27:16
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv1126 Added Files: TODO Log Message: Just a TODO list. |
From: Joel B. <fen...@us...> - 2002-04-23 02:32:46
|
Update of /cvsroot/tics/tics/debian In directory usw-pr-cvs1:/tmp/cvs-serv2616 Added Files: .cvsignore changelog Log Message: Debian support files. |
From: Joel B. <fen...@us...> - 2002-04-23 02:34:49
|
Update of /cvsroot/tics/tics/debian In directory usw-pr-cvs1:/tmp/cvs-serv3182 Modified Files: copyright Log Message: Minor change to Debian copyright info. |
From: Joel B. <fen...@us...> - 2002-04-23 03:24:26
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv15494 Modified Files: TODO Log Message: More Debian updates. |
From: Joel B. <fen...@us...> - 2002-04-23 03:24:26
|
Update of /cvsroot/tics/tics/debian In directory usw-pr-cvs1:/tmp/cvs-serv15494/debian Modified Files: control Log Message: More Debian updates. |
From: Joel B. <fen...@us...> - 2002-04-23 03:27:36
|
Update of /cvsroot/tics/tics/debian In directory usw-pr-cvs1:/tmp/cvs-serv16118 Modified Files: rules Log Message: Added 'test' target as part of the Debian build, to run the test suite. |
From: Joel B. <fen...@us...> - 2002-04-23 03:31:53
|
Update of /cvsroot/tics/tics/debian In directory usw-pr-cvs1:/tmp/cvs-serv16989 Modified Files: rules Log Message: Debian policy says to use $(CURDIR) rather than `pwd`, now, so I will. |
From: Joel B. <fen...@us...> - 2002-04-23 03:43:28
|
Update of /cvsroot/tics/tics/debian In directory usw-pr-cvs1:/tmp/cvs-serv19286 Modified Files: prerm Log Message: Removed an utterly useless line that was auto-generated. |
From: Joel B. <fen...@us...> - 2002-04-23 04:19:28
|
Update of /cvsroot/tics/tics/debian In directory usw-pr-cvs1:/tmp/cvs-serv26457 Modified Files: rules Log Message: Added a check for "debug" in DEB_BUILD_OPTIONS; we now switch the debug selection on configure accordingly. |
From: Joel B. <fen...@us...> - 2002-04-24 00:24:19
|
Update of /cvsroot/tics/tics/debian In directory usw-pr-cvs1:/tmp/cvs-serv10458/debian Modified Files: control Log Message: Added more dependancy info. |
From: Joel B. <fen...@us...> - 2002-04-24 00:24:19
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv10458 Modified Files: TODO Log Message: Added more dependancy info. |