aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gpgscm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* gpgscm: Merge 'opexe_3'.Justus Winter2017-04-102-86/+75
* gpgscm: Merge 'opexe_2'.Justus Winter2017-04-102-108/+98
* gpgscm: Merge 'opexe_1'.Justus Winter2017-04-102-31/+20
* gpgscm: Allocate small integers in the rodata section.Justus Winter2017-04-074-37/+861
* gpgscm: Make global data constant when possible.Justus Winter2017-04-072-19/+15
* gpgscm: Remove arbitrary limit on number of cell segments.Justus Winter2017-04-072-44/+74
* gpgscm: Fix compact vector encoding.Justus Winter2017-04-071-1/+2
* gpgscm: Avoid mutating integer.Justus Winter2017-04-061-1/+1
* gpgscm: Initialize unused slots in vectors.Justus Winter2017-04-061-0/+8
* gpgscm: Fix copying values.Justus Winter2017-04-041-2/+52
* gpgscm: Simplify get-output-string operation.Justus Winter2017-04-041-14/+6
* gpgscm: Simplify substring operation.Justus Winter2017-04-041-7/+1
* gpgscm: Slightly improve the procedure dispatch.Justus Winter2017-04-031-1/+1
* gpgscm: Make test cleanup more robust.Justus Winter2017-03-231-14/+17
* tests,w32: Use GetTempPath to get the path for temporary files.Justus Winter2017-03-212-1/+20
* tests: Create temporary directories in '/tmp'.Justus Winter2017-03-211-3/+5
* gpgscm: Simplify hash tables.Justus Winter2017-03-171-49/+22
* gpgscm: Remove framework for immediate values.Justus Winter2017-03-171-40/+29
* tests: Rework environment setup.Justus Winter2017-03-091-35/+43
* gpgscm: Use system strlwr if available.Michael Haubenwallner2017-03-072-5/+5
* More change for common.NIIBE Yutaka2017-03-071-1/+1
* tests: Harmonize temporary and socket directory handling.Justus Winter2017-03-061-7/+6
* gpgscm: Fix creation of temporary directories.Justus Winter2017-03-061-1/+6
* gpgscm: Improve parsing.Justus Winter2017-02-281-0/+3
* gpgscm: Fix calculating the line number.Justus Winter2017-02-281-2/+2
* gpgscm: Track source locations in every kind of ports.Justus Winter2017-02-282-96/+69
* Clean up word replication.Yuri Chornoivan2017-02-211-1/+1
* gpgscm: Guard use of tagged expressions.Justus Winter2017-02-172-6/+6
* tests,build: Fix distcheck.Justus Winter2017-02-151-1/+2
* tests: Check expiration times of created keys.Justus Winter2017-02-153-0/+54
* gpgscm: Tune the hash tables.Justus Winter2017-01-311-3/+5
* gpgscm: Optimize environment lookups and insertions.Justus Winter2017-01-311-50/+116
* gpgscm: Fix build with list environments.Justus Winter2017-01-311-0/+1
* gpgscm: Optimize symbol lookups and insertions.Justus Winter2017-01-311-23/+61
* gpgscm: Fix build with object list.Justus Winter2017-01-311-0/+1
* gpgscm: Remove unused functions.Justus Winter2017-01-311-24/+0
* gpgscm: Use a compact vector representation.Justus Winter2017-01-302-27/+36
* gpgscm: Provide framework for immediate values.Justus Winter2017-01-301-23/+39
* gpgscm: Fix setting the line of the first gc reservation.Justus Winter2017-01-301-1/+1
* gpgscm: Introduce macro for the vector length.Justus Winter2017-01-301-12/+13
* gpgscm: Fail if too many arguments are given.Justus Winter2017-01-022-6/+4
* gpgscm: Add 'finally', rework all macros.Justus Winter2017-01-022-44/+52
* gpgscm: Use boxed values for source locations.Justus Winter2017-01-022-46/+89
* gpgscm: Guard use of union member.Justus Winter2016-12-211-1/+1
* tests: Move argument parser.Justus Winter2016-12-201-0/+25
* gpgscm: Change associativity of ::.Justus Winter2016-12-191-3/+12
* gpgscm: Display location when assertions fail.Justus Winter2016-12-191-6/+9
* gpgscm: Make exception handling more robust.Justus Winter2016-12-191-1/+2
* gpgscm: Print failed and skipped tests.Justus Winter2016-12-131-5/+13
* gpgscm: Generalize the test runner.Justus Winter2016-12-131-8/+9