summaryrefslogtreecommitdiff
path: root/otherlibs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Factorise the NT Epoch in Windows Unix functionsDavid Allsopp2022-10-144-12/+9
* Remove dead error handling in Unix.statDavid Allsopp2022-10-141-9/+4
* Remove invalid pointer cast in Unix.gettimeofdayDavid Allsopp2022-10-141-1/+4
* C11 usage of [U]LARGE_INTEGERDavid Allsopp2022-10-141-4/+1
* Sync unixLabels.mliNicolás Ojeda Bär2022-10-111-1/+1
* documentation: changed 'forks' to 'creates' (#11614)Nangah Amandine2022-10-111-1/+1
* Link winpthreads staticallyDavid Allsopp2022-10-101-1/+1
* Assume presence of pthreads in systhreadsDavid Allsopp2022-10-102-7/+11
* Revert "str uses pthreads now"David Allsopp2022-10-101-2/+0
* Merge pull request #11595 from Octachron/remove_at_each_spawnFlorian Angeletti2022-10-062-7/+3
|\
| * Systhreads: add a domain_initialize hookFlorian Angeletti2022-10-052-7/+3
* | manual: no more master lock (#11597)Florian Angeletti2022-10-051-5/+5
* | Merge pull request #11385 from gadmm/systhread_simpl_and_fixes2Enguerrand2022-10-042-63/+65
|\ \ | |/ |/|
| * Clarify and enforce invariant on Active_threadGuillaume Munch-Maccagnoni2022-09-221-55/+55
| * Introduce This_thread macroGuillaume Munch-Maccagnoni2022-09-221-5/+7
| * Shut down tick thread at domain exitGuillaume Munch-Maccagnoni2022-09-222-1/+6
| * Remove some dead codeGuillaume Munch-Maccagnoni2022-09-221-5/+0
* | Make Unix.symlink domain-safe on Windows (#11479)Olivier Nicole2022-09-291-21/+12
* | Documentation: Str doesn't know about unicode (#11525)Florian Angeletti2022-09-291-0/+4
* | build system: make a few conditionals over boolean variables more readableSébastien Hinderer2022-09-271-2/+2
|/
* documentation: improve the sync_stdlib_docs toolFardale2022-09-221-3/+3