aboutsummaryrefslogtreecommitdiff
path: root/BUGS
AgeCommit message (Collapse)AuthorFilesLines
2010-12-15Fix for right-to-left associativity of ternary operatorSteve Bennett1-5/+1
Signed-off-by: Patrick WEBER <patrick.weber@live.com> Signed-off-by: Steve Bennett <steveb@workware.net.au>
2010-10-15Many improvements, bug fixesSteve Bennett1-3/+0
*: Allow math functions to be enabled via configure *: Allow support for references to be removed *: Documentation updates *: Jim_ListLength() now returns the result directly *: Optimise list -> dict conversion *: Consistent capitalisation of some structures, functions *: Add support for abbreviations to Jim_GetEnum() *: The commands to 'info' may be abbreviated *: Use abbreviation support in parsing options to 'subst' *: Use Jim_GetEnum() to parse return code names *: Optimise 'array get', 'array set' if no conversion needed *: Import Tcl string.test *: string compare now returns -1,0,1 like Tcl *: Fix 'string last' with index=0 *: Add support for 'string reverse' *: Add -nocase option to 'string equal' *: Fix infinite loop in 'string repeat str -1' *: Support braced patterns in glob *: glob should not return dot files unless the pattern starts with . *: Simplify glob.tcl by using some new features *: When creating C extensions from Tcl, preserve newlines and invoke with Jim_Eval_Named() to produce more meaningful error messages. *: Also remove all comments, not just those starting in the first column *: Add support for 'n+n' and 'n-n' in string/list indexes (Tcl 8.5) *: Add a level to the stack trace for 'return -code error' *: 'return -code' should also affect the return from 'source' (see Tcl docs) *: Fix lsort -command *: Some systems don't have INFINITY
2010-10-15Simplify expr evaluationSteve Bennett1-2/+10
2010-10-15Bugs, features, testsSteve Bennett1-7/+1
Subst was broken for backslash escapes Add support for return, break, continue in subst commands Accept abbreviations for switches to subst Fix 'list #' More tests
2005-09-19Updated BUGS, fixed some minor problem with GCC 4.x compilation.antirez1-0/+3
2005-03-15[info level ?level?] fixed. Tests uncommented.antirez1-3/+0
2005-03-04jim::libpath renamed into jim.libpath. Also there was a bug listedantirez1-3/+0
in the BUG file about jim.libpath lookup performed using the local variable API that's now fixed. In order to fix the problem the new API call Jim_GetGlobalVariableStr() was added. Jim_GetVariableStr() and Jim_GetGlobalVariableStr() are now exported.
2005-02-27aritymin/aritymax information no longer used for C-coded commands.antirez1-0/+3
API changed accordingly.
2005-02-27Fixed a bug in the parsing of <backslash><newline>. Now it'santirez1-0/+2
rendered as a single space.
2005-02-26Initial revisionantirez1-0/+7