1. 12 Jul, 2018 2 commits
  2. 11 Jul, 2018 2 commits
  3. 10 Jul, 2018 1 commit
  4. 05 Jul, 2018 3 commits
  5. 30 May, 2018 2 commits
  6. 29 May, 2018 1 commit
  7. 03 May, 2018 1 commit
  8. 02 May, 2018 2 commits
  9. 01 May, 2018 3 commits
  10. 30 Apr, 2018 4 commits
  11. 23 Apr, 2018 1 commit
  12. 13 Apr, 2018 1 commit
  13. 12 Apr, 2018 1 commit
    • NIIBE Yutaka's avatar
      build: Check -lsocket -lnsl for Solaris. · e3574902
      NIIBE Yutaka authored
      
      
      * configure.ac: Check inet_addr for -lnsl, and socket for -lsocket.
      
      --
      
      Once I used LIB_SOCKET_NSL for the variable name, but it is already
      used by AX_LIB_SOCKET_NSL in autoconf-archive as an alias of the
      macro.  So, I changed the variable name.
      
      GnuPG-bug-id: 3869
      Signed-off-by: NIIBE Yutaka's avatarNIIBE Yutaka <gniibe@fsij.org>
      e3574902
  14. 11 Apr, 2018 5 commits
    • Damien Goutte-Gattat via Gnupg-devel's avatar
      build: Make sure version.texi is generated in time. · 8ef76d93
      Damien Goutte-Gattat via Gnupg-devel authored
      
      
      [[PGP Signed Part:Good signature from AA4373E6C82C78AD Damien Goutte-Gattat <dgouttegattat@incenp.org> (trust undefined) created at 2018-04-11T17:05:27+0200 using RSA]]
      [1. text/plain]
      
      * doc/Makefile.am (yat2m-stamp): Depend on version.texi.
      --
      
      When building from a cloned Git repository and with `make -j 3`
      (or higher), the version.texi file may not have been generated
      yet when yat2m is called to generate the man page, resulting in
      a build failure.
      
      Signed-off-by: default avatarDamien Goutte-Gattat <dgouttegattat@incenp.org>
      8ef76d93
    • Werner Koch's avatar
      Post release updates · 253ca177
      Werner Koch authored
      --
      253ca177
    • Werner Koch's avatar
      Release 1.29 · c3825327
      Werner Koch authored
      
      
      * configure.ac: Bump LT version to C24/A24/R0.
      
      Signed-off-by: default avatarWerner Koch <wk@gnupg.org>
      c3825327
    • Werner Koch's avatar
      doc: Beautify comments in gpg-error.h. · f4c4592a
      Werner Koch authored
      
      
      --
      
      Signed-off-by: default avatarWerner Koch <wk@gnupg.org>
      f4c4592a
    • Werner Koch's avatar
      core: Finalize the API for argparse. · e901c9fb
      Werner Koch authored
      
      
      * src/gpg-error.h.in (ARGPARSE_end): Simplify.
      * src/argparse.c (_gpgrt_argparse_internal_s): Add field opts.
      (deinitialize): Release new field.
      (initialize): Add arg opts and create a copy of the option list.  Add
      the internal options.
      (_gpgrt_argparse): Rename arg opts to opts_orig and set new local var
      opts.  Adjust all references to opts.
      (find_long_option): Adjust for chnaged type of OPTS.  Re-indent.
      (arg_parse): Remove internal option assignment.  Rename arg opts to
      opts_orig and set new local var opts.  Adjust all references to opts.
      (show_help): Adjust all references to opts.
      --
      
      The old ARGPARSE_end maro was a bit cumbersome and does not allow to
      chnage the number of internal options.  Thus this somewhat larger
      chnage to keep the internal options out of the API.
      
      Note that with this change the internal options now also work in a
      option file and not just on the command line; that does not make much
      sense but is probably less surprising.
      
      Signed-off-by: default avatarWerner Koch <wk@gnupg.org>
      e901c9fb
  15. 27 Mar, 2018 2 commits
  16. 22 Mar, 2018 9 commits