- only affects transfer of C-style string with a single character remaining after whitespace stripping. Test added into Test-parallel. - Note some idiosyncrasies in the behaviour: send | receives -------------------------+------------------------- string("a b c") | string "a b c" string("a") | string "a" "a b c" | word "abc" 'd' | char 'd' "d" | char 'd' "d " | char 'd' |
||
---|---|---|
.. | ||
Make | ||
Test-parallel.C |