Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
669721af
Commit
669721af
authored
Aug 08, 1998
by
Per Cederqvist
Browse files
Fixed a protocol error with async_deleted_text. Documentation typos fixed.
Debugged local_to_global.
parent
2666c3f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
669721af
1998-08-08 Per Cederqvist <ceder@lysator.liu.se>
Fixed a protocol error with async_deleted_text.
* src/server/prot-a-send-async.c (prot_a_async_deleted_text):
Fixed the size in the header. This emits 18 elements, not 16.
Minor documentation fixes.
* doc/aux-info.doc: Document dont-garb.
* doc/Protocol-A.texi: Spell checking performed. Some other minor
typos fixed. State that the aux-item read-confirm should only be
added after the user has acknowledged that he has read the text.
(accept-async): Moved some text that belonged here from the
query-async node. The error-status indicates the first offending
number, not the index of the first offending number, when
unknown-async is returnd.
Fixed bugs in get_map and local_to_global.
* src/server/text.c (get_map): Fixed a couple of fence errors.
...
...
@@ -12,10 +20,12 @@
fence error.
* src/server/prot-a-output.c (prot_a_output_text_mapping): Emit
"0" or "1", not "48" or "49", as the later-texts-exists flag.
Fixed a bug that could cause much too much data to be written.
Fixed bugs and made improvements to the test cases for get_map and
local_to_global.
* src/server/testsuite/lyskomd.0/00.exp: Many bugs fixed.
* src/server/testsuite/lyskomd.0/00.exp: Many bugs fixed. Several
tests added.
* src/server/testsuite/config/unix.exp (attach): New constant.
(line_leader): New variable.
(meta_line_leader): New variable.
...
...
@@ -32,6 +42,7 @@
expect_always to something sane.
(talk_to): Handle l2g. Handle line leaders. Call
fix_expect_after.
(client_death): New proc.
* src/server/testsuite/tcpconnect.py: New file.
* src/server/testsuite/Makefile.am (../lyskomd): New target.
(lyskomd_check): Depend on ../lyskomd.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment