summaryrefslogtreecommitdiff
path: root/jim.c
Commit message (Expand)AuthorAge
...
* Fix some minor compiler warnings.Steve Bennett2016-08-29
* expr: use fabs() for double abs if --math is specifiedSteve Bennett2016-08-29
* zlib: Fix arg error checkingSteve Bennett2016-08-28
* Don't unconditionally define _GNU_SOURCESteve Bennett2016-08-17
* expr: fixes for pow/**Steve Bennett2016-08-17
* expr: fix adjacent terms in function callsSteve Bennett2016-08-17
* expr: Improve mathfunc handlingSteve Bennett2016-08-17
* expr: add support for atan2, hypot and fmodSteve Bennett2016-08-17
* Boolean contstants in expr, `string is boolean` classificationNikita Borodikhin2016-07-10
* Prevent static analysers from thinking that variable fn might be used whilst ...Evan Hunter2016-03-27
* Fix shift operator so result is the expected 64 bit valueEvan Hunter2016-03-27
* jim: Jim_ScriptIsComplete() now takes an objectSteve Bennett2016-03-27
* Small code cleanupsSteve Bennett2016-03-27
* jim.c,jim.h: fix typosSteve Bennett2016-02-11
* Add the tcl_platform(engine) array element.mistachkin2016-01-18
* jim: fix typos in commentsAntonio Borneo2015-11-30
* jim: highlight switch's case fall-throughAntonio Borneo2015-11-30
* jim.c: fix typoSvyatoslav Mishyn2015-07-08
* typosSvyatoslav Mishyn2015-06-28
* jim.c: fix comment for Jim_String()Steve Bennett2015-06-26
* chained tailcalls were not always being runSteve Bennett2015-06-03
* Improve performance of script validation commitSteve Bennett2015-01-16
* Throw an error when parsing a bad scriptSteve Bennett2014-12-31
* add support for [info source ?filename line?]Steve Bennett2014-12-09
* Implement string cat (TIP #429)Steve Bennett2014-11-17
* Add more tcl compatiblitySteve Bennett2014-10-15
* jim.c: string to double conversion error messageSteve Bennett2014-10-11
* alias: don't rely on internal list never shimmeringSteve Bennett2014-10-10
* jim.c: make lindex work as identity function.Danyil Bohdan2014-07-26
* jim.c: Squelch a coverity false positiveSteve Bennett2014-04-28
* jim.c: Simplify Jim_GetIndex() for int conversionSteve Bennett2014-04-28
* jim.c: fix mem leak in foreachSteve Bennett2014-04-23
* jim.c: Fix invalid bit shiftSteve Bennett2014-04-23
* jim.c: fix a minor typoSteve Bennett2014-04-23
* jim.c: missing va_endSteve Bennett2014-04-23
* jim.c: Restore errors for Jim_EvalFile()Steve Bennett2014-03-19
* jim.c: check for missing quotes, etc. in eval, exprSteve Bennett2014-03-18
* jim.c: preserve source info on interpolationSteve Bennett2014-03-14
* jim.c: properly free cached callframesSteve Bennett2014-01-27
* many comment changes, some small code changesSteve Bennett2014-01-21
* expr: Simplify JimExprParseIrrationalsSteve Bennett2014-01-21
* jim.c: fix some dict/list shimmering issuesSteve Bennett2014-01-18
* jim.c: fix a compiler warning for gcc/glibcSteve Bennett2014-01-17
* jim.c: simplify JimDictExpandArrayVariable()Steve Bennett2014-01-15
* expr: remove custom number parsing for exprSteve Bennett2014-01-15
* jim.c: simplifiy Jim_StrEqObj()Steve Bennett2014-01-15
* jim.c: Simplify calls to JimFreeCallFrame()Steve Bennett2014-01-15
* jim.c: Use key dup and val dup for dictsSteve Bennett2014-01-15
* jim.c: Fix Jim_ReplaceHashEntry() for ref counted objectsSteve Bennett2014-01-15
* jim.c: only complain on unfreed objects if --maintainerSteve Bennett2014-01-15