index
:
gnupg
ECC-INTEGRATION-2-1
GNUPG-1-9-BRANCH
GNUPG-1-9-BRANCH-MO
GNUPG-TRUNK-MO-HACKS
STABLE-BRANCH-1-0
STABLE-BRANCH-1-2
STABLE-BRANCH-1-4
STABLE-BRANCH-2-0
STABLE-BRANCH-2-2
STABLE-BRANCH-2-2.40
STABLE-BRANCH-2-4
T3880
T3880-fix
bjk/passphrase-inquire
cb/T5215
cb/test
ccid_driver_improvement
debian-unstable-patch-queue
disallow-v3-keys
dkg-fix-T4566
dkg-fix-T4593
dkg-fix-T4628
dkg-fix-T4652
dkg-fix-T4682
dkg/T1371
dkg/T1967
dkg/fix-4855
dkg/fix-T3995
dkg/fix-T4490
dkg/fix-T4501
dkg/fix-T4507
dkg/fix-T4522
dkg/gpgv-doc-improvement
dkg/no-skel-files
dkg/passphrase-env
ePit-1-0
fix-1950
fix-4393
fix-T3995
fix-T4017
fix-T4018
fix-T4019
gniibe/T4620
gniibe/crypto-refresh
gniibe/decryption-key
gniibe/fix-3465
gniibe/kem
gniibe/pcsc-get-status
gniibe/regexp
gniibe/scd-direct-keygrip
gniibe/scd-kdf-support
gniibe/scd-watch
gniibe/sos
gniibe/spawn
gniibe/t3883
gniibe/t6275
gniibe/t6364
gniibe/t6487
gniibe/t6592
gniibe/t6606
gniibe/t7426
gniibe/v5/448
gniibe/x25519
ikloecker/pinentry-formatted-passphrase
ikloecker/t5462
ikloecker/t5598-appimage
justus/fix-1788
justus/issue1955
justus/issue2012
justus/issue2700
justus/issue2826-0
justus/libdns-0
justus/scm-9
key-storage-work
master
mo-scd
neal/dirmngr-ldap
neal/encrypted-mailing-lists
neal/issue2236
neal/kdb
neal/next
neal/pending
neal/strsplit
npth
npth-2
npth-3
npth-4
scd-backport-2-0
scd-pin-prompt
scd-work
seckey-sync-work
switch-to-gpgk
t5964
tobias/gpgsum
tobias/tsa
tpm-work
wk/g13work
wk/kyber-test
wk/signcode
wk/stable-2.2-global-options
wk/test-master
wk/w32-smime-perf-tests
The GNU Privacy Guard
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
gpgscm
/
scheme.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpgscm: Fail if too many arguments are given.
Justus Winter
2017-01-02
1
-5
/
+3
*
gpgscm: Use boxed values for source locations.
Justus Winter
2017-01-02
1
-44
/
+87
*
gpgscm: Guard use of union member.
Justus Winter
2016-12-21
1
-1
/
+1
*
gpgscm: Change associativity of ::.
Justus Winter
2016-12-19
1
-3
/
+12
*
gpgscm: Better error reporting.
Justus Winter
2016-12-08
1
-6
/
+39
*
gpgscm: Keep a history of calls for error messages.
Justus Winter
2016-12-08
1
-4
/
+271
*
gpgscm: Add flag TAIL_CONTEXT.
Justus Winter
2016-12-08
1
-8
/
+44
*
gpgscm: Add flags to the interpreter.
Justus Winter
2016-12-08
1
-5
/
+43
*
gpgscm: Implement tags.
Justus Winter
2016-12-08
1
-0
/
+80
*
gpgscm: Avoid truncating pointers.
Justus Winter
2016-11-29
1
-2
/
+3
*
gpgscm: Make 'reverse' compatible with 'reverse_in_place'.
Justus Winter
2016-11-23
1
-4
/
+4
*
gpgscm: Clean sweeped cells.
Justus Winter
2016-11-23
1
-2
/
+2
*
gpgscm: Fix initialization of 'sink'.
Justus Winter
2016-11-23
1
-1
/
+1
*
gpgscm: Refactor.
Justus Winter
2016-11-22
1
-6
/
+6
*
gpgscm: Fix property lists.
Justus Winter
2016-11-22
1
-30
/
+54
*
gpgscm: Use a static pool of cells for small integers.
Justus Winter
2016-11-22
1
-19
/
+94
*
gpgscm: Re-enable the garbage collector in case of errors.
Justus Winter
2016-11-17
1
-1
/
+3
*
gpgscm: Fix string.
Justus Winter
2016-11-17
1
-1
/
+1
*
gpgscm: Mark cells requiring finalization.
Justus Winter
2016-11-15
1
-5
/
+6
*
gpgscm: Recover more cells.
Justus Winter
2016-11-15
1
-0
/
+1
*
gpgscm: Avoid cell allocation overhead.
Justus Winter
2016-11-14
1
-44
/
+247
*
gpgscm: Recover cells from the list of recently allocated cells.
Justus Winter
2016-11-10
1
-6
/
+11
*
gpgscm: Recover cells used to maintain interpreter state.
Justus Winter
2016-11-10
1
-8
/
+31
*
gpgscm: Reduce opcode dispatch overhead.
Justus Winter
2016-11-10
1
-228
/
+251
*
gpgscm: Make the compile-hook configurable.
Justus Winter
2016-11-10
1
-1
/
+3
*
gpgscm: Drop obsolete commented-out code.
Justus Winter
2016-11-10
1
-19
/
+0
*
gpgscm: Remove dubious stack implementation.
Justus Winter
2016-11-10
1
-88
/
+0
*
gpgscm: Fix printing strings containing zero bytes.
Justus Winter
2016-11-04
1
-1
/
+3
*
gpgscm: Initialize nesting stack.
Justus Winter
2016-10-17
1
-0
/
+1
*
Fix more spelling
Daniel Kahn Gillmor
2016-09-17
1
-1
/
+1
*
tests/gpgscm: Fix use of pointer.
NIIBE Yutaka
2016-09-15
1
-3
/
+3
*
gpgscm: Fix detection of unbalanced parenthesis.
Justus Winter
2016-09-06
1
-0
/
+1
*
gpgscm: Make error message more useful.
Justus Winter
2016-07-21
1
-1
/
+1
*
gpgscm: Fix reallocating string ports.
Justus Winter
2016-06-30
1
-1
/
+2
*
gpgscm: Free memory backing string ports.
Justus Winter
2016-06-30
1
-0
/
+2
*
gpgscm: Free file names.
Justus Winter
2016-06-28
1
-0
/
+5
*
gpgscm: Fix buffer overflow.
Justus Winter
2016-06-28
1
-1
/
+2
*
gpgscm: Add types for special objects.
Justus Winter
2016-06-23
1
-6
/
+14
*
gpgscm: Fix Scheme initialization.
Justus Winter
2016-06-23
1
-0
/
+3
*
gpgscm: Improve error reporting.
Justus Winter
2016-06-21
1
-2
/
+27
*
gpgscm: Make memory allocation failures fatal.
Justus Winter
2016-06-21
1
-1
/
+1
*
gpgscm: Silence compiler warnings.
Werner Koch
2016-06-17
1
-7
/
+12
*
tests/gpgscm: Foreign objects support for TinySCHEME.
Justus Winter
2016-06-17
1
-1
/
+27
*
tests/gpgscm: Dynamically allocate string buffer.
Justus Winter
2016-06-17
1
-2
/
+32
*
tests/gpgscm: Expose function to open streams as Scheme ports.
Justus Winter
2016-06-17
1
-1
/
+2
*
tests/gpgscm: Nicer error message.
Justus Winter
2016-06-17
1
-1
/
+1
*
tests/gpgscm: Handle unhandled enumeration values.
Justus Winter
2016-06-17
1
-0
/
+6
*
tests/gpgscm: Verbatim import of latest TinySCHEME.
Justus Winter
2016-06-17
1
-0
/
+5056