| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | |
| | | |
| | | |
| | | | |
deprecation (no TIP on that).
|
| | | |
| | | |
| | | |
| | | | |
during html help building (Landon Fuller).
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* generic/tclIOUtil.c (SetFsPathFromAny): Add Cygwin specific
code to convert POSIX filename to native format.
* generic/tclFileName.c (Tcl_TranslateFileName): And remove from here.
(TclDoGlob): Adjust for cygwin and append / for dirs instead of \
* win/tclWinFile.c (TclpObjChdir): Use chdir on Cygwin.
|
| | | |
| | | |
| | | |
| | | | |
comparison. [Bug 759607] (myers)
|
| | | |
| | | |
| | | |
| | | | |
and word vars from int to long. [Bug 767578] (hgo)
|
| | | |
| | | |
| | | |
| | | |
| | | | |
* generic/regcustom.h: make line to support UCS-4 mode. No config
arg at this time, as it is not the recommended build mode.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
* generic/tclUtil.c: assume that ckfree == free, as that is not
* generic/tclResult.c: always true. [Bug 756791] (fuller)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
symbol for every compile. Instead, define
TCL_PIPE_DLL only when compiling tclWinPipe.c.
This will break other build systems, so
they will need to remove the TCL_DBGX define
and replace it with a define for TCL_PIPE_DLL.
* win/makefile.vc: Ditto.
* win/tclWinPipe.c (TclpCreateProcess):
Remove PREFIX_IDENT and DEBUG_IDENT from
top of file. Use TCL_PIPE_DLL passed in
from build env instead of trying to construct
the dll name from already defined symbols.
This approach is more flexible and better
in the long run.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* generic/tclIOUtil.c (Tcl_FSConvertToPathType):[Bug 771947]
* unix/tclUnixFCmd.c (GetModeFromPermString): [Bug 771949]
Silence compiler warnings about unreached lines.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
* library/tcltest/pkgIndex.tcl: to [lrange]. Bumped
to version 2.2.4. [Bug 772333]
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
commands. [Bug 756112]
|
| | | |
| | | |
| | | |
| | | | |
that was causing a crash in load.test.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
strings instead of strcmp (not defined in any #include'd header)
and presumed NULL-terminated strings.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* generic/tcl.h: of another patch release.
* tools/tcl.wse.in:
* unix/configure.in:
* unix/tcl.spec:
* win/README.binary:
* win/configure.in:
* unix/configure: autoconf (2.13)
* win/configure:
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
on 2003-04-07 introduced a buffer overflow. Corrected. [Bug 771613]
|
| | | | |
|