Skip to content

Releases: Nicholaswogan/fortran-yaml-c

fortran-yaml-c v0.2.5

02 May 19:55
Compare
Choose a tag to compare

fortran-yaml-c v0.2.4

27 Oct 15:58
Compare
Choose a tag to compare

Allowed for more strings to be interpreted as booleans.

fortran-yaml-c v0.2.3

26 Oct 17:47
Compare
Choose a tag to compare

fortran-yaml-c v0.2.1

24 Aug 03:39
Compare
Choose a tag to compare
added checks for malloc failing. Exit if returns null

fortran-yaml-c v0.2.0

09 Aug 06:32
Compare
Choose a tag to compare
  • Now all strings are the not a fixed length of 1024 characters. They are the proper length.
  • Implemented a type wrapper to the parser so that memory leaks can not happen.
  • Re-organized and reformatted some files

fortran-yaml-c v0.1.2

19 Feb 21:42
Compare
Choose a tag to compare

Changed errors so that they use allocatable variables instead of pointers. This prevents small memory leaks.

fortran-yaml-c v0.1.1

08 Feb 19:19
Compare
Choose a tag to compare

Second release.

fortran-yaml-c v0.1.0

27 Jan 19:00
Compare
Choose a tag to compare

First release