Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Sep 2001 08:28:56 -0700 (PDT)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/rs rs.c
Message-ID:  <200109171528.f8HFSuP69583@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
ru          2001/09/17 08:28:56 PDT

  Modified files:        (Branch: RELENG_4)
    usr.bin/rs           rs.c 
  Log:
  MFC:
  
  1.6: Fixed -Wuninitialized in -z without -t case.
       Fixed null pointer dereference in -z -t case.
       Maximum column width computation was wrong.
  
  1.7: Fixed SIGFPE (divide by zero) if column's width
       exceeds display width (-w).
  
  1.8: Do not overrun entry array when printing output
       tables.  Cleanup storage allocation for entries.
  
  Revision  Changes    Path
  1.5.2.1   +32 -29    src/usr.bin/rs/rs.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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