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