|
From: Don P. <dg...@us...> - 2007-10-30 19:03:58
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3732 Modified Files: ChangeLog Log Message: * generic/tcl.h: Bump version number to 8.5b2.1 to distinguish * library/init.tcl: CVS development snapshots from the 8.5b2 * unix/configure.in: release. * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure: |
|
From: Donal K. F. <dk...@us...> - 2007-11-01 10:08:36
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21475 Modified Files: ChangeLog Log Message: Clarified [file nativename] usage. [Bug 1185154] |
|
From: Donal K. F. <dk...@us...> - 2007-11-01 11:11:41
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15615 Modified Files: ChangeLog Log Message: \u0000 is ASCII! [Bug 1808258] |
|
From: Donal K. F. <dk...@us...> - 2007-11-01 13:43:14
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13741 Modified Files: ChangeLog Log Message: change 'reflectedchan' to 'refchan' for reduced confusion. |
|
From: Donal K. F. <dk...@us...> - 2007-11-01 15:48:25
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9845 Modified Files: ChangeLog Log Message: Clarified documentation of RE flags. [Bug 1167840] |
|
From: Don P. <dg...@us...> - 2007-11-01 16:25:39
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28553 Modified Files: Tag: core-stabilizer-branch ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2007-11-01 16:55:47
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11136 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Donal K. F. <dk...@us...> - 2007-11-01 22:33:17
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9228 Modified Files: ChangeLog Log Message: Convert .DS/.DE sequences to tables, as that's now what they're used for. |
|
From: Don P. <dg...@us...> - 2007-11-02 13:04:48
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21095 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2007-11-02 14:49:12
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3378 Modified Files: Tag: core-stabilizer-branch ChangeLog Log Message: merge updates from HEAD |
|
From: miguel s. <ms...@us...> - 2007-11-03 01:47:10
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3970 Modified Files: ChangeLog Log Message: * generic/tclTest.c (TestSetCmd2): * generic/tclVar.c (TclObjLookupVarEx): * tests/set.test (set-5.1): fix error branch when array name looks like array element (code not normally exercised). x |
|
From: Don P. <dg...@us...> - 2007-11-05 14:33:03
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27277 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2007-11-05 14:42:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21733 Modified Files: Tag: core-stabilizer-branch ChangeLog Log Message: merge updates from HEAD |
|
From: Andreas K. <and...@us...> - 2007-11-05 19:37:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31713 Modified Files: ChangeLog Log Message: * unix/tclUnixChan.c (TtyGetOptionProc): Accepted [SF Tcl Patch 1823576] provided by Stuart Cassof <st...@us...>. The patch adds the necessary utf/external conversions to the handling of the arguments of option -xchar which will allow the use of \0 and similar characters. |
|
From: Andreas K. <and...@us...> - 2007-11-05 19:58:45
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9185 Modified Files: ChangeLog Log Message: * generic/tclConfig.c (Tcl_RegisterConfig): Modified to use iso8859-1 as a fallback if the user supplied encoding was not found. That way we do not crash. It is unclear however if this is a sane fallback given that the encoding is likely wrong and producing bogus strings. See [SF Tcl Bug 983509] for more discussion. |
|
From: Andreas K. <and...@us...> - 2007-11-05 21:26:39
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17181 Modified Files: ChangeLog Log Message: * generic/tclConfig.c (Tcl_RegisterConfig): Modified to not extend the config database if the encoding provided by the user is not found (venc == NULL). Scripts expecting the data will error out, however we neither crash nor provide bogus information. See [SF Tcl Bug 983509] for more discussion. |
|
From: miguel s. <ms...@us...> - 2007-11-06 15:23:12
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13972 Modified Files: ChangeLog Log Message: * generic/tclEncoding.c: Version of the embedded iso8859-1 encoding handler that is faster (functions to do the encoding know exactly what they're doing instead of pulling it from a table, though the table itself has to be retained for use by shift encodings that depend on iso8859-1.) [Patch 1826906], committing for dkf. |
|
From: Jeffrey H. <ho...@us...> - 2007-11-07 19:18:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv8552 Modified Files: ChangeLog Log Message: * generic/tclIO.c (TclGetsObjBinary): add an efficient binary path for [gets]. |
|
From: Jeffrey H. <ho...@us...> - 2007-11-07 23:52:16
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27336 Modified Files: ChangeLog Log Message: (DoWriteChars): special case for 1-byte channel write. |
|
From: Jeffrey H. <ho...@us...> - 2007-11-08 00:50:28
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19679 Modified Files: ChangeLog Log Message: * generic/tclStubInit.c: * generic/tclInt.decls, generic/tclIntDecls.h: added TclByteArrayMatch * generic/tclUtil.c (TclByteArrayMatch): for efficient glob * generic/tclExecute.c (TclExecuteByteCode): matching of ByteArray Tcl_Objs, used in INST_STR_MATCH. [Bug 1827996] |
|
From: Daniel A. S. <da...@us...> - 2007-11-08 15:02:51
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19119 Modified Files: ChangeLog Log Message: formatting |
|
From: Jeffrey H. <ho...@us...> - 2007-11-09 18:50:51
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26369 Modified Files: ChangeLog Log Message: * generic/tclBinary.c (Tcl_GetByteArrayFromObj): check type before func jump |
|
From: Jeffrey H. <ho...@us...> - 2007-11-09 18:55:10
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28097 Modified Files: ChangeLog Log Message: * generic/tclInt.decls, generic/tclIntDecls.h: Use unsigned char for * generic/tclExecute.c, generic/tclUtil.c: TclByteArrayMatch and don't allow a nocase option. [Bug 1828296] For INST_STR_MATCH, ignore pattern type for TclByteArrayMatch case. |
|
From: miguel s. <ms...@us...> - 2007-11-09 21:35:13
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30196 Modified Files: ChangeLog Log Message: * generic/tclAsync.c: * generic/tclBasic.c: * generic/tclExecute.c: * generic/tclInt.h: * generic/tclUnixInit.c: * generic/tclUnixPort.h: new fields in interp (ekeko!) to cache TSD data that is accessed at each command invocation, access macros to replace Tcl_AsyncReady and TclpCheckStackSpace by much faster variants [Patch 1829248] |
|
From: miguel s. <ms...@us...> - 2007-11-10 01:33:56
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6663 Modified Files: ChangeLog Log Message: * generic/tclResult.c (ResetObjResult): new shortcut. |