aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gpgscm (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-13gpgscm: Move the test runner to the Scheme library.Justus Winter1-0/+151
2016-12-13gpgscm: Improve library functions.Justus Winter2-34/+88
2016-12-08gpgscm: Better error reporting.Justus Winter6-62/+122
2016-12-08gpgscm: Keep a history of calls for error messages.Justus Winter5-4/+339
2016-12-08gpgscm: Add flag TAIL_CONTEXT.Justus Winter1-8/+44
2016-12-08gpgscm: Add flags to the interpreter.Justus Winter2-5/+44
2016-12-08gpgscm: Implement tags.Justus Winter3-0/+91
2016-12-08gpgscm: Generalize 'for-each-p'.Justus Winter1-7/+8
2016-12-06tests: Rename 'error' to 'fail'.Justus Winter1-6/+6
2016-12-06tests: Change (interactive-shell) to start an interactive shellNeal H. Walfield1-1/+1
2016-11-29gpgscm: Avoid truncating pointers.Justus Winter1-2/+3
2016-11-23gpgscm: Make 'reverse' compatible with 'reverse_in_place'.Justus Winter1-4/+4
2016-11-23gpgscm: Clean sweeped cells.Justus Winter1-2/+2
2016-11-23gpgscm: Fix initialization of 'sink'.Justus Winter1-1/+1
2016-11-22gpgscm: Refactor.Justus Winter1-6/+6
2016-11-22gpgscm: Fix property lists.Justus Winter2-32/+56
2016-11-22gpgscm: Fix installation of error handler.Justus Winter1-0/+1
2016-11-22gpgscm: Use a static pool of cells for small integers.Justus Winter3-19/+108
2016-11-17gpgscm: Re-enable the garbage collector in case of errors.Justus Winter1-1/+3
2016-11-17gpgscm: Fix string.Justus Winter1-1/+1
2016-11-15gpgscm: Mark cells requiring finalization.Justus Winter1-5/+6
2016-11-15gpgscm: Recover more cells.Justus Winter1-0/+1
2016-11-14gpgscm: Avoid cell allocation overhead.Justus Winter2-44/+252
2016-11-10gpgscm: Recover cells from the list of recently allocated cells.Justus Winter1-6/+11
2016-11-10gpgscm: Recover cells used to maintain interpreter state.Justus Winter1-8/+31
2016-11-10gpgscm: Reduce opcode dispatch overhead.Justus Winter2-228/+256
2016-11-10gpgscm: Make the compile-hook configurable.Justus Winter3-1/+12
2016-11-10gpgscm: Drop obsolete commented-out code.Justus Winter1-19/+0
2016-11-10gpgscm: Remove dubious stack implementation.Justus Winter3-95/+0
2016-11-08gpgscm: Expose seek and associated constants.Justus Winter2-0/+27
2016-11-08gpgscm: Fix error message.Justus Winter1-18/+21
2016-11-07gpgscm: Generalize splice to write to multiple sinks.Justus Winter2-7/+42
2016-11-07gpgscm: Drop 'len' argument from splice.Justus Winter2-11/+5
2016-11-07tests: Move environment creation and teardown into each test.Justus Winter1-0/+4
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