Re: Weird spelling fixes in 2.1.107

Allanah Myles (dossy@panoptic.com)
Sat, 27 Jun 1998 16:23:01 -0400


On 1998.06.27, Albert D. Cahalan <acahalan@cs.uml.edu> wrote:
> ASCII is ASCIIZ in the C language, so the distinction is useless.

This is nonsense. An ASCII string in any language simply states the
method of interpreting the string. An ASCII string does NOT GUARANTEE
a null terminated string.

ASCIIZ on the other hand, GUARANTEES the existance of a terminating
null at the end of the string.

The semantics are unambiguous and clearly different. To document
something as being one or the other type has significant meaning,
and to tamper with the annotation enough to change the meaning
of the comment is a disservice.

This is yet another reason why people not in the know shouldn't
even be tampering with *comments*, let alone *code*.

-Dossy

-- 
URL: http://www.panoptic.com/~dossy -< BORK BORK! >- E-MAIL: dossy@panoptic.com
    Now I'm who I want to be, where I want to be, doing what I've always said I
    would and yet I feel I haven't won at all...      (Aug 9, 95: Goodbye, JG.)
"You should change your .sig; not that the world revolves around me." -s. sadie

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu