Tcl Source Code

Timeline
Login

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

62 check-ins using file changes version b5afdf6e41

2004-11-03
22:12
niggly test suite fixes check-in: a6e2efa90f user: dgp tags: core-8-4-branch
2004-11-02
19:03
2004-11-02 Don Porter <[email protected]>
* library/tcltest/tcltest.tcl: ...
check-in: b37ea3d531 user: dgp tags: core-8-4-branch
15:46
Final fix for NaN != NaN bug. Thanks to Miguel Sofer for his improved patch. [Bug 761471] check-in: 85f7b0c31c user: dkf tags: core-8-4-branch
09:21
Add synopsis for Tcl_GetChannelMode. [Bug 1058446] check-in: 682b09131b user: dkf tags: core-8-4-branch
2004-10-31
16:43
Make [info globals ::foo] work. [Bug 1057461] check-in: ac9f2079e9 user: dkf tags: core-8-4-branch
2004-10-30
21:00
removed erroneous comment [Bug 1029518] check-in: 837b2ba9c2 user: msofer tags: core-8-4-branch
03:16
* library/tcltest/tcltest.tcl: Correct reaction to errors in the obsolete processCm...
check-in: 87b922f78a user: dgp tags: core-8-4-branch
2004-10-28
21:12
* generic/tclAlloc.c: Fixed [Tcl SF Bug 1030548], a * generic/tclThreadAlloc.c: threaded debu... check-in: 6d824cc2bb user: andreas_kupries tags: core-8-4-branch
16:41
* README: Bumped patch level to 8.4.8 to prepare * generic/tcl.h: ...
check-in: bbb1bd7f56 user: dgp tags: core-8-4-branch
16:06
added CONST to TclpLocaltime and TclpGmtime param throughout check-in: d3a95fedcf user: kennykb tags: core-8-4-branch
04:53
D'oh! check-in: 00e5228565 user: dgp tags: core-8-4-branch
04:16
* tests/socket.test (socket-13.1): Balanced [makeFile] and [removeFile] command...
check-in: 5950c15f89 user: dgp tags: core-8-4-branch
00:00
* tests/appendComp.test: Backport test suite fixes of errors * tests/autoMkin...
check-in: 58c2f9f1b3 user: dgp tags: core-8-4-branch
2004-10-27
17:55
fixed format-19.1 for 64 bit machines check-in: b7b7af9655 user: kennykb tags: core-8-4-branch
15:39
backport fixes for 868489 and 1026125 check-in: eb071c665a user: kennykb tags: core-8-4-branch
14:43
Finished user-level documentation backport check-in: 92cb8415a8 user: dkf tags: core-8-4-branch
14:23
Yet more doc update backporting check-in: 437d4766e4 user: dkf tags: core-8-4-branch
12:52
More doc fix backporting check-in: 63610c2fd0 user: dkf tags: core-8-4-branch
09:35
Backport many doc fixes check-in: 644d6ac51f user: dkf tags: core-8-4-branch
2004-10-26
21:42
* tests/subst.test (subst-12.3-5): More tests for Bug 1036649.
check-in: 853512503c user: dgp tags: core-8-4-branch
21:03
reversed expected result from subst-12.3 to match Tcl 7.6 behavior. check-in: e158334ffa user: dgp tags: core-8-4-branch
20:54
* tests/subst.test (subst-12.3,4): More tests for Bug 1036649.
check-in: 01e16f551f user: dgp tags: core-8-4-branch
20:14
* tests/compile.test (compile-12.4): Backport test for Bug 1001997. * tests/timer...
check-in: bc0a9e3a5c user: dgp tags: core-8-4-branch
2004-10-23
23:30
whitespace changes check-in: c5dc6850aa user: hobbs tags: core-8-4-branch
2004-10-14
15:30
make genstubs check-in: 5f1abfca59 user: dkf tags: core-8-4-branch
15:28
Speed up [info <thing> <simplePattern>] check-in: c82a4cd09d user: dkf tags: core-8-4-branch
2004-10-08
20:16
* win/tclWinFile.c (NativeIsExec): correct result of 'file executable' to not be case sensitive. [...
check-in: 8a2f80b497 user: hobbs tags: core-8-4-branch
2004-10-05
16:22
* generic/tclNamesp.c (Tcl_PopCallFrame): Removed Bug 1038021 workaround. Tha...
check-in: 7da3c43972 user: dgp tags: core-8-4-branch
2004-10-01
00:09
Correction to 1038021 bug fix; should only save restore those bits that get cleared by Tcl_ResetRes... check-in: f0c3bf6833 user: dgp tags: core-8-4-branch
2004-09-30
22:45
* generic/tclNamespace.c (TclTeardownNamespace): Tcl_Obj-ified * tests/namespace.tes...
check-in: 713215081c user: dgp tags: core-8-4-branch
10:35
* tests/subst.test (12.2): test correction. check-in: 92b126d4aa user: msofer tags: core-8-4-branch
2004-09-29
19:36
fix for buffer overflow in [subst], [Bug 1036649] check-in: 95e63a64f2 user: msofer tags: core-8-4-branch
2004-09-23
20:04
* unix/dltest/Makefile.in (clean): Fixup make clean rule so that it does not delete all files when...
check-in: c1c4f75ebd user: mdejong tags: core-8-4-branch
2004-09-19
15:02
Some tests were non-portable, alas. check-in: 47a22ed028 user: dkf tags: core-8-4-branch
2004-09-18
19:17
Make sure large shifts shift for real. [Bug 868467] check-in: e3fdc9a774 user: dkf tags: core-8-4-branch
2004-09-14
17:02
* tests/load.test (load-2.3): adopted fix for failure on darwin from HEAD.
check-in: 2f1a74d777 user: das tags: core-8-4-branch
16:30
* generic/tclObj.c (Tcl_GetIntFromObj): Corrected flaw in returning the int value of...
check-in: ecd2e927c5 user: dgp tags: core-8-4-branch
2004-09-10
22:59
Minor mods to latest commit to correct bugs and compiler warnings on TCL_WIDE_INT_IS_LONG platforms.... check-in: 36fcd28d9a user: dgp tags: core-8-4-branch
21:52
One less crazy long/wide aunt in the attic... [Bug 868489] check-in: a74b4462f7 user: dkf tags: core-8-4-branch
20:06
Fix [Bug 1025359] to make sure wide seeks don't lose errors check-in: ffbedbe75d user: dkf tags: core-8-4-branch
20:01
* generic/tcl.h: Micro formatting fixes. * generic/tclIOGT.c: Channel version fixed, must be 3, t... check-in: a7219ed430 user: andreas_kupries tags: core-8-4-branch
18:22
* generic/tclNamespace.c (TclGetNamespaceForQualName): Resolved longstanding incons...
check-in: f023e9218c user: dgp tags: core-8-4-branch
15:30
* generic/tclExecute.c (INST_CONCAT1): added a peephole optimisation for concatting an empty strin...
check-in: 4caa0c8b72 user: msofer tags: core-8-4-branch
2004-09-09
17:12
Also corrected faulty prevention of [namespace import] cycles. [Bug 1017299]
check-in: 82b85fe72b user: dgp tags: core-8-4-branch
15:45
* generic/tclNamesp.c (Tcl_ForgetImport): Corrected faulty * tests/namespace.t...
check-in: 4749497df8 user: dgp tags: core-8-4-branch
2004-09-08
18:32
* compat/strftime.c (_conv): Corrected a problem where hour 0 would format as a blank format group w... check-in: 3a35f81202 user: kennykb tags: core-8-4-branch
2004-09-07
18:21
* generic/tclTimer.c: Removed a premature optimisation that attempted to store the assoc data in the... check-in: f36e082082 user: kennykb tags: core-8-4-branch
2004-09-02
13:58
Clarify meaning of [lsearch -dictionary] check-in: c0bfca3cf3 user: dkf tags: core-8-4-branch
2004-09-01
17:28
* win/tclWin32Dll.c (TclWinCPUID): need _asm for WIN64 (Itanium), until we have it, just return un...
check-in: 89a2af995e user: hobbs tags: core-8-4-branch
17:26
WIN64 corrections check-in: 8a4b1a2b00 user: hobbs tags: core-8-4-branch
2004-08-30
18:15
Fix crash in [string map] when objects are shared. [Bug 1018562] check-in: 0a400ea11f user: dkf tags: core-8-4-branch
2004-08-26
17:37
* tests/env.test: macosx fixes.
check-in: 59ec68b96d user: das tags: core-8-4-branch
2004-08-19
21:12
Ensure that the %ld conversion works correctly on 64-bit platforms. [Bug 1011860] check-in: 052cf18b79 user: dkf tags: core-8-4-branch
2004-08-16
14:28
date correction check-in: 13ffccf8ee user: dgp tags: core-8-4-branch
14:18
fix for [Bug 1008314] check-in: 6e5e508723 user: msofer tags: core-8-4-branch
2004-08-13
21:45
* library/msgcat/msgcat.tcl: Added checks to prevent [mclocale] * tests/msgcat.te...
check-in: 9b7f1874b7 user: dgp tags: core-8-4-branch
2004-08-10
19:35
Changed handling of the returned thread ID since broken on 64-bit systems (Cray). Thanks to Rob Ratc... check-in: af8752bc56 user: vasiljevic tags: core-8-4-branch
2004-07-30
15:15
* generic/tclEvent.c (Tcl_Finalize): Re-organized Tcl_Finalize so that Tcl_ExitPr...
check-in: a2629d96aa user: dgp tags: core-8-4-branch
08:32
* unix/configure: * unix/tcl.m4 (SC_CONFIG_CFLAGS): Darwin: instead of setting PLAT_OBJS to expli...
check-in: 26f728866c user: das tags: core-8-4-branch
2004-07-28
16:28
* generic/tclMain.c (Tcl_Main, StdinProc): Append newline only * tests/basic.te...
check-in: f78f682cf1 user: dgp tags: core-8-4-branch
2004-07-26
21:39
(io-61.1): create file in binary mode for x-plat check-in: 5c5e78c14f user: hobbs tags: core-8-4-7, core-8-4-branch
19:14
note 8.4.7 tag date check-in: 4d359a79b7 user: hobbs tags: core-8-4-branch