Releases: Nicholaswogan/fortran-yaml-c
Releases · Nicholaswogan/fortran-yaml-c
fortran-yaml-c v0.2.6
Full Changelog: v0.2.5...v0.2.6
fortran-yaml-c v0.2.5
Full Changelog: v0.2.4...v0.2.5
fortran-yaml-c v0.2.4
Allowed for more strings to be interpreted as booleans.
fortran-yaml-c v0.2.3
version
fortran-yaml-c v0.2.1
added checks for malloc failing. Exit if returns null
fortran-yaml-c v0.2.0
- 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
Changed errors so that they use allocatable
variables instead of pointers
. This prevents small memory leaks.
fortran-yaml-c v0.1.1
Second release.
fortran-yaml-c v0.1.0
First release