index
:
riscv-openocd/jimtcl.git
bootstrap-jimsh
cmd-register
exec-tip424
expr-glob-regexp-op
kos-fixes
leval
master
master-next
msvc-fix-322
taint-support
tip424-exec
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
jim-aio.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-15
Implement 'socket pipe'
Steve Bennett
1
-36
/
+85
2010-10-15
Bug fixes, documentation updates
Steve Bennett
1
-2
/
+6
2010-10-15
aio fixes
Steve Bennett
1
-33
/
+65
2010-10-15
Implement unix domain sockets for socket
Steve Bennett
1
-92
/
+181
2010-10-15
Bugs, features and tests
Steve Bennett
1
-7
/
+5
2010-10-15
Enhance exec, bio
Steve Bennett
1
-0
/
+9
2010-10-15
Build even if eventloop is not enabled
Steve Bennett
1
-22
/
+22
2010-10-15
Convert jim-aio.c to use subcmd
Steve Bennett
1
-342
/
+416
2010-10-15
Small improvements
Steve Bennett
1
-9
/
+13
2010-10-15
Lots of improvements
Steve Bennett
1
-37
/
+100
2010-10-15
Make static extensions build
Steve Bennett
1
-133
/
+119
2010-10-15
Add file and exec (along with subcmd support)
Steve Bennett
1
-1
/
+1
2010-10-15
Strip out unneeded junk from Jim
Steve Bennett
1
-73
/
+24
2010-10-15
Cutover to new workware fork of Jim Tcl
Steve Bennett
1
-0
/
+2
2010-02-01
Bring corrected license as mentioned in freebsd/...
Wojciech A. Koszek
1
-2
/
+0
2010-02-01
Revert "Bring correct license -- I think freebsd/ directory has an agreements"
Wojciech A. Koszek
1
-0
/
+2
2010-02-01
Bring correct license -- I think freebsd/ directory has an agreements
Wojciech A. Koszek
1
-2
/
+0
2008-07-23
Uwe Klein:
oharboe
1
-2
/
+6
2008-07-23
JIM_SUPPORT_EVENTLOOP added
oharboe
1
-0
/
+10
2008-07-23
* jim.c: reduce stack usage. Important for embedded devices without
oharboe
1
-8
/
+12
2008-07-21
* src/jim.c: very slightly improved error messages.
oharboe
1
-17
/
+39
2008-07-14
2008-07-13 Uwe Klein <uklein@klein-messgeraete.de>
oharboe
1
-10
/
+383
2008-06-18
* ChangeLog, jim-aio.c: Andrew spotted a bug in the
oharboe
1
-1
/
+1
2008-06-16
* retire CVS keyword expansion. Plays havoc with patches.
oharboe
1
-2
/
+0
2008-06-15
* ChangeLog, jim.c, jim.h, jim-aio.c: Support for eCos.
oharboe
1
-1
/
+8
2007-01-31
Fixed the stdio declarations to work on Windows and likely on Solaris.
patthoyts
1
-3
/
+4
2006-11-06
Jim-aio is now able to be statically linked with jim.c
antirez
1
-4
/
+12
2005-04-12
AIO fix: the Id is not get with the GetGlobalVar function.
antirez
1
-2
/
+2
2005-04-12
new methods for AIO files, 'read' and 'eof'. Documentation
antirez
1
-3
/
+78
2005-03-31
Implemented the C API "background" for the packages system of Jim.
antirez
1
-2
/
+4
2005-03-16
[env] modified to just be able to read a specified var name
antirez
1
-2
/
+3
2005-03-06
Added support for stdin/stdout/stderr to AIO
antirez
1
-7
/
+28
2005-03-06
Added Jim_GetEnum() API function. StringCoreCommand and AIO extension
antirez
1
-13
/
+17
2005-03-05
more AIO file methods.
antirez
1
-2
/
+42
2005-03-05
ANSI I/O seek method implemented.
antirez
1
-1
/
+31
2005-03-05
Initial version of AIO (ANSI C I/O) extension added.
antirez
1
-0
/
+175