cvs commit: src/usr.bin/wall wall.c
    David Schultz 
    das at FreeBSD.org
       
    Mon Jan 14 23:40:31 PST 2008
    
    
  
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 at gmail.com> (earlier version)
  
  Revision  Changes    Path
  1.25      +13 -6     src/usr.bin/wall/wall.c
    
    
More information about the cvs-all
mailing list