|
From: Donal K. F. <dk...@us...> - 2006-11-03 11:45:33
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10533 Modified Files: ChangeLog Log Message: Keep most tests from making sockets that are reachable off the machine. |
|
From: miguel s. <ms...@us...> - 2006-11-03 23:24:45
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17272 Modified Files: ChangeLog Log Message: * generic/tclBasic.c (TEOVI): * tests/trace.test (trace-21.11): fix for [Bug 1590232], execution traces may cause a second command resolution in the wrong namespace. |
|
From: miguel s. <ms...@us...> - 2006-11-04 00:09:33
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3094 Modified Files: ChangeLog Log Message: * generic/tclBasic.c (TEOVI): fix por possible leak of a Command in the presence of execution traces that delete it. |
|
From: miguel s. <ms...@us...> - 2006-11-04 01:37:57
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5974 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclBasic.c (TEOVI): fix por possible leak of a Command in the presence of execution traces that delete it. * generic/tclBasic.c (TEOVI): * tests/trace.test (trace-21.11): fix for [Bug 1590232], execution traces may cause a second command resolution in the wrong namespace. |
|
From: Don P. <dg...@us...> - 2006-11-05 03:33:57
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21641 Modified Files: ChangeLog Log Message: TIP#274 IMPLEMENTATION * generic/tclParseExpr.c: Exponentiation operator is now * tests/expr.test: right associative. [Patch 1556802] |
|
From: Don P. <dg...@us...> - 2006-11-05 04:16:08
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6134 Modified Files: ChangeLog Log Message: * generic/tclStringObj.c: Changed Tcl_ObjPrintf() response to an invalid format specifier string. No longer panics; now produces an error message as output. |
|
From: Andreas K. <and...@us...> - 2006-11-07 17:29:11
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1857 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/tclUnixFCmd.c (CopyFile): [SF Tcl Bug 1586470]. Added code to fall back to a hardwired default block size should the filesystem report a bogus value. |
|
From: Andreas K. <and...@us...> - 2006-11-07 17:29:52
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2338 Modified Files: ChangeLog Log Message: * unix/tclUnixFCmd.c (CopyFile): [SF Tcl Bug 1586470]. Added code to fall back to a hardwired default block size should the filesystem report a bogus value. |
|
From: Donal K. F. <dk...@us...> - 2006-11-08 11:41:44
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv860 Modified Files: ChangeLog Log Message: Rewrite for style and clarity (esp. tclPkg.c) |
|
From: Donal K. F. <dk...@us...> - 2006-11-08 14:21:03
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2942 Modified Files: ChangeLog Log Message: Fix spot where bug number formating was inconsistent |
|
From: Donal K. F. <dk...@us...> - 2006-11-09 15:19:14
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv8726 Modified Files: ChangeLog Log Message: Implemented [lreverse] from TIP#272 |
|
From: Donal K. F. <dk...@us...> - 2006-11-09 15:37:56
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16596 Modified Files: ChangeLog Log Message: Implemented [string reverse]. Finalizes basic TIP#272 implementation. |
|
From: Don P. <dg...@us...> - 2006-11-09 16:52:35
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16496 Modified Files: ChangeLog Log Message: * generic/tclParseExpr.c (removed): Moved all the code of * generic/tclCompExpr.c: tclParseExpr.c into tclCompExpr.c. * unix/Makefile.in: This sets the stage for expr compiling to * win/Makefile.in: work directly with the full parse tree * win/makefile.bc: structures, and not have to pass through * win/makefile.vc: the information lossy format of an array * win/tcl.dsp: of Tcl_Tokens. |
|
From: Daniel A. S. <da...@us...> - 2006-11-10 01:56:00
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23158 Modified Files: ChangeLog Log Message: * tests/fCmd.test (fCmd-6.26): fix failure when env(HOME) path contains symlinks. * macosx/Tcl.xcodeproj/project.pbxproj: remove tclParseExpr.c; when running testsuite from inside Xcdoe, skip stack-3.1 (it only fails under those circumstances). * unix/tcl.m4 (Darwin): suppress linker arch warnings when building universal for both 32 & 64 bit and no 64bit CoreFoundation is available; sync with tk tcl.m4 change. * unix/configure.in: whitespace. * unix/configure: autoconf-2.59 |
|
From: Donal K. F. <dk...@us...> - 2006-11-12 23:15:40
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv8318 Modified Files: ChangeLog Log Message: Transfer TclPtrMakeUpvar and TclObjLookupVar to the internal stubs table. |
|
From: Daniel A. S. <da...@us...> - 2006-11-13 08:23:11
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7885 Modified Files: ChangeLog Log Message: * generic/tclCompExpr.c: fix gcc warnings about 'cast to/from * generic/tclEncoding.c: pointer from/to integer of different * generic/tclEvent.c: size' on 64-bit platforms by casting to * generic/tclExecute.c: intermediate types intptr_t/uintptr_t * generic/tclHash.c: via new PTR2INT(), INT2PTR(), * generic/tclIO.c: PTR2UINT() and UINT2PTR() macros. * generic/tclInt.h: [Patch 1592791] * generic/tclProc.c: * generic/tclTest.c: * generic/tclThreadStorage.c: * generic/tclTimer.c: * generic/tclUtil.c: * unix/configure.in: * unix/tclUnixChan.c: * unix/tclUnixPipe.c: * unix/tclUnixPort.h: * unix/tclUnixTest.c: * unix/tclUnixThrd.c: * unix/configure: autoconf-2.59 * unix/tclConfig.h.in: autoheader-2.59 |
|
From: Don P. <dg...@us...> - 2006-11-13 17:51:37
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30799 Modified Files: ChangeLog Log Message: * generic/tclIO.c: When [gets] on a binary channel needs to use the "iso8859-1" encoding, save a copy of that encoding per-thread to avoid repeated freeing and re-loading of it from the file system. This replaces the cached copy of this encoding that the platform initialization code used to keep in pre-8.5 releases. |
|
From: Kevin B K. <ke...@us...> - 2006-11-13 22:40:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25785 Modified Files: ChangeLog Log Message: Silence a compiler warining about presenting a volatile pointer to 'memset' |
|
From: Don P. <dg...@us...> - 2006-11-14 16:31:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22372 Modified Files: ChangeLog Log Message: TIP#261 IMPLEMENTATION * generic/tclNamesp.c: [namespace import] with 0 arguments introspects the list of imported commands. |
|
From: Donal K. F. <dk...@us...> - 2006-11-15 09:23:04
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14815 Modified Files: ChangeLog Log Message: Convert \fP to \fR for easier manual page scraping |
|
From: Don P. <dg...@us...> - 2006-11-15 14:58:25
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25629 Modified Files: ChangeLog Log Message: * tools/genStubs.tcl: Updated script to no longer produce the _ANSI_ARGS_ wrapper in generated declarations. Also revised to accept variadic prototypes with more than one fixed argument. (This is possible since TCL_VARARGS and its limitations are no longer in use). * generic/tcl.h: Some reordering so that macro definitions do not interfere with the now _ANSI_ARGS_-less stub declarations. * generic/tclDecls.h: make genstubs * generic/tclIntDecls.h: * generic/tclIntPlatDecls.h: * generic/tclPlatDecls.h: * generic/tclTomMathDecls.h: |
|
From: Don P. <dg...@us...> - 2006-11-15 20:08:46
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28212 Modified Files: ChangeLog Log Message: TIP#270 IMPLEMENTATION * generic/tcl.decls: New public routines Tcl_ObjPrintf, * generic/tclStringObj.c: Tcl_AppendObjToErrorInfo, Tcl_Format, * generic/tclInt.h: Tcl_AppendLimitedToObj, Tcl_AppendFormatToObj and Tcl_AppendPrintfToObj. Former internal versions removed. * generic/tclDecls.h: make genstubs * generic/tclStubInit.c: * generic/tclBasic.c: Updated callers. * generic/tclCkalloc.c: * generic/tclCmdAH.c: * generic/tclCmdIL.c: * generic/tclCmdMZ.c: * generic/tclCompExpr.c: * generic/tclCompile.c: * generic/tclDictObj.c: * generic/tclExecute.c: * generic/tclIORChan.c: * generic/tclIOUtil.c: * generic/tclMain.c: * generic/tclNamesp.c: * generic/tclObj.c: * generic/tclPkg.c: * generic/tclProc.c: * generic/tclStrToD.c: * generic/tclTimer.c: * generic/tclUtil.c: * unix/tclUnixFCmd.c: |
|
From: Donal K. F. <dk...@us...> - 2006-11-16 09:34:18
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2620 Modified Files: ChangeLog Log Message: Added more examples |
|
From: Don P. <dg...@us...> - 2006-11-17 21:22:18
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30440 Modified Files: ChangeLog Log Message: * generic/tclExecute.c (INST_EXPON): Corrected crash on [expr 2**(1<<63)]. Was operating on cleared bignum Tcl_Obj. |
|
From: Donal K. F. <dk...@us...> - 2006-11-20 14:28:02
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6888 Modified Files: ChangeLog Log Message: Make the guts of [chan] more robust. |