From 6f07f4a4deefd7b929618bc823c0da4647de7d76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Fri, 19 Sep 2003 13:58:08 +0200 Subject: [PATCH] *** empty log message *** Rev: ChangeLog:1.527.2.1 Rev: src/nettle/ChangeLog:1.100.2.1 --- ChangeLog | 33 +++++++++++++++++++++++++++++++++ src/nettle/ChangeLog | 12 ++++++++++++ 2 files changed, 45 insertions(+) diff --git a/ChangeLog b/ChangeLog index a8b933097..2388996b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,36 @@ +2003-09-19 Niels M�ller <niels@s3.kth.se> + + * src/testsuite/functions.sh (test_fail, test_success): Call exit. + (werror, die): New functions. + + * src/testsuite/Makefile.am (AM_CPPFLAGS): Set AM_CPPFLAGS, not + CFLAGS. + (TS_SH): Added random-input-test. + + * src/testsuite/random-input-test: New test case that connects to + lshd and sends some random data. + + * src/scm/make-char-classes.scm: In scsh-0.6, the procedures + ascii-range->char-set and char-set-members are renamed to + ucs-range->char-set and char-set->list. + * src/scm/guile-compat.scm: Renamed the corresponding + compatibility functions + + * src/scm/gaba.scm (main): Copied cleaned up main prodcedure from + the 1.5 branch. In particular, it now calls (exit 0) explicitly. + + * src/scm/compiler.scm (let-and): Fixed syntax error in macro + definition. + + * misc/bootstrap.sh: Deleted arguments from the automake -a call. + + * configure.ac: Bumped version to 1.4.3. Don't try to output + src/nettle/Makefile from this configure-script. + + * Makefile.am.in: Don't use $(top_srcdir)/misc/ctags.mk, as ctags + support is included with automake-1.7.3. + * src/Makefile.am.in: Likewise. + 2002-07-05 Niels M�ller <nisse@cuckoo.hack.org> * src/lshd.c: Disabled incomplete x11 forwarding for now. diff --git a/src/nettle/ChangeLog b/src/nettle/ChangeLog index eb7ce2e0c..46fc89715 100644 --- a/src/nettle/ChangeLog +++ b/src/nettle/ChangeLog @@ -1,3 +1,15 @@ +2003-09-19 Niels M�ller <niels@s3.kth.se> + + * examples/lfib-stream.c: New example program that generates + pseudorandom output. + + * examples/Makefile.am (AM_CPPFLAGS): Set AM_CPPFLAGS, not + CPPFLAGS. + (noinst_PROGRAMS): Added lfib-stream. + + * testsuite/Makefile.am (AM_CPPFLAGS): Set AM_CPPFLAGS, not + CPPFLAGS. + 2002-05-16 Niels M�ller <nisse@cuckoo.hack.org> * sparc/aes.asm: Deleted registers i and t3. -- GitLab