Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Jun 2003 02:28:17 -0700 (PDT)
From:      Philippe Charnier <charnier@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/indent args.c indent.c indent_globs.h io.c lexi.c parse.c pr_comment.c
Message-ID:  <200306150928.h5F9SHVT034070@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
charnier    2003/06/15 02:28:17 PDT

  FreeBSD src repository

  Modified files:
    usr.bin/indent       args.c indent.c indent_globs.h io.c 
                         lexi.c parse.c pr_comment.c 
  Log:
  err() on allocation failure. WARNS=9 compliant
  use #if 0, #ifndef lint, #endif /* not lint */, #endif ordering
  when a message is provided, use errx() instead of err().
  
  Revision  Changes    Path
  1.11      +6 -3      src/usr.bin/indent/args.c
  1.18      +19 -9     src/usr.bin/indent/indent.c
  1.8       +8 -0      src/usr.bin/indent/indent_globs.h
  1.12      +5 -4      src/usr.bin/indent/io.c
  1.15      +1 -2      src/usr.bin/indent/lexi.c
  1.10      +3 -1      src/usr.bin/indent/parse.c
  1.8       +4 -2      src/usr.bin/indent/pr_comment.c



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