aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * gpgscm: Move the test runner to the Scheme library.Justus Winter2016-12-131-0/+151
| * gpgscm: Improve library functions.Justus Winter2016-12-132-34/+88
| * gpgscm: Better error reporting.Justus Winter2016-12-086-62/+122
| * gpgscm: Keep a history of calls for error messages.Justus Winter2016-12-085-4/+339
| * gpgscm: Add flag TAIL_CONTEXT.Justus Winter2016-12-081-8/+44
| * gpgscm: Add flags to the interpreter.Justus Winter2016-12-082-5/+44
| * gpgscm: Implement tags.Justus Winter2016-12-083-0/+91
| * gpgscm: Generalize 'for-each-p'.Justus Winter2016-12-081-7/+8
| * tests: Rename 'error' to 'fail'.Justus Winter2016-12-061-6/+6
| * tests: Change (interactive-shell) to start an interactive shellNeal H. Walfield2016-12-061-1/+1
| * gpgscm: Avoid truncating pointers.Justus Winter2016-11-291-2/+3
| * gpgscm: Make 'reverse' compatible with 'reverse_in_place'.Justus Winter2016-11-231-4/+4
| * 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