aboutsummaryrefslogtreecommitdiff
path: root/make-c-ext.tcl
AgeCommit message (Collapse)AuthorFilesLines
2020-10-29build: Support sources with CRNL line endings0.80Steve Bennett1-2/+2
make-c-ext.tcl and parse-unidata.tcl now support input files with CRNL line endings Reported-by: Mark@TheMarkitecht.com Signed-off-by: Steve Bennett <steveb@workware.net.au>
2011-07-29Add Jim_EvalSource() to replace Jim_Eval_Named()Steve Bennett1-1/+1
Since the line number should correspond to the first line of the script, it is easier to use with __LINE__ if the filename and line number are before the script. Signed-off-by: Steve Bennett <steveb@workware.net.au>
2011-07-13Generate static Tcl extensions slightly differentlySteve Bennett1-12/+8
Revert to using inline strings rather than static const char[] to avoid confusing bloat-check Signed-off-by: Steve Bennett <steveb@workware.net.au>
2011-06-10Switch to a Tcl version of make-c-extSteve Bennett1-0/+42
Signed-off-by: Steve Bennett <steveb@workware.net.au>
2010-10-15Build improvementsSteve Bennett1-40/+0
Fix for make-c-ext to allow jim to build in a different dir Use a sh-based make-c-ext *: No need to leave one remaining host tcl dependency ------------------------------------------------------------------------
2010-10-15Build fixes, better Jim_EvalFile()Steve Bennett1-0/+40
*: make-c-ext is now make-c-ext.tcl *: build doc/Tcl.html with asciidoc *: Jim_SetIntResult -> Jim_SetResultInt *: Jim_EvalFile() now reads the file contents in one go