| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
stub entries can never be called. They still cannot be called
(no change in functionality), but at least they now do
exactly the same as the Tcl_(Find|Create)HashEntry macro's,
so the confusion addressed in this Bug report is gone.
Merged --cherrypick from Tcl8.5 (2010-12-31,e75735ef76)
|
|
|
| |
rather than hanging around to trip us up in the future.
|
| |
|
|
|
|
|
| |
Add /usr/lib64 to set of auto-search dirs. [Bug 1230554]
(SC_PATH_X): Correct syntax error when xincludes not found.
Backported from Tcl 8.5
|
|
|
|
| |
Thanks to "mescalinum" for reporting and testing.
Merged --cherrypick from Tcl8.5 (2010-09-08,48191d3979)
|
|
|
|
|
| |
* win/configure: (autoconf-2.13)
* win/tclWin32Dll.c: [Patch 3059922]: fixes for mingw64 - gcc4.5.1
Merged --cherrypick from Tcl8.5 (2011-01-17, 6e410a115b)
|
| |
|
|
|
|
|
|
| |
* generic/tclCmdMZ.c: with TclParseBackslash() where possible.
* generic/tclCompExpr.c:
* generic/tclCompile.c:
* generic/tclUtil.c:
|
|
|
| |
to not overrun the string end. [Bug 3192636]
|
|
|
| |
* tests/parse.test: \x and \u substitutions. [Bug 3200987]
|
|
|
|
| |
backported strcpy->memcpy change but not change in any struct.
|
|
|
|
| |
(backported from 8.5/8.6)
|
| |
|
|
|
|
|
|
|
| |
* win/tclWin32Dll.c (asciiProcs, unicodeProcs):
* win/tclWinLoad.c (TclpDlopen): 'load' use LoadLibraryEx with
* win/tclWinInt.h (TclWinProcs): LOAD_WITH_ALTERED_SEARCH_PATH to
prefer dependent DLLs in same dir as loaded DLL.
|
|
|
|
|
|
|
|
| |
number of
deprecation warnings on later VC++ versions.
Better VCVERSION determination.
All changes backported from Tcl8.5/8.6
|
| |
|
|
|
|
| |
Upgrade everything to Unicode 6.0, except non-BMP characters > 0xFFFF
|
|
|
|
|
|
| |
and internal co-thread access of a socket's structure because of
the thread not using the socketListLock in TcpAccept(). Added
documentation on how the module works to the top.
|
|
|
|
|
|
|
| |
* generic/tclVar.c: make the behaviour of lappend in bytecompiled
* tests/append.test: mode consistent with direct-eval and 'append'
* tests/appendComp.test: generally. Added tests (append*-9.*)
showing the difference.
|
|
|
|
| |
revert tclInt.h to what it was before, and relax the relation between Tcl_CallFrame and CallFrame.
|
| |
|
| |
|
|
|
|
| |
TCL_LL_MODIFIER macros from Tcl8.5/8.6
|
| |
|
|
|
|
| |
* library/platform/pkgIndex.tcl: Package updated to version 1.0.9.
|
|
|
|
| |
* library/platform/pkgIndex.tcl: Package updated to version 1.0.8.
|
| |
|
|
|
|
|
| |
* library/platform/pkgIndex.tcl: /lib674 difference right for
linux. Package updated to version 1.0.7.
|
| |
|
| |
|
|
|
|
|
|
|
| |
Check /lib64 for existence of files matching libc* before
accepting it as base directory. This can happen on weirdly
installed 32bit systems which have an empty or partially filled
/lib64 without an actual libc. Bumped to version 1.0.6.
|
| |
|
|
|
|
|
| |
over the tclEmptyStringRep->bytes as it is thread-shared
(thx to Gustaf Neumann for the (hard) work of locating this one).
|
|
|
|
|
| |
calling [fconfigure -sockname] on an universally-bound (default)
server socket.
|
|
|
|
| |
Added some test cases, adapted and backported from 8.5
|
|
|
|
|
| |
structures for [info frame] which occured when bytecode
compilation fails.
|
| |
|
|
|
|
|
| |
matched much more rapidly. Many thanks to Tom Lane for dianosing this issue
and providing an initial patch.
|
|
|
|
| |
manifestations in the future.
|
|
|
|
|
|
| |
* 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 backward port from the 8.5 branch.
|
|
|
|
|
| |
These test failures are due to the more restrictive permissions on
the newer versions of Windows.
|
| |
|
|
|
|
| |
[Bug 2895323]. Backport from Tcl 8.5 branch, change by Don Porter.
|
|
|
|
| |
"res". Backport from 8.5
|
|
|
|
|
|
|
| |
refCount for the file path out of the branch after the whole
conditional, closing a memory leak. Added clause on structure type
to prevent seg.faulting. Backport from valgrinding the Tcl 8.5
branch.
|
|
|
|
|
|
| |
TclCompileLindexCmd): Fixed. Moved the use of
DefineLineInformation after all regular variable declarations, so
that an empty statement (-UTIP_280) doesn't confuse c89 compilers.
|
|
|
|
|
|
|
| |
* library/platform/platform.tcl: from head and8.5 into the 8.4
* library/platform/shell.tcl: branch. Updated makefiles to install
* unix/Makfile.in: the packages.
* win/Makefile.in:
|
|
|
|
|
|
| |
0-length writes. When closing pipes which have already been closed
not skipping leads to spurious SIG_PIPE signals. Reported by
Mikhail Teterin <mi+thun@aldan.algebra.com>.
|
| |
|
| |
|