v1.4.0
Updates
- updates to build and installation process, pkg-config
- rename package from sexpr to sfsexp to avoid confusion
- documentation updates
- additional UTF-8 tests
- removal of archaic code that is no longer necessary
- fix for sexp_to_dotfile looping on empty lists
- update sexpvis.c to add arguments
Pull request changes
- generate pkgconfig file during configure by @bremner in #5
- make _sexp_to_dot static / hidden by @bremner in #4
- fix for sexp_to_dotfile looping on empty lists by @bremner in #8
- add some simple non-ascii tests by @bremner in #6
- remove archive/ by @bremner in #10
- Install sfsexp.pc file by @ryoon in #11
- Honor LDFLAGS to fix RELRO build, for example by @ryoon in #12
- Enhance markdown in README.md by @jpellegrini in #13
- Rename sexpr to sfsexp by @mjg in #17
- Pkgincludedir by @mjg in #18
New Contributors
- @ryoon made their first contribution in #11
- @jpellegrini made their first contribution in #13
- @mjg made their first contribution in #17
Full Changelog: v1.3.1...v1.4.0