libassuan/src (6 files)

cvs user neal cvs@cvs.gnupg.org
Tue, 18 Feb 2003 22:38:02 +0100


    Date: Tuesday, February 18, 2003 @ 22:37:52
  Author: neal
    Path: /cvs/gnupg/libassuan/src

   Added: funopen.c isascii.c memrchr.c putc_unlocked.c
Modified: ChangeLog Makefile.am

/

2003-02-18  Neal H. Walfield  <neal@g10code.de>

	* configure.ac: Fix typo.
	(AC_CONFIG_FILES): Remove common/Makefile.am.
	* common: Remove directory.

src/

2003-02-18  Neal H. Walfield  <neal@g10code.de>

	* Makefile.am (libassuan_a_LIBADD): New variable.
	* funopen.c: Move from ../common.
	* isascii.c: Likewise.
	* memrchr.c: Likewise.
	* putc_unlocked.c: Likewise.


-----------------+
 ChangeLog       |    8 ++++++++
 Makefile.am     |    2 ++
 funopen.c       |   44 ++++++++++++++++++++++++++++++++++++++++++++
 isascii.c       |   29 +++++++++++++++++++++++++++++
 memrchr.c       |   36 ++++++++++++++++++++++++++++++++++++
 putc_unlocked.c |   31 +++++++++++++++++++++++++++++++
 6 files changed, 150 insertions(+)