summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for release.libgpg-error-1-1Marcus Brinkmann2005-06-203-3/+9
|
* 2005-06-20 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2005-06-202-2/+7
| | | | | | * configure.ac: Bump up LIBGPG_ERROR_LT_REVISION, update version field.
* Update copyright year.Marcus Brinkmann2005-06-201-1/+1
|
* This required file was missing.Marcus Brinkmann2005-06-201-0/+142
|
* Fix changelog.Marcus Brinkmann2005-06-161-1/+1
|
* 2005-06-16 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2005-06-162-7/+19
| | | | | | | * 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>
* 2005-06-16 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2005-06-162-29/+33
| | | | | * de.po: Apply typo fixes from Debian #313977.
* 2005-01-05 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2005-01-052-1/+5
| | | | | * configure.ac: Check for locale.h.
* Add option --build-w32.Werner Koch2004-12-182-2/+57
|
* Initial check-in.Marcus Brinkmann2004-09-161-0/+13
|
* 2004-09-14 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2004-09-142-1/+12
| | | | | * src/gpg-error.m4: Add copyright note.
* Fix some wordings.Marcus Brinkmann2004-09-141-21/+20
|
* Fix some wording to be more clear.Marcus Brinkmann2004-09-141-22/+23
|
* 2004-09-14 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2004-09-142-2/+19
| | | | | | * configure.ac: Call AC_CANONICAL_HOST. Suppress warning about lack of strerror_r on all Solaris platforms.
* post release version bumbWerner Koch2004-07-302-1/+5
|
* Released 1.0libgpg-error-1-0Werner Koch2004-07-302-37/+52
|
* Bumbed version to 1.0, LT to C1/A1/R3.Werner Koch2004-07-305-94/+163
|
* 2004-06-29 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2004-06-292-1/+6
| | | | | * src/err-codes.h.in: Add GPG_ERR_INV_REQUEST.
* Add new source and codes for GSTI.Marcus Brinkmann2004-06-081-2/+8
|
* 2004-06-08 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2004-06-082-1/+6
| | | | | | * src/Makefile.am (mkerrcodes): Prefix mkerrcodes.c with $(srcdir) to fix VPATH build.
* 2004-05-25 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2004-05-252-2/+8
| | | | | | * src/err-codes.h.in: Add GPG_ERR_PROTOCOL_VIOLATION and GPG_ERR_INV_MAC.
* 2004-04-23 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2004-04-232-2/+7
| | | | | | * src/Makefile.am (mkerrcodes): Do not use $< in non-inference rule. (code-from-errno.h): Likewise.
* 2004-04-22 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2004-04-224-0/+25
| | | | | | | * POTFILES.in: Add src/gpg-error.c. * pl.po: Add messages for gpg-error.c. * de.po: Likewise.
* 2004-04-22 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2004-04-223-2/+58
| | | | | | | | | * src/Makefile.am (gpg_error_CPPFLAGS): New variable. (localedir): Likewise. * gpg-error.c: Include the gettext headers. (init_i18n): New function. (main): Call init_i18n, gettextize messages.
* 2004-04-22 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2004-04-222-8/+9
| | | | | * pl.po: Update.
* 2004-04-20 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2004-04-203-0/+896
| | | | | | * LINGUAS: Add pl. * pl.po: New file.
* 2004-04-02 Thomas Schwinge <schwinge@nic-nac-project.de>Marcus Brinkmann2004-04-192-2/+6
| | | | | * autogen.sh: Added ACLOCAL_FLAGS.
* 2004-04-19 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2004-04-192-1/+3
| | | | | * src/gpg-error.m4: Quote first argument to AC_DEFUN.
* 2004-04-19 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2004-04-193-2/+7
| | | | | | * src/mkerrcodes.awk: Allow whitespace before expanded preprocessor macro (ie, the error code value). Needed for Solaris 2.8.
* 2004-03-09 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2004-04-191-0/+1
| | | | | | * libgpg-error.spec.in (%files): Add gpg-error. Submitted by Albrecht Dre<DF> <albrecht.dress@arcor.de>.
* 2004-04-08 Moritz Schulte <moritz@g10code.de>Moritz Schulte2004-04-082-0/+6
| | | | | * src/gpg-error.c (main): Return zero on success.
* 2004-03-09 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2004-03-091-0/+3
| | | | | | * libgpg-error.spec.in (%files): Add gpg-error. Submitted by Albrecht Dre� <albrecht.dress@arcor.de>.
* 2004-03-09 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2004-03-092-1/+7
| | | | | | | * src/mkerrcodes.c (main): Fix type of argv. Return something. ----------------------------------------------------------------------
* * Makefile.am (dist-hook): Create a VERSION file for use by mkdiff.Werner Koch2004-03-092-0/+3
|
* * src/Makefile.am (mkerrcodes.h): Let CPP work on a temporary file.Werner Koch2004-03-096-7/+34
| | | | | | | | | (CLEANFILES): Add that temporary file. * configure.ac (AC_PROG_CPP): Added. * src/err-codes.h.in: Removed trailing spaces from GPG_ERR_NOT_LOCKED.
* Prepare for next round of changes.Marcus Brinkmann2004-03-082-2/+12
|
* 2004-03-07 Marcus Brinkmann <marcus@g10code.de>libgpg-error-0-7Marcus Brinkmann2004-03-072-1/+3
| | | | | * src/gpg-error-config.in: Fix last change.
* 2004-03-07 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2004-03-072-1/+4
| | | | | | * tests/Makefile.am (INCLUDES): Change to -I$(top_srcdir)/src to -I$(top_builddir).
* 2004-03-07 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2004-03-072-2/+9
| | | | | | * src/gpg-error-config.in (Options): Do not emit include and lib directory for prefix "/usr" or "".
* 2004-03-01 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2004-03-071-0/+149
| | | | | | * Makefile.am (EXTRA_DIST): Add ac_prog_cc_for_build.m4. * ac_prog_cc_for_build.m4: New file.
* 2004-03-07 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2004-03-073-4/+10
| | | | | | | Released 0.7. * configure.ac: Bumbed up LIBGPG_ERROR_LT_REVISON.
* Fix copyright year.Marcus Brinkmann2004-03-072-2/+2
|
* 2004-03-01 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2004-03-017-50/+258
| | | | | | | | | | | | | | | | * 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.
* 2004-03-01 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2004-03-012-1/+6
| | | | | | * Makefile.am (EXTRA_DIST): Add ac_prog_cc_for_build.m4. * ac_prog_cc_for_build.m4: New file.
* 2004-02-27 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2004-02-273-3/+5
| | | | | | * src/Makefile.am (noinst_PROGRAMS): Rename to ... (bin_PROGRAMS): ... this.
* 2004-02-27 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2004-02-272-0/+13
| | | | | * src/gpg-error.h.in: Add extern "C" closure for C-- compilers.
* 2004-02-27 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2004-02-2715-987/+1291
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * src/Makefile.am (noinst_PROGRAMS): New variable. (gpg_error_LDADD): New variable. (gpg_error_SOURCES): New variable. (EXTRA_DIST): Add mkheader.awk and gpg-error.h.in. (BUILT_SOURCES): Add err-sources-sym.h, err-codes-sym.h and errnos-sym.h. (CLEANFILES): Add err-sources-sym.h, err-codes-sym.h, errnos-sym.h and gpg-error.h. (err-codes.h, err-sources.h): Add -v textidx=3 to mkstrtable.awk invocation. (err-codes-sym.h): New target. (err-sources-sym.h): New target. (gpg-error.h): New rule. * src/mkstrtable.awk: Skip the second field (which contains the error code symbol). (FS): Allow more than one tab as field separator. Allow to specify the field to be used as text with the variable textidx. Allow to suppress gettext markers in the output. Allow to specify a prefix to the messages. Allow to specify a namespace for the variable and macro names. * src/mkerrnos.awk (FS): Initialize. Understand variable errnoidx, which defaults to 2, to cope with the error names being in a different column than the first. * src/mkerrcodes1.awk: Likewise. Use \t as separator. * src/mkheader.awk: New file. * src/errnos.in: Add error code numbers (relativ to GPG_ERR_SYSTEM_ERROR). * src/strerror-sym.c: New file. * src/strsources-sym.c: New file. * src/err-codes.h.in: Add the error code symbol for every error code. (GPG_ERR_BUFFER_TOO_SHORT): Fix error code (it is 200, not 199). * src/err-sources.h.in: Likewise. * src/gpg-error.h.in: New file. * src/gpg-error.h: File removed. * src/gpg-error.c: New file.
* Added GPG_ERR_NOT_LOCKED.Werner Koch2004-02-034-1/+9
|
* Added GPG_ERR_LOCALE_PROBLEM.Werner Koch2003-12-224-2/+15
|
* Get the gettext version from the special GETTEXT_VERSION macro.Werner Koch2003-12-082-4/+6
|