aboutsummaryrefslogtreecommitdiff
path: root/jim-aio.c
AgeCommit message (Expand)AuthorFilesLines
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