|
From: Kevin B K. <ke...@us...> - 2005-04-25 20:00:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16742 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: Revised documentation for TIP 232 |
|
From: Kevin B K. <ke...@us...> - 2005-04-25 20:16:16
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26682 Modified Files: ChangeLog Log Message: Olson's tzdata2005i |
|
From: Kevin B K. <ke...@us...> - 2005-04-25 21:37:25
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5605 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: Merged with HEAD. |
|
From: Daniel A. S. <da...@us...> - 2005-04-26 00:46:27
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14482 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * compat/string.h: fixed memchr() protoype for __APPLE__ so that we build on Mac OS X 10.1 again. * generic/tclNotify.c (TclFinalizeNotifier): fixed notifier not being finalized in unthreaded core (was testing for notifier initialization in current thread by checking thread id != 0 but thread id is always 0 in untreaded core). * unix/tclUnixNotfy.c (Tcl_WaitForEvent): sync with HEAD: only declare and use timeout var in unthreaded core. * unix/Makefile.in: added @PLAT_SRCS@ to SRCS and split out NOTIFY_SRCS from UNIX_SRCS for parity with UNIX_OBJS & NOTIFY_OBJS. * unix/configure.in: only run check for broken strstr implementation if AC_REPLACE_FUNCS(strstr) hasn't already determined that strstr is unavailable, otherwise compat/strstr.o will be used twice (resulting in duplicate symbol link errors on Mac OS X 10.1) * unix/tcl.m4 (Darwin): added configure checks for recently added linker flags -single_module and -search_paths_first to allow building with older tools (and on Mac OS X 10.1), use -single_module in SHLIB_LD and not just T{CL,K}_SHLIB_LD_EXTRAS, added unexporting from Tk of symbols from libtclstub to avoid duplicate symbol warnings, added PLAT_SRCS definition for Mac OS X. (SC_MISSING_POSIX_HEADERS): added caching of dirent.h check. (SC_TCL_64BIT_FLAGS): fixed 'checking for off64_t' message output. * unix/configure: autoconf-2.13 |
|
From: Daniel A. S. <da...@us...> - 2005-04-26 00:45:24
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13817 Modified Files: ChangeLog Log Message: * compat/string.h: fixed memchr() protoype for __APPLE__ so that we build on Mac OS X 10.1 again. * generic/tclNotify.c (TclFinalizeNotifier): fixed notifier not being finalized in unthreaded core (was testing for notifier initialization in current thread by checking thread id != 0 but thread id is always 0 in untreaded core). * win/tclWinNotify.c (Tcl_WaitForEvent): * unix/tclUnixNotfy.c (Tcl_WaitForEvent): don't call ScaleTimeProc for zero wait times (as specified in TIP 233). * unix/Makefile.in: added @PLAT_SRCS@ to SRCS and split out NOTIFY_SRCS from UNIX_SRCS for parity with UNIX_OBJS & NOTIFY_OBJS. * unix/tcl.m4 (Darwin): added configure checks for recently added linker flags -single_module and -search_paths_first to allow building with older tools (and on Mac OS X 10.1), use -single_module in SHLIB_LD and not just T{CL,K}_SHLIB_LD_EXTRAS, added unexporting from Tk of symbols from libtclstub to avoid duplicate symbol warnings, added PLAT_SRCS definition for Mac OS X, defined MODULE_SCOPE to __private_extern__. (SC_MISSING_POSIX_HEADERS): added caching of dirent.h check. * unix/configure: autoconf-2.59 |
|
From: Kevin B K. <ke...@us...> - 2005-04-26 16:33:09
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24290 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: Restored silent overflow/underflow to input conversions |
|
From: Kevin B K. <ke...@us...> - 2005-04-26 16:54:48
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2124 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: correct uninit mem ref in Tcl_GetDoubleFromObj |
|
From: Kevin B K. <ke...@us...> - 2005-04-26 17:09:54
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9116 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: Corrected NaN handling in [binary format] |
|
From: Kevin B K. <ke...@us...> - 2005-04-26 20:54:08
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3545 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: corrected an EDOM handling input overflow on Solaris |
|
From: Don P. <dg...@us...> - 2005-04-27 18:48:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12083 Modified Files: ChangeLog Log Message: TIP#183 IMPLEMENTATION [Patch 577093] * generic/tclIOUtil.c (TclGetOpenModeEx): New routine. * generic/tclInt.h: * generic/tclIO.c (Tcl_OpenObjCmd): Support for "b" and * doc/open.n: "BINARY" in "access" argument to [open]. * tests/ioCmd.test: |
|
From: Don P. <dg...@us...> - 2005-04-27 21:07:58
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26222 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * tests/unixInit.test (7.1): Alternative fix for the 2005-04-22 commit. |
|
From: Don P. <dg...@us...> - 2005-04-28 05:32:08
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2293 Modified Files: ChangeLog Log Message: * library/init.tcl: Corrected flaw in interactive command * tests/main.test: auto-completion. [Bug 1191409]. |
|
From: Don P. <dg...@us...> - 2005-04-28 05:34:46
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3953 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * library/init.tcl: Corrected flaw in interactive command * tests/main.test: auto-completion. [Bug 1191409]. |
|
From: Don P. <dg...@us...> - 2005-04-28 14:24:48
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31135 Modified Files: ChangeLog Log Message: * tests/unixInit.test (7.1): Alternative fix for the 2004-11-11 commit. |
|
From: Donal K. F. <dk...@us...> - 2005-04-29 14:09:43
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29843 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: Backported doc fix |
|
From: Don P. <dg...@us...> - 2005-04-29 20:49:49
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27752 Modified Files: ChangeLog Log Message: TIP#176 IMPLEMENTATION [Patch 1165695] * generic/tclUtil.c: Extended TclGetIntForIndex to recognize index formats including end+integer and integer+/-integer. * generic/tclCmdMZ.c: Extended the -start switch of [regexp] and [regsub] to accept all index formats known by TclGetIntForIndex. * doc/lindex.n: Updated docs to note new index formats. * doc/linsert.n: * doc/lrange.n: * doc/lreplace.n: * doc/lsearch.n: * doc/lset.n: * doc/lsort.n: * doc/regexp.n: * doc/regsub.n: * doc/string.n: * tests/cmdIL.test: Updated tests. * tests/compile.test: * tests/lindex.test: * tests/linsert.test: * tests/lrange.test: * tests/lreplace.test: * tests/lsearch.test: * tests/lset.test: * tests/regexp.test: * tests/regexpComp.test: * tests/string.test: * tests/stringComp.test: * tests/util.test: |
|
From: Donal K. F. <dk...@us...> - 2005-04-29 21:47:52
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27648 Modified Files: ChangeLog Log Message: Whitespace/formatting fixes |
|
From: Daniel A. S. <da...@us...> - 2005-04-30 11:47:31
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3187 Modified Files: ChangeLog Log Message: * unix/tclUnixNotfy.c: applied dkf's tkMacOSXNotify.c cleanup changes. |
|
From: Don P. <dg...@us...> - 2005-05-02 21:46:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20661 Modified Files: ChangeLog Log Message: * generic/tcl.decls: * generic/tclBasic.c: Simplified implementation of Tcl_ExprString. * tests/expr-old.test: * generic/tclDecls.h: `make gentstubs` |
|
From: Don P. <dg...@us...> - 2005-05-03 18:07:47
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7113 Modified Files: ChangeLog Log Message: * doc/DString.3: Eliminated use of identifier "string" in Tcl's * doc/Environment.3: public C API to avoid conflict/confusion with * doc/Eval.3: the std::string of C++. * doc/ExprLong.3, doc/ExprLongObj.3, doc/GetInt.3, doc/GetOpnFl.3: * doc/ParseCmd.3, doc/RegExp.3, doc/SetResult.3, doc/StrMatch.3: * doc/Utf.3, generic/tcl.decls, generic/tclBasic.c, generic/tclEnv.c: * generic/tclGet.c, generic/tclParse.c, generic/tclParseExpr.c: * generic/tclRegexp.c, generic/tclResult.c, generic/tclUtf.c: * generic/tclUtil.c, unix/tclUnixChan.c: * generic/tclDecls.h: `make genstubs` |
|
From: Don P. <dg...@us...> - 2005-05-04 17:35:29
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26458 Modified Files: Tag: dgp-refactor ChangeLog Log Message: merge updates from HEAD |
|
From: Don P. <dg...@us...> - 2005-05-05 15:32:26
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23500 Modified Files: ChangeLog Log Message: * generic/tclCompCmds.c: Replaced all instance of * generic/tclCompile.c: TCL_OUT_LINE_COMPILE with TCL_ERROR. * generic/tclInt.h: Now that we've eradicated the mistaken * tests/appendComp.test: notion of a "compile-time error", we can use the TCL_ERROR return code to signal any failure to produce bytecode. |
|
From: Don P. <dg...@us...> - 2005-05-05 17:21:09
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19601 Modified Files: ChangeLog Log Message: * generic/tclCompCmds.c: Factored common efficiency trick into a macro named CompileWord. |
|
From: Kevin B K. <ke...@us...> - 2005-05-05 17:53:09
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28395 Modified Files: ChangeLog Log Message: Corrected a compilation error in the --enable-threads configuration |
|
From: Kevin B K. <ke...@us...> - 2005-05-05 18:16:29
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28709 Modified Files: Tag: kennykb-numerics-branch ChangeLog Log Message: Merged with HEAD |