From: Deborah H. <de...@us...> - 2001-11-29 00:56:31
|
Update of /cvsroot/tics/tics/tlisp/functions/programming In directory usw-pr-cvs1:/tmp/cvs-serv22045/tlisp/functions/programming Added Files: .cvsignore Apply.tcc Assoc.tcc Cond.tcc Eval.tcc FTable.docs If.tcc Lambda.tcc Let.tcc Makefile.in Map.tcc Quote.tcc Reduce.tcc Log Message: Reorganized the function table completely. We're now building documentation from bits in the function files themselves, among other things. |
From: Deborah H. <de...@us...> - 2001-11-30 21:47:47
|
Update of /cvsroot/tics/tics/tlisp In directory usw-pr-cvs1:/tmp/cvs-serv11086 Modified Files: Object.h Sexp.h Tlisp.h Log Message: Added a Dump method to Sexp which returns a parseable representation. For the moment, this is the same as Text for everything but String; String needs to add double quotes around its content to be able to reparse it back in correctly. |
From: Deborah H. <de...@us...> - 2001-11-30 21:48:09
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv11257 Modified Files: configure.in aclocal.m4 Log Message: Added searching for the crypt() function call. |
From: Deborah H. <de...@us...> - 2001-12-01 00:14:37
|
Update of /cvsroot/tics/tics/db In directory usw-pr-cvs1:/tmp/cvs-serv16653/db Modified Files: Object.cc Log Message: Make Destroy() on a null object harmless. |
From: Deborah H. <de...@us...> - 2001-12-01 00:15:02
|
Update of /cvsroot/tics/tics/include In directory usw-pr-cvs1:/tmp/cvs-serv16744/include Modified Files: RefPtr.h Log Message: Provide an implicit cast to T* rather than void*. |
From: Deborah H. <de...@us...> - 2001-12-01 00:16:19
|
Update of /cvsroot/tics/tics/tlisp In directory usw-pr-cvs1:/tmp/cvs-serv16923/tlisp Modified Files: Object.cc Object.h Log Message: TLisp test reorganization. Implemented single inheritance. |
From: Deborah H. <de...@us...> - 2001-12-01 00:16:19
|
Update of /cvsroot/tics/tics/tlisp/tests In directory usw-pr-cvs1:/tmp/cvs-serv16923/tlisp/tests Modified Files: FunctionTests.h ParserTest.h Added Files: MathTests.h ObjectTest.h Log Message: TLisp test reorganization. Implemented single inheritance. |
From: Deborah H. <de...@us...> - 2001-12-01 01:09:38
|
Update of /cvsroot/tics/tics/tlisp In directory usw-pr-cvs1:/tmp/cvs-serv27150 Modified Files: Object.h Log Message: Whoops, managed to check in a bit of leftover testing cruft. |
From: Deborah H. <de...@us...> - 2001-12-01 01:45:39
|
Update of /cvsroot/tics/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv1473 Modified Files: tics.cc Log Message: Added a console mode. |
From: Deborah H. <de...@us...> - 2001-12-02 01:41:03
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv10792 Modified Files: acconfig.h configure.in Log Message: Added Equal, Crypt and CryptSalt functions (documented but untested, bad Deborah). Added autoconf stuff for future testing of MD5 availability. Shifted 'actor' argument of Eval() to be an Object * instead of just a stream. Created a ConsoleObject to be the actor for tics console and tlisp-port. Implemented the 'me' object. |
From: Deborah H. <de...@us...> - 2001-12-02 01:41:03
|
Update of /cvsroot/tics/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv10792/tics Modified Files: TlispSink.cc tics.cc Log Message: Added Equal, Crypt and CryptSalt functions (documented but untested, bad Deborah). Added autoconf stuff for future testing of MD5 availability. Shifted 'actor' argument of Eval() to be an Object * instead of just a stream. Created a ConsoleObject to be the actor for tics console and tlisp-port. Implemented the 'me' object. |
From: Deborah H. <de...@us...> - 2001-12-02 01:41:04
|
Update of /cvsroot/tics/tics/tlisp/functions/math In directory usw-pr-cvs1:/tmp/cvs-serv10792/tlisp/functions/math Added Files: Crypt.tcc CryptSalt.tcc Log Message: Added Equal, Crypt and CryptSalt functions (documented but untested, bad Deborah). Added autoconf stuff for future testing of MD5 availability. Shifted 'actor' argument of Eval() to be an Object * instead of just a stream. Created a ConsoleObject to be the actor for tics console and tlisp-port. Implemented the 'me' object. |
From: Deborah H. <de...@us...> - 2001-12-02 01:41:03
|
Update of /cvsroot/tics/tics/tlisp/functions/management In directory usw-pr-cvs1:/tmp/cvs-serv10792/tlisp/functions/management Modified Files: Shutdown.tcc Log Message: Added Equal, Crypt and CryptSalt functions (documented but untested, bad Deborah). Added autoconf stuff for future testing of MD5 availability. Shifted 'actor' argument of Eval() to be an Object * instead of just a stream. Created a ConsoleObject to be the actor for tics console and tlisp-port. Implemented the 'me' object. |
From: Deborah H. <de...@us...> - 2001-12-02 01:41:04
|
Update of /cvsroot/tics/tics/tlisp In directory usw-pr-cvs1:/tmp/cvs-serv10792/tlisp Modified Files: Function.cc Function.h Lambda.cc Lambda.h Object.cc Object.h Sexp.h Tlisp.cc Tlisp.h Log Message: Added Equal, Crypt and CryptSalt functions (documented but untested, bad Deborah). Added autoconf stuff for future testing of MD5 availability. Shifted 'actor' argument of Eval() to be an Object * instead of just a stream. Created a ConsoleObject to be the actor for tics console and tlisp-port. Implemented the 'me' object. |
From: Deborah H. <de...@us...> - 2001-12-02 01:41:06
|
Update of /cvsroot/tics/tics/tlisp/functions/programming In directory usw-pr-cvs1:/tmp/cvs-serv10792/tlisp/functions/programming Added Files: Equal.tcc Log Message: Added Equal, Crypt and CryptSalt functions (documented but untested, bad Deborah). Added autoconf stuff for future testing of MD5 availability. Shifted 'actor' argument of Eval() to be an Object * instead of just a stream. Created a ConsoleObject to be the actor for tics console and tlisp-port. Implemented the 'me' object. |
From: Deborah H. <de...@us...> - 2001-12-02 01:41:06
|
Update of /cvsroot/tics/tics/tlisp/functions/object In directory usw-pr-cvs1:/tmp/cvs-serv10792/tlisp/functions/object Modified Files: Object.tcc Log Message: Added Equal, Crypt and CryptSalt functions (documented but untested, bad Deborah). Added autoconf stuff for future testing of MD5 availability. Shifted 'actor' argument of Eval() to be an Object * instead of just a stream. Created a ConsoleObject to be the actor for tics console and tlisp-port. Implemented the 'me' object. |
From: Deborah H. <de...@us...> - 2001-12-02 01:41:06
|
Update of /cvsroot/tics/tics/tlisp/tests In directory usw-pr-cvs1:/tmp/cvs-serv10792/tlisp/tests Modified Files: FunctionTests.h LambdaTest.h MathTests.h ObjectTest.h ParserTest.h Log Message: Added Equal, Crypt and CryptSalt functions (documented but untested, bad Deborah). Added autoconf stuff for future testing of MD5 availability. Shifted 'actor' argument of Eval() to be an Object * instead of just a stream. Created a ConsoleObject to be the actor for tics console and tlisp-port. Implemented the 'me' object. |
From: Deborah H. <de...@us...> - 2001-12-02 03:07:51
|
Update of /cvsroot/tics/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv23096/tics Modified Files: LoginSink.cc UserShellSink.h Log Message: Implemented a basic login mechanism. |
From: Deborah H. <de...@us...> - 2001-12-02 03:08:12
|
Update of /cvsroot/tics/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv23152 Added Files: bootstrap.tl Log Message: Added some bootstrap TLisp which provides a wizard character. |
From: Deborah H. <de...@us...> - 2001-12-02 20:35:35
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv3036 Modified Files: tics.mk.in Log Message: Had library dependencies screwed up. |
From: Deborah H. <de...@us...> - 2001-12-02 20:40:24
|
Update of /cvsroot/tics/tics/tlisp In directory usw-pr-cvs1:/tmp/cvs-serv3928/tlisp Modified Files: Function.cc Lambda.cc Lambda.h Object.cc Object.h Sexp.cc Sexp.h Tlisp.cc Tlisp.h Added Files: Context.cc Context.h Log Message: Lots of changes. Reimplemented namespaces/Context entirely. Added several new lisp functions. Completely redid login (and it's probably broken yet). Changed the meaning of @me and added @actor. |
From: Deborah H. <de...@us...> - 2001-12-02 20:40:24
|
Update of /cvsroot/tics/tics/tlisp/functions/io In directory usw-pr-cvs1:/tmp/cvs-serv3928/tlisp/functions/io Modified Files: Pemit.tcc Added Files: Dump.tcc Print.tcc Read.tcc Log Message: Lots of changes. Reimplemented namespaces/Context entirely. Added several new lisp functions. Completely redid login (and it's probably broken yet). Changed the meaning of @me and added @actor. |
From: Deborah H. <de...@us...> - 2001-12-02 20:40:24
|
Update of /cvsroot/tics/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv3928/tics Modified Files: LoginSink.cc TlispSink.cc bootstrap.tl Log Message: Lots of changes. Reimplemented namespaces/Context entirely. Added several new lisp functions. Completely redid login (and it's probably broken yet). Changed the meaning of @me and added @actor. |
From: Deborah H. <de...@us...> - 2001-12-02 20:40:24
|
Update of /cvsroot/tics/tics/tlisp/functions/object In directory usw-pr-cvs1:/tmp/cvs-serv3928/tlisp/functions/object Modified Files: Create.tcc Get.tcc Object.tcc Log Message: Lots of changes. Reimplemented namespaces/Context entirely. Added several new lisp functions. Completely redid login (and it's probably broken yet). Changed the meaning of @me and added @actor. |
From: Deborah H. <de...@us...> - 2001-12-02 20:40:24
|
Update of /cvsroot/tics/tics/tlisp/functions/programming In directory usw-pr-cvs1:/tmp/cvs-serv3928/tlisp/functions/programming Modified Files: Cond.tcc Eval.tcc Let.tcc Added Files: Nilp.tcc Log Message: Lots of changes. Reimplemented namespaces/Context entirely. Added several new lisp functions. Completely redid login (and it's probably broken yet). Changed the meaning of @me and added @actor. |