summaryrefslogtreecommitdiff
path: root/guile
Commit message (Expand)AuthorAgeFilesLines
* Don't run guile openpgp self tests if openpgp is disabled.Simon Josefsson2008-05-071-1/+4
* libgnutls: Compile if SRP is disabled.Simon Josefsson2008-05-072-2/+10
* Check whether `-fgnu89-inline' is supported before using it.Ludovic Courtès2008-03-201-1/+7
* guile: Compile with `-fgnu89-inline'.Ludovic Courtès2008-03-191-0/+3
* guile: Don't declare `inline' functions that use `alloca ()'.Ludovic Courtès2008-03-191-3/+3
* guile: Propagate Guile's CPPFLAGS to `guile-snarf'.Ludovic Courtès2008-03-071-2/+4
* guile: Include <config.h>, not "config.h".Ludovic Courtès2008-03-072-5/+10
* Use __func__ instead of __FUNCTION__.Simon Josefsson2008-02-281-2/+2
* Also test dhe-rsa.Simon Josefsson2008-01-171-2/+2
* Fix dangling/unused bindings in `(gnutls)'.Ludovic Courtès2007-12-121-2/+3
* Update Guile OpenPGP test cases to use the new names.Ludovic Courtès2007-12-123-17/+19
* Bump Guile glue libraries version number.Ludovic Courtès2007-12-124-12/+12
* Substitute `certificate' to `public-key' in `(gnutls extra)'.Ludovic Courtès2007-12-124-61/+83
* More GPLv3 fixes.Simon Josefsson2007-12-098-9/+9
* Use new APIs.Simon Josefsson2007-11-141-26/+26
* Typo.Simon Josefsson2007-11-141-1/+1
* Update API.Simon Josefsson2007-11-142-3/+3
* Add unknown-algorithm (new name of unknown-hash-algorithm).Simon Josefsson2007-11-141-0/+1
* Remove openpgp trustdb error.Simon Josefsson2007-11-141-1/+0
* Add `.gitignore'.Ludovic Courtès2007-10-261-0/+7
* Guile: Reflect SRP/PSK changes.Ludovic Courtès2007-10-082-3/+2
* Guile: Fix `x509-certificate-dn-oid' and related functions.Ludovic Courtès2007-09-111-1/+2
* Fixed CPPFLAGS for Guile code and documentation.Ludovic Courtès2007-08-081-1/+2
* Fix build failure in doc/ when guile isn't installed built yet.Simon Josefsson2007-07-091-0/+6
* Put $(GUILE_FLAGS) in LIBADD, not LDFLAGS.Simon Josefsson2007-06-291-5/+4
* Small cleanups in `guile/tests'.Ludovic Courtes2007-06-123-21/+0
* Need to put libguile-gnutls-v-0.la before gnulib_libs, to fix rpath issue.Simon Josefsson2007-06-111-2/+2
* Use _LIBADD for libraries, not _LDFLAGS.Simon Josefsson2007-06-111-6/+7
* Fix Guile linking so that the right GnuTLS libs are used.Ludovic Courtes2007-06-081-11/+15
* Fixed the `-Wno-strict-prototypes' issue in Guile code.Ludovic Courtes2007-06-061-3/+5
* Need -I for config.h.Simon Josefsson2007-06-011-1/+1
* Usage "old-fashion" make suffix rules rather than GNU Make patterns.Ludovic Courtes2007-06-014-6/+5
* Tiny bug fixes in Guile's documentation extraction.Ludovic Courtes2007-06-011-2/+3
* Build cleanups following Simon's comments.Ludovic Courtes2007-05-311-1/+1
* Try to handle "function declaration isn't a prototype" warnings.Ludovic Courtès2007-05-301-0/+8
* Started Guile integration.Ludovic Courtès2007-05-3043-0/+6886