aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-15Add do-nothing fileevent for Tcl compatibilitySteve Bennett2-5/+10
2010-10-15Fix QNX buildSteve Bennett1-1/+1
2010-10-15Improvements to script internal repSteve Bennett2-65/+56
2010-10-15Don't depend on specific regexp messagesSteve Bennett1-6/+6
2010-10-15Move test.tcl to tests/jim.testSteve Bennett4-4398/+4372
2010-10-15eventloop improvements and enhancementsSteve Bennett9-212/+887
2010-10-15Fix some eventloop bugsSteve Bennett4-14/+185
2010-10-15Clean up some debuggingSteve Bennett6-75/+53
2010-10-15Source info was lost when converting source to listSteve Bennett2-18/+35
2010-10-15Make sure all static data is marked read-onlySteve Bennett4-18/+16
2010-10-15Better internal script representationSteve Bennett2-319/+295
2010-10-15Implement 'after ms'Steve Bennett2-4/+14
2010-10-15Add support for 'info references'Steve Bennett2-5/+37
2010-10-15Fix crash on expand of empty argSteve Bennett2-6/+12
2010-10-15Fix a crash during list parsingSteve Bennett2-1/+12
2010-10-15It was possible to create a bad refSteve Bennett2-2/+8
2010-10-15Fix a bug with 'time' if the count is 0Steve Bennett1-3/+5
2010-10-15Add an optional 'putter' function to parraySteve Bennett2-3/+22
2010-10-15Implement open "|..."Steve Bennett4-19/+72
2010-10-15autoconf improvementsSteve Bennett5-24/+88
2010-10-15Rename GetFileType() -> JimGetFileType()Steve Bennett1-4/+4
2010-10-15Reduce excessive stack usageSteve Bennett11-38/+66
2010-10-15Set $::errorCode from execSteve Bennett6-15/+124
2010-10-15Use setjmp to better handle lsort errorsSteve Bennett1-15/+15
2010-10-15Fix some eventloop problemsSteve Bennett4-57/+41
2010-10-15Fix help/usage from subcmds under some circumstancesSteve Bennett1-24/+17
2010-10-15fh error not cleared after signalSteve Bennett1-5/+6
2010-10-15aio recvfrom was not null terminating the resultSteve Bennett1-0/+1
2010-10-15Add 'string is' to JimSteve Bennett3-12/+290
2010-10-15Use Jim_GetId() it both sqlite extensionsSteve Bennett2-32/+4
2010-10-15Add basic ipv6 support to JimSteve Bennett9-89/+365
2010-10-15Clean up the indentation messSteve Bennett52-4752/+5122
2010-10-15Fix dynamic loading of extensionsSteve Bennett1-4/+31
2010-10-15Small improvements to testsSteve Bennett6-24/+51
2010-10-15Fix exec with vfork()Steve Bennett3-61/+68
2010-10-15Improvements to jim configureSteve Bennett15-357/+774
2010-10-15Make udp sockets usefulSteve Bennett7-21/+216
2010-10-15More reliable approach to handling signal namesSteve Bennett1-107/+45
2010-10-15Minor compiler compatibility fixes and ref count fixSteve Bennett2-7/+13
2010-10-15White space changes to match jimtcl master branchSteve Bennett1-850/+850
2010-10-15Remove various obsolete filesSteve Bennett6-235/+0
2010-10-15Update test.tcl for new regsub/regexp error messageSteve Bennett1-8/+8
2010-10-15Check that a sourced script is completeSteve Bennett1-37/+24
2010-10-15Implement 'info frame' and some related procsSteve Bennett5-50/+107
2010-10-15Improvements to tailcallSteve Bennett7-42/+104
2010-10-15Move some core procs into the (Tcl) stdlib extensionSteve Bennett10-104/+350
2010-10-15Reference count commandsSteve Bennett3-35/+46
2010-10-15Improve documentation, remove debuggingSteve Bennett3-54/+84
2010-10-15Improvements to 'file mkdir', 'file delete'Steve Bennett3-15/+134
2010-10-15Improvements to catch, return, signal, trySteve Bennett12-200/+601