theATL 1.0.2
NHI1 -
theKernel -
theLink -
theConfig -
theSq3Lite -
theCompiler -
theBrain -
theGuard -
theLib -
theATL
|
The new shell for system-administration and system-programming …
The atlsh combines theATL, theKernel, theLink, theLib into one tool for LINUX system administration.
atlsh
becomes a standalone product.from | to ------------------ | ---------------- tclConfig.sh | atlConfig.sh tclsh | atlsh tcltest | atltest include/tcl*.h | include/atl/tcl*.h lib/tcl8 | lib/atl1 lib/tcl8.6 | lib/atl1.0 bin/tclsh | bin/atlsh lib64/pkgconfig/tcl.pc | lib64/pkgconfig/atl.pc lib64/libtclstub8.6.a | lib64/libatlstub1.0.a lib64/tclConfig.sh | lib64/atlConfig.sh lib64/libtcl8.6.so | lib64/libatl1.0.so share/man1/*.1 | share/atl/man1/*.1 share/man3/*.3 | share/atl/man3/*.3 share/mann/*.n | share/atl/mann/*.n TCLLIBPATH | ATL_LIBPATH TCL_LIBRARY | ATL_LIBRARY
After switching from tcl8.5 to tcl8.6, the paralellization of tcltest was complete.
pkgs
were removed.... PASS: dict.test PASS: exec.test PASS: expr.test PASS: reg.test PASS: socket.test PASS: thread.test PASS: interp.test PASS: lmap.test PASS: async.test PASS: chanio.test PASS: tcltest.test PASS: main.test PASS: clock.test PASS: regexp.test PASS: io.test PASS: ioCmd.test ============================================================================ Testsuite summary for NHI1 10.0 ============================================================================ # TOTAL: 134 # PASS: 134 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ ... real 1m30,248s user 3m55,929s sys 0m15,400s