Skip to content

Tags: xapi-project/stdext

Tags

v4.24.0

Toggle v4.24.0's commit message
Release 4.24.0

CHANGES:

- unix: really_read now retries reads on EINTR
- std: add Listext.List.find_minimum

v4.23.0

Toggle v4.23.0's commit message
v4.23.0

Create a function to recursively remove files
CA-382014: unixext_stubs: fix const warning
CA-382014: blkgetsize: fix return type mismatch

v4.11.3

Toggle v4.11.3's commit message
CA-382014: unixext_stubs: fix const warning

unixext_stubs.c:132:21: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  132 |                 exn = caml_named_value("unixext.unix_error");
      |                     ^

Signed-off-by: Edwin Török <[email protected]>

v4.22.0

Toggle v4.22.0's commit message
Release v4.22.0

CHANGES:

 - unix: add permissions to write_{bytes,string}_to_file
 - Use a dune version with fixed metadata generation
 - threads, unix: avoid using C functions deprecated in OCaml 5
 - Avoid warnings and add the check to detect them to the CI
 - zerocheck: remove wrong, unused code. It was dangerous to leave it available

v4.21.0

Toggle v4.21.0's commit message
Release v4.21.0

CHANGES:

 - unix: add permissions to write_{bytes,string}_to_file
 - Use a dune version with fixed metadata generation
 - threads, unix: avoid using C functions deprecated in OCaml 5
 - Avoid warnings and add the check to detect them to the CI
 - zerocheck: remove wrong, unused code. It was dangerous to leave it available

v4.20.0

Toggle v4.20.0's commit message
Release v4.20.0

CHANGES:

 - date: consolidate the types into a single t
 - date: add conversion functions that have semantic meaning, the previous functions containing 'float' and 'string' will be deprecated in a future release.

v4.19.0

Toggle v4.19.0's commit message
Release 4.19.0

CHANGES:

 - maintenance: give a name to the project
 - threads: Remove all the modules except Mutex
 - Add license to opam metadata, remove unused opam files

v4.18.0

Toggle v4.18.0's commit message
v4.18.0:

unix: remove unused stdext-std dependency
CP-34643: drop deprecated methods from listext
CP-31119: generate better documentation for listext

v4.17.0

Toggle v4.17.0's commit message
Revamp Listext:

- CP-34643: listext: remove implementations for functions in Stdlib.List
- CP-34643: Listext: deprecate functions in Stdlib.List
- CP-34643: add unit tests for listext
- CP-34643: listext: add drop function, rework some functions
- listext: avoid traversing list twice on assoc_default

v4.11.2

Toggle v4.11.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #60 from lippirk/xsi894-stockholm

Backport! XSI-894