aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gpgscm (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-07gpgscm,w32: Provide schemish file handling for binary files.Justus Winter1-0/+14
2016-11-07gpgscm: Add support for pseudo-random numbers.Justus Winter2-0/+94
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch8-8/+8
2016-11-04gpgscm: Fix printing strings containing zero bytes.Justus Winter1-1/+3
2016-11-04gpgscm: Implement 'atexit'.Justus Winter2-0/+19
2016-11-03gpgscm,tests: Add new functions to the test environment.Justus Winter2-0/+26
2016-11-02gpgscm: Fix inclusion of readline header.Justus Winter1-0/+1
2016-10-20common,w32: Fix setting environment variables on Windows.Justus Winter1-1/+3
2016-10-17gpgscm: Initialize nesting stack.Justus Winter1-0/+1
2016-10-07tests: Improve handling of Windows newlines.Justus Winter1-0/+9
2016-10-07gpgscm: Improve test of low-level functions.Justus Winter2-1/+34
2016-10-07gpgscm: Improve path handling.Justus Winter2-3/+18
2016-10-06gpgscm: Update callsite of 'gnupg_spawn_process'.Justus Winter1-1/+1
2016-10-04tests,w32: Do not expose 'glob' to gpgscm.Justus Winter1-38/+0
2016-09-19tests: Refine the repl function.Justus Winter1-21/+21
2016-09-19tests: Implement interpreter shutdown using exceptions.Justus Winter2-1/+23
2016-09-19tests: Correctly handle exceptions in resource handling macros.Justus Winter1-4/+13
2016-09-19tests: Refine exception handling.Justus Winter2-6/+6
2016-09-19tests: Use descriptive temporary file names.Justus Winter4-4/+21
2016-09-19gpgscm: Fix gcrypt version check.Werner Koch1-1/+1
2016-09-17Fix more spellingDaniel Kahn Gillmor2-2/+2
2016-09-15tests/gpgscm: Fix use of pointer.NIIBE Yutaka2-4/+4
2016-09-06gpgscm: Fix detection of unbalanced parenthesis.Justus Winter2-0/+9
2016-08-12Call log_set_prefix() with human-readable labels.Daniel Kahn Gillmor1-1/+1
2016-08-10tests: Improve temporary directory handling.Justus Winter2-3/+12
2016-08-10gpgscm: Make the name of foreign functions more unique.Justus Winter1-1/+1
2016-07-26gpgscm: Do not shadow common function name in catch macro.Justus Winter1-2/+2
2016-07-26gpgscm: Make the verbose setting more useful.Justus Winter2-4/+34
2016-07-22gpgscm: Make function more general.Justus Winter1-2/+2
2016-07-21gpgscm: Make assert macro more accurate.Justus Winter1-1/+2
2016-07-21gpgscm: Make error message more useful.Justus Winter1-1/+1
2016-07-19tests: Add test for ssh support.Justus Winter1-3/+11
2016-07-15gpgscm: Fix linking.Justus Winter1-1/+1
2016-07-14gpgscm: Use kludge to avoid improper use of ffi_schemify_name.Werner Koch1-3/+7
2016-07-07gpgscm: Capture output of spawned processes.Justus Winter1-3/+6
2016-07-05tests: Honor environment variable 'TMP'.Justus Winter1-4/+16
2016-07-05gpgscm: Improve robustness and compatibility.Justus Winter1-2/+8
2016-06-30gpgscm: Fix reallocating string ports.Justus Winter1-1/+2
2016-06-30gpgscm: Free memory backing string ports.Justus Winter1-0/+2
2016-06-30gpgscm: Use the allocator from libgcrypt.Justus Winter1-1/+2
2016-06-28gpgscm: Fix memory leaks.Justus Winter3-14/+32
2016-06-28gpgscm: Free file names.Justus Winter1-0/+5
2016-06-28gpgscm: Fix buffer overflow.Justus Winter1-1/+2
2016-06-23gpgscm: Handle exceptions in the transformation monad.Justus Winter1-13/+23
2016-06-23gpgscm: Add types for special objects.Justus Winter1-6/+14
2016-06-23gpgscm: Fix Scheme initialization.Justus Winter1-0/+3
2016-06-23gpgscm: Fix manual.Justus Winter1-1/+1
2016-06-21gpgscm: Add more file handling functions.Justus Winter2-0/+44
2016-06-21gpgscm: Improve test framework.Justus Winter2-13/+19
2016-06-21gpgscm: Use native string searching functions.Justus Winter4-43/+118