aboutsummaryrefslogtreecommitdiff
path: root/stdlib.tcl
AgeCommit message (Expand)AuthorFilesLines
2023-06-21stackdump: truncate command at first newlineSteve Bennett1-0/+4
2023-06-21core: Display errors in a more "pythonesque" waySteve Bennett1-26/+13
2023-06-21core: improve eval frame handlingSteve Bennett1-2/+2
2023-05-06jim: info frame improvementsSteve Bennett1-23/+5
2023-04-13stacktrace: handle missing cmd in [info frame]Steve Bennett1-1/+1
2023-02-13Tcl-compatible 'info frame'Steve Bennett1-3/+23
2017-09-15Implement defer, $jim::deferSteve Bennett1-0/+7
2017-09-01Support lambda even if references are disabledSteve Bennett1-0/+7
2016-11-14dict: Fix [dict values] with duplicate valuesSteve Bennett1-5/+0
2016-09-28jim.c: Replace 'dict with' with a C versionSteve Bennett1-21/+0
2016-09-28jim.c: replace 'dict merge' with a C versionSteve Bennett1-13/+0
2014-12-09jim: change the output of errorInfoSteve Bennett1-1/+1
2014-10-28Fix [info nameofexecutable] after [cd]Steve Bennett1-13/+4
2014-01-21many comment changes, some small code changesSteve Bennett1-0/+2
2014-01-15stdlib: errorInfo includes the live stacktraceSteve Bennett1-15/+17
2013-12-21Implement more dict sub commandsSteve Bennett1-6/+86
2011-12-12Implement curry with aliasSteve Bennett1-6/+2
2011-12-02Implement the lassign command in CSteve Bennett1-8/+0
2011-12-02Correct the documentation for 'local'Steve Bennett1-1/+1
2011-11-28Implement [alias] in CSteve Bennett1-10/+0
2011-11-07Allow building with MSVC on windowsSteve Bennett1-1/+1
2011-07-12Return an absolute path for [info nameofexec]Steve Bennett1-4/+4
2010-11-24Add support for [dict] size, merge, withSteve Bennett1-0/+35
2010-11-08Don't hardcode /lib/jimSteve Bennett1-0/+17
2010-10-15Only indicate 'Runtime Error' from a scriptSteve Bennett1-2/+2
2010-10-15Remove dependence of jim core on stderrSteve Bennett1-0/+25
2010-10-15Implement 'info frame' and some related procsSteve Bennett1-4/+37
2010-10-15Move some core procs into the (Tcl) stdlib extensionSteve Bennett1-0/+40