| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
observed to be either signed (Solaris) or unsigned (Linux)...
|
| |
|
| |
|
|
|
|
|
| |
other matters that cause tests to fail when the patch includes
special characters. Report from Vince Darley. [Bug 554068].
|
| |
|
|
|
|
|
|
| |
single-quote macro mis-understanding was wrong. Reverted to reimpliment
the 'macro2' proc which handles single-quote macros and restored file.n text
arrangement to avoid single-quotes on the first line.
|
| |
|
| |
|
|
|
|
| |
man2tcl.c instead.
|
| |
|
|
|
|
| |
command found and repaired.
|
| |
|
|
|
|
| |
in the working path. Thanks to Kevin Kenny.
|
|
|
|
| |
in the working path. Thanks to Kevin Kenny.
|
|
|
|
| |
in the working path. Thanks to Kevin Kenny.
|
|
|
|
| |
[source]-ing test script in subdirectories.
|
| |
|
|
|
|
|
| |
as an unknown macro. Not knowing how to repair tools/man2tcl.c, I decided
to rearrange the text in the docs instead.
|
|
|
|
| |
Changes from Peter Spjuth <peter.spjuth@space.se>.
|
|
|
|
| |
Changes from Peter Spjuth <peter.spjuth@space.se>.
|
|
|
|
| |
Changes from Peter Spjuth <peter.spjuth@space.se>.
|
|
|
|
| |
Peter Spjuth <peter.spjuth@space.se>.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* unix/tcl.m4: change HP-11 SHLIB_LD_LIBS from "" to ${LIBS} so
that the .sl knows its dependent libs.
|
| |
|
| |
|
|
|
|
| |
use VOID instead of void.
|
| |
|
| |
|
| |
|
|
|
|
| |
* doc/tclvars.n: doc updates [Patch #509426] (gravereaux)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* generic/tclInt.h:
* generic/tclThreadAlloc.c (new):
* unix/Makefile.in:
* unix/tclUnixThrd.c:
* win/Makefile.in:
* win/tclWinInt.h:
* win/tclWinThrd.c: added new threaded allocator contributed by
AOL that significantly reduces lock contention when multiple
threads are in use. Only Windows and Unix implementations are
ready, and the Windows one may need work. It is only used by
default on Unix for now, and requires that USE_THREAD_ALLOC be
defined (--enable-threads on Unix will define this).
|
|
|
|
|
|
| |
TCLTK_NO_LIBRARY_TEXT_RESOURCES #define to allow disabling the
inclusion of the tcl library code in the resource fork of Tcl
executables and shared libraries.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* generic/tclInt.h:
* generic/tclThreadAlloc.c (new):
* unix/Makefile.in:
* unix/tclUnixThrd.c:
* win/Makefile.in:
* win/tclWinInt.h:
* win/tclWinThrd.c: added new threaded allocator contributed by
AOL that significantly reduces lock contention when multiple
threads are in use. Only Windows and Unix implementations are
ready, and the Windows one may need work. It is only used by
default on Unix for now, and requires that USE_THREAD_ALLOC be
defined (--enable-threads on Unix will define this).
|
| |
|
|
|
|
|
| |
corrected calling of Tcl_ConditionWait to ensure that there would
be a condition to wait upon.
|
| |
|
| |
|
|
|
|
| |
calls in file deletion for correct Win32 API handling.
|
|
|
|
| |
targets.
|
|
|
|
|
|
| |
* compat/strftime.c (_fmt): change strftime to correctly handle
localized %c, %x and %X on Windows. Added some notes about how
the other values could be further localized.
|
| |
|
|
|
|
| |
startup script path. [Bug 543549]
|
|
|
|
|
|
| |
namespace when determining the max translated length. Also
made revisions for better use of namespace variables and more
efficient [uplevel]s.
|
|
|
|
| |
of msgcat; bumped to 1.2.3. [Bug 544727]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* generic/tclInt.decls:
* generic/tclIntPlatDecls.h:
* generic/tclStubInit.c:
* mac/tclMacFCmd.c:
* mac/tclMacFile.c:
* mac/tclMacUtil.c: Modified TclpObjNormalizePath to be alias
file aware, and replaced various calls to FSpLocationFrom*Path
by calls to new alias file aware versions FSpLLocationFrom*Path.
The alias file aware routines don't resolve the last component of
a path if it is an alias. This allows [file copy/delete] etc. to
act correctly on alias files. (c.f. discussion in Bug #511666)
|