summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* * library/encoding/gb2312.enc:stanton1999-04-133-21/+1400
| | | | | | | | | | * library/encoding/euc-cn.enc: * tools/encoding/gb2312.txt: * tools/encoding/cp950.txt: * tools/encoding/Makefile: Restored the double byte definition of GB2312 and added the EUC-CN encoding. EUC-CN is a variant of GB2312 that shifts the characters into bytes with the high bit set and includes ASCII as a subset. [Bug: 632]
* Make a safe alias for the "encoding" command which disables settingredman1999-04-061-1/+45
| | | | | | of the system encoding using "encoding system <name>" but allows all other uses of the command. Updated safe.test to check the encoding alias. Updated manpage.
* Fixed BUG 1327 with scripts that do namespace imports.welch1999-04-011-2/+2
|
* Fixing quoting bugs in auto_mkindex slavehook: BUGID 1657welch1999-03-311-13/+38
|
* updated GB encoding to be multibytestanton1999-03-301-3/+20
|
* Added 7-bit ASCII to big5 and gb2312 encodings [Bug: 632]stanton1999-03-261-3/+20
|
* * win/tclWinChan.c (TclpOpenFileChannel, Tcl_MakeFileChannel):stanton1999-03-191-2/+2
| | | | | | | | | | | | | | | | | | | | | Changed to only test for console or comm handles when the type is FILE_TYPE_CHAR to avoid useless tests on simple files. Also reordered tests so consoles are tested first as this is more common. * win/makefile.vc: Regularized usage of mkd and rmd and rm. * library/encoding/shiftjis.enc: * tools/encoding/shiftjis.txt: Missing/incorrect characters in shift-jis table. [Bug: 1008, 1526] * generic/tclInt.decls: * generic/tcl.decls: Eliminated use of "string" and "list" from argument lists to avoid conflicts with C++ STL. [Bug: 1181] * win/tclWinFile.c (TclpMatchFiles): Changed to ignore the FS_CASE_IS_PRESERVED bit and always return exactly what we get from the system.
* Improved Tcl Style.rjohnson1999-03-131-3/+5
|
* Marked code as unsupported.rjohnson1999-03-122-22/+10
|
* * library/auto.tcl: Fixed auto_mkindex so it handles .tbc files.stanton1999-02-111-10/+38
| | | | | Did some general cleanup to handle bad eval statements that didn't use "list".
* * unix/mkLinks:stanton1999-02-106-19/+26
| | | | | | | | | | * doc/SetVar.3: * generic/tcl.h: * generic/tclVar.c: Restored Tcl_ObjGetVar2 and Tcl_ObjSetVar2 from 8.0. Renamed Tcl_Get/SetObjVar2 to Tcl_GetVar2Ex and Tcl_SetVar2Ex. * Merged 8.0.5b2 patches
* Merged changes from Tcl 8.0.5b1stanton1999-01-295-9/+22
|
* * library/msgcat1.0/msgcat.tcl: Fixed bad export list, fixed sostanton1998-12-102-6/+8
| | | | | all locale strings are converted to lower case, including file names.
* * library/msgcat1.0/msgcat.tcl: changed mc to invoke mcunknown instanton1998-12-092-8/+10
| | | | the calling context, changed locale lookups to be case insensitive
* cleaned up docsstanton1998-12-072-24/+34
| | | | | | | * tests/msgcat.test: Added message catalog test suite. * library/msgcat1.0/msgcat.tcl: minor bug fixes, integrated latest changes from Mark Harrison.
* * library/msgcat1.0/msgcat.tcl: Changed code to conform to Tclstanton1998-12-042-128/+284
| | | | coding standards. Changed to use file join for portability.
* * library/msgcat1.0/msgcat.tcl:stanton1998-12-044-0/+186
| | | | | * library/msgcat1.0/pkgIndex.tcl: Added initial implementaion of Tcl message catalog package contributed by Mark Harrison.
* 8.0.4 mergewelch1998-12-026-77/+82
|
* * library/encoding/euc-kr.enc:stanton1998-12-012-0/+3049
| | | | | | | | | * library/encoding/ksc5601.enc: * tools/encoding/ksc5601.txt: * unix/tclUnixInit.c: Added support for Korean EUC. * win/tclWinChan.c (TclpGetDefaultStdChannel): added check for a failure during Tcl_MakeFileChannel.
* merged 8.0.4 into 8.1stanton1998-11-113-324/+229
|
* * tclIndex: updated index to reflect 8.1 filesstanton1998-10-061-16/+16
|
* * auto.tcl, package.tcl: replaced SCCS strings with RCS stringsstanton1998-10-053-31/+85
| | | | * tclIndex: updated index to reflect 8.1 files
* merging changes from 8.0.3 into 8.1a2stanton1998-09-2413-232/+945
|
* replaced opt0.1 with opt0.4stanton1998-09-222-1101/+0
|
* Added contents of Tcl 8.1a2stanton1998-09-2182-585/+20110
|
* Initial revisionrjohnson1998-03-2619-0/+5864