aboutsummaryrefslogtreecommitdiff
path: root/jim-signal.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-22Help Jim Tcl build on HaikuSteve Bennett1-0/+2
2011-06-01Add Jim_String() macroSteve Bennett1-4/+4
2010-11-17For ctype macros, cast to unsigned charSteve Bennett1-1/+1
2010-11-09Allow jim to be used as an autoconf subdirSteve Bennett1-0/+1
2010-10-15Some systems insist that ctype macros use unsignedSteve Bennett1-1/+1
2010-10-15Portability fixesSteve Bennett1-2/+3
2010-10-15Ensure that Tcl extensions can be built-in or externalSteve Bennett1-0/+3
2010-10-15Set $::errorCode from execSteve Bennett1-0/+10
2010-10-15Clean up the indentation messSteve Bennett1-9/+10
2010-10-15More reliable approach to handling signal namesSteve Bennett1-107/+45
2010-10-15Improvements to catch, return, signal, trySteve Bennett1-16/+82
2010-10-15Various general fixes and cleanupsSteve Bennett1-41/+41
2010-10-15Build improvements, bug fixes and compiler warningsSteve Bennett1-2/+2
2010-10-15Lots of improvementsSteve Bennett1-0/+492