+2002-05-16 Bruno Haible <bruno@clisp.org>
+
+ * lang-tcl: Explicitly invoke 'format', don't assume that ::msgcat::mc
+ does it when given more than one argument.
+
2002-05-04 Bruno Haible <bruno@clisp.org>
* lang-c++: Use <iostream> instead of <iostream.h> to avoid g++ 3.1
::msgcat::mcload [file join [file dirname [info script]] msgs]
proc _ {s} {return [::msgcat::mc $s]}
puts [_ "'Your command, please?', asked the waiter."]
-puts [::msgcat::mc "%s is replaced by %s." "FF" "EUR"]
+puts [format [::msgcat::mc "%s is replaced by %s."] "FF" "EUR"]
EOF
tmpfiles="$tmpfiles prog.pot"