ocamlunix icon indicating copy to clipboard operation
ocamlunix copied to clipboard

Unix system programming in OCaml book

Results 6 ocamlunix issues
Sort by recently updated
recently updated
newest added

* Section [4.7 Problems with signals](https://ocaml.github.io/ocamlunix/ocamlunix.html#sec98): > However the problem is that the signals that are received between the instant **were** the behavior is automatically reset to Signal_default and the...

In the example in section [4.6 The passage of time](https://ocaml.github.io/ocamlunix/ocamlunix.html#sec91): ``` 1 let sleep s = 2 let old_alarm = signal sigalrm (Signal_handle (fun s -> ())) in 3 let...

It may be debatable which is the real "reference site" for RFCs. However, it is certainly not a third-party site like faqs.org. Replacing the link with a link to the...

When visiting https://ocaml.github.io/ocamlunix/, FireFox gives a warning: “Parts of this page are not secure (such as images).” This is due to the embedded Creative Commons banner, which is loaded from...

Distribution script is broken, this seems to be due to code extraction being broken.

I wonder what the release date should be, more like 2014 (English edition), or 1991 (first edition)? This is relevant because it will influence the default positioning of the book...