Differences From Artifact [100818685a]:
- Executable file
kitsh/buildsrc/kitsh-0.0/stringify.tcl
— part of check-in
[44e0b4f94c]
at
2010-09-26 04:40:56
on branch trunk
— Added preliminary support for using a Tcl-based metakit reader (mk4tcl.tcl,
based off ReadKit) if Mk4tcl support not found
Updated mk4tcl to cleanup if build fails, to prevent false detection (user: rkeene, size: 394) [annotate] [blame] [check-ins using]
To Artifact [07e25e6903]:
- Executable file
kitdll/buildsrc/kitdll-0.0/stringify.tcl
— part of check-in
[424322801f]
at
2010-09-26 04:51:16
on branch trunk
— Got KitDLL storage into workable state
Renamed some files for consistency
Added basic Makefile (user: rkeene, size: 405) [annotate] [blame] [check-ins using] [more...]
- Executable file kitsh/buildsrc/kitsh-0.0/stringify.tcl — part of check-in [0aa038624e] at 2010-09-26 04:41:08 on branch trunk — Updated to not produce spurious newline (user: rkeene, size: 405) [annotate] [blame] [check-ins using]
︙ | |||
17 18 19 20 21 22 23 | 17 18 19 20 21 22 23 24 25 26 27 | - + | append ret " \"$line\\n\"\n" } return $ret } foreach file $argv { |