index
:
libgpg-error
dkg-fix-T4643
dkg/expand-musl
dkg/fix-4952
gniibe/disable-new-dtags
gniibe/pkg-config-support
gniibe/secmem
gniibe/t5912
master
release-1.26
A small library that originally defined common error values for all GnuPG components.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
gpgscm: Fix build with object list.
Justus Winter
2017-01-31
1
-0
/
+1
|
*
gpgscm: Remove unused functions.
Justus Winter
2017-01-31
1
-24
/
+0
|
*
gpgscm: Use a compact vector representation.
Justus Winter
2017-01-30
2
-27
/
+36
|
*
gpgscm: Provide framework for immediate values.
Justus Winter
2017-01-30
1
-23
/
+39
|
*
gpgscm: Fix setting the line of the first gc reservation.
Justus Winter
2017-01-30
1
-1
/
+1
|
*
gpgscm: Introduce macro for the vector length.
Justus Winter
2017-01-30
1
-12
/
+13
|
*
gpgscm: Fail if too many arguments are given.
Justus Winter
2017-01-02
2
-6
/
+4
|
*
gpgscm: Add 'finally', rework all macros.
Justus Winter
2017-01-02
2
-44
/
+52
|
*
gpgscm: Use boxed values for source locations.
Justus Winter
2017-01-02
2
-46
/
+89
|
*
gpgscm: Guard use of union member.
Justus Winter
2016-12-21
1
-1
/
+1
|
*
tests: Move argument parser.
Justus Winter
2016-12-20
1
-0
/
+25
|
*
gpgscm: Change associativity of ::.
Justus Winter
2016-12-19
1
-3
/
+12
|
*
gpgscm: Display location when assertions fail.
Justus Winter
2016-12-19
1
-6
/
+9
|
*
gpgscm: Make exception handling more robust.
Justus Winter
2016-12-19
1
-1
/
+2
|
*
gpgscm: Print failed and skipped tests.
Justus Winter
2016-12-13
1
-5
/
+13
|
*
gpgscm: Generalize the test runner.
Justus Winter
2016-12-13
1
-8
/
+9
|
*
gpgscm: Move the test runner to the Scheme library.
Justus Winter
2016-12-13
1
-0
/
+151
|
*
gpgscm: Improve library functions.
Justus Winter
2016-12-13
2
-34
/
+88
|
*
gpgscm: Better error reporting.
Justus Winter
2016-12-08
6
-62
/
+122
|
*
gpgscm: Keep a history of calls for error messages.
Justus Winter
2016-12-08
5
-4
/
+339
|
*
gpgscm: Add flag TAIL_CONTEXT.
Justus Winter
2016-12-08
1
-8
/
+44
|
*
gpgscm: Add flags to the interpreter.
Justus Winter
2016-12-08
2
-5
/
+44
|
*
gpgscm: Implement tags.
Justus Winter
2016-12-08
3
-0
/
+91
|
*
gpgscm: Generalize 'for-each-p'.
Justus Winter
2016-12-08
1
-7
/
+8
|
*
tests: Rename 'error' to 'fail'.
Justus Winter
2016-12-06
1
-6
/
+6
|
*
tests: Change (interactive-shell) to start an interactive shell
Neal H. Walfield
2016-12-06
1
-1
/
+1
|
*
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
2
-32
/
+56
|
*
gpgscm: Fix installation of error handler.
Justus Winter
2016-11-22
1
-0
/
+1
|
*
gpgscm: Use a static pool of cells for small integers.
Justus Winter
2016-11-22
3
-19
/
+108
|
*
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
2
-44
/
+252
|
*
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
2
-228
/
+256
|
*
gpgscm: Make the compile-hook configurable.
Justus Winter
2016-11-10
3
-1
/
+12
|
*
gpgscm: Drop obsolete commented-out code.
Justus Winter
2016-11-10
1
-19
/
+0
|
*
gpgscm: Remove dubious stack implementation.
Justus Winter
2016-11-10
3
-95
/
+0
|
*
gpgscm: Expose seek and associated constants.
Justus Winter
2016-11-08
2
-0
/
+27
|
*
gpgscm: Fix error message.
Justus Winter
2016-11-08
1
-18
/
+21
|
*
gpgscm: Generalize splice to write to multiple sinks.
Justus Winter
2016-11-07
2
-7
/
+42
|
*
gpgscm: Drop 'len' argument from splice.
Justus Winter
2016-11-07
2
-11
/
+5
|
*
tests: Move environment creation and teardown into each test.
Justus Winter
2016-11-07
1
-0
/
+4
[prev]
[next]