summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Doc bug fixedsurles1999-04-142-4/+4
|
* initial checkin of doc checker scriptsurles1999-04-141-0/+242
|
* Asian character set reference materialsstanton1999-04-131-0/+4467
|
* * library/encoding/gb2312.enc:stanton1999-04-137-123/+1423
| | | | | | | | | | * 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]
* Patch for sockets code.redman1999-04-131-0/+6
|
* Apply patch for socket code when FD_CONNECT is not sent but FD_WRITEredman1999-04-131-1/+9
| | | | is (some wierd Microsoft or driver problem). Bug Ids 1664 and 1776.
* Doc bug fixes: Docs about APIs that dont exist were removed.surles1999-04-136-30/+39
| | | | Added example to catch that demos compile errors
* Fix bug 1700, deadlock in notifier with threads enabled on Unix.redman1999-04-092-1/+17
|
* fix doc bugs 1739 & 1486surles1999-04-092-13/+15
|
* fixed doc bug 1733surles1999-04-091-11/+11
|
* Fixed doc bugs: 1509 & 1577surles1999-04-094-35/+35
|
* fixed tag that caused a word to x-ref incorrectlysurles1999-04-081-2/+2
|
* fixed typosurles1999-04-071-2/+1
|
* Fixed file association icon.stanton1999-04-071-2/+2
|
* Fixed broken man page. Renamed so it matches the C functio name.stanton1999-04-071-0/+49
|
* changed nonexistent winOnly constraint to ill-named pcOnly constraint.hershey1999-04-071-2/+2
|
* fixed bad pkga.so constrainthershey1999-04-072-10/+14
|
* change tcltest namespace variables from matchingTests and skippingTests tohershey1999-04-074-39/+39
| | | | | | | match and skip. removed nonexistent constraint from interp.test and renumbered tests to remove duplicates.
* Fixed hang in tests when built with thread support.stanton1999-04-072-8/+44
|
* *** empty log message ***stanton1999-04-071-1/+4
|
* * tests/httpold.test: Fixed broken test that didn't wait longstanton1999-04-071-8/+7
| | | | enough for events to arrive.
* Minor fix to dist scriptsstanton1999-04-071-2/+2
| | | | man page lint
* Decreased the timeout for DDE.redman1999-04-071-1/+4
|
* 2 pcOnly tests require c drive to be shared, so I added a sharedCdrivehershey1999-04-061-3/+11
| | | | constraint.
* Adjusted error reporting in TclpRename to better handle commonrjohnson1999-04-061-1/+11
| | | | | error condition on IRIX. The change _shouldn't_ effect other unix platforms but could in really uncommon cases.
* Fixed race condition in test.stanton1999-04-062-2/+13
|
* Added knownBug tag to test that in known to fail (Bug: 1737)surles1999-04-061-2/+3
|
* * tests/unixInit.test:stanton1999-04-064-10/+14
| | | | | | | * tests/fileName.test: Minor test nits. * unix/tclUnixInit.c (TclpSetInitialEncodings): Fixed bad initial encoding string.
* unchange the makefile.vcsurles1999-04-061-2/+2
|
* * generic/tclVar.c:surles1999-04-069-211/+485
| | | | | | | | | | | | | | * generic/tclEnv.c: Moved the "array set" C level code into a common routine (TclArraySet). The TclSetupEnv routine now uses this API to create an env array w/ no elements. * generic/tclEnv.c: * generic/tclWinInit.h: * generic/tclUnixInit.h: * generic/tclInt.h: Made the Env module I18N compliant. Changed the FindVariable routine to TclpFindVariable, that now does a case insensitive string comparison on Windows, and not on UNIX. [Bug: 1299, 1500]
* skip tests that require test* commands when running in standard tclsh interp.hershey1999-04-064-25/+38
|
* Updated for 8.1b3welch1999-04-061-5/+21
|
* Fixed more tests.rjohnson1999-04-061-3/+3
|
* Made internal functions call Tcl_GetCwd & Tcl_Chdirrjohnson1999-04-065-21/+18
| | | | Fixed broken tests due to adding encoding function.
* decrease timeouts for DDE functionsredman1999-04-061-4/+4
|
* Added functions to the stubs tables.redman1999-04-069-202/+391
|
* Fixed bug in man page.rjohnson1999-04-061-1/+6
|
* Added docs for public funcs: Tcl_GetCwd & Tcl_Chdirrjohnson1999-04-061-0/+49
|
* * tests/io.test: Minor test cleanup.stanton1999-04-065-11/+43
| | | | | | | | | | | | * generic/tclEncoding.c (Tcl_CreateEncoding): Minor lint to make it easier to compile on Digital-unix. [Bug: 1659] * unix/configure.in: * unix/tclUnixPort.h: Applied patch for OS/390 to handle lack of sys/param.h. [Bug: 1725] * unix/configure.in: Fixed BSD/OS 4.* configuration to support shared libraries properly. [Bug: 1730]
* Updated for 8.1b3welch1999-04-061-1/+67
|
* Make encoding safe.redman1999-04-061-0/+10
|
* Make a safe alias for the "encoding" command which disables settingredman1999-04-064-10/+127
| | | | | | 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.
* *** empty log message ***stanton1999-04-061-0/+5
|
* * tests/winTime.test:stanton1999-04-062-3/+53
| | | | | | * win/tclWinTime.c: Fixed crash in clock command that occurred when manipulating negative time values in timezones east of GMT. [Bug: 1142, 1458]
* Fixed test that would only work with debug builds.rjohnson1999-04-061-1/+1
|
* Fixed httpold 4.12welch1999-04-051-3/+5
|
* *** empty log message ***stanton1999-04-051-0/+6
|
* * generic/tclFileName.c: Moved global regexps into thread localstanton1999-04-051-45/+35
| | | | storage.
* * tests/platform.test:stanton1999-04-052-17/+22
| | | | * tests/fileName.test: Fixed broken tests.
* Fix DDE tests, don't run on Unix (pcOnly).redman1999-04-051-15/+15
|