Timeline
Not logged in

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

33 check-ins using file generic/tclInterp.c version 6ba4647d77

2007-04-20
04:44
* doc/Notifier.3: Documented Tcl_SetNotifier and Tcl_ServiceModeHook. Quite against my better judgme... check-in: 75a9bc42bc user: kennykb tags: trunk
04:11
Fixed a buglet in recognizing time zone SIERRA check-in: 0c6676638d user: kennykb tags: trunk
03:50
* tests/clock.test (clock-59.1): Added a regression test for military time zone input conversion. [B... check-in: 94e184fbee user: kennykb tags: trunk
03:07
* doc/clock.n: Deleted an entirely superfluous (and also incorrect) remark about the effect of Dayli... check-in: b5adec3d2b user: kennykb tags: trunk
02:46
* tests/clock.test (clock-40.1, clock-58.1): Corrected a test case that depended on ":localtime" bei... check-in: 27ffeedd75 user: kennykb tags: trunk
02:23
* doc/clock.n: Corrected a silly error (transposed 'uppercase' and 'lowercase' in clock.n. [Bug 1656... check-in: d2cd76b378 user: kennykb tags: trunk
2007-04-19
23:37
* doc/clock.n: Corrected a silly error (transposed 'uppercase' and 'lowercase' in clock.n. [Bug 1656... check-in: ef21ab2387 user: kennykb tags: trunk
09:00
Improve const-correctness of RE compiler check-in: cf122e81f8 user: dkf tags: trunk
01:39
* generic/tclExecute.c (INST_LSHIFT): fixed a mistake introduced in version 1.266 ('=' became '=='... check-in: dba372573c user: msofer tags: trunk
2007-04-18
22:49
* generic/tclInt.h (TclDecrRefCount): change the order of the branches, use empty 'if ; else' to h... check-in: 0227587b4d user: msofer tags: trunk
21:00
* generic/tclExecute.c: slight changes in Tcl_Obj management. check-in: ee87a690f4 user: msofer tags: trunk
2007-04-17
20:33
* library/clock.tcl: Fixed the naming of ::tcl::clock::ReadZoneinfoFile because (yoicks!) it was in ... check-in: db337175e8 user: kennykb tags: trunk
20:06
* generic/tclExecute.c: fixed checkInterp logic [Bug 1702212] check-in: 894b75caaa user: msofer tags: trunk
14:49
Eliminate use of (VOID*) casts when calling memset or memcpy. check-in: 45b4948945 user: dkf tags: trunk
14:40
Always cast arg to ckfree to char*, not VOID* check-in: 10759c83a7 user: dkf tags: trunk
2007-04-16
13:36
Complete the purge of K&R function definitions from manually-written code. check-in: 645aed2fcd user: dkf tags: trunk
2007-04-15
19:37
* doc/clock.n: Corrected documentation to avoid periods in the 'A.M.' and 'P.M.' abbreviations. check-in: 3f7f9a1939 user: kennykb tags: trunk
18:59
* generic/tclCompCmds.c: added a cast to silence a compiler error on VC2005. * library/clock.tcl: Re... check-in: 83ba629c74 user: kennykb tags: trunk
2007-04-14
17:35
* generic/tclExecute.c: removed some code at INSTEXPAND_SKTOP that duplicates functionality alread... check-in: 9b6169c048 user: msofer tags: trunk
2007-04-13
09:06
Added keyword check-in: 626e17b371 user: dkf tags: trunk
2007-04-11
17:55
removed stray '//' check-in: 5dbb913fdc user: msofer tags: trunk
17:35
* generic/tclExecute.c: new macros OBJ_AT_TOS, OBJ_UNDER_TOS, OBJ_AT_DEPTH(n) and CURR_DEPTH that ... check-in: dad16a6871 user: msofer tags: trunk
03:18
fixing comments check-in: f155d8df63 user: msofer tags: trunk
03:01
* generic/tclCompCmds.c: moved all exceptDepth management to the macros - the decreasing half was ... check-in: a17178cd6d user: msofer tags: trunk
2007-04-10
22:16
assorted minor cleanup check-in: 033ee817fd user: dkf tags: trunk
22:14
Don't use C++ keywords check-in: f786756b85 user: dkf tags: trunk
22:13
Reformat to standard function definition form check-in: a57ea2b891 user: dkf tags: trunk
22:06
Complete conversion to ANSI function definitions check-in: a940eff372 user: dkf tags: trunk
22:04
Reformat to standard function definition form; don't use C++ keywords check-in: c8b562b1fa user: dkf tags: trunk
22:02
Complete conversion to ANSI function definitions check-in: 4b027b34d3 user: dkf tags: trunk
22:01
Reformat to standard function definition form check-in: 23afa345cb user: dkf tags: trunk
22:01
Complete conversion to ANSI function definitions check-in: 636dd28419 user: dkf tags: trunk
14:47
Handle creation of Tcl_Objs from constant strings better (easier to use, more efficient). After [Pat... check-in: 4d69119aad user: dkf tags: trunk