OSDN Git Service

Initial revision
authorirox <irox>
Sun, 9 Sep 2001 22:40:53 +0000 (22:40 +0000)
committerirox <irox>
Sun, 9 Sep 2001 22:40:53 +0000 (22:40 +0000)
commit7a357464d6aac3acd8ad5d000ee7abc974ce80d4
treec4b4d44d3ffcf6d166ca30e77f3058e867f484d7
parente3319fb04a4251ca103fe82e779523c15463d212
Initial revision
228 files changed:
tcl/compat/getcwd.c [new file with mode: 0644]
tcl/cygtcl.m4 [new file with mode: 0644]
tcl/doc/Access.3 [new file with mode: 0644]
tcl/doc/ByteArrObj.3 [new file with mode: 0644]
tcl/doc/ChnlStack.3 [new file with mode: 0644]
tcl/doc/DumpActiveMemory.3 [new file with mode: 0644]
tcl/doc/Encoding.3 [new file with mode: 0644]
tcl/doc/GetCwd.3 [new file with mode: 0644]
tcl/doc/GetHostName.3 [new file with mode: 0644]
tcl/doc/GetVersion.3 [new file with mode: 0644]
tcl/doc/Init.3 [new file with mode: 0644]
tcl/doc/InitStubs.3 [new file with mode: 0644]
tcl/doc/ParseCmd.3 [new file with mode: 0644]
tcl/doc/SaveResult.3 [new file with mode: 0644]
tcl/doc/SourceRCFile.3 [new file with mode: 0644]
tcl/doc/TCL_MEM_DEBUG.3 [new file with mode: 0644]
tcl/doc/TclInitStubs.3 [new file with mode: 0644]
tcl/doc/Thread.3 [new file with mode: 0644]
tcl/doc/ToUpper.3 [new file with mode: 0644]
tcl/doc/Utf.3 [new file with mode: 0644]
tcl/doc/dde.n [new file with mode: 0644]
tcl/doc/encoding.n [new file with mode: 0644]
tcl/doc/memory.n [new file with mode: 0644]
tcl/doc/msgcat.n [new file with mode: 0644]
tcl/doc/packagens.n [new file with mode: 0644]
tcl/doc/re_syntax.n [new file with mode: 0644]
tcl/doc/tcltest.n [new file with mode: 0644]
tcl/generic/patchlevel.h [new file with mode: 0644]
tcl/generic/regc_color.c [new file with mode: 0644]
tcl/generic/regc_cvec.c [new file with mode: 0644]
tcl/generic/regc_lex.c [new file with mode: 0644]
tcl/generic/regc_locale.c [new file with mode: 0644]
tcl/generic/regc_nfa.c [new file with mode: 0644]
tcl/generic/regcomp.c [new file with mode: 0644]
tcl/generic/regcustom.h [new file with mode: 0644]
tcl/generic/rege_dfa.c [new file with mode: 0644]
tcl/generic/regerror.c [new file with mode: 0644]
tcl/generic/regerrs.h [new file with mode: 0644]
tcl/generic/regex.h [new file with mode: 0644]
tcl/generic/regexec.c [new file with mode: 0644]
tcl/generic/regfree.c [new file with mode: 0644]
tcl/generic/regfronts.c [new file with mode: 0644]
tcl/generic/regguts.h [new file with mode: 0644]
tcl/generic/tcl.decls [new file with mode: 0644]
tcl/generic/tclCompCmds.c [new file with mode: 0644]
tcl/generic/tclDecls.h [new file with mode: 0644]
tcl/generic/tclEncoding.c [new file with mode: 0644]
tcl/generic/tclExpr.c [new file with mode: 0644]
tcl/generic/tclFHandle.c [new file with mode: 0644]
tcl/generic/tclIO.h [new file with mode: 0644]
tcl/generic/tclIOGT.c [new file with mode: 0644]
tcl/generic/tclInt.decls [new file with mode: 0644]
tcl/generic/tclIntDecls.h [new file with mode: 0644]
tcl/generic/tclIntPlatDecls.h [new file with mode: 0644]
tcl/generic/tclLiteral.c [new file with mode: 0644]
tcl/generic/tclPanic.c [new file with mode: 0644]
tcl/generic/tclParseExpr.c [new file with mode: 0644]
tcl/generic/tclPatch.h [new file with mode: 0644]
tcl/generic/tclPlatDecls.h [new file with mode: 0644]
tcl/generic/tclRegexp.c [new file with mode: 0644]
tcl/generic/tclResult.c [new file with mode: 0644]
tcl/generic/tclScan.c [new file with mode: 0644]
tcl/generic/tclStubInit.c [new file with mode: 0644]
tcl/generic/tclStubLib.c [new file with mode: 0644]
tcl/generic/tclStubs.c [new file with mode: 0644]
tcl/generic/tclThread.c [new file with mode: 0644]
tcl/generic/tclThreadTest.c [new file with mode: 0644]
tcl/generic/tclUniData.c [new file with mode: 0644]
tcl/generic/tclUtf.c [new file with mode: 0644]
tcl/library/auto.tcl [new file with mode: 0644]
tcl/library/dde1.0/pkgIndex.tcl [new file with mode: 0755]
tcl/library/dde1.1/pkgIndex.tcl [new file with mode: 0644]
tcl/library/encoding/ascii.enc [new file with mode: 0644]
tcl/library/encoding/big5.enc [new file with mode: 0644]
tcl/library/encoding/cp1250.enc [new file with mode: 0644]
tcl/library/encoding/cp1251.enc [new file with mode: 0644]
tcl/library/encoding/cp1252.enc [new file with mode: 0644]
tcl/library/encoding/cp1253.enc [new file with mode: 0644]
tcl/library/encoding/cp1254.enc [new file with mode: 0644]
tcl/library/encoding/cp1255.enc [new file with mode: 0644]
tcl/library/encoding/cp1256.enc [new file with mode: 0644]
tcl/library/encoding/cp1257.enc [new file with mode: 0644]
tcl/library/encoding/cp1258.enc [new file with mode: 0644]
tcl/library/encoding/cp437.enc [new file with mode: 0644]
tcl/library/encoding/cp737.enc [new file with mode: 0644]
tcl/library/encoding/cp775.enc [new file with mode: 0644]
tcl/library/encoding/cp850.enc [new file with mode: 0644]
tcl/library/encoding/cp852.enc [new file with mode: 0644]
tcl/library/encoding/cp855.enc [new file with mode: 0644]
tcl/library/encoding/cp857.enc [new file with mode: 0644]
tcl/library/encoding/cp860.enc [new file with mode: 0644]
tcl/library/encoding/cp861.enc [new file with mode: 0644]
tcl/library/encoding/cp862.enc [new file with mode: 0644]
tcl/library/encoding/cp863.enc [new file with mode: 0644]
tcl/library/encoding/cp864.enc [new file with mode: 0644]
tcl/library/encoding/cp865.enc [new file with mode: 0644]
tcl/library/encoding/cp866.enc [new file with mode: 0644]
tcl/library/encoding/cp869.enc [new file with mode: 0644]
tcl/library/encoding/cp874.enc [new file with mode: 0644]
tcl/library/encoding/cp932.enc [new file with mode: 0644]
tcl/library/encoding/cp936.enc [new file with mode: 0644]
tcl/library/encoding/cp949.enc [new file with mode: 0644]
tcl/library/encoding/cp950.enc [new file with mode: 0644]
tcl/library/encoding/dingbats.enc [new file with mode: 0644]
tcl/library/encoding/euc-cn.enc [new file with mode: 0644]
tcl/library/encoding/euc-jp.enc [new file with mode: 0644]
tcl/library/encoding/euc-kr.enc [new file with mode: 0644]
tcl/library/encoding/gb12345.enc [new file with mode: 0644]
tcl/library/encoding/gb1988.enc [new file with mode: 0644]
tcl/library/encoding/gb2312.enc [new file with mode: 0644]
tcl/library/encoding/iso2022-jp.enc [new file with mode: 0644]
tcl/library/encoding/iso2022-kr.enc [new file with mode: 0644]
tcl/library/encoding/iso2022.enc [new file with mode: 0644]
tcl/library/encoding/iso8859-1.enc [new file with mode: 0644]
tcl/library/encoding/iso8859-2.enc [new file with mode: 0644]
tcl/library/encoding/iso8859-3.enc [new file with mode: 0644]
tcl/library/encoding/iso8859-4.enc [new file with mode: 0644]
tcl/library/encoding/iso8859-5.enc [new file with mode: 0644]
tcl/library/encoding/iso8859-6.enc [new file with mode: 0644]
tcl/library/encoding/iso8859-7.enc [new file with mode: 0644]
tcl/library/encoding/iso8859-8.enc [new file with mode: 0644]
tcl/library/encoding/iso8859-9.enc [new file with mode: 0644]
tcl/library/encoding/jis0201.enc [new file with mode: 0644]
tcl/library/encoding/jis0208.enc [new file with mode: 0644]
tcl/library/encoding/jis0212.enc [new file with mode: 0644]
tcl/library/encoding/koi8-r.enc [new file with mode: 0644]
tcl/library/encoding/ksc5601.enc [new file with mode: 0644]
tcl/library/encoding/macCentEuro.enc [new file with mode: 0644]
tcl/library/encoding/macCroatian.enc [new file with mode: 0644]
tcl/library/encoding/macCyrillic.enc [new file with mode: 0644]
tcl/library/encoding/macDingbats.enc [new file with mode: 0644]
tcl/library/encoding/macGreek.enc [new file with mode: 0644]
tcl/library/encoding/macIceland.enc [new file with mode: 0644]
tcl/library/encoding/macJapan.enc [new file with mode: 0644]
tcl/library/encoding/macRoman.enc [new file with mode: 0644]
tcl/library/encoding/macRomania.enc [new file with mode: 0644]
tcl/library/encoding/macThai.enc [new file with mode: 0644]
tcl/library/encoding/macTurkish.enc [new file with mode: 0644]
tcl/library/encoding/macUkraine.enc [new file with mode: 0644]
tcl/library/encoding/shiftjis.enc [new file with mode: 0644]
tcl/library/encoding/symbol.enc [new file with mode: 0644]
tcl/library/msgcat1.0/msgcat.tcl [new file with mode: 0644]
tcl/library/msgcat1.0/pkgIndex.tcl [new file with mode: 0644]
tcl/library/opt0.4/optparse.tcl [new file with mode: 0644]
tcl/library/opt0.4/pkgIndex.tcl [new file with mode: 0644]
tcl/library/package.tcl [new file with mode: 0644]
tcl/library/reg1.0/pkgIndex.tcl [new file with mode: 0755]
tcl/library/safeinit.tcl [new file with mode: 0644]
tcl/library/tcltest1.0/pkgIndex.tcl [new file with mode: 0644]
tcl/library/tcltest1.0/tcltest.tcl [new file with mode: 0644]
tcl/mac/MW_TclAppleScriptHeader.h [new file with mode: 0644]
tcl/mac/MW_TclHeader.h [new file with mode: 0644]
tcl/mac/MW_TclTestHeader.h [new file with mode: 0644]
tcl/mac/MW_TclTestHeader.pch [new file with mode: 0644]
tcl/mac/tclMacTclCode.r [new file with mode: 0644]
tcl/mac/tclMacThrd.c [new file with mode: 0644]
tcl/mac/tclMacThrd.h [new file with mode: 0644]
tcl/tests/all.tcl [new file with mode: 0644]
tcl/tests/compExpr-old.test [new file with mode: 0644]
tcl/tests/compExpr.test [new file with mode: 0644]
tcl/tests/defs.tcl [new file with mode: 0644]
tcl/tests/encoding.test [new file with mode: 0644]
tcl/tests/httpd [new file with mode: 0644]
tcl/tests/ioUtil.test [new file with mode: 0644]
tcl/tests/iogt.test [new file with mode: 0644]
tcl/tests/msgcat.test [new file with mode: 0644]
tcl/tests/package.test [new file with mode: 0644]
tcl/tests/parseExpr.test [new file with mode: 0644]
tcl/tests/parseOld.test [new file with mode: 0644]
tcl/tests/pkg/import.tcl [new file with mode: 0644]
tcl/tests/pkg/license.terms [new file with mode: 0644]
tcl/tests/pkg/magicchar.tcl [new file with mode: 0644]
tcl/tests/pkg/magicchar2.tcl [new file with mode: 0644]
tcl/tests/pkg/samename.tcl [new file with mode: 0644]
tcl/tests/pkg/spacename.tcl [new file with mode: 0644]
tcl/tests/platform.test [new file with mode: 0644]
tcl/tests/reg.test [new file with mode: 0644]
tcl/tests/result.test [new file with mode: 0644]
tcl/tests/security.test [new file with mode: 0644]
tcl/tests/tcltest.test [new file with mode: 0644]
tcl/tests/thread.test [new file with mode: 0644]
tcl/tests/unixInit.test [new file with mode: 0644]
tcl/tests/utf.test [new file with mode: 0644]
tcl/tests/winConsole.test [new file with mode: 0644]
tcl/tests/winDde.test [new file with mode: 0644]
tcl/tests/winFile.test [new file with mode: 0644]
tcl/tests/winTime.test [new file with mode: 0644]
tcl/tools/Makefile.in [new file with mode: 0644]
tcl/tools/README [new file with mode: 0644]
tcl/tools/checkLibraryDoc.tcl [new file with mode: 0644]
tcl/tools/configure [new file with mode: 0755]
tcl/tools/configure.in [new file with mode: 0644]
tcl/tools/cvtEOL.tcl [new file with mode: 0644]
tcl/tools/genStubs.tcl [new file with mode: 0644]
tcl/tools/genWinImage.tcl [new file with mode: 0644]
tcl/tools/index.tcl [new file with mode: 0644]
tcl/tools/man2help.tcl [new file with mode: 0644]
tcl/tools/man2help2.tcl [new file with mode: 0644]
tcl/tools/man2html.tcl [new file with mode: 0644]
tcl/tools/man2html1.tcl [new file with mode: 0644]
tcl/tools/man2html2.tcl [new file with mode: 0644]
tcl/tools/man2tcl.c [new file with mode: 0644]
tcl/tools/regexpTestLib.tcl [new file with mode: 0644]
tcl/tools/tcl.hpj.in [new file with mode: 0644]
tcl/tools/tcl.wse.in [new file with mode: 0644]
tcl/tools/tclSplash.bmp [new file with mode: 0644]
tcl/tools/tcltk-man2html.tcl [new file with mode: 0755]
tcl/tools/uniClass.tcl [new file with mode: 0644]
tcl/tools/uniParse.tcl [new file with mode: 0644]
tcl/tools/white.bmp [new file with mode: 0644]
tcl/unix/bp.c [new file with mode: 0644]
tcl/unix/porting.old [new file with mode: 0644]
tcl/unix/tcl.m4 [new file with mode: 0644]
tcl/unix/tcl.spec [new file with mode: 0644]
tcl/unix/tclLoadDl2.c [new file with mode: 0644]
tcl/unix/tclLoadDyld.c [new file with mode: 0644]
tcl/unix/tclUnixThrd.c [new file with mode: 0644]
tcl/unix/tclUnixThrd.h [new file with mode: 0644]
tcl/win/aclocal.m4 [new file with mode: 0644]
tcl/win/tcl.m4 [new file with mode: 0644]
tcl/win/tclConfig.sh.in [new file with mode: 0644]
tcl/win/tclWinConsole.c [new file with mode: 0644]
tcl/win/tclWinDde.c [new file with mode: 0644]
tcl/win/tclWinSerial.c [new file with mode: 0644]
tcl/win/tclWinThrd.c [new file with mode: 0644]
tcl/win/tclWinThrd.h [new file with mode: 0644]
tcl/win/tclWinUtil.c [new file with mode: 0644]
tcl/win/tclsh.ico [new file with mode: 0644]