|
From: Kevin B K. <ke...@us...> - 2005-06-23 19:48:57
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21185 Modified Files: ChangeLog Log Message: bug 1225957 |
|
From: Don P. <dg...@us...> - 2005-06-24 15:02:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9556 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * library/auto.tcl: Make file safe to re-[source] without destroying registered auto_mkindex_parser hooks. |
|
From: Don P. <dg...@us...> - 2005-06-24 15:06:29
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11328 Modified Files: ChangeLog Log Message: * library/auto.tcl: Make file safe to re-[source] without destroying registered auto_mkindex_parser hooks. |
|
From: Kevin B K. <ke...@us...> - 2005-06-24 18:21:46
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7924 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: finalize Tcl_Preserve after exit handlers |
|
From: Don P. <dg...@us...> - 2005-06-24 19:37:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13258 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: release tag/spelling |
|
From: Kevin B K. <ke...@us...> - 2005-06-24 20:07:27
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27816 Modified Files: ChangeLog Log Message: cleanup Tcl_Preserve after exit handlers |
|
From: Don P. <dg...@us...> - 2005-06-27 20:07:41
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6524 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: formatting |
|
From: Mo D. <md...@us...> - 2005-06-29 03:29:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5203 Modified Files: ChangeLog Log Message: * generic/tclExecute.c (TclExecuteByteCode): When parsing an integer operand for a unary minus expression operator, check for a wide integer that is actually LONG_MIN. If found, convert it back to a long int type. * tests/expr.test: Add constraint for 32bit long int type and 64bit wide int type. Add tests that parse the smallest/largest long int and wide int values. |
|
From: Zoran V. <vas...@us...> - 2005-07-01 10:29:19
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6474 Modified Files: ChangeLog Log Message: Protect against spurious wake-ups while waiting on the condition variable when tearing down the notifier thread [Bug# 1222872]. |
|
From: Zoran V. <vas...@us...> - 2005-07-01 10:58:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21673 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Protect against spurious wake-ups while waiting on the condition variable when tearing down the notifier thread [Bug# 1222872]. |
|
From: Donal K. F. <dk...@us...> - 2005-07-04 21:19:43
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26517 Modified Files: ChangeLog Log Message: Purge remnants of old dictionary rep interlocking code; it only ever worked when the locking was in the core of the iterator itself. |
|
From: Donal K. F. <dk...@us...> - 2005-07-04 22:26:24
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30673 Modified Files: ChangeLog Log Message: Whitespace/fmt fixes |
|
From: Don P. <dg...@us...> - 2005-07-05 17:27:19
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7860 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclNamesp.c: Allow for [namespace import] of a command * tests/namespace.test: over a previous [namespace import] of itself without throwing an error. [RFE 1230597] |
|
From: Don P. <dg...@us...> - 2005-07-05 17:33:12
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8148 Modified Files: ChangeLog Log Message: * generic/tclNamesp.c: Allow for [namespace import] of a command * tests/namespace.test: over a previous [namespace import] of itself without throwing an error. [RFE 1230597] |
|
From: Don P. <dg...@us...> - 2005-07-05 18:16:01
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32665 Modified Files: ChangeLog Log Message: * generic/tclUtil.c: Converted TclFormatInt() into a macro. * generic/tclInt.decls: [RFE 1194015] * generic/tclInt.h: * generic/tclIntDecls.h: make genstubs * generic/tclStubInit.c: |
|
From: Don P. <dg...@us...> - 2005-07-05 20:55:14
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18720 Modified Files: ChangeLog Log Message: * unix/Makefile.in: Purged use of TCLTESTARGS [RFE 1161550]. |
|
From: Don P. <dg...@us...> - 2005-07-05 21:18:33
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32096 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclCmdAH.c New "encoding" Tcl_ObjType (not registered) * generic/tclEncoding.c that permits longer lifetimes of the * generic/tclInt.h Tcl_Encoding values kept as intreps of Tcl_Obj's. Reduces the need for repeated reading of encoding definition files from the filesystem. [Bug 1077262] |
|
From: Don P. <dg...@us...> - 2005-07-06 15:18:08
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31294 Modified Files: ChangeLog Log Message: * generic/tclLink.c: Simplified LinkTraceProc [Bug 1208108]. |
|
From: Jeffrey H. <ho...@us...> - 2005-07-08 01:06:15
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29008 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/tcl.m4, unix/configure: Backported [Bug 1095909], removing * unix/tclUnixPort.h: any use of readdir_r as it is not * unix/tclUnixThrd.c: necessary and just confuses things. |
|
From: Mo D. <md...@us...> - 2005-07-09 00:27:39
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3722 Modified Files: ChangeLog Log Message: * generic/tclExecute.c (TclExecuteByteCode): Reimplement long and wide type integer division and modulus operations so that the smallest and largest integer values are handled properly. The divide operation is more efficient since it no longer does a modulus or negation and only checks for a remainder when the quotient will be a negative number. The modulus operation is now a bit more complex because of a number of special cases dealing with the smallest and largest integers. * tests/expr.test: Add test cases for division and modulus operations on the smallest and largest integer values for 32 and 64 bit types. [Patch 1230205] |
|
From: Donal K. F. <dk...@us...> - 2005-07-11 15:04:16
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25623 Modified Files: ChangeLog Log Message: Purely style-guide cleansing |
|
From: Donal K. F. <dk...@us...> - 2005-07-12 09:39:59
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22328 Modified Files: ChangeLog Log Message: Doc clarification |
|
From: Kevin B K. <ke...@us...> - 2005-07-12 20:15:39
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7144 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: first round of TIP#249 changes |
|
From: Kevin B K. <ke...@us...> - 2005-07-12 20:38:20
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17634 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: merged changes from HEAD |
|
From: Don P. <dg...@us...> - 2005-07-13 20:01:44
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8252 Modified Files: ChangeLog Log Message: * unix/tclUnixSock.c: Use a ProcessGlobalValue to store the * win/tclWinSock.c: value returned by Tcl_GetHostName() ([info hostname]). Also re-order initialization of the value on Windows to favor GetComputerName() over gethostname() as a source of the information. |