From 651f03e2226d7d7e98bdfc2c08944f30612344c0 Mon Sep 17 00:00:00 2001 From: Per Cederqvist Date: Tue, 6 Oct 1998 07:46:07 +0000 Subject: [PATCH] Clarify the documentation about accept_async and make the implementation conform to the documentation. More test cases. Makefile improvements. Remove some unused code. --- ChangeLog | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2631d696..762ff8bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +1998-10-06 Per Cederqvist + + Clarify the documentation about accept_async and make the + implementation conform to the documentation. + * src/server/session.c (accept_async): Don't accept 1, 2, 3, 4 or + 10 (which are in the interval [0..ay_dummy_last) but not used). + Complain about the first rejected async number, not the last. + * doc/Protocol-A.texi (query-async): Added a reference to the + currently preselected asynchronous messages, since the example is + valid for lyskomd 1.9 but not lyskomd 2.0. + (Asynchronous Messages): Encourage clients to use accept-async + instead of trusting the defaults. State that the obsolete calls + may be non-existing. + + More test cases. + * src/server/testsuite/lyskomd.0/03.exp: New file. + * src/server/testsuite/lyskomd.0/01.exp: Use read_versions instead + of duplicating code. + * src/server/testsuite/config/unix.exp (read_versions): New + function, extracted from ../lyskomd.0/01.exp. + + Makefile improvements. + * src/server/testsuite/Makefile.am (MOSTLYCLEANFILES): Added *.sum + and *.log. + (check-l2g): New name for former target l2g_check. + (check-lyskomd): New name for former target lyskomd_check. + + Remove some unused code. + * src/libraries/libcommon/kom-errno.c (kom_perror): Was + unused. Removed. + * src/include/config.h (kom_errout): Was unused. Removed. + 1998-10-04 Per Cederqvist * TODO: New file. -- GitLab