ocaml/otherlibs
David Allsopp d31773e0f4 For discussion! Enable compilation using Visual C++ 2002 & 2003
This bizarre patch results in a full test-suite pass for Visual Studio
.NET 2002 & 2003. Without it, the following code segfaults (resulting in
6 failing tests):

```ocaml
  #load "unix.cma";;
  let (ifd, _) = Unix.pipe ();;
  Unix.in_channel_of_descr ifd;;
```
2016-03-10 10:56:07 +01:00
..
bigarray Update headers for the new license. 2016-02-18 16:59:16 +01:00
dynlink Update headers for the new license. 2016-02-18 16:59:16 +01:00
graph Update headers for the new license. 2016-02-18 16:59:16 +01:00
num Update headers for the new license. 2016-02-18 16:59:16 +01:00
str Update headers for the new license. 2016-02-18 16:59:16 +01:00
systhreads tweak tools/check-typo and break more overlong lines 2016-02-19 12:28:36 +01:00
threads tweak tools/check-typo and break more overlong lines 2016-02-19 12:28:36 +01:00
unix Update headers for the new license. 2016-02-18 16:59:16 +01:00
win32graph Update headers for the new license. 2016-02-18 16:59:16 +01:00
win32unix For discussion! Enable compilation using Visual C++ 2002 & 2003 2016-03-10 10:56:07 +01:00
Makefile Update headers for the new license. 2016-02-18 16:59:16 +01:00
Makefile.nt fix Windows makefile 2016-02-19 17:42:29 +01:00
Makefile.shared Update headers for the new license. 2016-02-18 16:59:16 +01:00