search for: rshutdown

Displaying 5 results from an estimated 5 matches for "rshutdown".

Did you mean: shutdown
2009 Nov 14
1
R_tryEval for OCaml-R.
Hello. I'm currently working on the OCaml-R binding allowing to call R code from Objective Caml. As Objective Caml is a functional language, I'd like the binding to be as 'functional' as possible. Specifically, this means that I'd like using the R_tryEval function and all related entry points in libR.so. I've had a look at R-exts.pdf, but R_tryEval is not documented.
2001 Oct 07
3
socks and misc patch to 2.9.9p2
...CKS4. If SOCKS5 should be used + these needs redefining */ +#undef Rconnect +#undef Rgetsockname +#undef Rgetpeername +#undef Rbind +#undef Raccept +#undef Rlisten +#undef Rselect +#undef Rrecvfrom +#undef Rsendto +#undef Rrecv +#undef Rsend +#undef Rread +#undef Rwrite +#undef Rrresvport +#undef Rshutdown +#undef Rlisten +#undef Rclose +#undef Rdup +#undef Rdup2 +#undef Rfclose +#undef Rgethostbyname @BOTTOM@ diff -u openssh-2.9.9p2.old/channels.c openssh-2.9.9p2/channels.c --- openssh-2.9.9p2.old/channels.c Mon Sep 17 22:53:12 2001 +++ openssh-2.9.9p2/channels.c Sat Oct 6 17:09:30 2001 @@ -24...
2002 May 11
4
socks5 support
...CKS4. If SOCKS5 should be used + these needs redefining */ +#undef Rconnect +#undef Rgetsockname +#undef Rgetpeername +#undef Rbind +#undef Raccept +#undef Rlisten +#undef Rselect +#undef Rrecvfrom +#undef Rsendto +#undef Rrecv +#undef Rsend +#undef Rread +#undef Rwrite +#undef Rrresvport +#undef Rshutdown +#undef Rlisten +#undef Rclose +#undef Rdup +#undef Rdup2 +#undef Rfclose +#undef Rgethostbyname @BOTTOM@ diff -u openssh-2.9.9p2.old/channels.c openssh-2.9.9p2/channels.c --- openssh-2.9.9p2.old/channels.c Mon Sep 17 22:53:12 2001 +++ openssh-2.9.9p2/channels.c Sat Oct 6 17:09:30 2001 @@ -24...
2003 Aug 24
1
declarations in non-exported headers and embedding R
...g to use it. R_ReleaseObject() is needed to release the object for garbage collection if the cached copy becomes invalid. Note: ------------- Similar use of R_ParseVector() found in ${R_HOME}/tests/Embedding/RParseEval.c Similar use of R_PreserveObject() found in ${R_HOME}/tests/Embedding/Rshutdown.c ------------------------------------------------------------- from non-exported header file ${R_HOME}/src/include/Startup.h ------------------------------------------------------------- /* Startup Actions */ typedef enum { SA_NORESTORE,/* = 0 */ SA_RESTORE, SA_DEFAULT,/* was ===...
2000 Jan 19
3
AIX openssh patches
...ndef SOCKS + #undef SOCKS4 + #undef SOCKS5 + + #undef Rconnect + #undef Rgetsockname + #undef Rgetpeername + #undef Rbind + #undef Raccept + #undef Rlisten + #undef Rselect + #undef Rrecvfrom + #undef Rsendto + #undef Rrecv + #undef Rsend + #undef Rread + #undef Rwrite + #undef Rrresvport + #undef Rshutdown + #undef Rlisten + #undef Rclose + #undef Rdup + #undef Rdup2 + #undef Rfclose + #undef Rgethostbyname + + /* Define if your ssl headers are included with #include <ssl/header.h> */ #undef HAVE_SSL *** auth-passwd.c.DIST Tue Jan 11 09:19:33 2000 --- auth-passwd.c Tue Jan 11 09:45:13...