From: Don P. <dg...@us...> - 2005-05-24 19:13:53
|
Update of /cvsroot/tcl/tcl/library In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28210/library Modified Files: init.tcl Log Message: * library/init.tcl: Updated [unknown] to be sure the [return] * tests/init.test: options from an auto-loaded command are seen correctly by the caller. |
From: Don P. <dg...@us...> - 2005-05-25 15:01:56
|
Update of /cvsroot/tcl/tcl/library In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28553/library Modified Files: Tag: dgp-refactor init.tcl Log Message: merge updates from HEAD |
From: Donal K. F. <dk...@us...> - 2005-06-06 23:45:54
|
Update of /cvsroot/tcl/tcl/library In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4981/library Modified Files: init.tcl Log Message: TIP#208 implementation It's crude (especially in the tests and docs department) and incomplete (no truncation on non-POSIX platforms). |
From: Don P. <dg...@us...> - 2005-07-27 16:24:24
|
Update of /cvsroot/tcl/tcl/library In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3919/library Modified Files: init.tcl Log Message: * library/init.tcl ([unknown]): Corrected return code handling in the portions of [unknown] that expand incomplete commands during interactive operations. [Bug 1214462]. |
From: Don P. <dg...@us...> - 2005-08-02 16:38:55
|
Update of /cvsroot/tcl/tcl/library In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12634/library Modified Files: Tag: dgp-refactor init.tcl Log Message: merge updates from HEAD |
From: Andreas K. <and...@us...> - 2005-08-24 17:56:30
|
Update of /cvsroot/tcl/tcl/library In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31313/library Modified Files: init.tcl Log Message: TIP#219 IMPLEMENTATION * doc/SetChanErr.3: ** New File **. Documentation of the new channel API functions. * generic/tcl.decls: Stub declarations of the new channel API. * generic/tclDecls.h: Regenerated * generic/tclStubInit.c: * tclIORChan.c: ** New File **. Implementation of the reflected channel. * generic/tclInt.h: Integration of reflected channel and new error * generic/tclIO.c: propagation into the generic I/O core. * generic/tclIOCmd.c: * generic/tclIO.h: * library/init.tcl: * tests/io.test: Extended testsuite. * tests/ioCmd.test: * tests/chan.test: * generic/tclTest.c: * generic/tclThreadTest.c: * unix/Makefile.in: Integration into the build machinery. * win/Makefile.in: * win/Makefile.vc: |
From: Don P. <dg...@us...> - 2005-08-25 15:46:40
|
Update of /cvsroot/tcl/tcl/library In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12683/library Modified Files: Tag: kennykb-numerics-branch init.tcl Log Message: [kennykb-numerics-branch] Merge updates from HEAD * generic/tclExecute.c: Bug fix. INST_*SHIFT* opcodes stack management. [expr 0<<6] should be 0, not 6. |
From: Don P. <dg...@us...> - 2005-09-14 17:13:27
|
Update of /cvsroot/tcl/tcl/library In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11814/library Modified Files: init.tcl Log Message: * generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed to support "*" fields and needed to interpret precision limits on %s conversions as a number of bytes, not Tcl_UniChars, to take from the (char *) argument. * generic/tclBasic.c: Updated several callers to use * generic/tclCmdMZ.c: TclFormatToErrorInfo(). * generic/tclIOUtil.c: * library/init.tcl: Keep [unknown] in sync with errorInfo formatting rules. |
From: Don P. <dg...@us...> - 2005-09-15 20:30:16
|
Update of /cvsroot/tcl/tcl/library In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7573/library Modified Files: Tag: dgp-refactor init.tcl Log Message: merge updates from HEAD |
From: Don P. <dg...@us...> - 2005-09-15 20:58:49
|
Update of /cvsroot/tcl/tcl/library In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13204/library Modified Files: Tag: kennykb-numerics-branch init.tcl Log Message: merge updates from HEAD |
From: Jeffrey H. <ho...@us...> - 2005-09-29 23:16:35
|
Update of /cvsroot/tcl/tcl/library In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16668/library Modified Files: init.tcl Log Message: implementation for TIP #255, expr min/max |
From: Jeffrey H. <ho...@us...> - 2005-09-30 01:05:25
|
Update of /cvsroot/tcl/tcl/library In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5746/library Modified Files: init.tcl Log Message: init value to (-)Inf for min/max expr functions to simplify code |
From: Jeffrey H. <ho...@us...> - 2005-10-01 07:09:04
|
Update of /cvsroot/tcl/tcl/library In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4328/library Modified Files: init.tcl Log Message: fix comment typo |
From: Don P. <dg...@us...> - 2005-10-08 13:44:44
|
Update of /cvsroot/tcl/tcl/library In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26421/library Modified Files: Tag: kennykb-numerics-branch init.tcl Log Message: merge updates from HEAD |
From: Don P. <dg...@us...> - 2005-10-18 20:47:10
|
Update of /cvsroot/tcl/tcl/library In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25278/library Modified Files: Tag: dgp-refactor init.tcl Log Message: merge updates from HEAD |
From: Don P. <dg...@us...> - 2006-02-08 21:41:33
|
Update of /cvsroot/tcl/tcl/library In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29819/library Modified Files: init.tcl Log Message: TIP#258 IMPLEMENTATION * doc/Encoding.3: New subcommand [encoding dirs]. * doc/encoding.n: New routine Tcl_GetEncodingNameFromEnvironment. * generic/tcl.decls: Made public: * generic/tclBasic.c: TclGetEncodingFromObj * generic/tclCmdAH.c: -> Tcl_GetEncodingFromObj * generic/tclEncoding.c:TclGetEncodingSearchPath * generic/tclInt.decls: -> Tcl_GetEncodingSearchPath * generic/tclInt.h: TclSetEncodingSearchPath * generic/tclTest.c: -> Tcl_SetEncodingSearchPath * library/init.tcl: Removed commands: * tests/cmdAH.test: [tcl::unsupported::EncodingDirs] * tests/encoding.test: [testencoding path] (Tcltest) * unix/tclUnixInit.c: [Patch 1413934]. * win/tclWinInit.c: * generic/tclDecls.h: make genstubs * generic/tclIntDecls.h: * generic/tclStubInit.c: |
From: Don P. <dg...@us...> - 2006-02-09 22:41:39
|
Update of /cvsroot/tcl/tcl/library In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22386/library Modified Files: Tag: dgp-refactor init.tcl Log Message: Merge udpates from HEAD |
From: Don P. <dg...@us...> - 2006-10-23 20:26:16
|
Update of /cvsroot/tcl/tcl/library In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6956/library Modified Files: init.tcl Log Message: * README: Bump version number to 8.5a6 * generic/tcl.h: * library init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README.binary: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: |
From: Donal K. F. <dk...@us...> - 2006-11-20 14:28:03
|
Update of /cvsroot/tcl/tcl/library In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6888/library Modified Files: init.tcl Log Message: Make the guts of [chan] more robust. |
From: Don P. <dg...@us...> - 2006-12-01 15:55:45
|
Update of /cvsroot/tcl/tcl/library In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv24142/library Modified Files: init.tcl Log Message: TIP#287 IMPLEMENTATION * doc/chan.n: New subcommand [chan pending]. * generic/tclBasic.c: Thanks to Michael Cleverly for proposal * generic/tclInt.h: and implementation. * generic/tclIOCmd.c: * library/init.tcl: * tests/chan.test: * tests/ioCmd.test: |
From: Don P. <dg...@us...> - 2007-05-18 18:39:28
|
Update of /cvsroot/tcl/tcl/library In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15340/library Modified Files: init.tcl Log Message: * unix/configure: autoconf-2.59 (FC6 fork) * win/configure: * README: Bump version number to 8.5a7 * generic/tcl.h: * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * generic/tclParse.c: Disable and remove the ALLOW_EXPAND sections * tests/info.test: that continued to support the deprecated * tests/mathop.test: {expand} syntax. Updated the few remaining users of that syntax in the test suite. |
From: Don P. <dg...@us...> - 2007-05-22 20:34:26
|
Update of /cvsroot/tcl/tcl/library In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25126/library Modified Files: Tag: core-stabilizer-branch init.tcl Log Message: [core-stabilizer-branch] * unix/configure: autoconf-2.59 (FC6 fork) * win/configure: * README: Bump version number to 8.5b1 * generic/tcl.h: * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: |
From: Don P. <dg...@us...> - 2007-05-29 14:21:21
|
Update of /cvsroot/tcl/tcl/library In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25577/library Modified Files: Tag: dgp-refactor init.tcl Log Message: merge updates from HEAD |
From: Don P. <dg...@us...> - 2007-07-05 18:03:02
|
Update of /cvsroot/tcl/tcl/library In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2834/library Modified Files: init.tcl Log Message: * library/init.tcl (unknown): Corrected inconsistent error message in interactive [unknown] when empty command is invoked. [Bug 1743676] |
From: Don P. <dg...@us...> - 2007-07-05 18:03:43
|
Update of /cvsroot/tcl/tcl/library In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2866/library Modified Files: Tag: core-8-4-branch init.tcl Log Message: * library/init.tcl (unknown): Corrected inconsistent error message in interactive [unknown] when empty command is invoked. [Bug 1743676] |