aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2005-03-24A simple SDL extension for Jim.antirez1-2/+11
2005-03-19[finalize] command and relative C API added (SS).antirez1-0/+4
2005-03-18Fixed an EXPR bug.antirez1-1/+1
2005-03-17The interactive prompt can now used to type/paste multi line scripts.antirez1-1/+7
2005-03-15clean target of Makefile now deletes .xo files too.antirez1-1/+1
2005-03-11default Makefile optimization level set to -O2 again.antirez1-1/+1
2005-03-10Some fix to bench.tcl to make it able to run in Tcl7.6.antirez1-1/+1
2005-03-07[lsort] command and list sorting low-level functions (Pat Thoyts).antirez1-1/+1
2005-03-06Added Jim_GetEnum() API function. StringCoreCommand and AIO extensionantirez1-0/+3
2005-03-05Initial version of AIO (ANSI C I/O) extension added.antirez1-1/+3
2005-03-04Added a 'commit' makefile target to generate ChangeLog + cvs commit.antirez1-0/+4
2005-03-04Use command line vars in the Makefile.patthoyts1-13/+29
2005-03-03Made exporting of symbols to the API less error proneantirez1-0/+4
2005-03-03improtant fix! jim error message visualization was brokenantirez1-0/+3
2005-03-03Makefile dependences updatedantirez1-0/+3
2005-03-02more verbose README, a Makefile fix for mingw.antirez1-0/+3
2005-03-02shell and library splitted. Now jim.c contains only theantirez1-1/+1
2005-03-01Added fledgling COM support for Win32. Unicode object and a Ole32 object typespatthoyts1-1/+1
2005-02-27make clean now deletes *.dll tooantirez1-1/+1
2005-02-27documentation changes, makefile modified to build jim-win32.dllantirez1-1/+5
2005-02-27Fixed a bug in the parsing of <backslash><newline>. Now it'santirez1-1/+4
2005-02-26Initial revisionantirez1-0/+54