| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
better detect the toolchain that needs extra work for proper underflow
treatment instead of merely detecting the mips platform. [Bug 2902010].
|
|
|
|
| |
* generic/tclInt.h: [Patch 2910056]
|
| |
|
| |
|
|
|
|
| |
* generic/tclExecute.c: and coroutine code.
|
| |
|
|
|
|
|
|
|
|
| |
* generic/tclNamesp.c: properly out of a coroutine.
* tests/tailcall.test:
* generic/tclInterp.c: Fixed tailcalls for same-interp aliases (no
test)
|
| |
|
|
|
|
|
|
|
| |
and remove obsolete "emitStubs" and "genStubs" functions.
win/Makefile.in Use tcltest86.dll for all tests, and add
.PHONY rules to preemptively stop trouble that plagued Tk
from hitting Tcl too.
|
|
|
|
| |
win/Makefile.in Better dependancies in case of static build.
|
| |
|
|
|
|
|
|
|
| |
a call to Tcl_InitStubs. 'tclsh' and 'tcltest' are providers, not
consumers of the Stubs table, and should not link with the Stubs
library, but only with the main Tcl library. (In any case, the
presence of Tcl_InitStubs broke the build.) [Bug 2902965]
|
| |
|
| |
|
|
|
|
| |
oo::object->variable method. Leaving it hidden is enough.
|
|
|
|
|
| |
Tk from hitting Tcl too, and to make the overall makefile easier to understand.
Some reorganization too to move related rules closer together.
|
|
|
|
| |
cause tclkit built to break
|
|
|
|
| |
cause tclkit built to break
|
|
|
|
|
| |
to 'test' except that it does not go spelunking in 'pkgs/'. (This
rule has existed in unix/Makefile.in for some time.)
|
|
|
|
| |
AC_CHECK_MEMBERS([struct stat.st_blksize]) instead of AC_STRUCT_ST_BLKSIZE.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
with safe.tcl and tm.tcl. This part passes the testsuite. Note
that automatic regeneration of this part is not possible because
it wrongly puts 'safe::Setup' on the list, and wrongly leaves out
'safe::Log' which is more dynamically created than the generator
expects.
Further note that the file "clock.tcl" is explicitly loaded by
"init.tcl", the first time the clock command is invoked. The
relevant code can be found at line 172ff, roughly, the definition
of the procedure 'clock'. This means none of the procedures of
this file belong in the tclIndex. Another indicator that automatic
regeneration of tclIndex is ill-advised.
|
|
|
|
|
|
|
| |
of auto-loading in slave interps.
Feel free to commit a new bug fix when you can commit something that passes
the test suite.
|
| |
|
|
|
|
|
| |
This stops [file exists] from returning false for files that exist but are locked by
resorting to FindFirstFile when GetFileAttributes fails.
|
|
|
|
| |
in safe.tcl and other library files.
|
|
|
|
|
|
| |
'My Documents' folder to the one that's correct for Windows 2000,
XP, Server 2003, Vista, Server 2008, and Windows 7.
(See http://support.microsoft.com/kb/310746)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
sure that Xxxxx_Init is always exported even when Tcl is built
static (otherwise we cannot create a DLL).
tclThreadTest.c: Make all functions static, except TclThread_Init.
fCmd.test Enable fCmd-30.1 when registry is available.
tcl.m4 Fix ${SHLIB_LD_LIBS} definition, fix conflicts
configure.in between static libraries and import library on windows.
configure (regenerated)
Makefile.in Simplifications related to tcl.m4 changes.
|
|
|
|
|
| |
Further machinations to get NewTestThread actually to launch
the thread, not just compile.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
that they set the typePtr field to
NULL so that the Tcl_Obj is not left
in an inconsistent state.
[Bug 2857044]
|
| |
|
|
|
|
|
|
| |
Fix safe-10.1 and safe-10.4 test cases,
making the wrong assumption that Tcltest
should be a static package.
|
|
|
|
| |
* win/tclAppInit.c: [Bug 2883850, 2900542].
|
| |
|
|
|
|
| |
get created with static Tcl build
|
|
|
|
|
|
| |
minor *** POTENTIAL INCOMPATIBILITY *** because
Tcl_CreateChannel() and its derivatives, now
sometimes ignore their "chanName" argument.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
up from a few days ago (2009-11-9, not in ChangeLog). strchr is
apparently a macro on AIX and reacts badly to pre-processor
directives in its arguments.
|
|
|
|
| |
manifestations in the future. Add tcltest support for finalization.
|
|
|
|
| |
explicitly casting DdeCreateStringHandle argument.
|
|
|
|
|
|
| |
* tests/io.test: which used the number of _written_ bytes or
character to update the counters for the read bytes/characters.
New test io-53.11. This is a forward port from the 8.5 branch.
|
|
|
|
| |
commands in safe interps.
|