Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jul 2011 23:48:57 +0000 (UTC)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.bin/wall wall.c
Message-ID:  <201107122349.p6CNnIZj052642@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
obrien      2011-07-12 23:48:57 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    usr.bin/wall         wall.c 
  Log:
  SVN rev 223970 on 2011-07-12 23:48:57Z by obrien
  
  MFC:
  + r223940 (as r223969): If one's message is longer than the buffer size,
  then we reset 'cnt' at the wrong point and the actual column # get out of
  sync across the buffer size.
  + r175346: Handle wrapping correctly when \r appears in the input,
  and don't remove the \r from the output.  For lines longer than 79
  characters, don't drop every 80th character.
  
  Revision  Changes    Path
  1.24.2.1  +15 -7     src/usr.bin/wall/wall.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107122349.p6CNnIZj052642>