summaryrefslogtreecommitdiff
path: root/otherlibs
Commit message (Expand)AuthorAgeFilesLines
* Fix Segfault on Windows 64 bitsMarc Lasson2018-05-181-5/+0
* Add configure options to control installation of source artifacts (#1777)Mark Shinwell2018-05-144-4/+25
* ocamlc -config: new -config-var option to print specific configuration variablesGabriel Scherer2018-04-271-1/+1
* bump magic numbers for 4.07Damien Doligez2018-04-101-1/+1
* Move bigarray to the stdlib (#1685)Jérémie Dimino2018-04-0913-2072/+66
* factorize common makefile definitions in Makefile.commonGabriel Scherer2018-03-294-26/+7
* makefiles: turn the 'install' command into a variableGabriel Scherer2018-03-294-36/+40
* makefiles: use 'install' instead of 'cp' in 'make install' targetsGabriel Scherer2018-03-294-21/+55
* Stdlib functional iterators (#1002)Simon Cruanes2018-03-162-1/+2
* Merge pull request #1638 from nojb/float_moduleNicolás Ojeda Bär2018-03-161-0/+1
|\
| * Add Float moduleNicolás Ojeda Bär2018-03-151-0/+1
* | fix primitives for marshalHugo Heuzard2018-03-151-3/+2
|/
* Thread.wait_{timed_}read: document that they also return on EOF (#1656)Török Edwin2018-03-132-3/+3
* build_path_prefix_map: update .depend and MakefilesGabriel Scherer2018-03-011-0/+1
* Fix Unicode mismatch in win32graph (#1629)David Allsopp2018-02-241-1/+1
* Add the -dunique-ids and -dno-unique-ids options to the compilersSébastien Hinderer2018-02-201-12/+12
* Core review workJeremie Dimino2018-02-122-9/+12
* Prefix the compilation unit names of all modules in the stdlibJeremie Dimino2018-02-122-28/+83
* make alldependGabriel Scherer2018-02-054-103/+225
* Genarray.nth_dim: add missing bounds checkNicolás Ojeda Bär2018-01-041-1/+1
* Improved Thread.yield / thread preemption (#1533)Jacques-Henri Jourdan2017-12-212-2/+9
* Remove -static-libgcc link flag from mingw32 port (#1535)David Allsopp2017-12-192-4/+12
* getpw* and getgr* functions raise Unix_error when interrupted (#1451)aalekseyev2017-12-153-8/+38
* Use native Windows API for Unix.{getenv,environment}, Sys.getenv (#1479)Nicolás Ojeda Bär2017-12-151-7/+16
* Merge branch 'trunk' into fix_unix_utimes_windows_dstGabriel Scherer2017-12-105-123/+296
|\
| * raw_spacetime_lib: read profile in binary modeNicolas Ojeda Bar2017-12-081-1/+1
| * raw_spacetime_lib refactor + related fixes (#1477)Nicolás Ojeda Bär2017-12-074-118/+291
| * caml_sys_isatty: detect Cygwin/MSYS for better -color heuristic (#1406)Nicolás Ojeda Bär2017-11-231-4/+4
* | Unix.utimes: use native Windows API to avoid unintended DST timestamp shiftNicolas Ojeda Bar2017-10-264-15/+87
|/
* Remove unused CCOUTPUT in systhreads MakefileDavid Allsopp2017-10-251-6/+0
* Convert Unix.access to support Windows Unicode (#1446)David Allsopp2017-10-251-3/+5
* Deprecation of Bigarray.*.map_file and introduction of Unix.map_file, continuedXavier Leroy2017-10-161-13/+8
* Synchronize and bump all magic numbers, except for the byte-code exec.Damien Doligez2017-10-111-1/+1
* Unix.environment on Windows: use _wenviron (#1369)Nicolás Ojeda Bär2017-10-101-14/+5
* MPR#7640: reimplementation of Unix.execvpe (#1414)Xavier Leroy2017-10-102-7/+81
* MPR#7609: use-after-free with ocamldebug and Pervasives.flush_all, continued ...Xavier Leroy2017-10-091-0/+4
* PR#7363: start documentation headers at {1octachron2017-10-0410-103/+103
* Fix gethost.c C const warning when using compile-time -safe-string (#1368)Nicolás Ojeda Bär2017-09-281-6/+0
* Rename: use _os suffixNicolas Ojeda Bar2017-09-2712-46/+46
* Unicode support for the Windows runtime (#1200)Nicolás Ojeda Bär2017-09-1829-185/+323
* configure should define the CPP build variableSébastien Hinderer2017-09-186-7/+7
* Reimplement Unix.isatty on Windows (#1321)David Allsopp2017-09-153-3/+26
* Reimplement Sys.rename under Win32 to be more POSIX (#1306)Xavier Leroy2017-08-302-18/+9
* Merge pull request #1269 from sliquister/dont-stop-ticker-threadGabriel Scherer2017-08-252-12/+13
|\
| * Remove 50ms delay at exit for programs using threadsValentin Gatien-Baron2017-08-242-12/+13
* | Remove otherlibs/numremove-libnumXavier Leroy2017-08-1928-5637/+0
|/
* String_val: return 'const char *' when -safe-string is globally enabled (#1274)yallop2017-08-0311-31/+30
* Synchronized Pervasives implementation between stdlib and threadsMarkus Mottl2017-07-211-8/+8
* Unix.symlink: support forward slashes in symlink targets under Windows (#1211)Nicolás Ojeda Bär2017-07-191-3/+15
* fix up the merge of 4.05 into trunkDamien Doligez2017-07-182-71/+53