summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* default Makefile optimization level set to -O2 again.antirez2005-03-11
* Some fix to bench.tcl to make it able to run in Tcl7.6.antirez2005-03-10
* [lsort] command and list sorting low-level functions (Pat Thoyts).antirez2005-03-07
* Added Jim_GetEnum() API function. StringCoreCommand and AIO extensionantirez2005-03-06
* Initial version of AIO (ANSI C I/O) extension added.antirez2005-03-05
* Added a 'commit' makefile target to generate ChangeLog + cvs commit.antirez2005-03-04
* Use command line vars in the Makefile.patthoyts2005-03-04
* Made exporting of symbols to the API less error proneantirez2005-03-03
* improtant fix! jim error message visualization was brokenantirez2005-03-03
* Makefile dependences updatedantirez2005-03-03
* more verbose README, a Makefile fix for mingw.antirez2005-03-02
* shell and library splitted. Now jim.c contains only theantirez2005-03-02
* Added fledgling COM support for Win32. Unicode object and a Ole32 object typespatthoyts2005-03-01
* make clean now deletes *.dll tooantirez2005-02-27
* documentation changes, makefile modified to build jim-win32.dllantirez2005-02-27
* Fixed a bug in the parsing of <backslash><newline>. Now it'santirez2005-02-27
* Initial revisionantirez2005-02-26