PR#4728, PR#4727

git-svn-id: http://caml.inria.fr/svn/ocamldoc/trunk@10189 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 2009-03-28 16:53:08 +00:00
parent d153145cb8
commit 41a132d6c9
1 changed files with 0 additions and 7 deletions

View File

@ -61,11 +61,8 @@ fully implemented and behave as described previously in this chapter.
\entree{"waitpid"}{can only wait for a given PID, not any child process}
\entree{"getppid"}{not implemented (meaningless under Windows)}
\entree{"nice"}{not implemented}
\entree{"in_channel_of_descr"}{does not work on sockets under Windows
95, 98, ME; works fine under NT, 2000, XP}
\entree{"out_channel_of_descr"}{ditto}
\entree{"truncate", "ftruncate"}{not implemented}
\entree{"lstat", "fstat"}{not implemented}
\entree{"link", "symlink", "readlink"}{not implemented (no links under
Windows)}
\entree{"access"}{execute permission "X_OK" cannot be tested,
@ -78,8 +75,6 @@ file system)}
functions; use threads instead of non-blocking I/O}
\entree{"rewinddir"}{not implemented; re-open the directory instead}
\entree{"mkfifo"}{not implemented}
\entree{"select"}{implemented, but works only for sockets; use threads
if you need to wait on other kinds of file descriptors}
\entree{"lockf"}{not implemented}
\entree{"kill", "pause"}{not implemented (no inter-process signals in Windows)}
\entree{"alarm", "times"}{not implemented}
@ -91,8 +86,6 @@ functions; use threads instead of non-blocking I/O}
\entree{"getgrnam", "getgrgid"}{always raise "Not_found"}
\entree{type "socket_domain"}{the domain "PF_UNIX" is not supported;
"PF_INET" is fully supported}
\entree{"open_connection"}{does not work under Windows
95, 98, ME; works fine under NT, 2000, XP}
\entree{"establish_server"}{not implemented; use threads}
\entree{terminal functions ("tc*")}{not implemented}
\end{tableau}