aboutsummaryrefslogtreecommitdiff
path: root/jim-aio.c
AgeCommit message (Collapse)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
form the environment, i.e. to be ANSI-C. Minor fix to AIO extension to use the new DelProc API.
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
modified to use this API. There are plenty of other places where this will work better than the raw CompareStringImmediate(). Original idea from Tcl, Original implementation from Pat Thoyts, I changed the implementationto use CSI and for automatic error generation with all the valid options listed.
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
Some bit of const safeness. A new API function to get the object length, Jim_Length().