]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/unified_temporary_file__47__directory_handling.mdwn
mercurial: Implement rcs_diff. (Daniel Andersson)
[ikiwiki.git] / doc / todo / unified_temporary_file__47__directory_handling.mdwn
index 1e39d067111a67603e6a8a8580a8a3c3b1e341f6..ca63fbeea730886f25488c8837a81fc6ea254b1b 100644 (file)
@@ -12,3 +12,8 @@ Off to cut and paste :-) --[[DavidBremner]]
 > unification. Using `File::Temp` (and avoiding the posibly insecure
 > `mktemp`, `tmpname`, and `tempnam` functions) is probably as unified as
 > can be managed. --[[Joey]]
+
+>> OK, fair enough. Somehow the code in teximg made me think it was
+>> all a bit complicated. But after I played with it a bit more (and used File::Temp)
+>> I tend to agree, there is no real problem there to fix.  
+>> Feel free to mark [[done]] [[DavidBremner]]