From: miguel s. <ms...@us...> - 2010-09-28 15:23:01
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv1856 Modified Files: ChangeLog Log Message: reverting faulty commit |
From: Kevin B K. <ke...@us...> - 2010-09-28 15:43:08
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv7010 Modified Files: Tag: dogeen-assembler-branch ChangeLog Log Message: merge |
From: Don P. <dg...@us...> - 2010-09-28 17:30:21
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv5057 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge |
From: Kevin B K. <ke...@us...> - 2010-09-29 03:10:38
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv26062 Modified Files: Tag: dogeen-assembler-branch ChangeLog Log Message: * tests/assemble.test: Completed conversion of tests to a * generic/tclAssemble.c: "white box" structure that follows the C code. Added missing safety checks on the operands of 'over' and 'reverse' so that negative operand counts don't smash the stack. |
From: Jan N. <nij...@us...> - 2010-09-29 19:19:23
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv18408 Modified Files: ChangeLog Log Message: re-generate configure with autoconf-2.59 |
From: Jan N. <nij...@us...> - 2010-09-29 20:04:16
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv28213 Modified Files: ChangeLog Log Message: tclMain.c: make compilable with -DUNICODE as well |
From: Kevin B K. <ke...@us...> - 2010-09-30 02:42:04
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv25444 Modified Files: Tag: dogeen-assembler-branch ChangeLog Log Message: * tests/assemble.test: Added tryCvtToNumeric and several more list * generic/tclAssemble.c: operations. |
From: Kevin B K. <ke...@us...> - 2010-09-30 02:42:55
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv25723 Modified Files: Tag: dogeen-assembler-branch ChangeLog Log Message: * tests/assemble.test: Added tryCvtToNumeric and several more list * generic/tclAssemble.c: operations. * generic/tclAssemble.h: |
From: Kevin B K. <ke...@us...> - 2010-09-30 02:48:12
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv26773 Modified Files: Tag: dogeen-assembler-branch ChangeLog Log Message: Merge |
From: Don P. <dg...@us...> - 2010-09-30 11:38:36
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv23841 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge |
From: Donal K. F. <dk...@us...> - 2010-10-01 12:52:56
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv16360 Modified Files: ChangeLog Log Message: * generic/tclBasic.c, generic/tclClock.c, generic/tclEncoding.c, * generic/tclEnv.c, generic/tclLoad.c, generic/tclNamesp.c, * generic/tclObj.c, generic/tclRegexp.c, generic/tclResolve.c, * generic/tclResult.c, generic/tclUtil.c, macosx/tclMacOSXFCmd.c: More purging of strcpy() from locations where we already know the length of the data being copied. |
From: Don P. <dg...@us...> - 2010-10-01 13:15:00
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv19701 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge |
From: Kevin B K. <ke...@us...> - 2010-10-01 13:20:52
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv20709 Modified Files: Tag: dogeen-assembler-branch ChangeLog Log Message: Added listIn, listNotIn, and dictGet. |
From: Kevin B K. <ke...@us...> - 2010-10-01 13:34:16
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv22703 Modified Files: Tag: dogeen-assembler-branch ChangeLog Log Message: merge |
From: Jeffrey H. <ho...@us...> - 2010-10-02 00:23:52
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv25415 Modified Files: ChangeLog Log Message: * generic/tclExecute.c (EvalStatsCmd): change 'evalstats' to return data to interp by default, or if given an arg, use that as filename to output to (accepts 'stdout' and 'stderr'). Fix output to print used inst count data. * generic/tclCkalloc.c: change TclDumpMemoryInfo sig to allow * generic/tclInt.decls: objPtr as well as FILE* as output. * generic/tclIntDecls.h: |
From: Jeffrey H. <ho...@us...> - 2010-10-02 00:29:49
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv26221 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclExecute.c (EvalStatsCmd): change 'evalstats' to return data to interp by default, or if given an arg, use that as filename to output to (accepts 'stdout' and 'stderr'). Fix output to print used inst count data. * generic/tclCkalloc.c: change TclDumpMemoryInfo sig to allow * generic/tclInt.decls: objPtr as well as FILE* as output. * generic/tclIntDecls.h: |
From: Kevin B K. <ke...@us...> - 2010-10-02 01:38:34
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv4811 Modified Files: Tag: dogeen-assembler-branch ChangeLog Log Message: merge |
From: Donal K. F. <dk...@us...> - 2010-10-02 12:38:37
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv32484 Modified Files: ChangeLog Log Message: * generic/tclExecute.c (TEBCresume): [Bug 3079830]: Added invalidation of string representations of dictionaries in some cases. |
From: Kevin B K. <ke...@us...> - 2010-10-02 16:04:36
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv18764 Modified Files: Tag: dogeen-assembler-branch ChangeLog Log Message: * generic/tclAssembly.c: * generic/tclAssembly.h: * tests/assemble.test: Added dictAppend, dictIncrImm, dictLappend, dictSet, dictUnset, nsupvar, upvar, and variable. (Still need tests for the last three.) Merged changes from HEAD. |
From: Kevin B K. <ke...@us...> - 2010-10-02 16:22:31
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv22864 Modified Files: Tag: dogeen-assembler-branch ChangeLog Log Message: added missing tests: nsupvar, variable, upvar |
From: Kevin B K. <ke...@us...> - 2010-10-02 16:51:47
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv29942 Modified Files: Tag: dogeen-assembler-branch ChangeLog Log Message: nop and regexp |
From: Don P. <dg...@us...> - 2010-10-04 13:04:54
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv18989 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge |
From: Kevin B K. <ke...@us...> - 2010-10-06 16:47:58
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv11596 Modified Files: Tag: dogeen-assembler-branch ChangeLog Log Message: Added catches. Still needs a lot of testing. |
From: Don P. <dg...@us...> - 2010-10-06 18:38:51
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv10588 Modified Files: ChangeLog Log Message: * generic/tclCompile.c: Prevent writing to the intrep fields of a * tests/subst.test: freed Tcl_Obj. [Bug 3081065] |
From: Don P. <dg...@us...> - 2010-10-06 20:21:47
|
Update of /cvsroot/tcl/tcl In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv478 Modified Files: ChangeLog Log Message: * tests/winPipe.test: Test hygiene with makeFile and removeFile. |