Factored out the non-gui stuff from TLC
commit08a6f49ee8ea078d0f1f76a2a71fa9feba9b5857
authorCyan Ogilvie <cyan@tirion.(none)>
Thu, 24 Jan 2008 20:13:46 +0000 (24 22:13 +0200)
committerCyan Ogilvie <cyan@tirion.(none)>
Thu, 24 Jan 2008 20:13:46 +0000 (24 22:13 +0200)
treecd95ce408f7cdb029247ee02e1556ab3db43629f
Factored out the non-gui stuff from TLC
64 files changed:
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
make_tclIndex.tcl [new file with mode: 0755]
pkgIndex.tcl [new file with mode: 0644]
scripts/assert.tcl [new file with mode: 0644]
scripts/baseconfig.itcl [new file with mode: 0644]
scripts/baselog.itcl [new file with mode: 0644]
scripts/chain.itcl [new file with mode: 0644]
scripts/clientobj.itcl [new file with mode: 0644]
scripts/conobj.itcl [new file with mode: 0644]
scripts/console.itcl [new file with mode: 0644]
scripts/datasource.itcl [new file with mode: 0644]
scripts/datasource_chan.itcl [new file with mode: 0644]
scripts/datasource_chan_backend.itcl [new file with mode: 0644]
scripts/datasource_chan_backend_lists.itcl [new file with mode: 0644]
scripts/datasource_filter.itcl [new file with mode: 0644]
scripts/datasource_list.itcl [new file with mode: 0644]
scripts/datasource_sql.itcl [new file with mode: 0644]
scripts/decomment.tcl [new file with mode: 0644]
scripts/domino.itcl [new file with mode: 0644]
scripts/expression.itcl [new file with mode: 0644]
scripts/fake_mainloop.tcl [new file with mode: 0644]
scripts/fileio.tcl [new file with mode: 0644]
scripts/filelog.itcl [new file with mode: 0644]
scripts/gate.itcl [new file with mode: 0644]
scripts/go_home.tcl [new file with mode: 0644]
scripts/handlers.itcl [new file with mode: 0644]
scripts/hconfig.itcl [new file with mode: 0644]
scripts/hconfig.sql [new file with mode: 0644]
scripts/hconfig_backend.itcl [new file with mode: 0644]
scripts/hconfig_backend_pgsql.itcl [new file with mode: 0644]
scripts/hconfig_ext.itcl [new file with mode: 0644]
scripts/interpolate.itcl [new file with mode: 0644]
scripts/intersect3.tcl [new file with mode: 0644]
scripts/log.itcl [new file with mode: 0644]
scripts/probe.itcl [new file with mode: 0644]
scripts/process.itcl [new file with mode: 0644]
scripts/protocol.itcl [new file with mode: 0644]
scripts/protocol_mpack.itcl [new file with mode: 0644]
scripts/refcounted.itcl [new file with mode: 0644]
scripts/scheduler.itcl [new file with mode: 0644]
scripts/selector.itcl [new file with mode: 0644]
scripts/servermodule.itcl [new file with mode: 0644]
scripts/serverobj.itcl [new file with mode: 0644]
scripts/sessionconobj.itcl [new file with mode: 0644]
scripts/sessionobj.itcl [new file with mode: 0644]
scripts/signal.itcl [new file with mode: 0644]
scripts/signal_monitor.itk [new file with mode: 0644]
scripts/signalsource.itcl [new file with mode: 0644]
scripts/sqlite_logger.itcl [new file with mode: 0644]
scripts/stackdump.tcl [new file with mode: 0644]
scripts/state.tcl [new file with mode: 0644]
scripts/textvariable.itcl [new file with mode: 0644]
scripts/try.tcl [new file with mode: 0644]
scripts/uri.itcl [new file with mode: 0644]
scripts/var_domino.itcl [new file with mode: 0644]
scripts/varwatch.itcl [new file with mode: 0644]
tests/all.tcl [new file with mode: 0644]
tests/assert.test [new file with mode: 0644]
tests/process.test [new file with mode: 0644]
tests/scheduler.test [new file with mode: 0644]
tests/signals.test [new file with mode: 0644]
tests/signalsource.test [new file with mode: 0644]
tlc-base.tcl [new file with mode: 0644]