| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
| |
|
|
|
|
|
| |
* lang/cl/gpg-error.asd.in (gpg-error): Add "depends-on" on cffi.
|
| |
|
|
|
|
|
|
|
| |
* 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.
|