summaryrefslogtreecommitdiff
path: root/otherlibs/unix
Commit message (Expand)AuthorAgeFilesLines
* Move bigarray to the stdlib (#1685)Jérémie Dimino2018-04-094-21/+21
* Add the -dunique-ids and -dno-unique-ids options to the compilersSébastien Hinderer2018-02-201-12/+12
* make alldependGabriel Scherer2018-02-051-30/+66
* getpw* and getgr* functions raise Unix_error when interrupted (#1451)aalekseyev2017-12-153-8/+38
* Unix.utimes: use native Windows API to avoid unintended DST timestamp shiftNicolas Ojeda Bar2017-10-261-11/+3
* Convert Unix.access to support Windows Unicode (#1446)David Allsopp2017-10-251-3/+5
* MPR#7640: reimplementation of Unix.execvpe (#1414)Xavier Leroy2017-10-102-7/+81
* PR#7363: start documentation headers at {1octachron2017-10-042-53/+53
* 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-2711-45/+45
* Unicode support for the Windows runtime (#1200)Nicolás Ojeda Bär2017-09-1812-66/+107
* configure should define the CPP build variableSébastien Hinderer2017-09-181-1/+1
* Reimplement Sys.rename under Win32 to be more POSIX (#1306)Xavier Leroy2017-08-301-1/+6
* String_val: return 'const char *' when -safe-string is globally enabled (#1274)yallop2017-08-035-15/+12
* merge 4.05 into trunkDamien Doligez2017-07-181-2/+1
|\
| * Some tweaks for MPR#7557 (#1213)Damien Doligez2017-06-282-6/+8
| * cherry-pick the fix for MPR#7557 from 4.04Damien Doligez2017-06-233-2/+32
| * Fixed grammar in user-facing comments and READMEMax Mouratov2017-04-061-1/+1
| * Fix Unix.create_process in the case where the same descriptor is used several...Xavier Leroy2017-03-261-20/+18
| * Fix Unix.create_process in the case where the same descriptor is used several...Xavier Leroy2017-03-261-24/+26
| * Fix Unix.create_process in the case where the same descriptor is used several...Xavier Leroy2017-03-261-3/+14
| * Revert "Deprecate Bigarray.*.map_file and add Unix.map_file (#997)"Gabriel Scherer2017-03-122-81/+0
| * Document how to perform the inverse of (gm|local)timeChristophe Troestler2017-02-221-2/+5
| * Documentation: improve @since annotationsTörök Edwin2017-02-212-11/+22
| * last commit before tagging 4.05.0+beta1Damien Doligez2017-02-161-420/+426
| * PR#7264: document the different behaviors of Unix.lockf under POSIX and under...Xavier Leroy2017-02-161-1/+8
* | Introduce UnixLabels.map_filemap_file_omissionXavier Leroy2017-07-151-0/+53
* | Restrict Unix.environment in privileged contexts; add Unix.unsafe_environment...yallop2017-06-303-4/+53
* | Some tweaks for MPR#7557 (#1213)Damien Doligez2017-06-282-6/+8
* | Add Unix.unsafe_getenv. (See MPR#7557)Damien Doligez2017-06-233-7/+5
* | cherry-pick the fix for MPR#7557 from 4.04Damien Doligez2017-06-233-2/+32
* | Move configuration header files from the config to the byterun/caml directorySébastien Hinderer2017-04-261-423/+371
* | Fixed grammar in user-facing comments and READMEMax Mouratov2017-04-061-1/+1
* | Define new build variables for C compiler and preprocessor flagsSébastien Hinderer2017-03-291-1/+1
* | runtime: bigarray now uses malloc and free instead of caml_stat_*Max Mouratov2017-03-251-1/+1
* | Merge pull request #71 from cakeplus/caml_shutdownDamien Doligez2017-03-2120-30/+30
|\ \
| * | runtime: deprecation of caml_strdup, caml_strconcatMax Mouratov2017-03-1720-30/+30
* | | Fix Unix.create_process in the case where the same descriptor is used several...Xavier Leroy2017-03-201-20/+18
|/ /
* | Fix Unix.create_process in the case where the same descriptor is used several...Xavier Leroy2017-03-141-24/+26
* | Fix Unix.create_process in the case where the same descriptor is used several...Xavier Leroy2017-03-141-3/+14
* | Fix name clash in otherlibs/{,win32}unix/mmap.cSébastien Hinderer2017-03-141-6/+6
* | Replace Assert with CAMLassertXavier Leroy2017-03-131-2/+2
* | map_file: fix a C name clash and add more testsXavier Leroy2017-03-132-17/+37
* | Deprecation of Bigarray.*.map_file and introduction of Unix.map_file, continuedXavier Leroy2017-03-135-26/+308
* | Update .depend filesSébastien Hinderer2017-03-091-1/+1
* | Clearly report that dependencies cannot be regenerated for the MSVC portsSébastien Hinderer2017-03-091-0/+5
* | Merge pull request #1051 from Chris00/timegmGabriel Scherer2017-02-221-2/+5
|\ \
| * | Document how to perform the inverse of (gm|local)timeChristophe Troestler2017-02-171-2/+5
* | | Documentation: improve @since annotationsTörök Edwin2017-02-212-11/+22
|/ /
* | PR#7264: document the different behaviors of Unix.lockf under POSIX and under...Xavier Leroy2017-02-161-1/+8
|/