aboutsummaryrefslogtreecommitdiff
path: root/regtest.tcl
AgeCommit message (Expand)AuthorFilesLines
2023-05-06jim: info frame improvementsSteve Bennett1-0/+3
2021-12-16dict: consider dummy entries when determining when to expand hash tableSteve Bennett1-0/+24
2020-07-12string last: fix segfault with invalid indexSteve Bennett1-0/+5
2020-05-27lsearch: handle too few args with -commandSteve Bennett1-0/+6
2017-08-07expr: Fix refcount issue converting invalid booleanSteve Bennett1-0/+5
2017-08-07expr: Check for missing operand to operatorSteve Bennett1-0/+5
2017-05-26format: validate too long precisionSteve Bennett1-0/+5
2017-05-26scan: validate -ve XPG3 specifierSteve Bennett1-0/+5
2017-05-23expr: Replace expression engineSteve Bennett1-0/+5
2017-05-12scan: Ensure format is converted to string formSteve Bennett1-0/+5
2017-05-12regexp: Fix bad memory access on missing close braceSteve Bennett1-0/+5
2017-05-12lsort -unique: Fix case with no duplicatesSteve Bennett1-0/+5
2017-05-12format: Validate too many flags in format stringSteve Bennett1-0/+5
2017-05-12exec: Fix check for | and |&Steve Bennett1-0/+5
2017-05-12scan: error on missing conversion charSteve Bennett1-0/+5
2017-05-12jim: Fix ref count problem with interpolated dict substSteve Bennett1-0/+1
2017-05-12lsort: Fix a refcount issueSteve Bennett1-0/+6
2017-04-07expr: Add better checks for invalid ternary expressionSteve Bennett1-0/+5
2017-04-07Fix ref count for interpolation/expressionSteve Bennett1-0/+6
2017-04-07expr: fix crash on invalid ternary orderSteve Bennett1-0/+5
2017-04-07Fix / command: divide by zeroSteve Bennett1-0/+5
2016-09-05Fix a crash due to cached local command resolutionSteve Bennett1-0/+15
2016-08-17Don't unconditionally define _GNU_SOURCESteve Bennett1-1/+7
2014-04-28aio: Fix conflict between onexception and writableSteve Bennett1-5/+5
2014-04-28Add testSteve Bennett1-0/+8
2014-04-23array: avoid crash on unset variableSteve Bennett1-0/+5
2014-01-18regtest: don't exit prematurely from test 32Steve Bennett1-1/+1
2014-01-03Add regression test for return -code evalSteve Bennett1-0/+9
2013-12-12Fix infinite loop with error in lsort -uniqueSteve Bennett1-0/+5
2013-11-11Add titles to recent regression testsSteve Bennett1-0/+5
2013-11-06Fix [string tolower] buffer overflow for non-utf8Steve Bennett1-0/+4
2012-03-13Fix a reference counting bugSteve Bennett1-0/+6
2011-12-16Fix bug when calling ref finalizersSteve Bennett1-0/+8
2011-12-02Prevent infinite recursion for eval, aliasSteve Bennett1-0/+18
2011-11-18Don't allow upvar to a higher levelSteve Bennett1-0/+13
2011-11-18Improvements to variable caching and resolutionSteve Bennett1-0/+12
2011-07-27Fix object leak in regexp/regsubSteve Bennett1-0/+10
2011-07-07Use clock instead of open for loadable module bugSteve Bennett1-3/+4
2011-06-21Fix crash on dup of object with script repSteve Bennett1-0/+7
2011-05-26Fix an infinite loop in substSteve Bennett1-0/+5
2011-05-26Fix crash with: global ::nameSteve Bennett1-0/+6
2011-05-25Fix a crash when evaluating an invalid expressionSteve Bennett1-0/+7
2011-04-12Fix [for] crash if loop var is unsetSteve Bennett1-0/+7
2010-11-26Bug fix: crash parsing invalid dict sugarSteve Bennett1-0/+5
2010-10-15Fix bug when renaming the current procSteve Bennett1-0/+5
2010-10-15Fix reference counting of stack trace in 'error'Steve Bennett1-0/+8
2010-10-15Fix crash on expand of empty argSteve Bennett1-0/+6
2010-10-15Fix a crash during list parsingSteve Bennett1-0/+6
2010-10-15It was possible to create a bad refSteve Bennett1-0/+6
2010-10-15Reference count commandsSteve Bennett1-0/+6