aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2010-02-01Make this target work on FreeBSD and GNU/Linux actually.Wojciech A. Koszek1-1/+1
2010-02-01Correct the way in which we build shared library. This should silence allWojciech A. Koszek1-3/+6
2010-02-01Make jim.c clean enough to be able to build it with -pedantic onWojciech A. Koszek1-1/+1
2010-01-22makefile: target to implement Jim as a shared libraryWojciech A. Koszek1-1/+6
2008-11-07more whitespace fixesoharboe1-2/+2
2008-11-06whitespace fixoharboe1-37/+39
2008-11-05* jim-hwio.c: file addedoharboe1-2/+8
2005-04-26mingw compilation fix (excluding the compilation of animate window win32 cmd)antirez1-0/+1
2005-04-18First version of the Jim eventloop extension, exportingantirez1-0/+8
2005-04-05.jimrc support (or jimrc.tcl). Minimal readline extension, just enoughantirez1-0/+9
2005-04-04Some change in the standard library, a bug about [info body/args]antirez1-1/+1
2005-04-02Committed the sqlite extension and documentation.antirez1-0/+4
2005-04-02Added a very immature start of a Jim standard library.antirez1-1/+1
2005-04-02Changes to Makefile to reflect that now libraries must have the versionantirez1-15/+18
2005-04-02[package require] + Makefile changes about libraries currently not working...antirez1-10/+25
2005-03-29A number of fix for commands optimizing a bit too much objectsantirez1-0/+2
2005-03-26some GFX primitive to SDL extension. Minor changes to jim.cantirez1-1/+1
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