aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * tests: Refine the repl function.Justus Winter2016-09-191-21/+21
| * tests: Implement interpreter shutdown using exceptions.Justus Winter2016-09-192-1/+23
| * tests: Correctly handle exceptions in resource handling macros.Justus Winter2016-09-191-4/+13
| * tests: Refine exception handling.Justus Winter2016-09-192-6/+6
| * tests: Use descriptive temporary file names.Justus Winter2016-09-194-4/+21
| * gpgscm: Fix gcrypt version check.Werner Koch2016-09-191-1/+1
| * Fix more spellingDaniel Kahn Gillmor2016-09-172-2/+2
| * tests/gpgscm: Fix use of pointer.NIIBE Yutaka2016-09-152-4/+4
| * gpgscm: Fix detection of unbalanced parenthesis.Justus Winter2016-09-062-0/+9
| * Call log_set_prefix() with human-readable labels.Daniel Kahn Gillmor2016-08-121-1/+1
| * tests: Improve temporary directory handling.Justus Winter2016-08-102-3/+12
| * gpgscm: Make the name of foreign functions more unique.Justus Winter2016-08-101-1/+1
| * gpgscm: Do not shadow common function name in catch macro.Justus Winter2016-07-261-2/+2
| * gpgscm: Make the verbose setting more useful.Justus Winter2016-07-262-4/+34
| * gpgscm: Make function more general.Justus Winter2016-07-221-2/+2
| * gpgscm: Make assert macro more accurate.Justus Winter2016-07-211-1/+2
| * gpgscm: Make error message more useful.Justus Winter2016-07-211-1/+1
| * tests: Add test for ssh support.Justus Winter2016-07-191-3/+11
| * gpgscm: Fix linking.Justus Winter2016-07-151-1/+1
| * gpgscm: Use kludge to avoid improper use of ffi_schemify_name.Werner Koch2016-07-141-3/+7
| * gpgscm: Capture output of spawned processes.Justus Winter2016-07-071-3/+6
| * tests: Honor environment variable 'TMP'.Justus Winter2016-07-051-4/+16
| * gpgscm: Improve robustness and compatibility.Justus Winter2016-07-051-2/+8
| * gpgscm: Fix reallocating string ports.Justus Winter2016-06-301-1/+2
| * gpgscm: Free memory backing string ports.Justus Winter2016-06-301-0/+2
| * gpgscm: Use the allocator from libgcrypt.Justus Winter2016-06-301-1/+2
| * gpgscm: Fix memory leaks.Justus Winter2016-06-283-14/+32
| * gpgscm: Free file names.Justus Winter2016-06-281-0/+5
| * gpgscm: Fix buffer overflow.Justus Winter2016-06-281-1/+2
| * gpgscm: Handle exceptions in the transformation monad.Justus Winter2016-06-231-13/+23
| * gpgscm: Add types for special objects.Justus Winter2016-06-231-6/+14
| * gpgscm: Fix Scheme initialization.Justus Winter2016-06-231-0/+3
| * gpgscm: Fix manual.Justus Winter2016-06-231-1/+1
| * gpgscm: Add more file handling functions.Justus Winter2016-06-212-0/+44
| * gpgscm: Improve test framework.Justus Winter2016-06-212-13/+19
| * gpgscm: Use native string searching functions.Justus Winter2016-06-214-43/+118
| * gpgscm: Improve error reporting.Justus Winter2016-06-211-2/+27
| * gpgscm: Make memory allocation failures fatal.Justus Winter2016-06-211-1/+1
| * tests: Make make distcheck work again.Werner Koch2016-06-171-3/+5
| * gpgscm: Silence compiler warnings.Werner Koch2016-06-171-7/+12
| * Add license notices for TinySCHEME.Werner Koch2016-06-171-0/+0
| * tests/gpgscm: Add a TinySCHEME-based test driver.Justus Winter2016-06-1713-0/+2548
| * tests/gpgscm: Foreign objects support for TinySCHEME.Justus Winter2016-06-173-1/+45
| * tests/gpgscm: Dynamically allocate string buffer.Justus Winter2016-06-172-4/+34
| * tests/gpgscm: Make exception value available.Justus Winter2016-06-171-4/+5
| * tests/gpgscm: Add package macro.Justus Winter2016-06-171-0/+5
| * tests/gpgscm: Expose function to open streams as Scheme ports.Justus Winter2016-06-172-1/+3
| * tests/gpgscm: Nicer error message.Justus Winter2016-06-171-1/+1
| * tests/gpgscm: Fix error hook.Justus Winter2016-06-171-1/+2
| * tests/gpgscm: Handle unhandled enumeration values.Justus Winter2016-06-171-0/+6