Circle Stdlib Versions Save

Standard C and C++ Library Support for Circle

v16.3

2 months ago

v16.2

7 months ago

v16.1

11 months ago

v16

1 year ago
  • Synced with Circle Step 45.1.
  • Implemented functions that previously returned an error code:
    • getcwd() and chdir()
    • dup(), dup2() and fcntl(... F_DUPFD ...) (Note: Only the F_DUPFD command is implemented for fcntl()!)
    • stat() and fstat()
    • fsync()
    • ftruncate()
    • isatty()

v15.14

1 year ago

v15.13

1 year ago

v15.12

2 years ago
  • Synced with Circle Step 44.4.1.
  • Updated mbed TLS to release v2.16.12.
  • New configure command line option --option for specifying additional preprocessor defines consistently across all libraries.

This release replaces the faulty withdrawn release v15.11.

v15.10

2 years ago

v15.9

2 years ago
  • Synced with Circle Step 44.2.
  • Aligned toolchain version with Circle (gcc 10.3-2021.07).
  • Updated Mbed TLS to version 2.16.11.

v15.8

2 years ago
  • Synced with Circle Step 44.1.
  • Fixed issue #22 "Bad memmove behavior". This issue was only reproducible with the AArch64 build.