Differences From Artifact [0713d9aa46]:
- File kitdll/buildsrc/kitdll-0.0/tclsh.c — part of check-in [742f8f4178] at 2010-09-30 05:38:13 on branch trunk — Renamed test driver "tclsh" (user: rkeene, size: 220) [annotate] [blame] [check-ins using]
- File
kitdll/buildsrc/kitdll-0.0/test.c
— part of check-in
[8fde0c7fbf]
at
2010-09-30 05:35:48
on branch trunk
— Fixed test driver to call initialization routine -- changed to tclsh.
Updated to support determing encoding from environment
Removed debugging printfs/puts (user: rkeene, size: 220) [annotate] [blame] [check-ins using]
To Artifact [5950dce536]:
- File
kitdll/buildsrc/kitdll-0.0/tclsh.c
— part of check-in
[2dbaa7246a]
at
2010-09-30 09:25:08
on branch trunk
— Added Tk support
Added wish test driver
Fixed issue with stripping KitDLL
Minor cleanup (user: rkeene, size: 171) [annotate] [blame] [check-ins using]
- File kitsh/buildsrc/kitsh-0.0/tclsh.c — part of check-in [55cb9f600a] at 2011-05-20 05:50:13 on branch merge-kitdll-kitsh-common — First set of merges from KitDLL to KitSH (user: rkeene, size: 171) [annotate] [blame] [check-ins using]
|
| < < < < | 1 2 3 4 5 6 7 | #include <tcl.h> int Tcl_AppInit(Tcl_Interp *interp) { return(Tcl_Init(interp)); } int main(int argc, char **argv) { |
︙ | ︙ |