|
From: Pat T. <pat...@us...> - 2007-11-13 16:10:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23354 Modified Files: ChangeLog Log Message: Added autoconf goo to detect availability of getaddrinfo |
|
From: miguel s. <ms...@us...> - 2007-11-13 17:13:04
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21736 Modified Files: ChangeLog Log Message: * unix/tclUnixInit.c: the TCL_NO_STACK_CHECK was being incorrectly undefined here; this should be set (or not) in the compile options, it is used elsewhere and needs to be consistent. |
|
From: Donal K. F. <dk...@us...> - 2007-11-13 20:41:12
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17886 Modified Files: ChangeLog Log Message: Clarify. |
|
From: Donal K. F. <dk...@us...> - 2007-11-13 22:43:58
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5509 Modified Files: ChangeLog Log Message: Extend [switch] compiler to handle regular expressions as long as things are not too complex. Fix [regexp] compiler so that non-trivial literal regexps get fed to INST_REGEXP. |
|
From: Donal K. F. <dk...@us...> - 2007-11-14 00:08:34
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv8832 Modified Files: ChangeLog Log Message: Comment/#ifdef out the multi-char collating element support code. We never used or supported it. [Bug 1831425] |
|
From: Jeffrey H. <ho...@us...> - 2007-11-14 00:50:46
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26818 Modified Files: ChangeLog Log Message: * generic/tclCompCmds.c (TclCompileRegexpCmd): clean up comments, only free dstring on OK from TclReToGlob. |
|
From: Jeffrey H. <ho...@us...> - 2007-11-14 00:56:39
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28906 Modified Files: ChangeLog Log Message: (TclCompileSwitchCmd): simplify TclReToGlob usage. |
|
From: Donal K. F. <dk...@us...> - 2007-11-14 11:04:56
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28442 Modified Files: ChangeLog Log Message: Eliminate multi-char collating element code completely. Simplifies the code quite a bit. If people still want the full code, it will remain on the 8.4 branch. [Bug 1831425] |
|
From: Andreas K. <and...@us...> - 2007-11-14 19:53:21
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv32157 Modified Files: ChangeLog Log Message: * tests/chanio.test: New file. This is essentially a duplicate of 'io.test', with all channel commands converted to their 'chan xxx' notation. * tests/io.test: Fixed typo in test description. |
|
From: Donal K. F. <dk...@us...> - 2007-11-14 23:05:00
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18443 Modified Files: ChangeLog Log Message: Compile [info exists] into bytecode. Includes new instructions to support it. |
|
From: Daniel A. S. <da...@us...> - 2007-11-15 03:46:55
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7941 Modified Files: ChangeLog Log Message: * macosx/Tcl.xcodeproj/project.pbxproj: add new chanio.test. * macosx/Tcl.xcode/project.pbxproj: |
|
From: Pat T. <pat...@us...> - 2007-11-15 09:21:51
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20433 Modified Files: ChangeLog Log Message: Prefer UINT_PTR to DWORD_PTR when casting pointers to integer types for greater portability (bug #1831253) |
|
From: Donal K. F. <dk...@us...> - 2007-11-15 10:57:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30976 Modified Files: ChangeLog Log Message: Let people disable use of -rpath in their linking step. [Patch 1231022] |
|
From: Donal K. F. <dk...@us...> - 2007-11-15 12:03:23
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28921 Modified Files: ChangeLog Log Message: Readability improvements |
|
From: Don P. <dg...@us...> - 2007-11-15 17:07:13
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2403 Modified Files: ChangeLog Log Message: * generic/regc_nfa.c: Corrected looping logic in fixempties() to avoid wasting time walking a list of dead states. [Bug 1832612] |
|
From: Donal K. F. <dk...@us...> - 2007-11-15 17:49:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15795 Modified Files: ChangeLog Log Message: Must pass non-NULL interp to Tcl_SetEnsemble* functions. |
|
From: Don P. <dg...@us...> - 2007-11-15 21:39:00
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18593 Modified Files: ChangeLog Log Message: * generic/regc_nfa.c: Fixed infinite loop in the regexp compiler. [Bug 1810038]. |
|
From: Don P. <dg...@us...> - 2007-11-15 22:01:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27668 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/regc_nfa.c: Fixed infinite loop in the regexp compiler * generic/regcomp.c: [Bug 1810038]. Corrected looping logic in * tests/regexp.test: fixempties() to avoid wasting time walking a list of dead states [Bug 1832612]. Convert optst() from expensive no-op to a cheap no-op. Improve newline usage in debug output. |
|
From: Don P. <dg...@us...> - 2007-11-16 07:20:48
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31197 Modified Files: Tag: core-stabilizer-branch ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2007-11-16 08:07:15
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18452 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Donal K. F. <dk...@us...> - 2007-11-16 14:11:47
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12078 Modified Files: ChangeLog Log Message: Greatly improved ensemble compiler. This one now can handle any ensemble. It is usually not enabled though; only worth it when a subcommand is actually expected to undergo bytecode compilation. |
|
From: Daniel A. S. <da...@us...> - 2007-11-17 15:12:38
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29332 Modified Files: ChangeLog Log Message: * generic/tclExecute.c (TclExecuteByteCode:INST_EXIST_*): Fix read traces not firing on non-existent array elements. [Bug 1833522] |
|
From: Daniel A. S. <da...@us...> - 2007-11-19 14:23:45
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16217 Modified Files: ChangeLog Log Message: formatting |
|
From: Kevin B K. <ke...@us...> - 2007-11-19 19:32:56
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22380 Modified Files: ChangeLog Log Message: Olson's tzdata2007i imported |
|
From: Don P. <dg...@us...> - 2007-11-19 19:39:14
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25551 Modified Files: ChangeLog Log Message: tag bump |