summaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAgeFilesLines
* awk: Prepare for Gawk 5.0.NIIBE Yutaka2019-04-151-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 <gniibe@fsij.org>
* 2008-11-08 Moritz <moritz@gnu.org>Moritz Schulte2008-11-101-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-03 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2007-08-031-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-19 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2007-05-191-0/+1
| | | | | | * lang/cl/gpg-error.lisp (gpg-err-source-t): Add :gpg-err-source-any.
* Ready for a new releaselibgpg-error-1.4Werner Koch2006-09-142-1/+18
|
* Adjust some comments.Marcus Brinkmann2006-07-042-3/+10
|
* 2006-05-30 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2006-05-301-0/+1
| | | | | * lang/cl/gpg-error.asd.in (gpg-error): Add "depends-on" on cffi.
* Revert last change. Automake already takes care of everything.Marcus Brinkmann2006-05-251-4/+4
|
* 2006-05-25 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2006-05-251-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-25 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2006-05-251-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.
* Fix last change.Marcus Brinkmann2006-05-251-2/+6
|
* 2006-05-25 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2006-05-256-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-25 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2006-05-241-1/+1
| | | | | * lang/cl/Makefile.am (clfilesdir): Use datadir, not prefix.
* 2006-05-05 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2006-05-058-0/+549
* 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.