summaryrefslogtreecommitdiff
path: root/otherlibs
Commit message (Expand)AuthorAgeFilesLines
* Constify C constructors and flags tables (#12223)Antonin Décimo2023-05-0819-25/+26
* Improve legibility of dynamic linking error messagesSamuel Hym2023-04-284-38/+42
* Merge pull request #12192 from gadmm/simpl_atomicGabriel Scherer2023-04-266-19/+22
|\
| * Make use of polymorphic atomic_ helpersGuillaume Munch-Maccagnoni2023-04-184-12/+15
| * Clarification acq -> acquire, rel -> releaseGuillaume Munch-Maccagnoni2023-04-182-7/+7
* | Merge pull request #12187 from damiendoligez/fix-ocamldoc-warningsFlorian Angeletti2023-04-192-2/+2
|\ \ | |/ |/|
| * fix broken links in documentation commentsDamien Doligez2023-04-172-2/+2
* | runtime events consumer: fix invalid value returned from runtime_events_read_...Lucas Pluvinage2023-04-111-1/+1
|/
* Merge pull request #12108 from shindere/native-cc-cflagsSébastien Hinderer2023-03-182-8/+5
|\
| * Use OC_NATIVE_CFLAGS where appropriateSébastien Hinderer2023-03-172-8/+5
* | Merge pull request #12062 from TheLortex/runtime-events-consumer-fix-lost-eventsKC Sivaramakrishnan2023-03-181-2/+2
|\ \
| * | runtime events consumer: fix event being parsed when it was actually dropppedLucas Pluvinage2023-03-081-2/+2
| |/
* | Stop filtering out predefined identifiers from cu_required_globalsSébastien Hinderer2023-03-171-2/+1
* | runtime events consumer: fix cursor initializationLucas Pluvinage2023-03-151-0/+1
* | use CAMLreturnT instead of CAMLdropLucas Pluvinage2023-03-151-44/+22
* | runtime events consumer: fix C ffiLucas Pluvinage2023-03-151-7/+8
* | Sync stdlib docsNicolás Ojeda Bär2023-03-151-19/+23
* | Unix module: clarify the documentation for open_process_args*. (#12105)Reuben Thomas2023-03-151-19/+23
|/
* use Double_flat_field in the runtime (#12036)Nicolás Ojeda Bär2023-03-053-16/+20
* Documentation-only: Add Windows specifics for `process_status` type (#12067)shym2023-03-032-2/+18
* dune: enable building @libs targetPau Ruiz Safont2023-02-241-7/+0
* custom runtime events: drop unknown events when the type is also unknownLucas Pluvinage2023-02-071-0/+8
* Win32 Unix: map ERROR_TOO_MANY_LINKS to EMLINK (#11991)Nicolás Ojeda Bär2023-02-041-0/+1
* Merge pull request #11919 from sadiqj/runtime_events_new_countersGabriel Scherer2023-01-292-0/+46
|\
| * add @since 5.1 for new counters and docsSadiq Jaffer2023-01-271-0/+22
| * add new counters for major heap stats and minor heap sizingSadiq Jaffer2023-01-272-0/+24
* | Load frametables of dynlink'd modules in batch (#11935)Stephen Dolan2023-01-271-0/+7
|/
* Improve documentation of exec* functions (#11754) (#11892)Boris Yakobowski2023-01-202-0/+14
* Less verbose logs from `make` (#11844)Xavier Leroy2023-01-184-40/+40
* Custom events for runtime_events (#11474)Lucas Pluvinage2023-01-174-64/+675
* Restore the correct sigmask in systhreads (#11880)Christiano Haesbaert2023-01-101-1/+1
* Fix bytecode-only install failing due to #11828 (#11842)Olivier Nicole2022-12-301-7/+7
* Compile otherlibs/ C stubs in two version for native and bytecodeOlivier Nicole2022-12-225-24/+51
* Merge pull request #11813 from edwintorok/5.0-docsFlorian Angeletti2022-12-191-2/+5
* Merge pull request #11766 from shindere/remove-extract_crcDavid Allsopp2022-12-014-122/+2
|\
| * Remove the extract_crc toolSébastien Hinderer2022-11-284-122/+2
* | Unix.write on Windows: return normally after data has been written to non-blo...Nicolás Ojeda Bär2022-12-011-0/+1
* | Don't use K&R C function definitionsAntonin Décimo2022-11-288-20/+10
* | Declare functions with no arguments as f(void), not f()Antonin Décimo2022-11-283-4/+4
|/
* Missing CAMLparam in win32's Unix.stat (#11737)Marc Lasson2022-11-211-4/+8
* Remove unused <assert.h> in systhreadsDavid Allsopp2022-11-121-1/+0
* Fixing typos (#11705)Fourchaux2022-11-072-4/+4
* Remove .0 from all @since, @before and @afterDavid Allsopp2022-10-312-42/+42
* Use aligned 64-bit arithmetic for FILETIMEDavid Allsopp2022-10-143-35/+23
* Use SetFilePointerEx in lseek_win32.cDavid Allsopp2022-10-141-24/+28
* Simplify lockf_win32.c with SetFilePointerExDavid Allsopp2022-10-141-21/+5
* Use GetFileSizeEx in mmap_win32.cDavid Allsopp2022-10-141-30/+20
* Refactor logic for timestamps in Windows Unix.statDavid Allsopp2022-10-141-17/+16
* Remove dead code from mmap_win32.cDavid Allsopp2022-10-141-26/+0
* There is only one WindowsDavid Allsopp2022-10-141-10/+0