Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-11-02 | build: Update gpg-error.m4 and libassuan.m4. | NIIBE Yutaka | 1 | -13/+46 | |
* m4/gpg-error.m4: Update to 2018-11-02. * src/libassuan.m4: Add AC_MSG_NOTICE. Signed-off-by: NIIBE Yutaka <[email protected]> | |||||
2018-10-29 | build: Update gpg-error.m4 and libassuan.m4. | NIIBE Yutaka | 1 | -16/+22 | |
* m4/gpg-error.m4: Update to 2018-10-26. * src/libassuan.m4: Follow the change of gpgrt-config. Signed-off-by: NIIBE Yutaka <[email protected]> | |||||
2018-10-26 | libassuan.m4: Better backward compatibility support. | NIIBE Yutaka | 1 | -7/+20 | |
* m4/gpg-error.m4: Update. * src/libassuan.m4: Don't assume libassuan-config is newer. Signed-off-by: NIIBE Yutaka <[email protected]> | |||||
2018-10-25 | build: Relax requirements. | NIIBE Yutaka | 1 | -4/+17 | |
* m4/gpg-error.m4: Update from libgpg-error 1.33. * src/libassuan.m4: Don't require AM_PATH_GPG_ERROR. Only when gpgrt-config is available and works well, use it. * configure.ac (AM_PATH_GPG_ERROR): No requirement any more. Signed-off-by: NIIBE Yutaka <[email protected]> | |||||
2018-10-25 | build: Require libgpg-error >= 1.33. | NIIBE Yutaka | 1 | -9/+9 | |
* configure.ac (AM_PATH_GPG_ERROR): Require 1.33. * m4/gpg-error.m4: Update from libgpg-error 1.33. Signed-off-by: NIIBE Yutaka <[email protected]> | |||||
2018-10-24 | build: Update gpg-error.m4 from libgpg-error. | NIIBE Yutaka | 1 | -12/+45 | |
* m4/gpg-error.m4: Update from libgpg-error 1.33. Signed-off-by: NIIBE Yutaka <[email protected]> | |||||
2014-01-06 | Update libtool and autogen.sh. | Werner Koch | 3 | -68/+253 | |
-- This is the version from current libgpg-error which already has the changes done here plus these: bf0d67db * Update libtool to support Android. dd05f379 * Fix libtool 2.4.2 to correctly detect .def files. 6971fe55 * Update to libtool 2.4.2. | |||||
2013-12-03 | Add build support for ppc64le. | Werner Koch | 1 | -2/+8 | |
* config.guess, config.sub: Update to latest version (2013-11-29). * m4/libtool.m4: Add patches for ppc64le. -- We don't want to update libtool, thus we use patches supplied by IBM. | |||||
2013-02-22 | Fix --with-{lib,}gpg-error-prefix. | Werner Koch | 1 | -4/+5 | |
* m4/gpg-error.m4: Update from current gpg-error git. | |||||
2011-11-28 | accept --with-libgpg-error-prefix as well as --with-gpg-error-prefix | Jim Meyering | 1 | -2/+12 | |
* m4/gpg-error.m4: Update from git master. | |||||
2011-08-10 | Update libtool and other framework stuff. | Werner Koch | 4 | -792/+1266 | |
- Libtool is now at version 2.4. - Fixed the newer autoconf warnings. - Updated config.{guess,sub} to a more modern version; we used a 4 years old version. | |||||
2011-04-06 | Update gpg-error.me and add check for the git hook | Werner Koch | 1 | -7/+21 | |
2010-02-25 | Fix DLL creation. | Werner Koch | 1 | -0/+11 | |
2009-09-08 | 2009-09-08 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -0/+65 | |
* m4/gpg-error.m4: New file. | |||||
2009-08-26 | 2009-08-26 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 5 | -0/+7979 | |
* configure.ac: Test for versioned symbols support. (LIBASSUAN_LT_CURRENT, LIBASSUAN_LT_AGE) (LIBASSUAN_LT_REVISION): New, set to 0. (LIBASSUAN_CONFIG_API_VERSION): Bump to 2. (AC_CONFIG_MACRO_DIR, AC_DISABLE_STATIC, AC_LIBTOOL_WIN32_DLL) (AC_LIBTOOL_RC, AC_PROG_LIBTOOL, AM_PATH_GPG_ERROR): Invoke. (AC_PROG_RANLIB): Don't invoke. (HAVE_W32_SYSTEM): New AM conditional. (AC_CONFIG_FILES): Add src/versioninfo.rc. * ltmain.sh, m4/libtool.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4, m4/lt~obsolete.m4: New files from libtool 2.2.6. * tests/Makefile.am (AM_CFLAGS, LDADD): Add gpg-error. * tests/fdpassing.c: Change error values to gpg-error ones. src/ 2009-08-26 Marcus Brinkmann <[email protected]> * libassuan-config.in: Add gpg-error. * assuan-buffer.c, assuan-inquire.c, assuan-handler.c, assuan-util.c, assuan-client.c, assuan-socket-connect.c, assuan-pipe-connect.c, assuan-defs.h, assuan-socket.c, assuan-connect.c, assuan-uds.c, assuan-socket-server.c, assuan-listen.c, assuan-pipe-server.c: Return gpg_error_t instead assuan_error_t everywhere. Return gpg error codes everywhere. Replace xtrymalloc, xfree, etc with _assuan_malloc, _assuan_free etc. Protect include <config.h> by HAVE_CONFIG_H where not done so already. * versioninfo.rc.in, libassuan.vers, libassuan.def, assuan-error.c: New files. * Makefile.am: Add libtool handling and gpg-error (also for W32). (EXTRA_DIST): Remove mkerrors, add libassuan.vers, versioninfo.rc.in and libassuan.def. (BUILT_SOURCES, MOSTLYCLEANFILES): Removed. (common_sources): Remove assuan-errors.c, add assuan-error.c. * assuan.h: Include <gpg-error.h>. [_ASSUAN_ONLY_GPG_ERRORS]: Feature removed. (assuan_init_connected_socket_server, assuan_strerror) (assuan_pipe_connect2): Removed obsolete interfaces. (assuan_error_t): Removed type. (assuan_flag_t): Changed from enum to unsigned int. (ASSUAN_NO_WAITPID, ASSUAN_CONFIDENTIAL): Changed from enum to macro. (assuan_process): Return gpg_error_t instead of int. (assuan_set_assuan_err_source): Change argument type from int to gpg_err_source_t. * assuan-defs.h (_assuan_error): Change types to gpg_error_t. (err_code, err_is_eof, xtrymalloc, xtrycalloc, xtryrealloc) (xfree): Removed. (set_error): Adjust for gpg-error codes. (_assuan_gpg_strerror_r, _assuan_gpg_strsource): Removed. (struct assuan_context_s): Remove member os_errno. * assuan-socket-server.c (accept_connection): Don't set CTX->os_errno. * mkerrors: Removed file. * assuan-io-pth.c (_assuan_simple_sendmsg) (_assuan_simple_recvmsg), assuan-io.c (_assuan_simple_sendmsg, _assuan_simple_recvmsg): Set errno instead returning error directly (and return -1). * assuan-handler.c (assuan_process_done): Remove handling for old style error values. (process_request, assuan_process): Change return type from int to gpg_error_t. * assuan-client.c (assuan_transact): Remove support for old style error values. * assuan-pipe-connect.c (assuan_pipe_connect2): Removed. * assuan-logging.c (my_strerror_r, my_strsource) (load_libgpg_error, _assuan_gpg_strerror_r) (_assuan_gpg_strsource): Removed. | |||||
2007-06-12 | Various minor changes for W32 | Werner Koch | 1 | -13/+4 | |
2006-11-21 | Fix for newer Pth versions. | Werner Koch | 1 | -1/+1 | |
Fix memory leak. Add convenience option for cross build to amd64 | |||||
2006-10-09 | Splitted up into a standad lib and an pth enabled one. | Werner Koch | 2 | -1/+115 | |
Also enhanced libassuan-config and libassuan.m4. Not really tested! | |||||
2006-10-04 | Preparing a new releaselibassuan-0.9.1 | Werner Koch | 2 | -1/+35 | |
2006-09-14 | Preparing a new releaselibassuan-0.9.0 | Werner Koch | 5 | -0/+142 | |
2003-12-08 | added file we want to keep in the CVS | Werner Koch | 1 | -0/+0 | |