aboutsummaryrefslogtreecommitdiff
path: root/jim-aio.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-15Documentation, build system updatesSteve Bennett1-3/+3
2010-10-15Add Jim_SetResultFormatted() for simplied messagesSteve Bennett1-3/+1
2010-10-15Various general fixes and cleanupsSteve Bennett1-7/+3
2010-10-15Implement 'socket pipe'Steve Bennett1-36/+85
2010-10-15Bug fixes, documentation updatesSteve Bennett1-2/+6
2010-10-15aio fixesSteve Bennett1-33/+65
2010-10-15Implement unix domain sockets for socketSteve Bennett1-92/+181
2010-10-15Bugs, features and testsSteve Bennett1-7/+5
2010-10-15Enhance exec, bioSteve Bennett1-0/+9
2010-10-15Build even if eventloop is not enabledSteve Bennett1-22/+22
2010-10-15Convert jim-aio.c to use subcmdSteve Bennett1-342/+416
2010-10-15Small improvementsSteve Bennett1-9/+13
2010-10-15Lots of improvementsSteve Bennett1-37/+100
2010-10-15Make static extensions buildSteve Bennett1-133/+119
2010-10-15Add file and exec (along with subcmd support)Steve Bennett1-1/+1
2010-10-15Strip out unneeded junk from JimSteve Bennett1-73/+24
2010-10-15Cutover to new workware fork of Jim TclSteve Bennett1-0/+2
2010-02-01Bring corrected license as mentioned in freebsd/...Wojciech A. Koszek1-2/+0
2010-02-01Revert "Bring correct license -- I think freebsd/ directory has an agreements"Wojciech A. Koszek1-0/+2
2010-02-01Bring correct license -- I think freebsd/ directory has an agreementsWojciech A. Koszek1-2/+0
2008-07-23Uwe Klein:oharboe1-2/+6
2008-07-23JIM_SUPPORT_EVENTLOOP addedoharboe1-0/+10
2008-07-23 * jim.c: reduce stack usage. Important for embedded devices withoutoharboe1-8/+12
2008-07-21 * src/jim.c: very slightly improved error messages.oharboe1-17/+39
2008-07-142008-07-13 Uwe Klein <uklein@klein-messgeraete.de>oharboe1-10/+383
2008-06-18 * ChangeLog, jim-aio.c: Andrew spotted a bug in theoharboe1-1/+1
2008-06-16 * retire CVS keyword expansion. Plays havoc with patches.oharboe1-2/+0
2008-06-15 * ChangeLog, jim.c, jim.h, jim-aio.c: Support for eCos.oharboe1-1/+8
2007-01-31Fixed the stdio declarations to work on Windows and likely on Solaris.patthoyts1-3/+4
2006-11-06Jim-aio is now able to be statically linked with jim.cantirez1-4/+12
2005-04-12AIO fix: the Id is not get with the GetGlobalVar function.antirez1-2/+2
2005-04-12new methods for AIO files, 'read' and 'eof'. Documentationantirez1-3/+78
2005-03-31Implemented the C API "background" for the packages system of Jim.antirez1-2/+4
2005-03-16[env] modified to just be able to read a specified var nameantirez1-2/+3
2005-03-06Added support for stdin/stdout/stderr to AIOantirez1-7/+28
2005-03-06Added Jim_GetEnum() API function. StringCoreCommand and AIO extensionantirez1-13/+17
2005-03-05more AIO file methods.antirez1-2/+42
2005-03-05ANSI I/O seek method implemented.antirez1-1/+31
2005-03-05Initial version of AIO (ANSI C I/O) extension added.antirez1-0/+175