| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
manpage to refer to (correct) existing subcommand.
|
| |
|
|
|
|
|
| |
Add /usr/lib64 to set of auto-search dirs. [Bug 1230554]
(SC_PATH_X): Correct syntax error when xincludes not found.
|
|
|
|
|
|
|
| |
* win/configure, win/configure.in, win/tcl.m4: SC_EMBED_MANIFEST
macro and --enable-embedded-manifest configure arg added to
support manifest embedding where we know the magic. Help prevents
DLL hell with MSVC8+.
|
| |
|
|
|
|
| |
* library/tzdata/Asia/Gaza: Olson's tzdata2010l.
|
|
|
|
| |
* library/tzdata/Asia/Gaza: Olson's tzdata2010l.
|
|
|
|
|
|
| |
(TraceVariableObjCmd): [Patch 3048354]: Use memcpy() instead of
strcpy() to avoid buffer overflow; we have the correct length of data
to copy anyway since we've just allocated the target buffer.
|
|
|
|
|
| |
handling of passing the wrong number of arguments to [apply] somewhat
less verbose when a lambda term is present.
|
|
|
|
| |
Backport of updates to make handling of RE line anchors correct.
|
|
|
|
|
|
|
|
| |
* unix/configure: regen with ac-2.59
* unix/configure.in, unix/tclConfig.sh.in, unix/Makefile.in:
* unix/tcl.m4 (AIX): remove the need for ldAIX, replace with
-bexpall/-brtl. Remove TCL_EXP_FILE (export file) and other
baggage that went with it. Remove pre-4 AIX build support.
|
|
|
|
| |
null-terminated, so account for that.
|
| |
|
|
|
|
| |
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
|
| |
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* library/init.tcl:
* tools/tcl.wse.in:
* unix/configure.in:
* unix/tcl.spec:
* win/configure.in:
* README:
* unix/configure: autoconf-2.59
* win/configure:
* changes: Update for 8.5.9 release.
|
|
|
|
| |
* tests/ioCmd.test: in InvokeTclMethod and callers.
|
|
|
|
| |
demonstrating the local hashtable deletion crash and fix.
|
|
|
|
|
|
|
| |
to relative frame adressing to handle difference between testing
with -singleproc 1 vs. the default -singleproc 0. Plus comment
fix. The test and issue are not relevant to the trunk, forward
porting is not required.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* library/tzdata/Pacific/Chuuk:
* library/tzdata/Pacific/Pohnpei:
* library/tzdata/Africa/Cairo:
* library/tzdata/Europe/Helsinki:
* library/tzdata/Pacific/Ponape:
* library/tzdata/Pacific/Truk:
* library/tzdata/Pacific/Yap: Olson's tzdata2010k.
|
|
|
|
| |
optimisation in TclDeleteVars (used for runtime-created locals)
|
|
|
|
| |
revert tclInt.h to what it was before, and relax the relation between Tcl_CallFrame and CallFrame.
|
| |
|
|
|
|
|
|
| |
sure that errors caused by an argument to an operator being outside
the domain of the operator all result in ::errorCode being ARITH
DOMAIN and not NONE.
|
| |
|
|
|
|
| |
rendering of the exclusive-or operator.
|
| |
|
| |
|
| |
|
|
|
|
| |
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.
|