netsys_c_mem.c:1252: pointless call to strcmp ?
Invalid_argument "index out of bounds" exception.
mbox format
Ocamlnet does not implement mbox anywhere. This is a misunderstanding.
Invalid_argument "index out of bounds" exception.
Bug was still there :-( Fixed differently.
Troubles compiling with ocaml 3.10+dev24
Can't find tirpc_connector
No access to OpenSolaris. rpc-auth-dh will be removed soon anyway.
No explicit link to the downloads on the front page
There is now a link.
Uq_engines.connector bug on pollset_posix queue
Cannot reproduce with current version.
netshm assumes seekable filedescr via Bigarray memmap
This is a known deficiency. The seeks are only needed for the record locking. A fix...
Using exceptions here is probably a design error. But anyway, you can simply reject...
netsys in netclient's META.in multi-threading.
Cannot reproduce this with the current version.
"configure" script do not find the "mkdirat" function
That's somewhat strange, because the configtest always checked openat+faccessat+unlinkat,...
Make error after make distclean
No longer applies to dev version (no camlp4 anymore)
Netsys messes pipe management
This is intentional. Without that "messing", the program simply gets a sigpipe and...
Make error
Support for platforms without AT_SYMLINK_FOLLOW
There is another mistake, as AT_SYMLINK_FOLLOW cannot be specified from OCaml. If...
fix invalid formats
Thanks, I've added the patch. My guess is that $0.f was a typo anyway, and %.0f was...
fix invalid formats