Timeline
Not logged in

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

50 events by user dkf occurring around 2003-04-05 01:25:08.

2003-04-16
23:08
If you deal with network sockets, you should care about encodings. Tcl cannot guess it for you. Up... check-in: 09bd2adfb4 user: dkf tags: core-8-4-branch
23:06
If you deal with network sockets, you should care about encodings. Tcl cannot guess it for you. Up... check-in: a545263715 user: dkf tags: trunk
22:29
Math funcs might have to deal with wide ints; document this. [Bug 709720] check-in: 975a2bfb30 user: dkf tags: trunk
22:26
Math funcs might have to deal with wide ints; document this. [Bug 709720] check-in: ef18c20b1e user: dkf tags: core-8-4-branch
2003-04-14
17:07 Ticket [630621ffff] doc that socket uses system encoding by default status still Open with 2 other changes artifact: 91f1b61653 user: dkf
17:03 Ticket [679010ffff] fconfigure docs contain serial info (wrong place) status still Open with 6 other changes artifact: 6aa4ba1eb6 user: dkf
2003-04-10
15:47 Closed ticket [718543ffff]: binary man page contains typo plus 8 other changes artifact: 386f6d658a user: dkf
13:11
Fixed formatting problem (thanks Emacs... not!) that made tools/tcltk-man2html.tcl barf. Thanks to G... check-in: 0d2359c04a user: dkf tags: trunk
08:28
Another minor typo check-in: 547cba4c1d user: dkf tags: trunk
08:28
Another minor typo. check-in: 822c086805 user: dkf tags: core-8-4-branch
08:20
Fixed silly typo. [Bug 718543] check-in: 901a72353d user: dkf tags: core-8-4-branch
08:17
Silly typo fix. [Bug 718543] check-in: da74fccced user: dkf tags: trunk
2003-04-08
22:59
Use correct test for the empty string in Tcl_ErrorObjCmd check-in: 010e8b5f9e user: dkf tags: core-8-4-branch
22:55
Use correct test for the empty string in Tcl_ErrorObjCmd check-in: ef2993d250 user: dkf tags: trunk
2003-04-07
19:54 Closed ticket [716327ffff]: Dict fails to build with MSVC plus 7 other changes artifact: 67fdcf81f7 user: dkf
17:26 Closed ticket [713562ffff]: missing wideInt Tcl_ObjType plus 3 other changes artifact: 1e4bf483a8 user: dkf
17:25 Closed ticket [715751ffff]: several bugs in tclDictObj.c plus 7 other changes artifact: f26a837a26 user: dkf
13:52
Yet more warning killing, this time reported by Miguel Sofer by private chat. check-in: 57cb837b21 user: dkf tags: trunk
12:39
Stopped compilers from moaning about switch fall-through. [Bug 716327] check-in: 380ac7597f user: dkf tags: trunk
12:27
Make sure that tclWideIntType is defined and somewhat sensible everywhere. [Bug 713562] check-in: be174d7910 user: dkf tags: core-8-4-branch
10:11
Fixed bugs 715751 and 713562 so dict code should build everywhere and wide ints be defined (though n... check-in: f23a4e29f6 user: dkf tags: trunk
2003-04-05
09:17 Closed ticket [654893ffff]: Dictionary (TIP#111) Implementation plus 7 other changes artifact: 9dde2006b3 user: dkf
01:41
Final stage of getting dictionaries into the core. Test suite should work now! check-in: 163b5f431c user: dkf tags: trunk
01:26
Regen. check-in: 9deabe743b user: dkf tags: trunk
01:25
Build support for dicts on Unix and Windows, plus public API (structure declaration and stubs entrie... check-in: 6c777daa5a user: dkf tags: trunk
01:03
The bulk of the TIP#111 implementation. Still need to finish plumbing this into the rest of the cor... check-in: 8de7c7d408 user: dkf tags: trunk
2003-04-02
21:03 Ticket [713194ffff] IPv6 patch status still Open with 4 other changes artifact: 615e0449fb user: dkf
2003-03-31
16:37 Ticket [705917ffff] segfault in stack.test with threaded build on SuSE 8.0 status still Open with 4 other changes artifact: 9149210764 user: dkf
2003-03-28
23:19 Ticket [711371ffff] inconsistent error message from compiled if command status still Open with 1 other change artifact: d060f39dc2 user: dkf
2003-03-27
21:42 Closed ticket [710740ffff]: Vanishing scrollbars under Windows XT plus 7 other changes artifact: 4e6bdb3865 user: dkf
21:03 Closed ticket [710369ffff]: expr.test: re-use of test name plus 4 other changes artifact: 351f676813 user: dkf
21:03 Closed ticket [710365ffff]: test suite name's dup'd plus 4 other changes artifact: b425ac837d user: dkf
20:35 Closed ticket [710349ffff]: trace.test: duplicate test names plus 3 other changes artifact: 34580b888b user: dkf
20:34 Closed ticket [710327ffff]: test names re-used plus 3 other changes artifact: 0dd5d36907 user: dkf
20:34 Closed ticket [710322ffff]: re-used test names plus 3 other changes artifact: 6a7b289865 user: dkf
20:33 Closed ticket [710363ffff]: utf.test: dup test names plus 3 other changes artifact: 7b1b3ba468 user: dkf ... 1 similar event omitted.
18:01 Ticket [427697ffff] Script for Making Dependency Information status still Open with 4 other changes artifact: 0c48f58fbb user: dkf
13:49
More elimination of dup test numbers [Bugs 710365, 710369] check-in: 4d2f94712f user: dkf tags: core-8-4-branch
13:48
More elimination of dup test numbers [Bugs 710365, 710369] check-in: 195a1e4b1c user: dkf tags: trunk
13:19
Eliminated duplicate test numbers [Bugs 710322, 710327, 710349, 710363] check-in: c4260afab6 user: dkf tags: trunk
13:10
Removed test number dups [Bugs 710322, 710327, 710349, 710363] check-in: 3d89ba6a88 user: dkf tags: core-8-4-branch
2003-03-26
22:29 Ticket [709720ffff] TCL_WIDE_INT type of Tcl_Value not doc'd status still Open with 5 other changes artifact: f629b568b0 user: dkf
22:21 Ticket [708907ffff] expose Tcl_GetMemoryInfo on Win32 status still Open with 2 other changes artifact: 7bdca5180f user: dkf
2003-03-21
16:45 Ticket [707104ffff] interp alias commands cannot be renamed status still Open with 4 other changes artifact: 7826f9caa9 user: dkf
16:35 Ticket [707174ffff] stub entry != function --> infinite loop status still Closed with 6 other changes artifact: 8f67cf262f user: dkf
2003-03-20
17:16 Closed ticket [706581ffff]: compilation warning on new switch compiler plus 8 other changes artifact: 513e18f695 user: dkf
10:03
Stopped some GCC possibly-uninit-variable warnings. check-in: 750162b7e1 user: dkf tags: trunk
2003-03-19
04:00 Ticket [654893ffff] Dictionary (TIP#111) Implementation status still Open with 4 other changes artifact: 9f16792b8e user: dkf
2003-03-17
21:38 Closed ticket [703807ffff]: misleading documentation: lsearch,lsort plus 7 other changes artifact: 2745154c2e user: dkf