| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
Reported by Matthias Kraft
|
|
|
| |
In pkgooa.c, check whether the internal TclOO stub table is initialized correctly as well, some internal simplifications and improved comments.
|
|
|
| |
Better error messages in stead of crashes in some (hypothetical) error situations.
|
|
|
|
| |
test-case which makes the problem visible on UNIX as well.
|
|\
| |
| |
| | |
space, is (marginally) faster, while still being fully up/down compatible. It makes pkgb.so loadable in "novem" without the need to change the Tcl_PkgProvide() call to Tcl_PkgProvideEx().
|
| |\
| | |
| | |
| | | |
space, is (marginally) faster, while still being fully up/down compatible. It makes pkgb.so loadable in "novem" without the need to change the Tcl_PkgProvide() call to Tcl_PkgProvideEx().
|
| | |
| | |
| | |
| | | |
space, is (marginally) faster, while still being fully up/down compatible. It makes pkgb.so loadable in "novem" without the need to change the Tcl_PkgProvide() call to Tcl_PkgProvideEx().
|
|\ \ \
| |/ /
| | | |
Don't free ctrl.script if thread creation fails: it is a constant string "testthread wait" normally.
|
| |\ \
| | |/
| | |
| | | |
Marked some string subcommands as obsolete, following discussion on tcl-core.
Don't free ctrl.script if thread creation fails: it is a constant string "testthread wait" normally.
|
| | | |
|
|\ \ \
| |/ /
| | | |
Eliminate unnecessary static HasStubSupport() and isDigit() functions, just do the same inline.
|
| |\ \
| | |/
| | | |
Eliminate unnessarcy static HasStubSupport() and isDigit() functions, just do the same inline.
|
| | |
| | |
| | |
| | |
| | | |
like, loading pkgb.so in Tcl 9 should either result in an error-message, either succeed, but never crash.
Eliminate unnessarcy static HasStubSupport() and isDigit() functions, just do the same inline.
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| |/ /
| | |
| | | |
library: Whatever Tcl9 looks like, loading pkgb.so in Tcl 9 should
either result in an error-message, either succeed, but never crash.
|
| |\ \
| | | |
| | | |
| | | | |
library: Whatever Tcl9 looks like, loading pkgb.so in Tcl 9 should
either result in an error-message, either succeed, but never crash.
|
| | | | |
|
| | | | |
|
| |/ /
|/| |
| | | |
Change TCL_VERSION to "8.6-" everywhere in Tcl_InitStubs. This is not the way how to do it! Just for testing purposes.
|
|\ \ \
| |/ / |
|
| |\ \
| | |/ |
|
| | | |
|
|\ \ \
| |/ /
| | | |
cause more harm than good. Purged them (except in zlib files).
|
| |\ \
| | |/
| | | |
more harm than good. Purged them.
|
| | |
| | |
| | | |
more harm than good. Purged them.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
rule so that it does not delete all files when
SHLIB_SUFFIX is set to the empty string in a static build.
[Bug 1016726]
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
recent CFLAGS reordering.
* unix/configure: regen
* unix/tclConfig.sh.in: replaced EXTRA_CFLAGS with CFLAGS.
* unix/dltest/Makefile.in: replaced EXTRA_CFLAGS with DEFS.
|
| | | |
|
| | |
| | |
| | |
| | | |
that was causing a crash in load.test.
|
| | |
| | |
| | |
| | |
| | | |
strings instead of strcmp (not defined in any #include'd header)
and presumed NULL-terminated strings.
|
| | | |
|
| | |
| | |
| | |
| | | |
backported from trunk.
|
| | | |
|
| | |
| | |
| | |
| | | |
with -DSTATIC_BUILD
|
| | |
| | |
| | |
| | | |
calls of the pkg*.c testing extensions.
|
| | |
| | |
| | |
| | |
| | | |
the Tcl_InitStubs functions in unix/dltest,
in stead of "current Tcl version"
|
| | |
| | |
| | |
| | |
| | | |
pointers.
Fix double declaration of TclNativeDupInternalRep
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
are in the global stub table.
Use @EXEEXT@ in stead of @EXT_SUFFIX@
Use -DBUILD_tcl in Makefile for CYGWIN
Use EXTERN to control CYGWIN exported symbols
Remove some unnecessary type casts.
|
| | |
| | |
| | |
| | | |
not enabled yet, but at least it is a step in the right direction.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Use <pthread.h> in stead of "pthread.h"
Eliminate some more gcc warnings
|
|/ / |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
1904907]. Reset the return option keys to NULL to allow full
re-initialization by GetKeys(). This introduces a memory leak
for the key objects, but gets us around a crash in the
finalization of reflected channels when handling returns, either
at compile- or runtime. In both cases we access the keys after
they have been released by their thread exit handler. A proper
fix is entangled with the untangling of the finalization
ordering and attendant issues. For now we choose the lesser
evil.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* unix/dltest/pkgb.c: unused pkgf.c.
* unix/dltest/pkgc.c:
* unix/dltest/pkge.c:
* unix/dltest/pkgf.c (removed):
* unix/dltest/pkgua.c:
* macosx/Tcl.xcodeproj/project.pbxproj:
|