<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gpgme/acinclude.m4, branch gpgme-1-0-1</title>
<subtitle>GnuPG Made Easy.</subtitle>
<id>http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-1-0-1</id>
<link rel='self' href='http://git.bktus.com/gpgfrontend/gpgme/atom?h=gpgme-1-0-1'/>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/'/>
<updated>2004-09-14T18:30:23Z</updated>
<entry>
<title>2004-09-14  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2004-09-14T18:30:23Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2004-09-14T18:30:23Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=3e4881a65a900cf143063b9b8f6067e00d67e7e3'/>
<id>urn:sha1:3e4881a65a900cf143063b9b8f6067e00d67e7e3</id>
<content type='text'>
	* acinclude.m4: Add copyright notice.
	(jm_GLIBC21, AM_PATH_GPG_ERROR, _AC_PTH_ERROR, _AC_PTH_VERBOSE,
	AC_CHECK_PTH): Removed.

m4/
2004-09-14  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* glibc21.m4: New file.
	* gpg-error.m4: New file.
	* pth.m4: New file.

</content>
</entry>
<entry>
<title>* acinclude.m4: Add AM_PATH_GPG_ERROR.</title>
<updated>2003-11-19T15:15:11Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2003-11-19T15:15:11Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=9cf95d61eb524b73f1ad6a28678c292a404eac1d'/>
<id>urn:sha1:9cf95d61eb524b73f1ad6a28678c292a404eac1d</id>
<content type='text'>
* configure.ac: Check for timegm.  Made warning messages more
prominent.

</content>
</entry>
<entry>
<title>2003-09-13  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2003-09-13T17:45:04Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2003-09-13T17:45:04Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=727f0ba45d5bd5e7018514528b3a6f6612bf91af'/>
<id>urn:sha1:727f0ba45d5bd5e7018514528b3a6f6612bf91af</id>
<content type='text'>
	* acinclude.m4: Remove libtool cruft, add jm_GLIBC21.
	* configure.ac: Add check for getenv_r, and call jm_GLIBC21.
	Define HAVE_THREAD_SAFE_GETENV if appropriate.

gpgme/
2003-09-13  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* get-env.c: New file.
	* util.h (_gpgme_getenv): Add prototype.
	* Makefile.am (libgpgme_real_la_SOURCES): Add get-env.c.
	* rungpg.c (build_argv): Use _gpgme_getenv.
	* debug.c (debug_init): Likewise.
	* engine-gpgsm.c (gpgsm_new): Likewise.
	(gpgsm_new): Use ttyname_r.
	* w32-io.c (_gpgme_io_spawn): Disable debugging for now.

</content>
</entry>
<entry>
<title>2003-01-29  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2003-01-29T19:50:43Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2003-01-29T19:50:43Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=13e4d78a8249a381b9d47b0f4e1d2f7c6969beb3'/>
<id>urn:sha1:13e4d78a8249a381b9d47b0f4e1d2f7c6969beb3</id>
<content type='text'>
	* configure.ac: Remove all uses of GNUPG_CHECK_TYPEDEF, for byte,
	ushort, ulong, u16 and u32.
	* acinclude.m4 (GNUPG_CHECK_TYPEDEF): Remove macro.

gpgme/
2003-01-29  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* types.h: Remove byte and ulong types.
	* util.h (_gpgme_hextobyte): Change prototype to unsigned char
	instead byte.
	* conversion.c (_gpgme_hextobyte): Change argument to unsigned
	char instead byte.
	(_gpgme_decode_c_string): Likewise, and beautify.  Also support a
	few more escaped characters.  Be more strict about buffer size.
	(_gpgme_data_append_percentstring_for_xml): Change type of SRC,
	BUF and DST to unsigned char instead byte.
	* progress.c (_gpgme_progress_status_handler): Use unsigned char
	instead byte.
	* debug.c (trim_spaces): Likewise.

</content>
</entry>
<entry>
<title>* acinclude.m4 (GNUPG_CHECK_VA_COPY): New.</title>
<updated>2002-08-29T11:47:21Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2002-08-29T11:47:21Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=a48cef2c6686e70e7f2d7ae59df0e7c667ce75d6'/>
<id>urn:sha1:a48cef2c6686e70e7f2d7ae59df0e7c667ce75d6</id>
<content type='text'>
* configure.ac: Use it.

