aboutsummaryrefslogtreecommitdiff
path: root/jim-eventloop.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-19vwait: Fix an arg problem with -signalSteve Bennett1-1/+1
2023-02-13clock millis, time: now use monotonic raw time if possibleSteve Bennett1-30/+4
2023-02-13vwait: add support for vwait -signalSteve Bennett1-3/+20
2022-04-06eventloop: remove timeBaseSteve Bennett1-3/+3
2021-01-10package: add ABI version checkingSteve Bennett1-2/+1
2020-11-15eventloop: Add convenience functions for adding script file handlersSteve Bennett1-0/+49
2017-10-16after: Need to initialise 'ms'Steve Bennett1-1/+3
2017-10-16eventloop: remove leftover debuggingSteve Bennett1-2/+0
2017-10-16eventloop: support sub-millisecond timer resolutionSteve Bennett1-32/+47
2017-09-15eventloop: return from callback is not an errorSteve Bennett1-2/+3
2016-10-06eventloop: Don't assume unistd.h and sys/time.hSteve Bennett1-4/+8
2016-08-17eventloop: Switch to using fd for eventloopSteve Bennett1-15/+14
2014-01-21many comment changes, some small code changesSteve Bennett1-10/+6
2014-01-15eventloop: various minor code cleanupsSteve Bennett1-60/+41
2013-12-21Fix a couple of minor build issuesSteve Bennett1-0/+2
2013-08-02Minor code cleanupsSteve Bennett1-5/+2
2013-08-02Correct file handler should be deletedSteve Bennett1-10/+13
2013-07-22Ensure that signals can break vwaitSteve Bennett1-3/+6
2011-11-24Create build-jim-ext for building extensionsSteve Bennett1-2/+2
2011-09-24Cleanup in jim-eventloopSteve Bennett1-13/+8
2011-09-12Remove all trailing whitespace in sourceSteve Bennett1-6/+6
2011-08-14On mingw32, use Sleep() if usleep() is unavailableSteve Bennett1-0/+3
2011-06-28Fix support for 64-bit mingwSteve Bennett1-31/+30
2011-06-01Add Jim_String() macroSteve Bennett1-1/+1
2011-05-31Remove unused variableSteve Bennett1-2/+1
2011-04-05Better support for eventloop on mingw32Steve Bennett1-47/+66
2010-11-19tv_usec is in usec, not msecSteve Bennett1-1/+1
2010-11-17Add UTF-8 support to JimSteve Bennett1-2/+2
2010-11-09Allow jim to be used as an autoconf subdirSteve Bennett1-0/+1
2010-10-20Declare some internal functions staticSteve Bennett1-1/+1
2010-10-15Licence wording updates.Steve Bennett1-2/+0
2010-10-15Fix -Wshadow warningsSteve Bennett1-1/+1
2010-10-15Portability fixesSteve Bennett1-4/+17
2010-10-15Remove dependence of jim core on stderrSteve Bennett1-2/+4
2010-10-15Make jim more reentrantSteve Bennett1-2/+2
2010-10-15Ensure that Tcl extensions can be built-in or externalSteve Bennett1-0/+3
2010-10-15Minor cleanups and fixesSteve Bennett1-9/+0
2010-10-15eventloop improvements and enhancementsSteve Bennett1-60/+252
2010-10-15Fix some eventloop bugsSteve Bennett1-9/+21
2010-10-15Implement 'after ms'Steve Bennett1-2/+8
2010-10-15Fix some eventloop problemsSteve Bennett1-4/+15
2010-10-15Clean up the indentation messSteve Bennett1-85/+90
2010-10-15Fix some build problems and add lost featuresSteve Bennett1-7/+3
2010-10-15Documentation, build system updatesSteve Bennett1-1/+2
2010-10-15Various general fixes and cleanupsSteve Bennett1-76/+51
2010-10-15Build improvements, bug fixes and compiler warningsSteve Bennett1-3/+3
2010-10-15Simplify use of eventloopSteve Bennett1-8/+1
2010-10-15Fix eCos compatiblity problems with autotools.oyvind1-3/+2
2010-10-152009-10-08 Øyvind Harboeoharboe1-7/+14
2010-10-15Convert jim-aio.c to use subcmdSteve Bennett1-6/+6