Skip to content

Releases: daandemeyer/reproc

v14.2.7

15 Apr 10:48

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 14.2.6...v14.2.7

v14.2.6

15 Apr 10:47

Choose a tag to compare

What's Changed

  • Fix non-blocking option for C++ API. by @rsmmr in #110
  • Fix build on systems that really like gnu strerror_r by @mheyman in #117

New Contributors

Full Changelog: v14.2.5...v14.2.6

v14.2.5

26 Mar 14:29

Choose a tag to compare

reproc_strerror: avoid undefined behaviour for error == INT_MIN

Invoking `abs` on the minimum integer has undefined behaviour. Catch
this case before calling `abs` and return an error message instead.

v14.2.4

30 Oct 20:28

Choose a tag to compare

See the changelog for a list of changes.

v14.2.3

08 Aug 11:49

Choose a tag to compare

See the changelog for a list of changes.

v14.2.2

24 Jan 12:33

Choose a tag to compare

See the changelog for a list of changes.

v14.2.1

08 Nov 12:40

Choose a tag to compare

See the changelog for a list of changes.

v14.2.0

29 Sep 20:03

Choose a tag to compare

See the changelog for a list of changes.

v14.1.0

30 Aug 17:37

Choose a tag to compare

See the changelog for a list of changes.

v14.0.0

03 Jul 07:32

Choose a tag to compare

See the changelog for a list of changes.