summaryrefslogtreecommitdiff
path: root/stdlib.tcl
Commit message (Expand)AuthorAge
* Implement defer, $jim::deferSteve Bennett2017-09-15
* Support lambda even if references are disabledSteve Bennett2017-09-01
* dict: Fix [dict values] with duplicate valuesSteve Bennett2016-11-14
* jim.c: Replace 'dict with' with a C versionSteve Bennett2016-09-28
* jim.c: replace 'dict merge' with a C versionSteve Bennett2016-09-28
* jim: change the output of errorInfoSteve Bennett2014-12-09
* Fix [info nameofexecutable] after [cd]Steve Bennett2014-10-28
* many comment changes, some small code changesSteve Bennett2014-01-21
* stdlib: errorInfo includes the live stacktraceSteve Bennett2014-01-15
* Implement more dict sub commandsSteve Bennett2013-12-21
* Implement curry with aliasSteve Bennett2011-12-12
* Implement the lassign command in CSteve Bennett2011-12-02
* Correct the documentation for 'local'Steve Bennett2011-12-02
* Implement [alias] in CSteve Bennett2011-11-28
* Allow building with MSVC on windowsSteve Bennett2011-11-07
* Return an absolute path for [info nameofexec]Steve Bennett2011-07-12
* Add support for [dict] size, merge, withSteve Bennett2010-11-24
* Don't hardcode /lib/jimSteve Bennett2010-11-08
* Only indicate 'Runtime Error' from a scriptSteve Bennett2010-10-15
* Remove dependence of jim core on stderrSteve Bennett2010-10-15
* Implement 'info frame' and some related procsSteve Bennett2010-10-15
* Move some core procs into the (Tcl) stdlib extensionSteve Bennett2010-10-15