summaryrefslogtreecommitdiff
path: root/otherlibs
Commit message (Expand)AuthorAgeFilesLines
* st_stubs.c: fix initialization of thread ID when a thread starts (#10478)Nicolás Ojeda Bär2021-06-251-1/+1
* Emulate socketpair of Unix domain sockets of stream type on WindowsAntonin Décimo2021-06-223-3/+206
* Factorize code setting cloexec/inherit flag on WindowsAntonin Décimo2021-06-225-23/+23
* Support Unix domain sockets on WindowsAntonin Décimo2021-06-224-11/+25
* Add {Int,Int32,Int64,NativeInt}.{min,max} (#10392)Alain Frisch2021-05-111-2/+2
* Convert erroneous tabs to whitespaceDavid Allsopp2021-04-301-1/+1
* Build system: rename the CAMLRUN variable to OCAMLRUNSébastien Hinderer2021-04-277-9/+9
* Build system: replace suffix rules by pattern rulesSébastien Hinderer2021-04-273-15/+9
* No system defines WSAENFILEDavid Allsopp2021-03-241-3/+0
* Correct typo in WSAENAMETOOLONGDavid Allsopp2021-03-241-3/+1
* Set errno correctly for Win32 Unix.(f)truncateDavid Allsopp2021-03-241-1/+4
* Return EBADF on error in win_filedescr_of_channelDavid Allsopp2021-03-241-1/+2
* added warning for missing mli interface fileAnukriti122021-03-311-1/+2
* Merge pull request #10047 from dbuenzli/unix-realpathDavid Allsopp2021-03-308-2/+152
|\
| * On Windows realpath strip the \\?\ prefix.Daniel Bünzli2021-03-251-2/+8
| * Allow Windows realpath to work on open files.Daniel Bünzli2021-03-251-2/+3
| * Allow Windows realpath to work on inaccessible files (like POSIX).Daniel Bünzli2021-03-251-0/+10
| * Windows: drop the fileapi.h header. It's not needed.Daniel Bünzli2021-03-251-1/+0
| * Fix realpathing directories on Windows as suggested by @dra27.Daniel Bünzli2021-03-251-1/+1
| * Address a first round of comments.Daniel Bünzli2021-03-253-5/+10
| * Add Unix.realpath.Daniel Bünzli2021-03-258-2/+131
* | Merge pull request #10232 from lpw25/unused-labelsFlorian Angeletti2021-03-301-0/+1
|\ \
| * | Remove unused labelsLeo White2021-03-221-0/+1
| |/
* | Map WSA error code to Unix errno for sockopt and getsockname functionsAntonin Décimo2021-03-242-3/+10
|/
* stop using single letter in warning settingsoctachron2021-03-153-3/+3
* Merge pull request #10255 from MisterDA/otherlibs-use-option-macrosDavid Allsopp2021-03-0111-44/+41
|\
| * Use 4.12 convenience option macros in C stubsAntonin Décimo2021-02-2611-44/+41
* | Add forgotten cloexec parameter to un-implemented socketpairAntonin Décimo2021-02-251-1/+2
|/
* Don't clobber GetLastError in Win32 systhreadsDavid Allsopp2021-02-131-0/+9
* Remove expensive debug assertion from dynlink (#10184)Leo White2021-02-161-10/+0
* Merge pull request #10185 from MisterDA/windows-ipv6David Allsopp2021-02-103-18/+3
|\
| * Remove tests for HAS_IPV6 in win32unixAntonin Décimo2021-02-092-18/+1
| * Use PF_UNSPEC consistently in socket_domain_tableAntonin Décimo2021-02-072-2/+4
* | Remove useless / wrong definitions of the CAMLRUN build variableSébastien Hinderer2021-02-083-6/+0
* | Merge pull request #10165 from johnwhitington/split-exten-dot-etexFlorian Angeletti2021-02-012-2/+2
|\ \
| * | Sync stdlib docsJohn Whitington2021-01-311-1/+1
| * | More manual/src changesJohn Whitington2021-01-291-1/+1
* | | unix: sync documentationoctachron2021-02-011-22/+53
| |/ |/|
* | Improve documentation of Unix.{in,out}_channel_of_descr (#10181)Xavier Leroy2021-01-311-22/+53
|/
* Merge pull request #10161 from dra27/win32-systhreads-idFlorian Angeletti2021-01-223-17/+35
|\
| * Fix st_current_thread_id in win32 systhreadsDavid Allsopp2021-01-183-17/+35
* | Rename and extract EnvLazy to its own file (#10052)Thomas Refis2021-01-201-0/+1
* | Build system: improve Posix thread detection and supportSébastien Hinderer2021-01-151-5/+5
* | Remove SUNPRO_C hacks.Konstantin Romanov2021-01-061-2/+0
* | Disable _XOPEN_SOURCE definition on Sun PRO C in link.cKonstantin Romanov2021-01-061-0/+2
* | Enable building on illumos (SmartOS, OmniOS, ...)Tõivo Leedjärv2021-01-062-4/+1
|/
* Use strchr() instead of index()Xavier Leroy2021-01-061-1/+1
* Renew table of Win32-incompatible functions in Unix (#10116)John Whitington2021-01-042-6/+20
* Unix.open_process_args*: look up program in PATH (#10084)Nicolás Ojeda Bär2020-12-213-39/+47
* Merge pull request #10046 from dra27/static-libgccXavier Leroy2020-12-101-4/+0
|\