cvs commit: src/usr.bin/indent args.c indent.c indent_globs.h io.c

Jens Schweikhardt schweikh at FreeBSD.org
Sun Jun 27 03:58:43 PDT 2004


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 at 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


More information about the cvs-src mailing list