aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-15tclcompat: it is finally time to remove [case]Steve Bennett2-127/+0
2014-01-15exec: respect $::env even without tclcompatSteve Bennett1-6/+0
2014-01-15tests: fix tests if tclcompat is not enabledSteve Bennett4-5/+27
2014-01-15pid: error message is now tcl 8.6 compatibleSteve Bennett2-7/+7
2014-01-15load: use AssocData to free load handlesSteve Bennett2-11/+14
2014-01-03Revert "Better handling of dict hash tables"Steve Bennett1-21/+43
2014-01-03tailcall: properly merge tailcall framesSteve Bennett3-70/+143
2014-01-03Add regression test for return -code evalSteve Bennett1-0/+9
2014-01-03Remove tabs from source filesSteve Bennett7-554/+551
2013-12-21errors caught by [catch] shouldn't affect later stacktraceSteve Bennett1-0/+2
2013-12-21Simplify UpdateStringOfxxx implementationsSteve Bennett1-50/+33
2013-12-21Make identification of nan and inf more robustSteve Bennett2-59/+71
2013-12-21Implement more dict sub commandsSteve Bennett6-42/+1441
2013-12-21Avoid .eh_frame bloat with newer gccSteve Bennett2-2/+11
2013-12-21Better handling of dict hash tablesSteve Bennett1-43/+21
2013-12-21Use Jim_StrDup() instead of strdup() internallySteve Bennett1-1/+1
2013-12-21Fix a couple of minor build issuesSteve Bennett2-0/+5
2013-12-21Fix the lsort -unique testSteve Bennett1-2/+4
2013-12-21allow hash tables to be randomiseSteve Bennett4-3/+16
2013-12-21Fix hash table order dependency in various testsSteve Bennett5-11/+24
2013-12-21Add support for 'socket pair'Steve Bennett3-26/+58
2013-12-21jimautoconf.h.in should have gone long agoSteve Bennett1-145/+0
2013-12-21aio: add support for half-closeSteve Bennett3-6/+29
2013-12-21tailcall should resolve command in current namespaceSteve Bennett3-38/+70
2013-12-12Fix infinite loop with error in lsort -uniqueSteve Bennett2-5/+10
2013-12-11Add support for lsort -uniqueSteve Bennett3-6/+57
2013-12-11Add support for lsort -realSteve Bennett3-4/+39
2013-12-09Fix aio close from non-global namespaceSteve Bennett6-8/+43
2013-11-28Add basic support for [format %b]Steve Bennett3-1/+56
2013-11-28Fix dict/list shimmering with embedded nullsSteve Bennett2-3/+11
2013-11-19Allow install programs to be overriddenSteve Bennett1-13/+19
2013-11-18Fix previous incorrect namespace fixSteve Bennett1-3/+4
2013-11-18Avoid infinite recursion with namespace importSteve Bennett1-3/+3
2013-11-11Add titles to recent regression testsSteve Bennett1-0/+5
2013-11-11Enhance examples/jtclsh.tclSteve Bennett1-11/+33
2013-11-11Properly respect backslashes in commentsSteve Bennett2-7/+30
2013-11-11Consider scripts with trailing backslash as unfinishedSteve Bennett1-1/+8
2013-11-11regexp: fix utf8_setunicode -> utf8_getcharsSteve Bennett1-4/+4
2013-11-09Strip trailing newline from Jim_HistoryGetLine()Steve Bennett1-0/+5
2013-11-07Improve file copy -force identical file checkSteve Bennett1-1/+6
2013-11-07Fix jim-exec.c compiler warnings on mingwSteve Bennett1-7/+5
2013-11-07Use __strtod() on mingwSteve Bennett1-1/+6
2013-11-07file copy -force handles identical source/targetSteve Bennett3-3/+16
2013-11-06Fix [string tolower] buffer overflow for non-utf8Steve Bennett6-17/+15
2013-11-05Update lsort option documentationSteve Bennett1-6/+4
2013-09-19Update autosetup/jimsh0.c to the most recent versionSteve Bennett1-52/+51
2013-09-19Build on platforms without isasciiSteve Bennett4-2/+22
2013-09-05Update autosetup for haiku supportSteve Bennett3-15/+43
2013-08-28Re-add missing tests from 45e938f7Steve Bennett1-0/+15
2013-08-28Fix aio recvfrom for non-inet socketSteve Bennett2-4/+8