diff options
author | hobbs <hobbs> | 2000-01-24 02:29:41 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-01-24 02:29:41 (GMT) |
commit | e75bb1f59bc6a1d44daa865b8a15416f8a7a9175 (patch) | |
tree | 368b77f74693af02bc6d18d0e25208f680185c3a | |
parent | b500ef6a1846b52a0c8d4ca770fe616c36dc074a (diff) | |
download | tcl-e75bb1f59bc6a1d44daa865b8a15416f8a7a9175.zip tcl-e75bb1f59bc6a1d44daa865b8a15416f8a7a9175.tar.gz tcl-e75bb1f59bc6a1d44daa865b8a15416f8a7a9175.tar.bz2 |
see logs
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ +2000-01-23 Jeff Hobbs <hobbs@scriptics.com> + + * library/init.tcl (auto_execok): added 'start' to list of + recognized built-in commands for COMSPEC on NT. [Bug: 2858] + + * unix/tclUnixPort.h: moved include of <utime.h> lower since some + systems (UTS) require sys/types.h to be included first [Bug: 4031] + + * unix/tclUnixChan.c (CreateSocketAddress): changed comparison + with -1 to 0xFFFFFFFFFFFFFFF, which is the pedantic way to say -1 + for both 32 bit and 64 bit systems. [Bug: 3878] + + * generic/tclFileName.c: improved guessing of path separator + for the Mac. (Darley) + + * generic/tclInt.h: + * generic/tcl.decls: moved Tcl_ProcObjCmd to stubs table [Bug: 3827] + and removed 'register' from stub definition of + Tcl_AppendUnicodeToObj [Bug: 4038] + 2000-01-21 Eric Melski <ericm@scriptics.com> * doc/lreplace.n: Corrected man page with respect to treatment of |