cvs commit: src/bin/sh alias.c cd.c exec.c exec.h expand.c input.c jobs.c memalloc.c nodes.c.pat output.c parser.c redir.c var.c

Diomidis Spinellis dds at FreeBSD.org
Sat Jul 5 08:18:46 PDT 2003


dds         2003/07/05 08:18:44 PDT

  FreeBSD src repository

  Modified files:
    bin/sh               alias.c cd.c exec.c exec.h expand.c 
                         input.c jobs.c memalloc.c nodes.c.pat 
                         output.c parser.c redir.c var.c 
  Log:
  Changes following CScout analysis:
  
  - Removed dead declarations
  - Made objects that should have been declared as static, static.
  
  The changes use STATIC instead of static, following the existing
  convention in the rest of the code.
  
  Approved by:    schweikh (mentor)
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.17      +1 -1      src/bin/sh/alias.c
  1.33      +2 -2      src/bin/sh/cd.c
  1.23      +1 -1      src/bin/sh/exec.c
  1.11      +0 -1      src/bin/sh/exec.h
  1.44      +6 -6      src/bin/sh/expand.c
  1.20      +1 -1      src/bin/sh/input.c
  1.64      +4 -4      src/bin/sh/jobs.c
  1.25      +2 -2      src/bin/sh/memalloc.c
  1.14      +4 -4      src/bin/sh/nodes.c.pat
  1.18      +1 -1      src/bin/sh/output.c
  1.49      +11 -11    src/bin/sh/parser.c
  1.24      +1 -1      src/bin/sh/redir.c
  1.25      +3 -3      src/bin/sh/var.c


More information about the cvs-all mailing list