Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
40 check-ins using file generic/tclIOUtil.c version e2d9bbd842
|
2004-06-10
| ||
| 13:59 | Partially corrected [Bug 932314]. check-in: fdd81afeae user: vasiljevic tags: core-8-4-branch | |
|
2004-06-08
| ||
| 20:43 | silence compiler warning check-in: 9e77745903 user: dgp tags: core-8-4-branch | |
| 20:25 | Silence compiler warnings check-in: c2bd8d6b0e user: dgp tags: core-8-4-branch | |
| 19:45 | * generic/tclCompile.c: handle warning [Bug 969066] check-in: 27198a2f13 user: msofer tags: core-8-4-branch | |
|
2004-06-05
| ||
| 17:29 | * generic/tcl.h: Corrected Tcl_WideInt declarations so that the mingw build works again. * generic... check-in: 5833c77e9b user: kennykb tags: core-8-4-branch | |
| 17:25 | * generic/tcl.h: Corrected Tcl_WideInt declarations so that the mingw build works again. * generic... check-in: a45bf99c8e user: kennykb tags: core-8-4-branch | |
|
2004-05-27
| ||
| 18:43 | * tests/clock.test: Commented clock-9.1 that the test will fail if strftime doesn't do %s. Moderni... check-in: 354d523aaa user: kennykb tags: core-8-4-branch | |
| 18:25 | * tests/clock.test: Added a single test for the presence of %G in [clock format], and conditioned o... check-in: 47f6226213 user: kennykb tags: core-8-4-branch | |
| 14:33 | * generic/tclEncoding.c: * tests/encoding.test: added support and tests for translating embedded nul... check-in: e1ffee2730 user: rmax tags: core-8-4-branch | |
|
2004-05-26
| ||
| 16:24 | * library/tcltest/tcltest.tcl: Correction to debug prints and testing * library/tcl... check-in: 4cea21b09a user: dgp tags: core-8-4-branch | |
| 15:13 | * library/tcltest/tcltest.tcl: Correction to debug prints and testing * library/tcl... check-in: 995b6581d1 user: dgp tags: core-8-4-branch | |
|
2004-05-25
| ||
| 22:50 | * doc/http.n (http::config): add -urlencoding option (default utf-8) * library/http/http.tcl: ... check-in: f0ce2ecb2e user: hobbs tags: core-8-4-branch | |
| 19:02 | * tests/winFCmd.test: Correct test for the presence of a CD-ROM so that it do... check-in: e96d46a550 user: kennykb tags: core-8-4-branch | |
| 00:08 | * generic/tclExecute.c (VerifyExprObjType): use GET_WIDE_OR_INT to properly have tclIntType used f... check-in: ea60e74cf1 user: hobbs tags: core-8-4-branch | |
|
2004-05-24
| ||
| 19:24 | * doc/set.n: accurate description of name resolution process, referring to namespace.n for details... check-in: 9625dfd388 user: msofer tags: core-8-4-branch | |
|
2004-05-22
| ||
| 17:01 | * generic/tclVar.c (TclObjUnsetVar2): backported fix [Bug 735335] and new (in tcl8.4) exteriorisat... check-in: 802d685560 user: msofer tags: core-8-4-branch | |
|
2004-05-19
| ||
| 22:50 | Backport of bizarre error-loss bug found by KBK and myself. check-in: 6a6612227d user: dkf tags: core-8-4-branch | |
| 19:23 | Removed one bogus clearance of the has-more flag. Erroneously kept after shifting the code. check-in: 36ef9ecd35 user: andreas_kupries tags: core-8-4-branch | |
| 19:16 | * tclIO.c: Fixed [SF Tcl Bug 943274]. This is the same problem as * tclIO.h: [SF Tcl Bug 462317],... check-in: f99f83647b user: andreas_kupries tags: core-8-4-branch | |
|
2004-05-18
| ||
| 21:52 | * compat/strftime.c (_fmt, ISO8601Week): * doc/clock.n: * tests/clock.test: Major rework to the ha... check-in: 06cfb3828a user: kennykb tags: core-8-4-branch | |
|
2004-05-17
| ||
| 16:25 | commit genstubs generated files with unix line endings check-in: cf62c7e8ba user: dgp tags: core-8-4-branch | |
| 14:26 | * generic/tclInt.decls: Restored TclpTime_t kludge to all * generic/tclIntPlatDecls.h: place... check-in: 23544a04ac user: kennykb tags: core-8-4-branch | |
| 09:22 | Docbug. [Bug 953374] check-in: 388a282fae user: dkf tags: core-8-4-branch | |
|
2004-05-14
| ||
| 21:41 | 2004-05-14 Kevin B. Kenny <kennykb@acm.org> * generic/tclInt.decls: Promoted TclpLocaltim... check-in: 27f78ca91b user: kennykb tags: core-8-4-branch | |
|
2004-05-10
| ||
| 20:57 | no message check-in: 993c7e0a69 user: davygrvy tags: core-8-4-branch | |
| 20:55 | (TclpCreateProcess): When under NT, with no console, and executing a DOS application, the path primi... check-in: 980dfd39f3 user: davygrvy tags: core-8-4-branch | |
| 19:11 | no message check-in: 645e101e47 user: davygrvy tags: core-8-4-branch | |
| 19:10 | (BuildCommandLine): Append a space when the path got primed. check-in: 43d9e3f64d user: davygrvy tags: core-8-4-branch | |
|
2004-05-07
| ||
| 22:29 | * doc/unset.n: added upvar.n to the "see also" list check-in: 6d8009b815 user: msofer tags: core-8-4-branch | |
|
2004-05-06
| ||
| 01:17 | (TclSetLibraryPath): Suppress a warning [from DKF] check-in: e30138b038 user: davygrvy tags: core-8-4-branch | |
| 01:05 | no message check-in: e0f400b7e0 user: davygrvy tags: core-8-4-branch | |
| 01:04 | * generic/tclEncoding.c: Added FreeEncoding(systemEncoding) in TclFinalizeEncodingSubsystem because ... check-in: 13b3a4f5db user: davygrvy tags: core-8-4-branch | |
| 01:04 | * win/tclWin32Dll.c: Structured Exception Handling added around Tcl_Finalize called from DllMain's D... check-in: f2508033ca user: davygrvy tags: core-8-4-branch | |
| 01:03 | * win/tclWinSock.c: (SocketThreadExitHandler): Don't call TerminateThread when WaitForSingleObject r... check-in: 1ccb7621a4 user: davygrvy tags: core-8-4-branch | |
| 01:03 | * win/coffbase.txt: Added the tls extension to the list of preferred load addresses. check-in: 04cce3c424 user: davygrvy tags: core-8-4-branch | |
| 01:02 | * generic/tclInt.h: * generic/tclThread.c: * generic/tclEvent.c: * unix/tclUnixThrd.c: * win/tclWinT... check-in: f350fff007 user: davygrvy tags: core-8-4-branch | |
| 01:02 | * generic/tclEvent.c: TclSetLibraryPath's use of caching the stringrep of the pathPtr object to TclG... check-in: a7a24ee798 user: davygrvy tags: core-8-4-branch | |
|
2004-05-05
| ||
| 21:34 | * tests/unixInit.test (unixInit-2.10): Test correction for Mac OSX. Be sure to cons... check-in: dc89f50116 user: dgp tags: core-8-4-branch | |
| 20:54 | Remove reference to totally non-existant API. [Bug 848440] check-in: 5a05e789c4 user: dkf tags: core-8-4-branch | |
|
2004-05-04
| ||
| 22:25 | * generic/tclIOUtil.c (Tcl_FSChdir): Work-around crash condition * tests/winFCmd.test (winFCmd-16... check-in: 445c786094 user: hobbs tags: core-8-4-branch | |