aboutsummaryrefslogtreecommitdiff
path: root/jim.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-21lreplace: Implement TIP #505Steve Bennett1-12/+5
2018-09-04Tidy some signed/unsigned comparisonsSteve Bennett1-2/+2
2018-07-08foreach: Avoid memory leak in case of errorSteve Bennett1-1/+2
2018-07-05expr: Fix compiler warning on older gccSteve Bennett1-1/+1
2018-06-08jim.c: Allow Jim_WrongNumArgs() to accept NULL for msgSteve Bennett1-1/+1
2018-06-03jim.c: Jim_Length/Jim_String internal checksSteve Bennett1-5/+2
2018-01-18expr: prevent stack overflowSteve Bennett1-1/+4
2017-12-02jim.c: Various minor cleanupsSteve Bennett1-69/+67
2017-10-16jim: cmdPrivData needs to be saved and restoredSteve Bennett1-0/+3
2017-09-22scan: make some structure members constSteve Bennett1-2/+2
2017-09-21jim.c: minor code cleanups in [switch]Steve Bennett1-24/+16
2017-09-16perf: cache successful Jim_GetEnum() resultsSteve Bennett1-3/+33
2017-09-16defer: fast lookup existence of $jim::deferSteve Bennett1-2/+9
2017-09-15Implement defer, $jim::deferSteve Bennett1-1/+53
2017-08-11expr: remove leftover debugging printfSteve Bennett1-1/+0
2017-08-07jim: Fix ref count issue with dict-substSteve Bennett1-1/+11
2017-08-07expr: Fix refcount issue converting invalid booleanSteve Bennett1-6/+12
2017-08-07expr: Check for missing operand to operatorSteve Bennett1-0/+14
2017-08-03Error on extra characters after close braceSteve Bennett1-3/+17
2017-05-30expr: Ensure that non-zero return codes are passed throughSteve Bennett1-28/+31
2017-05-26scan: validate -ve XPG3 specifierSteve Bennett1-0/+5
2017-05-23expr: Replace expression engineSteve Bennett1-932/+597
2017-05-23optimisation: when converting to double, may not need stringrepSteve Bennett1-6/+5
2017-05-23optimisation: Reuse ExprBool in Jim_GetBoolFromExpr()Steve Bennett1-26/+15
2017-05-12scan: Ensure format is converted to string formSteve Bennett1-2/+2
2017-05-12lsort -unique: Fix case with no duplicatesSteve Bennett1-2/+6
2017-05-12scan: error on missing conversion charSteve Bennett1-1/+6
2017-05-12jim: Fix ref count problem with interpolated dict substSteve Bennett1-17/+17
2017-05-12lsort: Fix a refcount issueSteve Bennett1-2/+5
2017-04-08jimsh: Fix crash with "throw 8"Steve Bennett1-1/+1
2017-04-07expr: Add better checks for invalid ternary expressionSteve Bennett1-5/+13
2017-04-07expr: Add assertion for stack underflowSteve Bennett1-0/+1
2017-04-07Fix ref count for interpolation/expressionSteve Bennett1-1/+2
2017-04-07expr: fix crash on invalid ternary orderSteve Bennett1-1/+5
2017-04-07Fix / command: divide by zeroSteve Bennett1-1/+6
2017-03-03Fix some declarations after codeSteve Bennett1-2/+3
2016-11-14dict: Fix [dict values] with duplicate valuesSteve Bennett1-38/+30
2016-10-12Array fixes and testsEvan Hunter1-10/+29
2016-10-09jim.c: Fix Object leak in zlib supportSteve Bennett1-3/+10
2016-10-09Avoid re-defining _GNU_SOURCEEvan Hunter1-0/+2
2016-10-06jim.c: Use UCHAR() with isxxx() functionsSteve Bennett1-1/+1
2016-09-29Add support for "-commands" to many commandsSteve Bennett1-15/+52
2016-09-28jim.c: Replace 'dict with' with a C versionSteve Bennett1-0/+66
2016-09-28jim.c: replace 'dict merge' with a C versionSteve Bennett1-5/+35
2016-09-05Fix a crash due to cached local command resolutionSteve Bennett1-1/+1
2016-09-04Trim bootstrap jimsh0.77Steve Bennett1-7/+5
2016-08-29Fix some minor compiler warnings.Steve Bennett1-7/+5
2016-08-29expr: use fabs() for double abs if --math is specifiedSteve Bennett1-0/+4
2016-08-28zlib: Fix arg error checkingSteve Bennett1-1/+5
2016-08-17Don't unconditionally define _GNU_SOURCESteve Bennett1-3/+10