Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jan 2008 07:40:30 +0000 (UTC)
From:      David Schultz <das@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/wall wall.c
Message-ID:  <200801150740.m0F7eUhh001207@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
das         2008-01-15 07:40:30 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/wall         wall.c 
  Log:
  Fix some bugs in wall(1):
  - 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.
  - Style: Braces around compound while statement.
  
  PR:             114498
  Submitted by:   Niclas Zeising <niclas.zeising@gmail.com> (earlier version)
  
  Revision  Changes    Path
  1.25      +13 -6     src/usr.bin/wall/wall.c



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