aboutsummaryrefslogtreecommitdiffstats
path: root/common/t-support.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-11-06common: Include required, but not included headers in t-support.h.Neal H. Walfield1-0/+3
* common/t-support.h: Include <stdlib.h> and <stdio.h>. -- Signed-off-by: Neal H. Walfield <[email protected]>
2015-10-30common: Improve t-zb32 to be used for manual encoding.Werner Koch1-1/+8
* common/t-support.h (no_exit_on_fail, errcount): New. (fail): Bump errcount. * common/t-zb32.c (main): Add options to allow manual use. Signed-off-by: Werner Koch <[email protected]>
2015-04-24common: Remove JNLIB from boiler plate (jnlib merge).Werner Koch1-6/+6
* common/README.jnlib: Remove. -- This is the final part of merging jnlib into gnupg/common.
2014-02-26common: New function map_static_macro_string.Werner Koch1-0/+5
* common/mapstrings.c: New. * common/t-mapstrings.c: New. * common/t-support.h (DIM, DIMof): Define if not defined. * common/Makefile.am: Add new files.
2011-09-30Change JNLIB license to LGPLv3+ or GPLv2+.Werner Koch1-7/+18
This is to allow the use of this code with code under GPLv2(only).
2010-03-10Merged jnlib into common.Werner Koch1-0/+0
2010-02-26First batch of changes to support W32CE.Werner Koch1-1/+11
Note that jnlib/w32-reg.c is not yet ready.
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
Removed intl/.
2007-06-19Made percent_escape more general.Werner Koch1-0/+52
Added regression tests support to jnlib. W32 changes.