|
From: Donal K. F. <dk...@us...> - 2004-12-01 11:49:19
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28129 Modified Files: ChangeLog Log Message: Fix reported problems with tests for dde error messages. Also use more tcltest2 features to reduce [catch] count... |
|
From: Don P. <dg...@us...> - 2004-12-01 21:59:06
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10375 Modified Files: ChangeLog Log Message: * generic/tclEncoding.c: Moved TclpSetInitialEncodings() call from Tcl_FindExecutable() into TclInitEncodingSubsystem(). This is important on Windows where it establishes whether the "ascii" or "unicode" set of system routines will be used, and that needs to be done earlier to support filesystem operations. [Bug 1077005] |
|
From: Don P. <dg...@us...> - 2004-12-01 22:08:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12787 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * library/auto.tcl (tcl_findLibrary): Disabled use of [file normalize] that caused trouble with freewrap. [Bug 1072136]. |
|
From: Don P. <dg...@us...> - 2004-12-01 23:48:47
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5637 Modified Files: ChangeLog Log Message: . |
|
From: Don P. <dg...@us...> - 2004-12-02 00:09:46
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11559 Modified Files: ChangeLog Log Message: * generic/tclUtil.c (TclGetProcessGlobalValue): Narrowed the scope of mutex locks. |
|
From: Donal K. F. <dk...@us...> - 2004-12-02 10:48:37
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11749 Modified Files: ChangeLog Log Message: Convert mutex-protected global state into thread-local state. [FRQ 1077210] |
|
From: Donal K. F. <dk...@us...> - 2004-12-02 15:31:35
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13243 Modified Files: ChangeLog Log Message: Remove a global mutex/state by using lists instead of hashtables to store the collection of aliases that refer to an interpreter. [FRQ 1077210] |
|
From: Kevin B K. <ke...@us...> - 2004-12-02 18:40:24
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27357 Modified Files: ChangeLog Log Message: workaround for a bug in cygpath that made safe-8.5-8.7 fail |
|
From: Vince D. <vin...@us...> - 2004-12-02 18:48:21
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30200 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: filesystem, glob, tilde fix |
|
From: Vince D. <vin...@us...> - 2004-12-02 18:49:32
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30777 Modified Files: ChangeLog Log Message: filesystem, glob, tilde fix |
|
From: Kevin B K. <ke...@us...> - 2004-12-02 19:24:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8630 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: merge to kennykb-numerics-branch-20041202a |
|
From: Don P. <dg...@us...> - 2004-12-02 23:25:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2865 Modified Files: ChangeLog Log Message: * generic/tclUtil.c (TclSetProcessGlobalValue): Handle the case where a ProcessGlobalValue might be assigned to itself. * generic/tclEncoding.c (MakeFileMap): Correct refcounting errors managing values returned by TclPathPart (with refCount of 1!) that led to a memory leak. [Bug 1077474]. |
|
From: Don P. <dg...@us...> - 2004-12-04 21:19:27
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17521 Modified Files: ChangeLog Log Message: * generic/tclEncoding.c: Different fix for [Bug 1077005]. * generic/tclEvent.c: Broke apart TclpSetInitialEncodings() on * generic/tclInt.h: Windows into TclpSetInterfaces(), that is * unix/tclUnixInit.c: fundamentally essential, and the initialization * win/tclWinInit.c: of the system encoding, which is not. Made the TclpSetInterfaces call part of TclInitSubsystems so it cannot be overlooked. |
|
From: Don P. <dg...@us...> - 2004-12-06 22:49:48
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14836 Modified Files: ChangeLog Log Message: * tests/msgcat.test: makeFile/removeFile cleanup [1079117] |
|
From: Jeffrey H. <ho...@us...> - 2004-12-07 00:02:45
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30772 Modified Files: ChangeLog Log Message: see ChangeLog |
|
From: Jeffrey H. <ho...@us...> - 2004-12-07 00:08:06
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32032 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/tclUnixNotfy.c (NotifierThreadProc): init numFdBits [Bug 1079286] |
|
From: Donal K. F. <dk...@us...> - 2004-12-07 20:47:23
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2469 Modified Files: ChangeLog Log Message: Some HTML converters prefer distances in inches to ems. [Bug 1078760] |
|
From: Jeffrey H. <ho...@us...> - 2004-12-07 23:15:25
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5479 Modified Files: ChangeLog Log Message: add library/tzdata,msgs to dist target |
|
From: Don P. <dg...@us...> - 2004-12-08 02:33:29
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18596 Modified Files: ChangeLog Log Message: * tests/unixInit.test (2.1-4): Added constraints so that when a value of TCL_LIBRARY is required for process initialization, we skip the tests that mess with that value. |
|
From: Kevin B K. <ke...@us...> - 2004-12-08 20:25:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11550 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: changed Win configurator to use SIZEOF macros for Tcl_WideInt |
|
From: Kevin B K. <ke...@us...> - 2004-12-08 21:46:47
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29858 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: update unix/tcl.m4 to use AC_CHECK_SIZEOF, etc. |
|
From: Donal K. F. <dk...@us...> - 2004-12-09 09:19:56
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5517 Modified Files: ChangeLog Log Message: Minor doc fixes |
|
From: Donal K. F. <dk...@us...> - 2004-12-09 09:25:04
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6590 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Minor doc fixes |
|
From: Donal K. F. <dk...@us...> - 2004-12-09 16:21:41
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28420 Modified Files: ChangeLog Log Message: Provide an internal API for manipulating ensembles. |
|
From: Donal K. F. <dk...@us...> - 2004-12-10 00:17:02
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16684 Modified Files: ChangeLog Log Message: Make ensemble API available to rest of Tcl core. |