Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

42 check-ins using file generic/tclIOUtil.c version 65bb6c892e

2003-07-16
14:31
* library/tcltest/tcltest.tcl (ProcessFlags): Corrected broken call * library/tclt... check-in: 2dc6d76995 user: dgp tags: core-8-4-branch
08:24
Removed trivially-unreachable line [Bug 771939] check-in: 287971e081 user: dkf tags: core-8-4-branch
04:15
* doc/http.n: Updated SYNOPSIS to match actual syntax of commands. [Bug 756112] check-in: aacc41b0c7 user: dgp tags: core-8-4-branch
02:16
* unix/dltest/pkga.c (Pkga_EqObjCmd): Fix typo that was causing a crash in load.test. check-in: f8bf84a943 user: mdejong tags: core-8-4-branch
2003-07-15
23:54
* unix/dltest/pkga.c: Updated to not use Tcl_UtfNcmp and counted strings instead o... check-in: 2f48ff2f80 user: dgp tags: core-8-4-branch
22:25
* README: Bumped patch level to 8.4.4 in anticipation * generic/tcl.h:... check-in: b7124e29e4 user: dgp tags: core-8-4-branch
22:18
Missed a bit off the last checkin! <:^) check-in: 2e0eb0db1c user: dkf tags: core-8-4-branch
22:07
Added examples from David Welton [Patch 763312] check-in: 0e6e846b97 user: dkf tags: core-8-4-branch
20:51
* generic/tclCompCmds.c (TclCompileIfCmd): Prior fix of Bug 711371 on 2003-04-07 in... check-in: 9a618466d7 user: dgp tags: core-8-4-branch
15:44
Fixed confusing error message. [Bug 771539] check-in: 1b77eb6a8e user: dkf tags: core-8-4-branch
01:15
* macosx/Makefile: Rewrote buildsystem for Mac OS X framework build to be purely make driven; in o... check-in: c83f321e86 user: das tags: core-8-4-branch
2003-07-14
18:26
missing . check-in: 27609b4bd4 user: hobbs tags: core-8-4-branch
08:01
typo fixes from trunk check-in: 82f2ada59d user: das tags: core-8-4-branch
2003-07-11
21:18
Documented and tested for the current behaviour of [binary format a] and [binary scan ? a]. This is... check-in: 89a750b553 user: dkf tags: core-8-4-branch
18:46
* library/package.tcl: Corrected [pkg_mkIndex] bug reported on comp.lang.tcl. The ... check-in: 67bf54bf17 user: dgp tags: core-8-4-branch
2003-07-04
22:25
Tighened up wording of several expr operations to make them less inclined to misinterpretation. [Bug... check-in: fe5ddadbb9 user: dkf tags: core-8-4-branch
13:16
* tests/cmdAH.test: Made tests of [file mtime] work better on FAT filesystems. [Patch 760768] Als... check-in: 1e2572ac37 user: dkf tags: core-8-4-branch
2003-06-25
21:35
* unix/configure: Regen. * unix/tcl.m4 (SC_CONFIG_CFLAGS): Add -ieee when compiling with cc and a... check-in: 6be8e0280a user: mdejong tags: core-8-4-branch
2003-06-24
21:24
Documented that [source] always uses the system encoding. check-in: eb568d1153 user: dkf tags: core-8-4-branch
2003-06-23
10:49
fs doc fix check-in: b7f8ed2cd3 user: vincentdarley tags: core-8-4-branch
10:21
file copy empty filename bug fix check-in: 601c047b17 user: vincentdarley tags: core-8-4-branch
2003-06-18
18:34
2003-06-18 Miguel Sofer <msofer@users.sf.net> * generic/tclNamesp.c (Tcl_Export): removed erroneo... check-in: 82b7492370 user: msofer tags: core-8-4-branch
2003-06-17
20:42
backport of regsub empty string fixes check-in: 31ae6969b0 user: vincentdarley tags: core-8-4-branch
2003-06-10
19:58
* generic/tclBasic.c: * generic/tclExecute.c: let TclExecuteObjvInternal call TclInterpReady inst... check-in: 3ef5e4db8f user: msofer tags: core-8-4-branch
2003-06-09
21:51
* string.test (string-4.15): Added test for [string first] bug reported in Tcl 8.3, ... check-in: a2c2c4b931 user: dgp tags: core-8-4-branch
2003-06-04
23:41
Fix for [Bug 748700] check-in: 020cbf17af user: mistachkin tags: core-8-4-branch
2003-05-23
21:33
add thanks check-in: 02d81e4194 user: dgp tags: core-8-4-branch
21:29
* generic/tclObj.c (tclCmdNameType): Converted internal rep management of the cmdNa... check-in: 347c8b7324 user: dgp tags: core-8-4-branch
00:46
moved core-8-4-3 tag for macosx only fix at request of OS X maintainer check-in: c1c49f63e5 user: hobbs tags: core-8-4-3, core-8-4-branch
2003-05-22
01:15
* macosx/tclMacOSXBundle.c: fixed a problem that caused only the first call to Tcl_MacOSXOpenVersi... check-in: c9a2cd61f3 user: das tags: core-8-4-branch
2003-05-20
18:33
updated changes for 8.4.3 check-in: da0f54868b user: hobbs tags: core-8-4-branch
17:26
* unix/Makefile.in: do not run autoconf during 'make dist' as the configure is now a CVS-maintaine... check-in: 8e713d2a46 user: hobbs tags: core-8-4-branch
2003-05-19
05:04
* macosx/Tcl.pbproj/project.pbxproj: changed tclConfig.sh location in versioned framework subdirec... check-in: 3de9d62271 user: das tags: core-8-4-branch
2003-05-16
06:03
2003-05-16 Daniel Steffen <das@users.sourceforge.net> * macosx/Tcl.pbproj/project.pbxproj: updat... check-in: e71011b62a user: das tags: core-8-4-branch
01:43
* win/tclWinFile.c (TclpMatchInDirectory): revert glob code to r1.44 as 2003-04-14 optimizations b... check-in: 68140ba47d user: hobbs tags: core-8-4-branch
2003-05-15
18:59
bumped version to 8.4.3 check-in: c5577cdce4 user: hobbs tags: core-8-4-branch
18:41
* doc/socket.n: nroff font handling correction. check-in: 8eaae4f6d0 user: hobbs tags: core-8-4-branch
18:10
* library/encoding/gb2312-raw.enc (new): This is the original gb2312.enc renamed to allow for it t... check-in: 5654cf6c56 user: hobbs tags: core-8-4-branch
2003-05-14
23:01
Consequent fixes from [Bug 699060]; [format] should not be too eager to demote wides to ints, and sh... check-in: 8630c78e33 user: dkf tags: core-8-4-branch
20:40
* library/encoding/gb2312.enc: copy euc-cn.enc over original gb2312.enc. gb2312.enc appeared to n... check-in: 6d96665700 user: hobbs tags: core-8-4-branch
17:17
* generic/tclEnv.c (TclUnsetEnv): Another putenv() copy behavior problem repaired when compiling o... check-in: 5c3bd6b6b7 user: hobbs tags: core-8-4-branch
2003-05-13
22:55
* generic/tclIOUtil.c: add decl for FsThrExitProc to suppress warnings. check-in: 73b49e26cd user: hobbs tags: core-8-4-branch