Re: [tcltk-perl] Code for Tcl mainloop routines
Brought to you by:
hobbs
From: Stephane C. <ch...@in...> - 2005-05-23 07:39:38
|
> Stephane, as you said you have a patch for CPAN module named Tcl (and may be > Tcl::Tk?). Would you mind if we look at it? It's not what I would call a patch: 1- we took the Tcl 8.4 sources and did a global replacement of all identifiers starting with TCL, Tcl, or tcl 2- same in perl-Tcl after applying the patches I sent to you 3- and then we started the work on having perl-Tk and its embedded "Tcl" library use the mainloop from our renamed Tcl. What I said was that I was ready to share the code from step 3, but: - there is nothing valuable to share for steps 1 and 2, except some weird version of Tcl 8.4 with strange variable and procedure names. - and the code from step 3 is useless if you don't use that weird Tcl of ours. Vadim, I will send you the code but expect to be disappointed :-) St. |