|
Funny difference between aliases and args On 12 Jun 2008 22:06:52 GMT, tpoindex(a)nyx.net (Tom Poindexter) wrote: In article <pe-dnYRakthpDczVRVnyjAA(a)bt.com>, Neil Madden <nem(a)cs.nott.ac.uk> wrote: Bryan Oakley wrote: Neil Madden wrote: ...longish thread perhaps summed up as: The Heisenbrace uncertainty principle - May re... 1 Jul 2008 15:25
clock scan (once again) I know, that "clock scan ..." has severly changed between 8.4 and 8.5. One particular change now bit me: set secs 1214923404; # "Tue Jul 01 16:43:24 CEST 2008" (some point in time) clock scan "-1 days" -base $secs In 8.5, doing this rounds down to whole days, whereas in 8.4 it preserved the time_of_day. I w... 3 Jul 2008 05:19
Concurrent async calls in TclSOAP I'm writing a JSON-RPC client implementation, and thought it would be best to tack it on to TclSOAP as another option alongside XML-RPC and SOAP. One thing I have not figured out about the package is how it deals with multiple async calls from the application code. For example, (from the TclSOAP docs) proc go... 2 Jul 2008 01:40
ttk_vsapi - what's that? Hi, I just found this "ttk_vsapi" on wiki page http://wiki.tcl.tk/21276. Can anybody explain me what's that? (wiki page doesn't exist for it yet). Regards, -- Pozdrawiam! (Regards!) Googie ... 2 Jul 2008 09:50
Priya has added you as friend in kirkal.com. Priya has added you as friend in kirkal.com. where you and Priya can network with each other's friends. You can approve or reject this invite from within your account. Click below to Confirm whether you want to be friends with Priya http://www.kirkal.com/join_inv.php?member_id=551 Thanks!!! kirkal tea... 1 Jul 2008 00:02
Bugs awaiting fixes (wa Re: Tcl/Tk 8.5.3 RELEASED) Witek wrote: I repoted a bug in February regarding broken behaviour of tk_getOpenFile -multiple 1 on Linux. I posted it to the bugtracker. Who is the item assigned to? Have you tried writing them to ask what the delay is? -- | Don Porter Mathematical and Computational Sciences Division | | d... 30 Jun 2008 17:53
Do binding scripts become byte compiled? On Mon, 09 Jun 2008 15:19:22 -0500, "Gerald W. Lester" <Gerald.Lester(a)cox.net> wrote: George Peter Staplin wrote: From what I see they don't get byte compiled. Tcl_EvalEx is used, and it has no Tcl_Obj to use to cache the internal bytecode representation. I think the reason has to do with the % su... 2 Jul 2008 14:59
Tcl/Tk 8.5.3 RELEASED Tcl/Tk 8.5.3 Release Announcement June 30, 2008 The Tcl Core Team is pleased to announce the 8.5.3 releases of the Tcl dynamic language and the Tk toolkit. This is the third patch release of Tcl/Tk 8.5. More details can be found below. We would like to express our gratitude to all those who submit bug repor... 8 Jul 2008 15:09
About Tcl syntax... On Fri, 13 Jun 2008 16:24:16 -0700 (PDT), Alexandre Ferrieux <alexandre.ferrieux(a)gmail.com> wrote: In fact, as I said, it could be both an interpreter *and* compiler hook, since both use the same parser. The reason I mentioned [proc] is that it gives a natural boundary for the enabling/disabling of the ... 2 Jul 2008 19:07
clock format does not run in window service Hello! I have the following problem. I make a windows service with the dev kit 4.1. with base-tclsvc-win32-ix86.exe. I run it under Win XP. My test program without any packages: puts "1" puts [clock format [clock seconds] -format %H:%M%:%S] After wrapping ist into an exe, I get the following messag... 9 Jul 2008 03:27 |