From: Deborah H. <de...@us...> - 2001-08-02 23:13:47
|
Update of /cvsroot/tics/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv32278 Added Files: .cvsignore Log Message: Ignore the tics binary and the default 'database' data directory. |
From: Deborah H. <de...@us...> - 2001-08-02 23:24:36
|
Update of /cvsroot/tics/tics/tlisp/functions In directory usw-pr-cvs1:/tmp/cvs-serv3356/functions Modified Files: Eval.tcc First.tcc Get.tcc Last.tcc Lattr.tcc Let.tcc Object.tcc Quote.tcc Rest.tcc Reverse.tcc Set.tcc Shutdown.tcc Log Message: Added RCSIDs. |
From: Deborah H. <de...@us...> - 2001-08-02 23:33:04
|
Update of /cvsroot/tics/tics/tlisp In directory usw-pr-cvs1:/tmp/cvs-serv5889 Modified Files: Sexp.cc Log Message: Implemented the # alias for resolve-dbref. The object function should evaluate its argument if it's a list. Otherwise it uses it literally. |
From: Deborah H. <de...@us...> - 2001-08-02 23:33:04
|
Update of /cvsroot/tics/tics/tlisp/functions In directory usw-pr-cvs1:/tmp/cvs-serv5889/functions Modified Files: Object.tcc Log Message: Implemented the # alias for resolve-dbref. The object function should evaluate its argument if it's a list. Otherwise it uses it literally. |
From: Joel B. <fen...@us...> - 2001-08-02 23:49:01
|
Update of /cvsroot/tics/tics/debian In directory usw-pr-cvs1:/tmp/cvs-serv10466 Modified Files: rules Log Message: A few changes to clean things up: * The documentation autogen scripts now get called properly. * The 'build' target now calls TICS's 'tests' target, to make sure we pass all of the unit tests. * The 'install' target now uses a slightly saner prefix. It's not as sane as using DESTDIR, I *think*; a version using DESTDIR is present, but has been left commented out for now (until I can decide if it's worth the trouble of updating the Makefiles to use it, and whether it will break anything else). |
From: Joel B. <fen...@us...> - 2001-08-02 23:50:35
|
Update of /cvsroot/tics/tics/debian In directory usw-pr-cvs1:/tmp/cvs-serv11539 Added Files: preinst postinst prerm postrm Log Message: Checking in the various before-and-after scripts for packaging stuff. These are all fairly vanilla Debian examples, with nothing really done except the place-marker for debhelper insertions (such as dh_installdocs). |
From: Deborah H. <de...@us...> - 2001-08-02 23:59:50
|
Update of /cvsroot/tics/tics/tlisp In directory usw-pr-cvs1:/tmp/cvs-serv15084/tlisp Modified Files: Object.cc Sexp.cc Sexp.h Tlisp.cc Tlisp.h Log Message: nil and t are special. Treat them specially. Added the Boolean literal type. Arranged for singleton 'nil' and 't' objects. |
From: Deborah H. <de...@us...> - 2001-08-02 23:59:50
|
Update of /cvsroot/tics/tics/tlisp/tests In directory usw-pr-cvs1:/tmp/cvs-serv15084/tlisp/tests Modified Files: ParserTest.h Log Message: nil and t are special. Treat them specially. Added the Boolean literal type. Arranged for singleton 'nil' and 't' objects. |
From: Deborah H. <de...@us...> - 2001-08-02 23:59:50
|
Update of /cvsroot/tics/tics/include In directory usw-pr-cvs1:/tmp/cvs-serv15084/include Modified Files: RefPtr.h Log Message: nil and t are special. Treat them specially. Added the Boolean literal type. Arranged for singleton 'nil' and 't' objects. |
From: Deborah H. <de...@us...> - 2001-08-02 23:59:50
|
Update of /cvsroot/tics/tics/tlisp/functions In directory usw-pr-cvs1:/tmp/cvs-serv15084/tlisp/functions Modified Files: First.tcc Last.tcc Rest.tcc Reverse.tcc Set.tcc Shutdown.tcc Log Message: nil and t are special. Treat them specially. Added the Boolean literal type. Arranged for singleton 'nil' and 't' objects. |
From: Joel B. <fen...@us...> - 2001-08-03 00:23:05
|
Update of /cvsroot/tics/tics/debian In directory usw-pr-cvs1:/tmp/cvs-serv22661 Modified Files: rules Log Message: DESTDIR really is the Right Way to Do Things (tm). |
From: Joel B. <fen...@us...> - 2001-08-03 00:28:06
|
Update of /cvsroot/tics/tics/debian In directory usw-pr-cvs1:/tmp/cvs-serv25623/debian Modified Files: control Log Message: Oops. Autoheader is part of autoconf, not it's own separate package. Silly me. Fixed the Build-Depends for this. |
From: Deborah H. <de...@us...> - 2001-08-03 00:30:53
|
Update of /cvsroot/tics/tics/tlisp/functions In directory usw-pr-cvs1:/tmp/cvs-serv27320/tlisp/functions Added Files: SetConfig.tcc ShowConfig.tcc Log Message: Implement (show-config functions). |
From: Deborah H. <de...@us...> - 2001-08-03 00:30:53
|
Update of /cvsroot/tics/tics/tlisp In directory usw-pr-cvs1:/tmp/cvs-serv27320/tlisp Modified Files: Function.cc Function.h Log Message: Implement (show-config functions). |
From: Deborah H. <de...@us...> - 2001-08-03 00:45:58
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv4651 Modified Files: Makefile.boot Log Message: Added a 'bootstrap' rule to do everything at once... |
From: Deborah H. <de...@us...> - 2001-08-03 00:55:17
|
Update of /cvsroot/tics/tics/tlisp/tests In directory usw-pr-cvs1:/tmp/cvs-serv13195/tests Modified Files: ParserTest.h Added Files: FunctionTests.h Log Message: A few tests updates. |
From: Deborah H. <de...@us...> - 2001-08-03 02:05:56
|
Update of /cvsroot/tics/tics/tlisp In directory usw-pr-cvs1:/tmp/cvs-serv24332/tlisp Modified Files: Function.cc Tlisp.cc Added Files: Lambda.cc Lambda.h Log Message: Implemented a single-argument version of Lambda. |
From: Deborah H. <de...@us...> - 2001-08-03 02:05:56
|
Update of /cvsroot/tics/tics/tlisp/functions In directory usw-pr-cvs1:/tmp/cvs-serv24332/tlisp/functions Modified Files: Lambda.tcc Let.tcc Log Message: Implemented a single-argument version of Lambda. |
From: Deborah H. <de...@us...> - 2001-08-03 06:27:36
|
Update of /cvsroot/tics/tics/tlisp/functions In directory usw-pr-cvs1:/tmp/cvs-serv21441/functions Modified Files: Lambda.tcc Log Message: Implement and test the full Lambda stuff. Here be dragons: Lambdas have to fake up a lot of context for code running within them. Be advised that Lambda's code is a little freaky. |
From: Deborah H. <de...@us...> - 2001-08-03 06:27:36
|
Update of /cvsroot/tics/tics/tlisp In directory usw-pr-cvs1:/tmp/cvs-serv21441 Modified Files: Lambda.cc Lambda.h Sexp.h Tlisp.cc Tlisp.h Log Message: Implement and test the full Lambda stuff. Here be dragons: Lambdas have to fake up a lot of context for code running within them. Be advised that Lambda's code is a little freaky. |
From: Deborah H. <de...@us...> - 2001-08-03 06:27:36
|
Update of /cvsroot/tics/tics/tlisp/tests In directory usw-pr-cvs1:/tmp/cvs-serv21441/tests Added Files: LambdaTest.h Log Message: Implement and test the full Lambda stuff. Here be dragons: Lambdas have to fake up a lot of context for code running within them. Be advised that Lambda's code is a little freaky. |
From: Deborah H. <de...@us...> - 2001-08-03 17:15:26
|
Update of /cvsroot/tics/tics/tics/tests In directory usw-pr-cvs1:/tmp/cvs-serv17688/tests Log Message: Directory /cvsroot/tics/tics/tics/tests added to the repository |
From: Deborah H. <de...@us...> - 2001-08-03 17:15:56
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv17726 Modified Files: tics.mk.in Log Message: Added the ability for unit tests to link in arbitrary extra stuff. |
From: Deborah H. <de...@us...> - 2001-08-03 17:19:19
|
Update of /cvsroot/tics/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv19689 Modified Files: Makefile.in Log Message: Added a unit test which (nicely) exhibits the exceptions-causing-crashing problem on crow.lightbearer.com (Debian testing/unstable + Linux 2.2.17 + gcc 2.95.4). And which, incidentally, demonstrates that it's not threads, since the unit test doesn't start any threads. |
From: Deborah H. <de...@us...> - 2001-08-03 17:19:19
|
Update of /cvsroot/tics/tics/tics/tests In directory usw-pr-cvs1:/tmp/cvs-serv19689/tests Added Files: TlispSinkTest.h Log Message: Added a unit test which (nicely) exhibits the exceptions-causing-crashing problem on crow.lightbearer.com (Debian testing/unstable + Linux 2.2.17 + gcc 2.95.4). And which, incidentally, demonstrates that it's not threads, since the unit test doesn't start any threads. |