aboutsummaryrefslogtreecommitdiffstats
path: root/lang/cl (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-04-15awk: Prepare for Gawk 5.0.NIIBE Yutaka1-1/+1
* src/Makefile.am: Use pkg_namespace (instead of namespace). * src/mkerrnos.awk: Likewise. * lang/cl/mkerrcodes.awk: Don't escape # in regexp. * src/mkerrcodes.awk, src/mkerrcodes1.awk, src/mkerrcodes2.awk: Ditto. -- In Gawk 5.0, regexp routines are replaced by Gnulib implementation, which only allows escaping specific characters. GnuPG-bug-id: 4459 Reported-by: Marius Schamschula Signed-off-by: NIIBE Yutaka <[email protected]>
2008-11-102008-11-08 Moritz <[email protected]>Moritz Schulte1-6/+3
* 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.
2007-08-032007-08-03 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-2/+2
* configure.ac: Call AM_PROG_CC_C_O. * autogen.sh: Use = not == in test. * lang/cl/Makefile.am: Do not use :=, but =.
2007-05-192007-05-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+1
* lang/cl/gpg-error.lisp (gpg-err-source-t): Add :gpg-err-source-any.
2006-09-14Ready for a new releaselibgpg-error-1.4Werner Koch2-1/+18
2006-07-04Adjust some comments.Marcus Brinkmann2-3/+10
2006-05-302006-05-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+1
* lang/cl/gpg-error.asd.in (gpg-error): Add "depends-on" on cffi.
2006-05-25Revert last change. Automake already takes care of everything.Marcus Brinkmann1-4/+4
2006-05-252006-05-25 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-4/+3
* lang/cl/Makefile.am (distributed_clfiles): Move gpg-error.asd to ... (generated_clfiles): ... here. (EXTRA_DIST): Add gpg-error.asd.in.
2006-05-252006-05-25 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
* 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.
2006-05-25Fix last change.Marcus Brinkmann1-2/+6
2006-05-252006-05-25 Marcus Brinkmann <[email protected]>Marcus Brinkmann6-10/+14
* 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.
2006-05-242006-05-25 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
* lang/cl/Makefile.am (clfilesdir): Use datadir, not prefix.
2006-05-052006-05-05 Marcus Brinkmann <[email protected]>Marcus Brinkmann6-0/+519
* 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.