Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rebuilt | dkf | 2001-09-24 | 1 | -0/+2 |
| | |||||
* | Doc update (add Tcl_OutputBuffered, remove old changebars) | dkf | 2001-09-24 | 2 | -8/+19 |
| | |||||
* | 'make mklinks' after addition of Tcl_EvalTokensStandard | dgp | 2001-09-24 | 1 | -0/+2 |
| | |||||
* | Another typo | dgp | 2001-09-24 | 1 | -2/+2 |
| | | | | eVS: ---------------------------------------------------------------------- | ||||
* | corrected formatting error causing 'make mklinks' trouble | dgp | 2001-09-24 | 1 | -4/+2 |
| | |||||
* | Corrected formatting error. | dgp | 2001-09-24 | 1 | -2/+2 |
| | |||||
* | * generic/tclExecute.c (TclExecuteByteCode): corrected | hobbs | 2001-09-21 | 2 | -1/+41 |
| | | | | | INST_STR_CMP else case for strings to pass true utf char length to Tcl_UtfNCmp. | ||||
* | added extra processor definitions. | hobbs | 2001-09-20 | 1 | -3/+18 |
| | |||||
* | removed unnecessary winsock.h include | hobbs | 2001-09-20 | 1 | -2/+1 |
| | |||||
* | changed winsock.h include to winsock2.h | hobbs | 2001-09-20 | 1 | -2/+2 |
| | |||||
* | win/tclWinSock.c (SocketThread): corrected pointer cast for _WIN64. | hobbs | 2001-09-20 | 1 | -2/+2 |
| | |||||
* | removed dependence on socket.test being run from same dir as remote.tcl, | dkf | 2001-09-20 | 2 | -2/+11 |
| | | | | which only now needs to be in the same dir as it. [Bug #219326] | ||||
* | * generic/tclCmdAH.c (Tcl_FormatObjCmd): | hobbs | 2001-09-20 | 2 | -11/+25 |
| | | | | | * generic/tclScan.c (Tcl_ScanObjCmd): corrected handling of format and scan on 64-bit machines. [Bug #412696] (rmax) | ||||
* | * unix/configure: regen'ed | hobbs | 2001-09-20 | 2 | -34/+118 |
| | | | | | * unix/tcl.m4: added --enable-64bit support for HP-11 with the 64-bit kernel. | ||||
* | improved skip reporting of missing commands | hobbs | 2001-09-20 | 2 | -66/+36 |
| | |||||
* | * generic/tclTest.c (TestcmdtokenCmd): corrected pointer | hobbs | 2001-09-20 | 1 | -6/+6 |
| | | | | storage/retrieval for 64bit machines. | ||||
* | simplified error check for winFCmd-7.9 | hobbs | 2001-09-20 | 1 | -17/+6 |
| | |||||
* | added back deletion of "more" file | hobbs | 2001-09-19 | 1 | -1/+2 |
| | |||||
* | tests/winPipe.test: removed obsolete cat16 tests | hobbs | 2001-09-19 | 2 | -117/+5 |
| | |||||
* | see changes | hobbs | 2001-09-19 | 1 | -0/+20 |
| | |||||
* | * generic/tclExecute.c (TclExecuteByteCode): fixed invalid usage | hobbs | 2001-09-19 | 1 | -30/+39 |
| | | | | | | of valuePtr in TRACE_WITH_OBJ in INST_EVAL_STK case. [Bug #462594] Changed INST_STR_CMP instruction to promote to Unicode strings only when one of the strings is already of Unicode type. | ||||
* | * generic/tclExecute.c (TclExecuteByteCode): | hobbs | 2001-09-19 | 1 | -3/+3 |
| | | | | | | | | * generic/tclCompile.c (instructionTable): * generic/tclCompCmds.c (TclCompileStringCmd): INST_STR_MATCH - Updated to Int1 instruction type and added special case to use INST_STR_EQ instead when no glob chars are specified in a static string. | ||||
* | * generic/tclCompCmds.c (TclCompileStringCmd): INST_STR_MATCH - | hobbs | 2001-09-19 | 5 | -43/+167 |
| | | | | | | | | | | | Updated to Int1 instruction type and added special case to use INST_STR_EQ instead when no glob chars are specified in a static string. * tests/{for.test,foreach.test,if.test,while.test}: * generic/tclCompCmds.c (TclCompileForCmd, TclCompileForeachCmd, TclCompileIfCmd, TclCompileWhileCmd): Corrected the overaggressive compiling of loop bodies enclosed in ""s. [Bug #219166] (msofer) | ||||
* | test case for bug #461322 | hobbs | 2001-09-19 | 1 | -1/+10 |
| | |||||
* | insured that execution stack errors are also detected at abnormal returns. | Miguel Sofer | 2001-09-19 | 2 | -12/+16 |
| | |||||
* | Socket documentation improvement. | dkf | 2001-09-19 | 2 | -3/+12 |
| | |||||
* | TclNeedSpace is now UTF8-aware. (Bug #411825 from <arobert3434@users.sf.net>) | dkf | 2001-09-19 | 3 | -19/+33 |
| | |||||
* | * generic/tclIOCmd.c (Tcl_PutsObjCmd): Rewritten to have saner and | andreas_kupries | 2001-09-19 | 2 | -31/+54 |
| | | | | | faster argument handling. Fixes bug #123552. Patch provided by Donal K. Fellows <fellowsd@cs.man.ac.uk>: #402564. | ||||
* | * unix/configure: Regen. | mdejong | 2001-09-18 | 3 | -29/+59 |
| | | | | | * unix/tcl.m4 (SC_CONFIG_CFLAGS): On Linux, disable inlining when one of the compat/*.c routines is to be linked in. [Patch 440891] | ||||
* | * generic/tcl.h: removed forced #define USE_TCLALLOC 1 for | hobbs | 2001-09-17 | 2 | -9/+8 |
| | | | | | | Windows. This means the native system allocator will be used by default. This should be binary and source compatible with extensions, as Tcl_Alloc is a properly stubbed function. | ||||
* | corrected small bug in [Patch 456668] - the varFramePtr was not restored in ↵ | Miguel Sofer | 2001-09-17 | 2 | -2/+8 |
| | | | | one possible exit. | ||||
* | Correcting a typo. | Miguel Sofer | 2001-09-17 | 1 | -1/+1 |
| | |||||
* | Disabled all compile and execution tracing functionality in standard | Miguel Sofer | 2001-09-17 | 6 | -23/+47 |
| | | | | builds [Bug 451858]. | ||||
* | * doc/gets.n: | andreas_kupries | 2001-09-14 | 12 | -42/+144 |
| | | | | | | | | | | | | | | | | * doc/read.n: * doc/puts.n: * doc/flush.n: * doc/fconfigure.n: * doc/flush.n: * doc/eof.n: * doc/seek.n: * doc/tell.n: * doc/close.n: * doc/fileevent.n: Added references to the Tcl standard channels. Item [219250], reported by David LeBlanc <whisper@oz.net>. Thanks to Christopher Nelson <chris@pinebush.com> for doing editorial work. | ||||
* | Fixed wildly erroneous dates. | dkf | 2001-09-14 | 1 | -4/+4 |
| | |||||
* | * win/Makefile.in: | andreas_kupries | 2001-09-14 | 8 | -56/+129 |
| | | | | | | | | | * win/configure.in: * win/makefile.bc: * win/makefile.vc: * library/reg/pkgIndex.tcl * library/dde/pkgIndex.tcl: Fixed version numbers from bogus tcl versions to independent versions for dde and registry packages. | ||||
* | fixed typo in socket-12.1 | hobbs | 2001-09-14 | 1 | -2/+2 |
| | |||||
* | * generic/tclCmdMZ.c (Tcl_RegsubObjCmd): had to adjust fix from | hobbs | 2001-09-13 | 2 | -15/+36 |
| | | | | | | 2001-08-06 to actually duplicate the objects in certain cases. This is really a place where feather would have been essential. [Bug #461322] | ||||
* | I forgot to mention [TIP: 56] in a Changelog entry. | Miguel Sofer | 2001-09-13 | 1 | -1/+2 |
| | |||||
* | * generic/tclUtf.c (Tcl_UtfPrev): corrected to return the proper | hobbs | 2001-09-13 | 1 | -5/+3 |
| | | | | | location when the middle of a UTF-8 byte was passed in. [Bug #450504] | ||||
* | * ChangeLog.1999: | hobbs | 2001-09-13 | 2 | -2710/+2719 |
| | | | | | * ChangeLog: broke changes from 199x into ChangeLog.1999 to reduce size of the main ChangeLog. | ||||
* | * tests/ioCmd.test: Changed the computation of the result for | andreas_kupries | 2001-09-13 | 2 | -5/+30 |
| | | | | | | | | iocmd-8.1[123] so that the tests work for single- and multi-process execution of the testsuite. Depending on the choice of the user stdout is a tty or not and thus reports different channel options. Fixes [460993] reported by Don Porter. | ||||
* | Correcting date in last Changelog entry. | Miguel Sofer | 2001-09-13 | 1 | -1/+1 |
| | |||||
* | Patch for [TIP 56], [Bug: 219384] and [Bug: 455151]: deprecate the use | Miguel Sofer | 2001-09-13 | 8 | -67/+166 |
| | | | | of Tcl_EvalTokens, replaced by the new Tcl_EvalTokensStandard. | ||||
* | * unix/configure: Regen. | mdejong | 2001-09-12 | 3 | -28/+37 |
| | | | | | | | | * unix/tcl.m4: Invert the logic that checks for $GCC. Instead of checking for "$GCC" = "no" we check for "$GCC" != "yes" or simply swap the true and false blocks of code in an if statement. That way if GCC is set to "" everything will still work. [Bug 460991] | ||||
* | * Corrected tests to better isolate tests in | dgp | 2001-09-12 | 6 | -5/+19 |
| | | | | one file from influencing tests in other files. [Bug 460591] | ||||
* | reserved a stub slot for [TIP 56] | Miguel Sofer | 2001-09-12 | 2 | -3/+12 |
| | |||||
* | * doc/OpenFileChnl.3: Added documentation for Tcl_WriteRaw and | andreas_kupries | 2001-09-11 | 4 | -4/+59 |
| | | | | | | | Tcl_ReadRaw [#414929]. * doc/CrtChannel.3: Added documentation for Tcl_ChannelBuffered and Tcl_GetTopChannel [#414929]. | ||||
* | reworked stack-2.1 to be impervious to interp state | hobbs | 2001-09-11 | 1 | -5/+7 |
| | |||||
* | Restored to original state from test restrictions ... | andreas_kupries | 2001-09-11 | 1 | -5/+1 |
| |