Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | corrected iso2022 return encoding escape | hobbs | 2002-03-02 | 1 | -2/+2 |
| | |||||
* | * tests/encoding.test: added encoding-23.* tests | hobbs | 2002-03-02 | 3 | -24/+100 |
| | | | | | | | * generic/tclIO.c (FilterInputBytes): reset the TCL_ENCODING_START flags in the ChannelState when using 'gets'. [Bug #523988] Also reduced the value of ENCODING_LINESIZE from 30 to 20 as this seems to improve the performance of 'gets' according to tclbench. | ||||
* | * library/encoding/iso2022-jp.enc: | hobbs | 2002-03-02 | 4 | -8/+4 |
| | | | | | | | * library/encoding/iso2022.enc: * tools/encoding/iso2022-jp.esc: * tools/encoding/iso2022.esc: gave <ESC>$B precedence over <ESC>$@, based on comments (point 1) in [Bug #219283] (rfc 1468) | ||||
* | updated changes file for 8.4a4 release | dgp | 2002-03-01 | 1 | -2/+30 |
| | |||||
* | see ChangeLog | hobbs | 2002-03-01 | 1 | -0/+11 |
| | |||||
* | couple extra tests | hobbs | 2002-03-01 | 1 | -1/+11 |
| | |||||
* | * generic/tclCmdMZ.c (TraceCommandProc): ensure that TraceCommandInfo | hobbs | 2002-03-01 | 1 | -2/+6 |
| | | | | | structure was also deleted when a command was deleted to prevent a mem leak. | ||||
* | * generic/tclBasic.c (Tcl_CreateObjTrace): set tracePtr->flags ↵ | hobbs | 2002-03-01 | 1 | -1/+2 |
| | | | | correctly. | ||||
* | * generic/tclTimer.c (TimerExitProc): remove remaining events in | hobbs | 2002-03-01 | 1 | -2/+14 |
| | | | | tls on thread exit. | ||||
* | generic/tclNamesp.c: optimisation of namespace lookups [Patch 458872] | Miguel Sofer | 2002-02-28 | 2 | -6/+32 |
| | |||||
* | Replaced a few direct stack accesses with the POP_OBJECT() macro [Bug 507181] | Miguel Sofer | 2002-02-28 | 2 | -15/+18 |
| | |||||
* | * doc/GetIndex.3: | dgp | 2002-02-28 | 5 | -12/+27 |
| | | | | | | | | | | | * generic/tcl.decls (Tcl_GetIndexFromObjStruct): * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): Revised the prototype of the Tcl_GetIndexFromObjStruct to take its struct table as a (CONST VOID *) argument, better describing what it is, maintaining source compatibility, and adding CONST correctness according to TIP 27. Thanks to Joe English for an elegant solution. [Bug 520304] * generic/tclDecls.h: make genstubs | ||||
* | * generic/tclMain.c (Tcl_Main,StdinProc): Corrected some reference | dgp | 2002-02-28 | 2 | -1/+32 |
| | | | | | count management errors on the interactive commandPtr Tcl_Obj found by Purify. Thanks to Jeff Hobbs for the report and assistance. | ||||
* | mem leak fixes | hobbs | 2002-02-28 | 1 | -0/+9 |
| | |||||
* | * generic/tclTest.c (TestStatProc[123]): correct harmless UMRs. | hobbs | 2002-02-28 | 1 | -1/+4 |
| | |||||
* | * generic/tclLink.c (Tcl_LinkVar): correct mem leak in error case. | hobbs | 2002-02-28 | 1 | -2/+5 |
| | |||||
* | * generic/tclBasic.c (Tcl_EvalTokensStandard): corrected mem leak | hobbs | 2002-02-28 | 1 | -5/+6 |
| | | | | in error case. | ||||
* | * tests/socket.test (2.7): Accepted and applied patch for Tcl SF | andreas_kupries | 2002-02-27 | 2 | -3/+7 |
| | | | | | bug #523470 provided by Don Porter <dgp@users.sourceforge.net> to avoid timing problems in that test. | ||||
* | * unix/tclUnixChan.c (TclpOpenFileChannel): Added code to regonize | andreas_kupries | 2002-02-27 | 2 | -11/+28 |
| | | | | | | | | | | "/dev/tty" (by name) and to not handle it as tty / serial line. This is the controlling terminal and is special. Setting it into raw mode as is done for other tty's is a bad idea. This is a hackish fix for expect SGF Bug #520624. The fix has limitation: Tcl_MakeFileChannel handles tty's specially too, but is unable to recognize /dev/tty as it only gets a file descriptor, and no name for it. | ||||
* | see ChangeLog | hobbs | 2002-02-27 | 1 | -0/+2 |
| | |||||
* | reversed accidental commit of unfinished sources | hobbs | 2002-02-27 | 3 | -990/+34 |
| | |||||
* | generic/tclCmdMZ.c | hobbs | 2002-02-27 | 6 | -44/+1011 |
| | |||||
* | * generic/tclFileName.c (Tcl_TranslateFileName): decr refcount for | hobbs | 2002-02-27 | 1 | -3/+4 |
| | | | | error case to prevent mem leak. | ||||
* | * generic/tclVar.c (Tcl_ArrayObjCmd): removed extra obj allocation. | hobbs | 2002-02-27 | 1 | -10/+8 |
| | |||||
* | Updated changes file to reflect no 8.3.5 release before 8.4a4. | dgp | 2002-02-27 | 1 | -34/+32 |
| | | | | Still need to add the changes of the last few days. | ||||
* | see ChangeLog | hobbs | 2002-02-27 | 1 | -0/+4 |
| | |||||
* | * unix/tclUnixSock.c (Tcl_GetHostName): added an extra | hobbs | 2002-02-27 | 1 | -1/+16 |
| | | | | | gethostbyname check to guard against failure with truncated names returned by uname. | ||||
* | see ChangeLog | hobbs | 2002-02-26 | 1 | -0/+43 |
| | |||||
* | * unix/configure: | hobbs | 2002-02-26 | 2 | -248/+297 |
| | | | | | * unix/tcl.m4 (SC_SERIAL_PORT): added sys/modem.h check and defined _XOPEN_SOURCE_EXTENDED for HP-11 to get updated header decls. | ||||
* | * unix/tclUnixChan.c: added Unix implementation of TIP #35, serial | hobbs | 2002-02-26 | 1 | -16/+385 |
| | | | | port support. [Patch #438509] (schroedter) | ||||
* | bugfix to the bugfix to the new [for] compiled code | Miguel Sofer | 2002-02-26 | 2 | -3/+12 |
| | |||||
* | * mac/tclMacSock.c (TcpGetOptionProc): Changed to recognize the | andreas_kupries | 2002-02-26 | 2 | -3/+33 |
| | | | | | option "-error". Essentially ignores the option, always returning an empty string. | ||||
* | * doc/Alloc.3: | hobbs | 2002-02-26 | 6 | -15/+41 |
| | | | | | | | | | | * doc/LinkVar.3: * doc/ObjectType.3: * doc/PkgRequire.3: * doc/Preserve.3: * doc/TCL_MEM_DEBUG.3: Updated documentation to describe the ckalloc, ckfree, ckrealloc, attemptckalloc, and attemptckrealloc macros, and to accurately describe when and how they are used. [Bug #497459] (dgp) | ||||
* | revert accidental commit of tclAlloc.c to r1.11 | hobbs | 2002-02-26 | 1 | -946/+2 |
| | |||||
* | * generic/tclHash.c (AllocArrayEntry, AllocStringEntry): | hobbs | 2002-02-26 | 2 | -7/+957 |
| | | | | | | | | Before invoking ckalloc when creating a Tcl_HashEntry, check that the amount of memory being allocated is at least as large as sizeof(Tcl_HashEntry). The previous code was allocating memory regions that were one or two bytes short. [Bug #521950] (dejong) | ||||
* | typo | dgp | 2002-02-26 | 1 | -1/+1 |
| | |||||
* | avoiding a buffer overrun in [subst]; restoring tcl7.6 behaviour [Bug #495207] | Miguel Sofer | 2002-02-25 | 3 | -5/+44 |
| | |||||
* | * unix/tclUnixPort.h: corrected strtoll prototype mismatch on Tru64. | dgp | 2002-02-25 | 2 | -2/+3 |
| | |||||
* | * compat/strtod.c (strtod): simplified #includes | dgp | 2002-02-25 | 2 | -2/+8 |
| | | | | | * compat/strtol.c (strtol): gather result in a long before returning as a long: necessary on platforms where sizeof(int) != sizeof(long). | ||||
* | Added clarification comment. | dkf | 2002-02-25 | 1 | -1/+4 |
| | |||||
* | * unix/tclLoadDyld.c: updated to use Mac OS X 10.1 dyld APIs that | das | 2002-02-25 | 2 | -12/+25 |
| | | | | have more libdl-like semantics. (bug #514392) | ||||
* | simplified the #include lines | dgp | 2002-02-25 | 1 | -8/+2 |
| | |||||
* | fixing a bug in last tclCompCmds.c patch, in the code for [for] and [while]. | Miguel Sofer | 2002-02-25 | 2 | -21/+35 |
| | |||||
* | Minor cleanup of compat functions to get rid of GCC warnings. | dkf | 2002-02-25 | 4 | -11/+18 |
| | |||||
* | * compat/strtoull.c (strtoull): | dgp | 2002-02-24 | 4 | -14/+66 |
| | | | | | | | * compat/strtoll.c (strtoll): * compat/strtoul.c (strtoul): Fixed failure to handle leading sign symbols '+' and '-' and '0X' and raise overflow errors. [Bug 440916] Also corrects prototype and errno problems. | ||||
* | * configure: Regen. | mdejong | 2002-02-23 | 3 | -2/+9 |
| | | | | | | * unix/tcl.m4 (SC_CONFIG_CFLAGS): Link with -n32 instead of -32 when building on IRIX64-6.* system. [Tcl bug 521707] | ||||
* | * generic/tclInt.h: | dgp | 2002-02-22 | 4 | -23/+76 |
| | | | | | | | * generic/tclObj.c: renamed global variable emptyString -> tclEmptyString because it is no longer static. * generic/tclPkg.c: Fix for panic when library is loaded on a platform without backlinking without proper use of stubs. [Bug 476537] | ||||
* | see ChangeLog | hobbs | 2002-02-22 | 1 | -0/+4 |
| | |||||
* | * tests/regexpComp.test: updated regexp-11.[1-4] to match changes | hobbs | 2002-02-22 | 1 | -7/+7 |
| | | | | in regexp.test for new regsub syntax | ||||
* | updated safe-8.5 and safe-8.7 | hobbs | 2002-02-22 | 1 | -3/+7 |
| |