summaryrefslogtreecommitdiffstats
path: root/otherlibs/win32unix
AgeCommit message (Expand)Author
2014-12-27PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header nam...Gabriel Scherer
2014-10-02#6585: fix memory leak in win32unix/createprocess.c.Alain Frisch
2014-08-22merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev ...Damien Doligez
2014-05-04Fix win32unix (introduction of bytes + immutable strings).Alain Frisch
2014-04-12fix some of the whitespace problems in the sourceDamien Doligez
2013-12-18fix crashing bug in win32unix/select.cDamien Doligez
2013-09-04Merge branch 4.01 from branching point to 4.01.0+rc1Damien Doligez
2013-09-03#6146: emulate Unix.kill with signal = Sys.sigkill under Windows.Alain Frisch
2013-08-01PR#5568: add O_CLOEXEC flag to Unix.openfile, so that the returnedXavier Leroy
2013-07-01win32unix: add a Makefile (not ".nt" one).Wojciech Meyer
2013-07-01Re-undo commit 11966 (which is the fix for #5325 that caused #5578) to be syn...Alain Frisch
2013-06-04PR#5325: re-do commit 11966, which was undone by mistakeDamien Doligez
2013-04-29ignore .dll and generated filesDamien Doligez
2012-10-15remove all $Id keywordsDamien Doligez
2012-09-26#5766: MSVC port broken following switch to winsock2.Alain Frisch
2012-09-24PR#5734: improved Win32 implementation of Unix.gettimeofdayXavier Leroy
2012-09-10add copyright header and fix formattingDamien Doligez
2012-07-30clean up TABs and whitespaceDamien Doligez
2012-07-26merge changes from 4.00 branching to 4.00.0 (part 1)Damien Doligez
2012-07-13PR#5676: add ipv6 support on Windows.Jonathan Protzenko
2012-05-28#5586: Increase UNIX_BUFFER_SIZE.Alain Frisch
2012-03-22Make sure we include misc.h using double-quotes so that when the files are pu...Jonathan Protzenko
2012-01-30Partial fix for #5398: at least avoid an out-of-bounds access.Jonathan Protzenko
2012-01-14PR#5327, PR#5329: improvements in Unix.select emulationXavier Leroy
2011-12-28PR#5325 ("remove" solution).Xavier Leroy
2011-12-21PR#5179: giant steps towards a Mingw64 port.Xavier Leroy
2011-12-21Fix #5434: implement times in win32unix (partially).Jonathan Protzenko
2011-12-20Cosmetic: old-style K&R function -> new style prototyped functionXavier Leroy
2011-12-20PR#5416: better implementation of set/clear_close_on_execXavier Leroy
2011-12-13#5420: fix.Alain Frisch
2011-12-13#5420: adding a O_SHARE_DELETE flag to Unix.openfile, for enabling FILE_SHARE...Alain Frisch
2011-10-15PR#5328: Windows, Unix.select and non-blocking sockets (untested patch)Xavier Leroy
2011-07-27renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez
2011-07-23PR#5290: added hash functions for channels, nats, mutexes, conditions.Xavier Leroy
2011-07-20uniform .ignore systemDamien Doligez
2011-07-20merge changes from 3.12.0 to 3.12.1Damien Doligez
2011-03-17Ignoring compiled files.Pierre Weis
2010-05-25Patch provided by Sylvain Le Gall:Xavier Leroy
2010-05-20PR#4632: install socketaddr.h header in lib/camlXavier Leroy
2010-05-19fix Windows MSVC build + ignoresDamien Doligez
2010-05-11Merge branch 'ocaml-git/buildsys' (early part) into trunkNicolas Pouillard
2010-01-22clean up spaces and tabsDamien Doligez
2010-01-20merge changes from release/3.11.1 to release/3.11.2Damien Doligez
2009-09-25Variable err is initialized to 0.Pierre Weis
2009-07-20merge changes from ocaml3111rc0 to ocaml3111Damien Doligez
2009-05-20merge changes from ocaml3110 to ocaml3111rc0Damien Doligez
2009-04-01PR#3047: added Unix.setgroups, Unix.initgroups.Xavier Leroy
2008-12-03merge changes from 3.10.2merged to 3.11.0Damien Doligez
2008-10-08Attribution.Xavier Leroy
2008-10-06Forgotten includeXavier Leroy