summaryrefslogtreecommitdiff
path: root/libguile-ssh/error.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bugfix: Use regular procedures instead of non-static inlines•••There are ill-defined non-static inlines that lead to linkage errors; it appears that these inlines are the root cause for errors that can be seen on Arch GNU/Linux. Replace them with regular procedures. Reported by: SaffronSnail in <https://github.com/artyom-poptsov/guile-ssh/issues/1> * libguile-ssh/common.c, libguile-ssh/common.h, libguile-ssh/error.c, libguile-ssh/error.h, libguile-ssh/key-func.h, libguile-ssh/key-type.c, libguile-ssh/key-type.h: Bugfix: Remove all non-static inlines; use regular procedures instead. Artyom V. Poptsov2016-02-081-3/+3
* ssh: Rename to 'libguile-ssh'•••* ssh: Rename to 'libguile-ssh'. * Makefile.am, configure.ac, modules/ssh/Makefile.am, tests/Makefile.am: Update. Artyom V. Poptsov2015-07-251-0/+31