</content>
</entry>
<entry>
<title>2002-06-02  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2002-06-02T20:43:04Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-06-02T20:43:04Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=b024a61d89777a83908fbdd4111f7f40f3912b4d'/>
<id>urn:sha1:b024a61d89777a83908fbdd4111f7f40f3912b4d</id>
<content type='text'>
	* acinclude.m4: Fix Pth check so that it doesn't error out if pth
	is not found.

gpgme/
2002-06-02  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* ath.h: Enable the _gpgme_ prefix.  Fix all those prefix macros.
	* posix-sema.c: Use that prefix here.
	* posix-io.c: Include "ath.h".
	(_gpgme_io_read): Use _gpgme_ath_read instead read.
	(_gpgme_io_write): Use _gpgme_ath_write instead write.
	(_gpgme_io_waitpid): Use _gpgme_ath_waitpid instead waitpid.
	(_gpgme_io_select): Use _gpgme_ath_select instead select.

</content>
</entry>
<entry>
<title>2002-06-02  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2002-06-02T19:19:25Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-06-02T19:19:25Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=ae0d104de2fd61408387f098d6fba96b274f29d0'/>
<id>urn:sha1:ae0d104de2fd61408387f098d6fba96b274f29d0</id>
<content type='text'>
	* configure.ac: Add checks for Pth and pthreads.
	* acinclude.m4: Add slightly hacked check for pth (seems to be an
	autoconf version problem).

gpgme/
2002-06-02  Marcus Brinkmann  &lt;marcus@g10code.de&gt;

	* Makefile.am (ath_components): New variable.
	(ath_components_pthread): Likewise.
	(ath_components_pth): Likewise.
	(system_components): Add ath_componentes.

	* ath.h: New file.
	* ath.c: Likewise.
	* ath-pthread.c: Likewise.
	* ath-pth.c: Likewise.
	* posix-sema.c (_gpgme_sema_cs_enter): Rework to use the ATH
	interface.
	* mutex.h: Remove file.

</content>
</entry>
<entry>
<title>2002-04-05  Marcus Brinkmann  &lt;marcus@g10code.de&gt;</title>
<updated>2002-04-04T23:31:11Z</updated>
<author>
<name>Marcus Brinkmann</name>
<email>mb@g10code.com</email>
</author>
<published>2002-04-04T23:31:11Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=990e6924d130bacc0574e29b1a222e3232d4e5b7'/>
<id>urn:sha1:990e6924d130bacc0574e29b1a222e3232d4e5b7</id>
<content type='text'>
	* acconfig.h: File removed.
	* configure.ac (NEED_GPG_VERSION): Add description.
	(NEED_GPGSM_VERSION): Likewise.
	(HAVE_DOSISH_SYSTEM): Likewise.
	(HAVE_DRIVE_LETTERS): Likewise.
	(GPG_PATH): Likewise.
	(GPGSM_PATH): Likewise.
	* acinclude.m4 (GNUPG_CHECK_TYPEDEF): Likewise.

</content>
</entry>
<entry>
<title>* acinclude.m4 (GNUPG_FIX_HDR_VERSION): Fixed for new automake.</title>
<updated>2001-12-18T18:46:00Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2001-12-18T18:46:00Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=ac53a44dfa0ccd89a11de5c75faf517efcb85f7e'/>
<id>urn:sha1:ac53a44dfa0ccd89a11de5c75faf517efcb85f7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Okay, it runs at least on Windows 95</title>
<updated>2000-12-06T12:17:10Z</updated>
<author>
<name>Werner Koch</name>
<email>wk@gnupg.org</email>
</author>
<published>2000-12-06T12:17:10Z</published>
<link rel='alternate' type='text/html' href='http://git.bktus.com/gpgfrontend/gpgme/commit/?id=874f12ea700cc5f7dd256856a78701c8b19e415d'/>
<id>urn:sha1:874f12ea700cc5f7dd256856a78701c8b19e415d</id>
<content type='text'>
</content>
</entry>
</feed>
