Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Nov 2006 15:58:35 +0000 (UTC)
From:      Diomidis Spinellis <dds@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/jot jot.c
Message-ID:  <200611061558.kA6FwZQq038768@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dds         2006-11-06 15:58:35 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/jot          jot.c 
  Log:
  Style facelift.
  - Reduce the number of global variables
  - Make global objects static
  - Use bool consistently
  - Sort getopt arguments and their processing
  - Add function comments
  - Change notlast != 0 into !last
  
  Revision  Changes    Path
  1.34      +74 -58    src/usr.bin/jot/jot.c



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