Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jun 2004 10:58:37 +0000 (UTC)
From:      Jens Schweikhardt <schweikh@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
Message-ID:  <200406271058.i5RAwbLe099567@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
schweikh    2004-06-27 10:58:37 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/indent       args.c indent.c indent_globs.h io.c 
  Log:
  Fix problems with non-8 space tabs. New options for function
  declarations with the opening brace on the same line as the declaration
  of arguments all spaces and no tabs (a feature which exists in GNU's
  indent). Man page update to follow RSN.
  
  PR:             bin/67983
  Submitted by:   Chip Norkus <wd@teleri.net>
  Style guidance and bug for bug compatibility by:        bde
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.14      +4 -0      src/usr.bin/indent/args.c
  1.23      +29 -9     src/usr.bin/indent/indent.c
  1.10      +5 -1      src/usr.bin/indent/indent_globs.h
  1.14      +7 -5      src/usr.bin/indent/io.c



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