|
From: Donal K. F. <dk...@us...> - 2006-10-28 22:48:44
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv24883 Modified Files: ChangeLog Log Message: Insert of calling point in middle of procedure code. Also cleaned up how [apply] terms generate stack trace info. |
|
From: Donal K. F. <dk...@us...> - 2006-10-28 23:07:06
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2282 Modified Files: ChangeLog Log Message: Added note about test update |
|
From: miguel s. <ms...@us...> - 2006-10-29 21:40:52
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17451 Modified Files: ChangeLog Log Message: * generic/tclNamesp.c (EnsembleImplementationCmd): * tests/namespace.test (47.7-8): reverted a wrong "optimisation" that completely broke snit; added two tests. |
|
From: Donal K. F. <dk...@us...> - 2006-10-30 11:58:02
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9483 Modified Files: ChangeLog Log Message: Formatting police |
|
From: Don P. <dg...@us...> - 2006-10-30 16:30:42
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28264 Modified Files: ChangeLog Log Message: * generic/tclExecute.c (INST_MOD): Corrected improper testing of * tests/expr.test: the sign of bignums when applying Tcl's division rules. Thanks to Peter Spjuth. [Bug 1585704] |
|
From: miguel s. <ms...@us...> - 2006-10-31 00:09:45
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27236 Modified Files: ChangeLog Log Message: * generic/tclBasic.c (TEOVI): insured that the interp's callObjc/v fields are restored after traces run, as they be spoiled. This was causing a segfault in tcllib's profiler tests. |
|
From: Jeffrey H. <ho...@us...> - 2006-10-31 01:05:25
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18156 Modified Files: ChangeLog Log Message: * tools/tcltk-man2html.tcl (option-toc): handle any kind of options defined toc section (needed for ttk docs) |
|
From: Donal K. F. <dk...@us...> - 2006-10-31 13:46:35
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6634 Modified Files: ChangeLog Log Message: Fix [Bug 1587618], eliminating the callObjc and callObjv fields from the Interp structure. |
|
From: Pat T. <pat...@us...> - 2006-10-31 14:19:57
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20728 Modified Files: ChangeLog Log Message: Fix for bug #1582769 - options conflict with VC2003. |
|
From: Pat T. <pat...@us...> - 2006-10-31 15:17:21
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12599 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Fix bug #1582769 build with VC2003 and correct i386 arch. |
|
From: miguel s. <ms...@us...> - 2006-10-31 15:23:41
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15138 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: * generic/tcl.h: * generic/tclInterp.c: * generic/tclNamesp.c: removing the flag bit TCL_EVAL_NOREWRITE, the last remnant of the callObjc/v fiasco. It is not needed, as it is now always set and checked or'ed with TCL_EVAL_INVOKE. |
|
From: Don P. <dg...@us...> - 2006-10-31 20:20:34
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9569 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: Refactored and renamed the routines * generic/tclCkalloc.c: TclObjPrintf, TclFormatObj, and * generic/tclCmdAH.c: TclFormatToErrorInfo to a new set of * generic/tclCmdIL.c: routines TclAppendPrintfToObj, * generic/tclCmdMZ.c: TclAppendFormatToObj, TclObjPrintf, and * generic/tclDictObj.c: TclObjFormat, with the intent of making * generic/tclExecute.c: the latter list, plus TclAppendLimitedToObj * generic/tclIORChan.c: and TclAppendObjToErrorInfo, public via * generic/tclIOUtil.c: a revised TIP 270. * generic/tclInt.h: * generic/tclMain.c: * generic/tclNamesp.c: * generic/tclParseExpr.c: * generic/tclPkg.c: * generic/tclProc.c: * generic/tclStringObj.c: * generic/tclTimer.c: * generic/tclUtil.c: * unix/tclUnixFCmd.c: |
|
From: Daniel A. S. <da...@us...> - 2006-10-31 22:24:39
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28938 Modified Files: ChangeLog Log Message: * unix/tclUnixPort.h: ensure MODULE_SCOPE is defined before use, so that tclPort.h can once again be included without tclInt.h. * generic/tclEnv.c (Darwin): mark _environ symbol as unexported even when MODULE_SCOPE != __private_extern__. |
|
From: Daniel A. S. <da...@us...> - 2006-10-31 22:25:09
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28975 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclEnv.c (Darwin): mark _environ symbol as unexported. |
|
From: Donal K. F. <dk...@us...> - 2006-11-02 09:42:14
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4902 Modified Files: ChangeLog Log Message: Rewrote comments in TEOVI for clarity and usefulness. Switched to using TclStackAlloc for unknown handler scratch space. |
|
From: Donal K. F. <dk...@us...> - 2006-11-02 13:54:47
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14427 Modified Files: ChangeLog Log Message: Added explanations, cleaned up whitespace. |
|
From: Donal K. F. <dk...@us...> - 2006-11-02 14:04:44
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18564 Modified Files: ChangeLog Log Message: Clean up uses of cast NULLs. |
|
From: Donal K. F. <dk...@us...> - 2006-11-02 14:37:32
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv32608 Modified Files: ChangeLog Log Message: Removed unnecessary casts and reworked some loops for more clarity. |
|
From: Don P. <dg...@us...> - 2006-11-02 15:43:56
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28694 Modified Files: ChangeLog Log Message: Reverted tclEncoding.c commits that caused crashes and failures all over the place. |
|
From: Don P. <dg...@us...> - 2006-11-02 15:58:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2602 Modified Files: ChangeLog Log Message: * generic/tclBasic.c: Further revised TclAppendPrintToObj() and * generic/tclCkalloc.c: TclObjPrintf() routines to panic when unable * generic/tclCmdAH.c: to complete their formatting operations, rather * generic/tclCmdIL.c: than report an error message. This means an * generic/tclCmdMZ.c: interp argument for error message recording is * generic/tclDictObj.c: no longer needed, further simplifying the * generic/tclExecute.c: interface for callers. * generic/tclIORChan.c: * generic/tclIOUtil.c: * generic/tclInt.h: * generic/tclMain.c: * generic/tclNamesp.c: * generic/tclParseExpr.c: * generic/tclPkg.c: * generic/tclProc.c: * generic/tclStringObj.c: * generic/tclTimer.c: * generic/tclUtil.c: * unix/tclUnixFCmd.c: |
|
From: Donal K. F. <dk...@us...> - 2006-11-02 16:33:23
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17693 Modified Files: ChangeLog Log Message: Fixed non-robustness error when opening subshell pipes when the current directory has a space in the name |
|
From: Donal K. F. <dk...@us...> - 2006-11-02 16:39:11
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19735 Modified Files: ChangeLog Log Message: Silence compiler grumbles. |
|
From: Don P. <dg...@us...> - 2006-11-02 16:57:55
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27538 Modified Files: ChangeLog Log Message: * generic/tclCmdAH.c: Further revisions to produce the routines * generic/tclInt.h: TclFormat() and TclAppendFormatToObj() that * generic/tclNamesp.c: accept (objc, objv) arguments rather than * generic/tclStringObj.c: any varargs stuff. |
|
From: Jeffrey H. <ho...@us...> - 2006-11-03 00:34:52
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28451 Modified Files: ChangeLog Log Message: * doc/ParseCmd.3, doc/Tcl.n, doc/eval.n, doc/exec.n: * doc/fconfigure.n, doc/interp.n, doc/unknown.n: * library/auto.tcl, library/init.tcl, library/package.tcl: * library/safe.tcl, library/tm.tcl, library/msgcat/msgcat.tcl: * tests/all.tcl, tests/basic.test, tests/cmdInfo.test: * tests/compile.test, tests/encoding.test, tests/execute.test: * tests/fCmd.test, tests/http.test, tests/init.test: * tests/interp.test, tests/io.test, tests/ioUtil.test: * tests/iogt.test, tests/namespace-old.test, tests/namespace.test: * tests/parse.test, tests/pkg.test, tests/pkgMkIndex.test: * tests/proc.test, tests/reg.test, tests/trace.test: * tests/upvar.test, tests/winConsole.test, tests/winFCmd.test: * tools/tclZIC.tcl: * generic/tclParse.c (Tcl_ParseCommand): Replace {expand} with {*} officially (TIP #293). Leave -DALLOW_EXPAND=0|1 option to keep {expand} syntax for transition users. [Bug 1589629] |
|
From: Daniel A. S. <da...@us...> - 2006-11-03 03:04:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv24109 Modified Files: ChangeLog Log Message: * macosx/Tcl.xcodeproj/project.pbxproj: check autoconf/autoheader exit status and stop build if they fail. |