| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
args message.
|
|
|
|
| |
default list of extensions that we can execute interactively.
|
| |
|
|
|
|
|
|
| |
* library/platform/pkgIndex.tcl: Package updated to version 1.0.9.
* unix/Makefile.in:
* win/Makefile.in:
|
|
|
|
| |
argument, so the list of options must precede the port argument.
|
| |
|
| |
|
|
|
|
|
|
| |
tclPlatDecls.h: Fix <tchar.h> inclusion for CYGWIN.
tclPathObj.c: Fix Tcl_SetStringObj usage for CYGWIN.
*.c: Fix various minor other gcc warnings, like signed<->unsigned mismatch.
|
| |
|
|
|
|
|
|
| |
* library/platform/pkgIndex.tcl: Package updated to version 1.0.8.
* unix/Makefile.in:
* win/Makefile.in:
|
|
|
|
|
| |
when the generated string representation would grow beyond Tcl's
size limits. [Bug 2994924]
|
| |
|
|
|
|
|
|
| |
* library/platform/pkgIndex.tcl: /lib674 difference right for
* unix/Makefile.in: linux. Package updated to version 1.0.7.
* win/Makefile.in:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* library/tzdata/Africa/Casablanca:
* library/tzdata/Africa/Tunis:
* library/tzdata/America/Santiago:
* library/tzdata/America/Argentina/San_Luis:
* library/tzdata/Antarctica/Casey:
* library/tzdata/Antarctica/Davis:
* library/tzdata/Asia/Anadyr:
* library/tzdata/Asia/Damascus:
* library/tzdata/Asia/Dhaka:
* library/tzdata/Asia/Gaza:
* library/tzdata/Asia/Kamchatka:
* library/tzdata/Asia/Karachi:
* library/tzdata/Asia/Taipei:
* library/tzdata/Europe/Samara:
* library/tzdata/Pacific/Apia:
* library/tzdata/Pacific/Easter:
* library/tzdata/Pacific/Fiji: Olson's tzdata2010i.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
jnterface implicitly decrements refcount of the passed result object
when the passed result object refcount was already zero.
|
| |
|
|
|
|
| |
we know we cheated on in order to reduce contention.
|
|
|
|
| |
avoid accessing shared table index w/o mutex protection.
|
|
|
|
|
| |
over the tclEmptyStringRep->bytes as it is thread-shared
(thx to Gustaf Neumann for the (hard) work of locating this one).
|
|
|
|
| |
the [package present] command correctly.
|
|
|
|
|
|
|
|
| |
ReflectSeekWide, ReflectWatch, ReflectBlock, ReflectSetOption,
ReflectGetOption, ForwardProc): [Bug 2978773]: Preserve
ReflectedChannel* structures across handler invokations, to avoid
crashes when the handler implementation induces nested callbacks
and destruction of the channel deep inside such a nesting.
|
|
|
|
|
| |
the validity tests on internal rep of a "cmdName" value to avoid
invalid reads reported by valgrind.
|
|
|
|
| |
caught by valgrind testing.
|
|
|
|
| |
number of arguments to fstatfs() call.
|
|
|
|
| |
* tests/result.test: that it rejects illegal non-list values.
|
|
|
|
| |
by [fcopy] to exceed 2GB. Can happen when no -size parameter given.
|
| |
|
|
|
|
|
| |
* generic/tclTestObj.c: operations. Thanks to kbk for fix and test.
* tests/listObj.test: [Bug 2971669].
|
| |
|
|
|
|
|
|
| |
* doc/refchan.n: <ferrieux@users.sourceforge.net> for debugging and fixing
* tests/ioCmd.test: the problem. It is the write-side equivalent
to the bug fixed 2009-08-06.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* library/tzdata/America/Ojinaga: New locale
* library/tzdata/America/Santa_Isabel: New locale
* library/tzdata/America/Asuncion:
* library/tzdata/America/Tijuana:
* library/tzdata/Antarctica/Casey:
* library/tzdata/Antarctica/Davis:
* library/tzdata/Antarctica/Mawson:
* library/tzdata/Asia/Dhaka:
* library/tzdata/Pacific/Fiji:
Olson tzdata2010c.
|
| |
|
|
|
|
|
| |
calling [fconfigure -sockname] on an universally-bound (default)
server socket.
|
| |
|
|
|
|
| |
and added test cases for it.
|
| |
|
|
|
|
|
| |
to check that assumptions about the initial state are actually valid (e.g.,
look for existing input file).
|
| |
|
|
|
|
|
|
|
| |
changes from HEAD, so diffing
between 8.5.x and 8.6 shows the
real structural differences again.
(any signature change not backported!)
|
| |
|
|
|
|
|
|
| |
* generic/tclCompile.h: 'info frame' affects not only 8.6 but 8.5 as
* generic/tclExecute.h: well. Backported the fix done in 8.6, without
* tests/info.test: changes. New testcase info-39.1.
|
|
|
|
| |
hits the next element to be deleted.
|
|
|
|
|
| |
matched much more rapidly. Many thanks to Tom Lane for dianosing this issue
and providing an initial patch.
|
|
|
|
|
|
|
|
|
| |
backported from HEAD. Still
configure script not modified,
so CYGWIN build is still
disabled. Reason: although the
build succeeds with those changes,
many tests still fail.
|
| |
|
|
|
|
|
| |
Formatting (all backported from HEAD)
Fix gcc 4.4 warning: ignoring return value of ‘write’,
|