Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jul 2003 06:11:26 -0700 (PDT)
From:      Diomidis Spinellis <dds@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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
Message-ID:  <200307221311.h6MDBQfv083232@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
dds         2003/07/22 06:11:26 PDT

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    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:
  MFC: 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.
  
  alias.c:        1.17
  cd.c:           1.33
  exec.c:         1.23
  exec.h:         1.11
  expand.c:       1.44
  input.c:        1.20
  jobs.c:         1.64
  memalloc.c:     1.25
  nodes.c.pat:    1.14
  output.c:       1.18
  parser.c:       1.49
  redir.c:        1.24
  var.c:          1.25
  
  Revision   Changes    Path
  1.12.2.3   +1 -1      src/bin/sh/alias.c
  1.20.2.4   +2 -2      src/bin/sh/cd.c
  1.14.2.5   +1 -1      src/bin/sh/exec.c
  1.9.2.2    +0 -1      src/bin/sh/exec.h
  1.31.2.6   +6 -6      src/bin/sh/expand.c
  1.14.2.3   +1 -1      src/bin/sh/input.c
  1.27.2.11  +4 -4      src/bin/sh/jobs.c
  1.15.2.3   +3 -3      src/bin/sh/memalloc.c
  1.7.2.2    +4 -4      src/bin/sh/nodes.c.pat
  1.10.2.3   +1 -1      src/bin/sh/output.c
  1.29.2.10  +11 -11    src/bin/sh/parser.c
  1.12.2.5   +1 -1      src/bin/sh/redir.c
  1.15.2.3   +4 -4      src/bin/sh/var.c



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