|
From: Don P. <dg...@us...> - 2007-07-19 13:57:34
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15471 Modified Files: ChangeLog Log Message: * generic/tclParse.c: In contexts where interp and parsePtr->interp might be different, be sure to use the latter for error reporting. Also pulled the interp argument back out of ParseTokens() since we already had a parsePtr->interp to work with. |
|
From: Don P. <dg...@us...> - 2007-07-19 22:53:03
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9397 Modified Files: Tag: core-stabilizer-branch ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2007-07-20 04:48:21
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv24922 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Andreas K. <and...@us...> - 2007-07-20 16:49:37
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28727 Modified Files: ChangeLog Log Message: * library/platform/platform.tcl: Fixed bug in 'platform::patterns' * library/platform/pkgIndex.tcl: where identifiers not matching * unix/Makefile.in: the special linux and solaris forms would not * win/Makefile.in: get 'tcl' as an acceptable platform added to * doc/platform.n: the result. Bumped package to version 1.0.3 and * doc/platform_shell.n: updated documentation and Makefiles. Also fixed bad version info in the documentation of platform::shell. |
|
From: miguel s. <ms...@us...> - 2007-07-24 03:05:51
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23558 Modified Files: ChangeLog Log Message: * generic/tclBasic.c (TEOvI, GetCommandSource): * generic/tclExecute.c (TEBC, TclGetSrcInfoForCmd): * generic/tclInt.h: * generic/tclTrace.c (TclCheck(Interp|Execution)Traces): Removed the need for TEBC to inspect the command before calling TEOvI, leveraging the TIP 282 infrastructure. Moved the generation of a correct nul-terminated command string away from the trace code, back into TEOvI/GetCommandSource. |
|
From: miguel s. <ms...@us...> - 2007-07-24 03:11:21
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25698 Modified Files: ChangeLog Log Message: changelog completion |
|
From: miguel s. <ms...@us...> - 2007-07-24 11:40:33
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11479 Modified Files: ChangeLog Log Message: fix wrong TIP # in Changelog |
|
From: Donal K. F. <dk...@us...> - 2007-07-30 13:42:24
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3189 Modified Files: ChangeLog Log Message: Added macros to make bit chopping clearer |
|
From: Donal K. F. <dk...@us...> - 2007-07-31 08:19:49
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv8322 Modified Files: ChangeLog Log Message: Fix test failures. |
|
From: Donal K. F. <dk...@us...> - 2007-07-31 09:30:46
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5437 Modified Files: ChangeLog Log Message: Simplify the #ifdef logic. |
|
From: Donal K. F. <dk...@us...> - 2007-07-31 10:04:26
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19488 Modified Files: ChangeLog Log Message: * unix/tclUnixInit.c (TclpSetVariables): Use the thread-safe getpwuid replacement to fill the tcl_platform(user) field as it is not subject to spoofing. |
|
From: Donal K. F. <dk...@us...> - 2007-07-31 10:14:50
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23662 Modified Files: ChangeLog Log Message: Added missing bug number. ;-) |
|
From: miguel s. <ms...@us...> - 2007-07-31 14:03:27
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18883 Modified Files: ChangeLog Log Message: * unix/configure.in: allow use of 'inline' in Tcl sources * win/configure.in: [Patch 1754128] * win/makefile.vc: |
|
From: miguel s. <ms...@us...> - 2007-07-31 14:05:32
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19742 Modified Files: ChangeLog Log Message: Regen with autoconf 2.61 |
|
From: miguel s. <ms...@us...> - 2007-07-31 17:03:33
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29753 Modified Files: ChangeLog Log Message: VarReform [Patch 1750051] *** POTENTIAL INCOMPATIBILITY *** (tclInt.h and tclCompile.h) |
|
From: miguel s. <ms...@us...> - 2007-08-01 12:09:12
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11061 Modified Files: ChangeLog Log Message: * generic/tclVar.c (TclCleanupVar): fix [Bug 1765225], thx Larry Virden. |
|
From: Pat T. <pat...@us...> - 2007-08-01 13:27:55
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11321 Modified Files: ChangeLog Log Message: Abstracted the 'offsetof' to a TclOffset macro as per Tk_Offset to permit compilation with MSVC6 and anything else that may not define this macro. |
|
From: Donal K. F. <dk...@us...> - 2007-08-01 15:17:09
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23299 Modified Files: ChangeLog Log Message: Rewrote word.tcl for greater efficiency. [Bug 1764318] |
|
From: miguel s. <ms...@us...> - 2007-08-04 18:54:46
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2521 Modified Files: ChangeLog Log Message: missing Changelog entry |
|
From: Kevin B K. <ke...@us...> - 2007-08-06 17:25:56
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18490 Modified Files: ChangeLog Log Message: * generic/tclGetDate.y: Added a cast to the definition of YYFREE to silence compiler warnings. * generic/tclDate.c: Regenerated * win/tclWinTest.c: Added a cast to the call to GetSecurityDescriptorDacl to silence compiler warnings. |
|
From: Don P. <dg...@us...> - 2007-08-06 20:20:57
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27046 Modified Files: ChangeLog Log Message: * tests/parseExpr.test: Update source file name of expr parser code. * generic/tclCompExpr.c: Added a "mark" field to the OpNode struct, which is used to guide tree traversal. This field costs nothing since alignement requirements used the memory already. Rewrote ConvertTreeToTokens() to use the new field, which permitted consolidation of utility routines CopyTokens() and GenerateTokensForLiteral(). |
|
From: Daniel A. S. <da...@us...> - 2007-08-07 05:06:17
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15041 Modified Files: ChangeLog Log Message: * unix/Makefile.in: add support for compile flags specific to object files linked directly into executables. * unix/configure.in (Darwin): only use -seg1addr flag when prebinding; use -mdynamic-no-pic flag for object files linked directly into exes; support overriding TCL_PACKAGE_PATH/TCL_MODULE_PATH in environment. * unix/configure: autoconf-2.59 |
|
From: Daniel A. S. <da...@us...> - 2007-08-07 05:06:38
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15143 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/Makefile.in: add support for compile flags specific to object files linked directly into executables. * unix/configure.in (Darwin): only use -seg1addr flag when prebinding; use -mdynamic-no-pic flag for object files linked directly into exes; support overriding TCL_PACKAGE_PATH in environment. * unix/configure: autoconf-2.13 |
|
From: miguel s. <ms...@us...> - 2007-08-07 17:28:36
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27858 Modified Files: ChangeLog Log Message: * generic/tclInt.decls: Exporting via stubs to help * generic/tclInt.h: xotcl adapt to VarReform. * generic/tclIntDecls.h: * generic/tclStubInit.c: |
|
From: miguel s. <ms...@us...> - 2007-08-08 18:34:36
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25778 Modified Files: ChangeLog Log Message: * generic/tclInt.h: remove comments refering to VAR_SCALAR, as that flag bit does not exist any longer. * generic/tclProc.c (InitCompiledLocals): removed optimisation for non-resolved case, as the function is never called in that case. |