summaryrefslogtreecommitdiff
path: root/src/mkerrcodes.awk
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>
* Update copyright year.Marcus Brinkmann2005-06-201-1/+1
|
* 2005-06-16 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2005-06-161-7/+13
| | | | | | | * src/mkerrcodes.awk: Fix comment. Allow any non-empty line to start the processing, not only lines starting with numbers. Guillaume Libersat <glibersat@hurdfr.org>
* 2004-04-19 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2004-04-191-1/+1
| | | | | | * src/mkerrcodes.awk: Allow whitespace before expanded preprocessor macro (ie, the error code value). Needed for Solaris 2.8.
* Fix copyright year.Marcus Brinkmann2004-03-071-1/+1
|
* 2004-03-01 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2004-03-011-0/+93
* configure.ac: Define CC_FOR_BUILD. * src/Makefile.am (BUILT_SOURCES): Add gpg-error.h. (EXTRA_DIST): Add mkerrcodes.awk and mkerrcodes.c. (CLEANFILES): Add mkerrcodes.h and mkerrcodes. (mkerrcodes.h): New target. (mkerrcodes): New target. (code-from-errno.h): Rewritten. * src/errnos.in: Remove include statement (which was ignored anyway). * src/mkerrcodes.awk: New file. * src/mkerrcodes.c: New file.