monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Monotone-devel] [PATCH] Specifying multiple --message arguments for


From: Larry Hastings
Subject: Re: [Monotone-devel] [PATCH] Specifying multiple --message arguments for commits
Date: Sun, 01 Oct 2006 21:56:34 -0700
User-agent: Thunderbird 1.5.0.7 (Windows/20060909)

Richard Levitte - VMS Whacker wrote:
On some platforms, then end of line is "\r\n".  On some others, it's
not even a character, it's writing down the line as a record with a
length indicator.  But I'm sure the stream is flushed either way.
  
I think those differences are abstracted away by the "text file" handling in C.  For instance, MSVC on Windows defines std::endl as '\n' followed by a flush, even though the local EOL convention is "\r\n".

Cheers,


larry

reply via email to

[Prev in Thread] Current Thread [Next in Thread]