aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gpgscm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* gpgscm: Clean sweeped cells.Justus Winter2016-11-231-2/+2
* gpgscm: Fix initialization of 'sink'.Justus Winter2016-11-231-1/+1
* gpgscm: Refactor.Justus Winter2016-11-221-6/+6
* gpgscm: Fix property lists.Justus Winter2016-11-222-32/+56
* gpgscm: Fix installation of error handler.Justus Winter2016-11-221-0/+1
* gpgscm: Use a static pool of cells for small integers.Justus Winter2016-11-223-19/+108
* gpgscm: Re-enable the garbage collector in case of errors.Justus Winter2016-11-171-1/+3
* gpgscm: Fix string.Justus Winter2016-11-171-1/+1
* gpgscm: Mark cells requiring finalization.Justus Winter2016-11-151-5/+6
* gpgscm: Recover more cells.Justus Winter2016-11-151-0/+1
* gpgscm: Avoid cell allocation overhead.Justus Winter2016-11-142-44/+252
* gpgscm: Recover cells from the list of recently allocated cells.Justus Winter2016-11-101-6/+11
* gpgscm: Recover cells used to maintain interpreter state.Justus Winter2016-11-101-8/+31
* gpgscm: Reduce opcode dispatch overhead.Justus Winter2016-11-102-228/+256
* gpgscm: Make the compile-hook configurable.Justus Winter2016-11-103-1/+12
* gpgscm: Drop obsolete commented-out code.Justus Winter2016-11-101-19/+0
* gpgscm: Remove dubious stack implementation.Justus Winter2016-11-103-95/+0
* gpgscm: Expose seek and associated constants.Justus Winter2016-11-082-0/+27
* gpgscm: Fix error message.Justus Winter2016-11-081-18/+21
* gpgscm: Generalize splice to write to multiple sinks.Justus Winter2016-11-072-7/+42
* gpgscm: Drop 'len' argument from splice.Justus Winter2016-11-072-11/+5
* tests: Move environment creation and teardown into each test.Justus Winter2016-11-071-0/+4
* gpgscm,w32: Provide schemish file handling for binary files.Justus Winter2016-11-071-0/+14
* gpgscm: Add support for pseudo-random numbers.Justus Winter2016-11-072-0/+94
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-058-8/+8
* gpgscm: Fix printing strings containing zero bytes.Justus Winter2016-11-041-1/+3
* gpgscm: Implement 'atexit'.Justus Winter2016-11-042-0/+19
* gpgscm,tests: Add new functions to the test environment.Justus Winter2016-11-032-0/+26
* gpgscm: Fix inclusion of readline header.Justus Winter2016-11-021-0/+1
* common,w32: Fix setting environment variables on Windows.Justus Winter2016-10-201-1/+3
* gpgscm: Initialize nesting stack.Justus Winter2016-10-171-0/+1
* tests: Improve handling of Windows newlines.Justus Winter2016-10-071-0/+9
* gpgscm: Improve test of low-level functions.Justus Winter2016-10-072-1/+34
* gpgscm: Improve path handling.Justus Winter2016-10-072-3/+18
* gpgscm: Update callsite of 'gnupg_spawn_process'.Justus Winter2016-10-061-1/+1
* tests,w32: Do not expose 'glob' to gpgscm.Justus Winter2016-10-041-38/+0
* 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