-
217974 and 219271 are requesting an uninstall target in the Makefile. This is not what I want, because it would mean that you have to keep the build environment around. An uninstall.sh is more flexible.
2009-11-13 10:41:05 UTC in Tcl
-
Looking through unix/Makefile.in of the current HEAD I noticed that every file that gets installed is handled separately. It is either going through a for-loop or has a separate line in one of the install-targets. Thus is should be possible to extend the install-targets to generate an uninstall.sh script, that would remove the installed parts again.
Even if I missed something and there are...
2009-11-11 07:51:07 UTC in Tcl
-
I hereby withdraw my objection :-) ... I read through the RFCs and it seems I indeed had the wrong impression that there is a strict definition of the last part of the URL notation.
-- Matthias Kraft.
2009-11-10 20:53:22 UTC in Tcl
-
So what will Tcl_GetBlocksFromStat() return , if st_blocks is not available? And how does Tcl support me to find out, of which size 1 block in st_blocks is? Don't answer "look at Tcl_GetBlockSizefromStat()"! That's returning st_blksize, and this may or may not the actual block size...
Linux "man 2 stat":
----
The st_blocks field indicates the number of blocks allocated to the file...
2009-11-06 08:57:28 UTC in Tcl
-
Oh ... and the code came in with the implementation of TIP 72.
2009-11-05 08:35:06 UTC in Tcl
-
Summing up some conversation on the chat about this topic, today:
* To enable this code one apparently has to provide the defines HAVE_ST_BLOCKS and USE_OBSOLETE_FS_HOOKS. Neither one is provided via the autoconf stuff.
* If I read the commentary in tclIOUtil.c correctly, this was never released and is only in there for backward compatibility for TclPro.
* st_blocks itself is relatively...
2009-11-05 08:33:23 UTC in Tcl
-
I am also against such a move. If this is really needed and going to be implemented, please ensure it either has to be explicitly switched on, or can at least be switched off...
-- Matthias Kraft.
2009-11-03 12:01:34 UTC in Tcl
-
Hi Pat,
tkchat-1.470.kit with a ActiveTcl 8.5.7 shows the new animated :drunk: and :headbang: icons with pixel salad. The static versions seem to be ok.
kind regards
-- Matthias Kraft.
2009-05-26 08:06:06 UTC in tcllib
-
So, these 4 lines in treectrl's comment from 2008-11-07 seem to do the job. They, however, do not yet appear in the code. How to proceed from here?
kind regards
-- Matthias Kraft.
2009-03-30 14:39:50 UTC in TkTreeCtrl
-
It is the oom_killer, the machine I have available here only has 512 MB RAM and 1.5 GB swap. I cannot change that. The Mainframe is hosting quite a number of Linux VMs, changing parameters is a budget matter ...
kind regards
-- Matthias Kraft.
2009-03-20 14:31:14 UTC in Tcl