|
From: Kevin B K. <ke...@us...> - 2006-09-11 14:50:30
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28365 Modified Files: ChangeLog Log Message: bump msgcat version to 1.4.2 |
|
From: Andreas K. <and...@us...> - 2006-09-11 15:58:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22305 Modified Files: ChangeLog Log Message: * tests/msgcat.test: Bumped version in auxiliary files as well. * doc/msgcat.n: |
|
From: Daniel A. S. <da...@us...> - 2006-09-11 16:07:36
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26495 Modified Files: ChangeLog Log Message: * unix/tclUnixCompat.c: make compatLock static and only declare it when it will actually be used; #ifdef parts of TSD that are not always needed; adjust #ifdefs to cover all possible cases; fix whitespace. |
|
From: Daniel A. S. <da...@us...> - 2006-09-11 16:07:46
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26496 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/tclUnixCompat.c: make compatLock static and only declare it when it will actually be used; #ifdef parts of TSD that are not always needed; adjust #ifdefs to cover all possible cases; fix whitespace. |
|
From: Andreas K. <and...@us...> - 2006-09-11 16:15:13
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29538 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * tests/msgcat.test: Bumped version in auxiliary files as well. * doc/msgcat.n: |
|
From: Andreas K. <and...@us...> - 2006-09-11 19:23:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv12335 Modified Files: ChangeLog Log Message: * unix/Makefile.in (install-libraries): Fixed typo tcltest 2.3.9 -> 2.3.0. |
|
From: Pat T. <pat...@us...> - 2006-09-11 21:24:40
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv32120 Modified Files: ChangeLog Log Message: Updated to install http, tcltest and msgcat as Tcl Modules (as per Makefile.in). |
|
From: Pat T. <pat...@us...> - 2006-09-11 22:34:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30034 Modified Files: ChangeLog Log Message: Added tommath_(super)class headers to include install |
|
From: Andreas K. <and...@us...> - 2006-09-12 21:59:53
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31068 Modified Files: ChangeLog Log Message: * unix/tclUnixCompat.c (PadBuffer): Fixed bug in calculation of the increment needed to align the pointer, and added documentation explaining why the macro is implemented as it is. |
|
From: Andreas K. <and...@us...> - 2006-09-12 22:05:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv812 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/tclUnixCompat.c (PadBuffer): Fixed bug in calculation of the increment needed to align the pointer, and added documentation explaining why the macro is implemented as it is. |
|
From: Andreas K. <and...@us...> - 2006-09-12 22:51:34
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20195 Modified Files: ChangeLog Log Message: * unix/configure.in (HAVE_MTSAFE_GETHOST*): Modified to recognize HP-UX 11.00 and beyond as having mt-safe implementations of the gethost functions. * unix/configure: Regenerated, using autoconf 2.59 |
|
From: Andreas K. <and...@us...> - 2006-09-12 22:52:09
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20360 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * unix/configure.in (HAVE_MTSAFE_GETHOST*): Modified to recognize HP-UX 11.00 and beyond as having mt-safe implementations of the gethost functions. * unix/configure: Regenerated, using autoconf 2.13 |
|
From: Jeffrey H. <ho...@us...> - 2006-09-15 19:53:34
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18199 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * library/http/http.tcl: Change " " -> "+" url encoding mapping * library/http/pkgIndex.tcl: to " " -> "%20" as per RFC 3986. * tests/http.test (http-5.1): bump http to 2.5.3 for 8.4.14 |
|
From: Jeffrey H. <ho...@us...> - 2006-09-16 00:19:42
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5256 Modified Files: ChangeLog Log Message: * library/http/http.tcl: Change " " -> "+" url encoding mapping * library/http/pkgIndex.tcl: to " " -> "%20" as per RFC 3986. * tests/http.test (http-5.1): bump http to 2.5.3 |
|
From: Don P. <dg...@us...> - 2006-09-16 01:22:18
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29150 Modified Files: ChangeLog Log Message: * tests/http.test (http-5.1): bump http to 2.5.3 * unix/Makefile.in: * win/Makefile.in: |
|
From: Don P. <dg...@us...> - 2006-09-19 16:31:57
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv24656 Modified Files: ChangeLog Log Message: * generic/tclExecute.c (INST_EXPON): Native type overflow detection * tests/expr.test: was completely broken. Falling back on use of bignums for all non-trivial ** calculations until native-type-constrained special cases can be done carefully and correctly. [Bug 1561260]. |
|
From: Donal K. F. <dk...@us...> - 2006-09-19 22:07:35
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6529 Modified Files: ChangeLog Log Message: Fix nasty bug with limits, vwait's (C) traces, and interpreter restart... |
|
From: Don P. <dg...@us...> - 2006-09-20 13:37:11
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5683 Modified Files: ChangeLog Log Message: fix line endings |
|
From: Don P. <dg...@us...> - 2006-09-21 21:11:51
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30565 Modified Files: ChangeLog Log Message: * generic/tclUtil.c: Dropped ParseInteger() routine. TclParseNumber covers the task just fine. |
|
From: Andreas K. <and...@us...> - 2006-09-22 01:26:28
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1956 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tcl.decls: Implemented TIP #268, conditionally. * generic/tclBasic.c: Define TCL_TIP268 to activate the new * generic/tclDecls.h: features. * generic/tclInt.h: * generic/tclPkg.c: * generic/tclStubInit.c: * generic/tclTest.c: * library/init.tcl * library/package.tcl: * tests/pkg.test: * tests/platform.test: * tests/safe.test: * doc/PkgRequire.3: |
|
From: Donal K. F. <dk...@us...> - 2006-09-22 14:45:55
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv967 Modified Files: ChangeLog Log Message: Fix [Bug 1562528] |
|
From: Donal K. F. <dk...@us...> - 2006-09-22 14:48:56
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2289 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Fix [Bug 1562528] |
|
From: Andreas K. <and...@us...> - 2006-09-22 18:13:53
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19299 Modified Files: ChangeLog Log Message: TIP#268 IMPLEMENTATION * generic/tclDecls.h: Regenerated from tcl.decls. * generic/tclStubInit.c: * doc/PkgRequire.3: Documentation of extended API, * doc/package.n: extended testsuite. * tests/pkg.test: * generic/tcl.decls: Implementation. * generic/tclBasic.c: * generic/tclConfig.c: * generic/tclInt.h: * generic/tclPkg.c: * generic/tclTest.c: * generic/tclTomMathInterface.c: * library/init.tcl: * library/package.tcl: * library/tm.tcl: |
|
From: Andreas K. <and...@us...> - 2006-09-22 18:31:55
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26964 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclPkg.c (Tcl_PkgRequireEx): Changes handling of the return information from 'Tcl_PkgRequireProc'. Keep the interpreter result empty. Backport of fix for problem found while testing #268 under 8.5. More details in the comments. |
|
From: Andreas K. <and...@us...> - 2006-09-22 22:31:36
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30000 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclInt.h: Moved TIP#268's field 'packagePrefer' to the end of the structure, for better backward compatibility. |