OSDN Git Service

Initial revision
authorkseitz <kseitz>
Tue, 24 Sep 2002 19:56:14 +0000 (19:56 +0000)
committerkseitz <kseitz>
Tue, 24 Sep 2002 19:56:14 +0000 (19:56 +0000)
commit96b20d56d4a12204463ea9caf6e9fa95060e7a75
treee25c9ed3decdff12b2fbf28c628ebee6ca560033
parent6a74b5c849352bc8458b144a3b09fbc16b6948eb
Initial revision
43 files changed:
tcl/compat/strtoll.c [new file with mode: 0644]
tcl/compat/strtoull.c [new file with mode: 0644]
tcl/doc/Environment.3 [new file with mode: 0644]
tcl/doc/FileSystem.3 [new file with mode: 0644]
tcl/doc/GetTime.3 [new file with mode: 0644]
tcl/doc/Macintosh.3 [new file with mode: 0644]
tcl/doc/Panic.3 [new file with mode: 0644]
tcl/doc/Signal.3 [new file with mode: 0644]
tcl/doc/StdChannels.3 [new file with mode: 0644]
tcl/doc/SubstObj.3 [new file with mode: 0644]
tcl/doc/TraceCmd.3 [new file with mode: 0644]
tcl/doc/UniCharIsAlpha.3 [new file with mode: 0644]
tcl/doc/lset.n [new file with mode: 0644]
tcl/library/encoding/ebcdic.enc [new file with mode: 0644]
tcl/library/encoding/iso8859-10.enc [new file with mode: 0644]
tcl/library/encoding/iso8859-13.enc [new file with mode: 0644]
tcl/library/encoding/iso8859-14.enc [new file with mode: 0644]
tcl/library/encoding/iso8859-15.enc [new file with mode: 0644]
tcl/library/encoding/iso8859-16.enc [new file with mode: 0644]
tcl/library/encoding/koi8-u.enc [new file with mode: 0644]
tcl/library/encoding/tis-620.enc [new file with mode: 0644]
tcl/library/http/http.tcl [new file with mode: 0644]
tcl/library/http/pkgIndex.tcl [new file with mode: 0644]
tcl/library/msgcat/msgcat.tcl [new file with mode: 0644]
tcl/library/msgcat/pkgIndex.tcl [new file with mode: 0644]
tcl/library/opt/optparse.tcl [new file with mode: 0644]
tcl/library/opt/pkgIndex.tcl [new file with mode: 0644]
tcl/library/reg/pkgIndex.tcl [new file with mode: 0644]
tcl/library/tcltest/pkgIndex.tcl [new file with mode: 0644]
tcl/library/tcltest/tcltest.tcl [new file with mode: 0644]
tcl/tests/appendComp.test [new file with mode: 0644]
tcl/tests/fileSystem.test [new file with mode: 0644]
tcl/tests/lset.test [new file with mode: 0644]
tcl/tests/lsetComp.test [new file with mode: 0644]
tcl/tests/main.test [new file with mode: 0644]
tcl/tests/regexpComp.test [new file with mode: 0644]
tcl/tests/stringComp.test [new file with mode: 0644]
tcl/win/buildall.vc.bat [new file with mode: 0644]
tcl/win/coffbase.txt [new file with mode: 0644]
tcl/win/nmakehlp.c [new file with mode: 0644]
tcl/win/rules.vc [new file with mode: 0644]
tcl/win/tcl.dsp [new file with mode: 0644]
tcl/win/tcl.dsw [new file with mode: 0644]