Age | Commit message (Expand) | Author | Files | Lines |
2010-10-15 | Fix regsub to support strings with embedded nulls | Steve Bennett | 1 | -1/+1 |
2010-10-15 | Fix a concat bug | Steve Bennett | 1 | -0/+32 |
2010-10-15 | Fix error message for deleting nonexistent proc | Steve Bennett | 1 | -0/+155 |
2010-10-15 | Fix some problems with global and upvar | Steve Bennett | 1 | -0/+323 |
2010-10-15 | Portability fixes | Steve Bennett | 1 | -2/+4 |
2010-10-15 | Implement 'pid handle' | Steve Bennett | 1 | -0/+48 |
2010-10-15 | Skip tests for features which are not available | Steve Bennett | 13 | -11/+32 |
2010-10-15 | Source location for failed tests was wrong | Steve Bennett | 1 | -1/+15 |
2010-10-15 | Change tree API to be object-based | Steve Bennett | 1 | -43/+43 |
2010-10-15 | Use $::env to build environment for exec | Steve Bennett | 1 | -0/+39 |
2010-10-15 | Add do-nothing fileevent for Tcl compatibility | Steve Bennett | 1 | -5/+5 |
2010-10-15 | Don't depend on specific regexp messages | Steve Bennett | 1 | -6/+6 |
2010-10-15 | Move test.tcl to tests/jim.test | Steve Bennett | 3 | -25/+4372 |
2010-10-15 | eventloop improvements and enhancements | Steve Bennett | 3 | -47/+540 |
2010-10-15 | Fix some eventloop bugs | Steve Bennett | 1 | -0/+150 |
2010-10-15 | Source info was lost when converting source to list | Steve Bennett | 1 | -16/+17 |
2010-10-15 | Add 'string is' to Jim | Steve Bennett | 1 | -0/+163 |
2010-10-15 | Clean up the indentation mess | Steve Bennett | 3 | -138/+39 |
2010-10-15 | Small improvements to tests | Steve Bennett | 5 | -24/+35 |
2010-10-15 | Improvements to tailcall | Steve Bennett | 2 | -6/+57 |
2010-10-15 | Move some core procs into the (Tcl) stdlib extension | Steve Bennett | 3 | -1/+144 |
2010-10-15 | Improvements to 'file mkdir', 'file delete' | Steve Bennett | 1 | -0/+65 |
2010-10-15 | Improvements to catch, return, signal, try | Steve Bennett | 5 | -60/+148 |
2010-10-15 | Fix lassign to work properly with an empty list | Steve Bennett | 1 | -0/+6 |
2010-10-15 | Fix 'format %%' | Steve Bennett | 1 | -0/+5 |
2010-10-15 | Add tests for 'file copy' | Steve Bennett | 1 | -0/+62 |
2010-10-15 | Enhance catch and 'info returncodes' | Steve Bennett | 1 | -6/+9 |
2010-10-15 | Add basic Tcl implementation of 'try ... finally' | Steve Bennett | 1 | -0/+65 |
2010-10-15 | Improve stack trace handling | Steve Bennett | 4 | -23/+146 |
2010-10-15 | Add exec support for 2>@1 | Steve Bennett | 1 | -0/+4 |
2010-10-15 | Add Jim_SetResultFormatted() for simplied messages | Steve Bennett | 2 | -9/+9 |
2010-10-15 | Implement TIP #288 | Steve Bennett | 3 | -7/+96 |
2010-10-15 | Allow catch to specify what is caught | Steve Bennett | 2 | -1/+49 |
2010-10-15 | Allow incr on unset variable | Steve Bennett | 2 | -1/+22 |
2010-10-15 | Simplify and speed up expr | Steve Bennett | 2 | -1/+8 |
2010-10-15 | Fix null pointer dereference | Steve Bennett | 1 | -0/+10 |
2010-10-15 | Bug fixes and features | Steve Bennett | 1 | -14/+18 |
2010-10-15 | Rework script/subst parser for improved performance | Steve Bennett | 2 | -22/+21 |
2010-10-15 | Many improvements, bug fixes | Steve Bennett | 9 | -3/+775 |
2010-10-15 | More expr tests and fixes | Steve Bennett | 3 | -8/+598 |
2010-10-15 | New features, docs | Steve Bennett | 3 | -8/+245 |
2010-10-15 | New features | Steve Bennett | 1 | -0/+94 |
2010-10-15 | Simplify expr evaluation | Steve Bennett | 2 | -6/+8 |
2010-10-15 | Fix many problem with expr evaluation | Steve Bennett | 2 | -1/+892 |
2010-10-15 | Bugs, features, tests | Steve Bennett | 8 | -8/+589 |
2010-10-15 | Tests, ehancements and bug fixes for exec | Steve Bennett | 1 | -0/+475 |
2010-10-15 | Source cleanups, typos, add test | Steve Bennett | 4 | -2/+423 |
2010-10-15 | Improvements to 'scan' | Steve Bennett | 2 | -59/+51 |
2010-10-15 | Implement and document lassign | Steve Bennett | 1 | -8/+8 |
2010-10-15 | Speed up assign to static dict sugar | Steve Bennett | 2 | -23/+22 |