From: Joel B. <fen...@us...> - 2002-04-24 00:31:00
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv11778 Modified Files: TODO Log Message: More Debian TODO items. |
From: Deborah H. <de...@us...> - 2002-04-24 01:54:31
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv27650 Modified Files: configure.in tics.mk.in Log Message: Fix a few warts with flags and such. Particularly, don't get -g -O2 in the CXXFLAGS by default; honor --disable-debug/--enable-debug instead. Also changed a few variable names to make things clearer, and went ahead and added rules for dealing with C files in case we ever get there, since it was trivial to just copy the C++ rules. |
From: Deborah H. <de...@us...> - 2002-04-24 02:25:12
|
Update of /cvsroot/tics/tics/docs In directory usw-pr-cvs1:/tmp/cvs-serv1799/docs Log Message: Directory /cvsroot/tics/tics/docs added to the repository |
From: Deborah H. <de...@us...> - 2002-04-24 03:48:44
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv17550 Modified Files: Makefile.in configure.in tics.mk.in Removed Files: Doxyfile Log Message: Implemented make rules for install, install-bin, install-share and install-doc. In the process, implemented stuff to autoconf doxygen and a doc make rule. |
From: Deborah H. <de...@us...> - 2002-04-24 03:48:44
|
Update of /cvsroot/tics/tics/docs In directory usw-pr-cvs1:/tmp/cvs-serv17550/docs Added Files: .cvsignore Doxyfile Makefile.in Log Message: Implemented make rules for install, install-bin, install-share and install-doc. In the process, implemented stuff to autoconf doxygen and a doc make rule. |
From: Deborah H. <de...@us...> - 2002-04-24 03:48:44
|
Update of /cvsroot/tics/tics/tlisp-source In directory usw-pr-cvs1:/tmp/cvs-serv17550/tlisp-source Added Files: Makefile.in Log Message: Implemented make rules for install, install-bin, install-share and install-doc. In the process, implemented stuff to autoconf doxygen and a doc make rule. |
From: Deborah H. <de...@us...> - 2002-04-24 03:48:44
|
Update of /cvsroot/tics/tics/tlisp-source/essential In directory usw-pr-cvs1:/tmp/cvs-serv17550/tlisp-source/essential Added Files: Makefile.in Log Message: Implemented make rules for install, install-bin, install-share and install-doc. In the process, implemented stuff to autoconf doxygen and a doc make rule. |
From: Deborah H. <de...@us...> - 2002-04-24 05:57:02
|
Update of /cvsroot/tics/tics/tlisp In directory usw-pr-cvs1:/tmp/cvs-serv14857/tlisp Modified Files: .cvsignore Function.cc Makefile.in Log Message: Added a version number and a (version) function and stuff to deal with it. Prelude to adding make source-package. |
From: Deborah H. <de...@us...> - 2002-04-24 05:57:01
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv14857 Added Files: version Log Message: Added a version number and a (version) function and stuff to deal with it. Prelude to adding make source-package. |
From: Deborah H. <de...@us...> - 2002-04-24 05:57:02
|
Update of /cvsroot/tics/tics/tlisp/functions/management In directory usw-pr-cvs1:/tmp/cvs-serv14857/tlisp/functions/management Added Files: Version.tcc Log Message: Added a version number and a (version) function and stuff to deal with it. Prelude to adding make source-package. |
From: Deborah H. <de...@us...> - 2002-04-24 05:57:02
|
Update of /cvsroot/tics/tics/tools In directory usw-pr-cvs1:/tmp/cvs-serv14857/tools Added Files: mkversion Log Message: Added a version number and a (version) function and stuff to deal with it. Prelude to adding make source-package. |
From: Deborah H. <de...@us...> - 2002-04-24 19:21:23
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv16192 Modified Files: Makefile.in Added Files: src-pkg-excludes Log Message: Created a make src-pkg rule. |
From: Deborah H. <de...@us...> - 2002-04-24 19:45:35
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv24414 Modified Files: TODO Log Message: Added a few todo items and deleted ones that were done. |
From: Deborah H. <de...@us...> - 2002-04-24 19:50:48
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv25599 Modified Files: Makefile.in Log Message: A little more anal distcleaning. |
From: Deborah H. <de...@us...> - 2002-04-24 20:33:25
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv30300 Modified Files: tics.mk.in Log Message: Fixed some dependency details (particular, don't build anything binary when asked to build share or doc). |
From: Deborah H. <de...@us...> - 2002-04-24 20:33:24
|
Update of /cvsroot/tics/tics/tlisp In directory usw-pr-cvs1:/tmp/cvs-serv30300/tlisp Modified Files: Makefile.in Log Message: Fixed some dependency details (particular, don't build anything binary when asked to build share or doc). |
From: Deborah H. <de...@us...> - 2002-04-24 21:13:54
|
Update of /cvsroot/tics/tics In directory usw-pr-cvs1:/tmp/cvs-serv21111 Modified Files: tics.mk.in Log Message: Ooops. Had dependency building completely wrong. |
From: Deborah H. <de...@us...> - 2002-04-24 21:15:41
|
Update of /cvsroot/tics/tics/include In directory usw-pr-cvs1:/tmp/cvs-serv21669/include Modified Files: RefPtr.h Log Message: Implemented passthrough operators in RefPtr and operator< in Sexp so that a set<SexpPtr> will do the right thing. |
From: Deborah H. <de...@us...> - 2002-04-24 21:15:41
|
Update of /cvsroot/tics/tics/tlisp In directory usw-pr-cvs1:/tmp/cvs-serv21669/tlisp Modified Files: Sexp.h Log Message: Implemented passthrough operators in RefPtr and operator< in Sexp so that a set<SexpPtr> will do the right thing. |
From: Deborah H. <de...@us...> - 2002-04-24 21:25:27
|
Update of /cvsroot/tics/tics/docs/sourceforge In directory usw-pr-cvs1:/tmp/cvs-serv24913/sourceforge Log Message: Directory /cvsroot/tics/tics/docs/sourceforge added to the repository |
From: Deborah H. <de...@us...> - 2002-04-24 21:26:57
|
Update of /cvsroot/tics/tics/docs/sourceforge In directory usw-pr-cvs1:/tmp/cvs-serv25326 Added Files: index.html style.css Log Message: Really basic web page for sourceforge. :) |
From: Joel B. <fen...@us...> - 2002-04-24 21:40:05
|
Update of /cvsroot/tics/tics/debian In directory usw-pr-cvs1:/tmp/cvs-serv29432 Removed Files: .cvsignore Log Message: Actually, we don't need to ignore this stuff; it should get cleaned up under normal circumstances. |
From: Deborah H. <de...@us...> - 2002-04-24 21:50:51
|
Update of /cvsroot/tics/tics/docs/sourceforge In directory usw-pr-cvs1:/tmp/cvs-serv32366a Modified Files: index.html Log Message: Tweaks to the web page. |
From: Deborah H. <de...@us...> - 2002-04-24 23:42:49
|
Update of /cvsroot/tics/tics/docs In directory usw-pr-cvs1:/tmp/cvs-serv26834 Modified Files: Doxyfile Log Message: Turn off generating man files for now. Newer versions of doxygen break, and it's excessive to have all that in man files anyway... |
From: Joel B. <fen...@us...> - 2002-04-25 04:40:07
|
Update of /cvsroot/tics/tics/debian In directory usw-pr-cvs1:/tmp/cvs-serv736 Modified Files: rules control Added Files: tics-common.examples tics-doc.links tics.links tics-doc.docs tics-doc.dirs Log Message: Adjusted the Debian packaging setup quite a bit; it's now pretty much ready for release, except for package descriptions and changelog entries. |