| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
|
|
|
|
|
|
| |
* src/mkerrnos.awk: Output code to cause WSA Errors to be found
from gpg error codes.
* README: Add problem of translating error codes back and forth.
|
|
|
|
|
|
|
|
|
|
| |
* src/mkerrcodes1.awk: Output code to cause WSA Errors to be
transparently translated.
* src/code-from-errno.c [HAVE_W32_SYSTEM]: Don't include winsock2.h.
(w32_special_errnos) [HAVE_W32_SYSTEM]: Removed.
(gpg_err_code_from_errno) [HAVE_W32_SYSTEM]: Remove special case.
* README: Document problem with printing some WSA Errors.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update to libtool 2.2.6a.
* configure.ac: Invoke AC_CONFIG_MACRO_DIR.
(AC_LIBTOOL_WIN32_DLL, AC_LIBTOOL_RC): Replace by ...
(LT_PREREQ, LT_INIT, LT_LANG): ... these.
* config.guess, config.sub, install-sh, ltmain.sh, m4/libtool.m4:
Updated to libtool 2.2.6a.
* m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
m4/lt~obsolete.m4: New files from libtool 2.2.6a.
* src/Makefile.am (LTRCCOMPILE): Refactor with ...
(RCCOMPILE): ... this new macro. Add $(libgpg_error_la_CPPFLAGS).
(SUFFIXES): Add .lo.
(.rc.o): Change to ...
(.rc.lo): ... this implicit rule.
(gpg_error_res_ldflag): Removed.
(gpg_error_res): Use libtool object file name here.
(install-def-file): Fix typo.
(libgpg_error_la_LDFLAGS): Remove gpg_error_res_ldflag usage.
(libgpg_error_la_LIBADD): Add gpg_error_res.
|
|
|
|
|
|
| |
* de.po: Fixed typo.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* lang/cl/gpg-error.lisp ("gpg_err_code_from_syserror"): Fix
defcfun: removed "(void)".
* lang/cl/gpg-error.lisp (size-t): Wrong call to defctype:
function accepts optional, not keyword argument.
(gpg-error-t): Likewise.
|
|
|
|
|
|
| |
* src/mkstrtable.awk: Make generated code -W clean to silence gcc
warnings.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Updated some translations.
|
|
|
|
|
|
| |
* src/Makefile.am (%.o): Replace pattern rule with suffix rule.
(SUFFIXES): New variable.
|
| |
|
| |
|
|
|
|
|
|
|
| |
* configure.ac: Allow --disable-languages.
* Makefile.am [!LANGUAGES_SOME]: Don't add lang to subdirs.
* m4/inttypes-h.m4, m4/lock.m4, m4/visibility.m4: New files.
|
|
|
|
|
|
|
| |
* configure.ac: Call AM_PROG_CC_C_O.
* autogen.sh: Use = not == in test.
* lang/cl/Makefile.am: Do not use :=, but =.
|
| |
|
|
|
|
|
|
| |
* lang/cl/gpg-error.lisp (gpg-err-source-t): Add
:gpg-err-source-any.
|
| |
|
| |
|
|
|
|
|
|
| |
* src/Makefile.am (EXTRA_DIST): Add README.
* src/README: New file.
|
|
|
|
|
|
| |
* src/Makefile.am (EXTRA_DIST): Add README.
* src/README: New file.
|
|
|
|
|
| |
* src/gpg-error.c (get_err_from_number): Fix last change.
|
|
|
|
|
|
| |
* src/gpg-error.c (get_err_from_number): Support source and code
number in split format like "7.17".
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* README: Switch to tar.bz2 and sha1sum.
* src/gpg-error.c (main): Add option --version.
* autogen.sh (FORCE): Add option --force.
* intl/: Removed.
* Makefile.am (SUBDIRS): Removed intl.
* configure.ac (AM_GNU_GETTEXT): Use external flag
* src/Makefile.am: Removed -I../intl.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
* src/init.c (get_locale_dir): Return NULL instead of garbage.
* src/gpg-error.c (get_locale_dir): Likewise.
Submitted by Simon Josefsson <[email protected]>.
|
|
|
|
|
| |
* lang/cl/gpg-error.asd.in (gpg-error): Add "depends-on" on cffi.
|
|
|
|
|
|
|
|
| |
* src/init.c (gpg_err_init) [!ENABLE_NLS]: Do not initialize the
locale.
* src/gpg-error.c (i18n_init) [!ENABLE_NLS]: Likewise.
Patch submitted by Nils Durner <[email protected]>.
|
| |
|
|
|
|
|
|
|
| |
* lang/cl/Makefile.am (distributed_clfiles): Move gpg-error.asd to ...
(generated_clfiles): ... here.
(EXTRA_DIST): Add gpg-error.asd.in.
|
|
|
|
|
|
|
| |
* lang/cl/gpg-error.asd: Renamed to ...
* lang/cl/gpg-error.asd.in: ... this.
* configure.ac (AC_CONFIG_FILES): Add lang/cl/gpg-error.asd.in.
|
| |
|
|
|
|
|
|
|
| |
* lang/cl/mkerrcodes.awk, lang/cl/gpg-error-package.lisp,
lang/cl/gpg-error.lisp, lang/cl/gpg-error.asd, lang/cl/Makefile.am
(clfilesdir): Fix package and file names.
|
|
|
|
|
| |
* lang/cl/Makefile.am (clfilesdir): Use datadir, not prefix.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* configure.ac (AC_CONFIG_FILES): Add lang/Makefile and
lang/cl/Makefile.
* Makefile.am (SUBDIRS): Add lang.
* lang: New directory.
* lang/README, lang/Makefile.am: New files.
* lang/cl: New directory.
* lang/cl/Makefile.am, lang/cl/README, lang/cl/gpg-error.asd,
lang/cl/gpg-error-package.lisp, lang/cl/gpg-error.lisp,
lang/cl/mkerrcodes.awk: New files.
|