|
From: Donal K. F. <dk...@us...> - 2008-12-11 16:50:56
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv15378 Modified Files: ChangeLog Log Message: Document the zlib command. Not yet complete! |
|
From: Donal K. F. <dk...@us...> - 2008-12-11 16:57:17
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv15561 Modified Files: ChangeLog Log Message: Factor out the code to turn zlib errors into Tcl errors. |
|
From: Andreas K. <and...@us...> - 2008-12-11 17:27:43
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17336 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: * generic/tclIO.c (SetChannelFromAny and related): Modified the * tests/io.test: internal representation of the tclChannelType to contain not only the ChannelState pointer, but also a reference to the interpreter it was made in. Invalidate and recompute the internal representation when it is used in a different interpreter (Like cmdName intrep's). Added testcase. [Bug 2407783]. |
|
From: Andreas K. <and...@us...> - 2008-12-11 17:30:24
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17502 Modified Files: ChangeLog Log Message: * generic/tclIO.c (SetChannelFromAny and related): Modified the * tests/io.test: internal representation of the tclChannelType to contain not only the ChannelState pointer, but also a reference to the interpreter it was made in. Invalidate and recompute the internal representation when it is used in a different interpreter (Like cmdName intrep's). Added testcase. [Bug 2407783]. |
|
From: Jan N. <nij...@us...> - 2008-12-11 22:30:37
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4385 Modified Files: ChangeLog Log Message: Eliminate warning: different 'const' qualifiers with msvc compiler. A few more 'const' optimizations. fix Windows build (msvc) for TIP #234 implementation |
|
From: Don P. <dg...@us...> - 2008-12-12 02:41:45
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28685 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Kevin B K. <ke...@us...> - 2008-12-12 04:38:23
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1910 Modified Files: ChangeLog Log Message: TIP #322 IMPLEMENTATION * doc/NRE.3 (new file): Added documentation of the published API for Non-Recursive Evaluation (NRE). |
|
From: Donal K. F. <dk...@us...> - 2008-12-12 11:59:27
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27199 Modified Files: ChangeLog Log Message: Fix [Bug 2419061] |
|
From: Don P. <dg...@us...> - 2008-12-12 14:48:02
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv10181 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Donal K. F. <dk...@us...> - 2008-12-12 15:06:14
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13526 Modified Files: ChangeLog Log Message: Let code extract gzip headers |
|
From: Alexandre F. <fer...@us...> - 2008-12-12 16:07:23
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18855 Modified Files: ChangeLog Log Message: Fix missing CLOEXEC on internal pipes [2417695] and [chan pipe] fds. |
|
From: Donal K. F. <dk...@us...> - 2008-12-12 16:18:19
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19301 Modified Files: ChangeLog Log Message: Make a bad zlib install less fatal to rest of Tcl for now. |
|
From: Jan N. <nij...@us...> - 2008-12-12 17:42:57
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23814 Modified Files: ChangeLog Log Message: Document new DST fallback rules. Fix time change in Eastern Europe (not 3:00 but 4:00 local time) [Bug 2207436] |
|
From: Jan N. <nij...@us...> - 2008-12-12 17:46:19
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24107 Modified Files: Tag: core-8-5-branch ChangeLog Log Message: Fix time change in Eastern Europe (not 3:00 but 4:00 local time) [Bug 2207436] |
|
From: Jan N. <nij...@us...> - 2008-12-12 22:16:45
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9275 Modified Files: ChangeLog Log Message: change PATH_MAX to MAXPATHLEN (msvc doesn't have PATH_MAX) |
|
From: Donal K. F. <dk...@us...> - 2008-12-13 09:19:13
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19067 Modified Files: ChangeLog Log Message: Many improvements to docs |
|
From: Donal K. F. <dk...@us...> - 2008-12-13 09:29:34
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19564 Modified Files: ChangeLog Log Message: Added missing bug numbe |
|
From: Donal K. F. <dk...@us...> - 2008-12-13 17:36:39
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16469 Modified Files: ChangeLog Log Message: Improve docs, start working towards implementing [zlib push] |
|
From: Don P. <dg...@us...> - 2008-12-13 19:29:53
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27668 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Donal K. F. <dk...@us...> - 2008-12-14 13:32:21
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12798 Modified Files: ChangeLog Log Message: Improve build rules on Win w.r.t. zlib Improve autoconf magic on Unix and Win |
|
From: Donal K. F. <dk...@us...> - 2008-12-14 13:42:32
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13391 Modified Files: ChangeLog Log Message: tidy up |
|
From: Donal K. F. <dk...@us...> - 2008-12-14 13:51:33
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13779 Modified Files: ChangeLog Log Message: Added constraints |
|
From: Don P. <dg...@us...> - 2008-12-14 19:03:56
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv955 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2008-12-15 15:48:36
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31462 Modified Files: ChangeLog Log Message: TIP #338 IMPLEMENTATION * doc/AppInit.c: Made routines Tcl_SetStartupScript and * doc/Tcl_Main.3: Tcl_GetStartupScript public. Removed all * generic/tcl.h: internal stub access to Tcl*Startup* routines, * generic/tclInt.decls: and removed their implementations. Their * generic/tclMain.c: function can now be completely performed with the new public interface. *** POTENTIAL INCOMPATIBILITY for callers of the internal Tcl*Startup* routines. *** * generic/tclIntDecls.h: make genstubs * generic/tclStubInit.c: |
|
From: Alexandre F. <fer...@us...> - 2008-12-15 17:11:36
|
Update of /cvsroot/tcl/tcl In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6409 Modified Files: ChangeLog Log Message: Fix [Bug 2380293]. Redefine non-strict decoding to ignore only whitespace. |