- 12 Dec, 2018 3 commits
-
-
Antoine Beaupré authored
-
Antoine Beaupré authored
-
Antoine Beaupré authored
-
- 18 Jan, 2017 2 commits
-
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
commit 3d356d165aed7d76a3ea811b1d24ed0a05ac90d4 in GnuPG's upstream git repo contains this mention: + { +#if GPGRT_VERSION_NUMBER < 0x011900 /* 1.25 */ + /* In older gpg-error versions gpgrt_yield is buggy for use with + * nPth and thus we need to resort to a sleep call. */ + npth_usleep (1000); /* 1ms */ +#else + gpgrt_yield (); +#endif + } This is a build-time decision, and we want it to map to a runtime decision, so that when it's built against a newer version of libgpg-error, it can't accidentally be installed against an older version. This change should help that happen within debian.
-
- 24 Dec, 2016 5 commits
-
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
Upstream version 1.26
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
- 21 Dec, 2016 3 commits
-
-
Werner Koch authored
* configure.ac: Bump LT version to C21/A21/R0. Signed-off-by:Werner Koch <wk@gnupg.org>
-
Werner Koch authored
--
-
Werner Koch authored
--
-
- 13 Dec, 2016 1 commit
-
-
Werner Koch authored
Signed-off-by:Werner Koch <wk@gnupg.org>
-
- 12 Dec, 2016 2 commits
-
-
Werner Koch authored
Signed-off-by:Werner Koch <wk@gnupg.org>
-
Werner Koch authored
Signed-off-by:Werner Koch <wk@gnupg.org>
-
- 05 Dec, 2016 2 commits
-
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
- 02 Dec, 2016 3 commits
-
-
Werner Koch authored
* src/gpg-error.c (print_desc): Shortcur for unknown symbols. Signed-off-by:Werner Koch <wk@gnupg.org>
-
Werner Koch authored
-
Werner Koch authored
* doc/errorref.txt: Remove all tabs. * doc/Makefile.am (install-data-local): New to install errorref.txt. (uninstall-local): New. (errorref.txt.x): New. * src/Makefile.am (gpg_error_CPPFLAGS): Define PKGDATADIR * src/gpg-error.c (print_desc): New. (show_usage): New. (main): Improve option parser. Add new option --desc. Call print_desc. -- Signed-off-by:Werner Koch <wk@gnupg.org>
-
- 18 Nov, 2016 6 commits
-
-
-- http://www.unicode.org/unicode/onlinedat/languages.html currently says: The mapping information between Macintosh and Windows codes is no longer available on the Unicode site. Please consult the Macintosh and Windows developer sites. And there are no outbound links. Signed-off-by:
Daniel Kahn Gillmor <dkg@fifthhorseman.net> -
-- Signed-off-by:
Daniel Kahn Gillmor <dkg@fifthhorseman.net> -
-- Signed-off-by:
Daniel Kahn Gillmor <dkg@fifthhorseman.net> -
-- Signed-off-by:
Daniel Kahn Gillmor <dkg@fifthhorseman.net> -
-- Signed-off-by:
Daniel Kahn Gillmor <dkg@fifthhorseman.net> -
-- Signed-off-by:
Daniel Kahn Gillmor <dkg@fifthhorseman.net>
-
- 17 Nov, 2016 1 commit
-
-
NIIBE Yutaka authored
* src/Makefile.am (lock-obj-pub.native.h): Add EXEEXT for the executable gen-posix-lock-obj. -- This change is from packaging work for Cygwin. Reported-by:
Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com> Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org>
-
- 16 Nov, 2016 5 commits
-
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
- 15 Nov, 2016 5 commits
-
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
Upstream version 1.25
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
- 14 Nov, 2016 2 commits
-
-
Werner Koch authored
--
-
Werner Koch authored
* configure.ac: Set LT version to C20/A20/R0. Signed-off-by:Werner Koch <wk@gnupg.org>
-