Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Dec 2009 18:41:14 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/bin/sh alias.c alias.h arith.h arith.y cd.c exec.c exec.h expand.c expand.h histedit.c input.c input.h mail.c main.c main.h memalloc.c memalloc.h myhistedit.h options.c options.h output.c output.h parser.c parser.h show.c show.h var.c var.h
Message-ID:  <200912241841.nBOIfiBD043222@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jilles      2009-12-24 18:41:14 UTC

  FreeBSD src repository

  Modified files:
    bin/sh               alias.c alias.h arith.h arith.y cd.c 
                         exec.c exec.h expand.c expand.h 
                         histedit.c input.c input.h mail.c main.c 
                         main.h memalloc.c memalloc.h myhistedit.h 
                         options.c options.h output.c output.h 
                         parser.c parser.h show.c show.h var.c 
                         var.h 
  Log:
  SVN rev 200956 on 2009-12-24 18:41:14Z by jilles
  
  sh: Constify various strings.
  
  Most of this is adding const keywords, but setvar() in var.c had to be
  changed somewhat more.
  
  Revision  Changes    Path
  1.26      +3 -3      src/bin/sh/alias.c
  1.9       +1 -1      src/bin/sh/alias.h
  1.13      +2 -2      src/bin/sh/arith.h
  1.23      +4 -4      src/bin/sh/arith.y
  1.38      +1 -1      src/bin/sh/cd.c
  1.38      +17 -15    src/bin/sh/exec.c
  1.17      +8 -8      src/bin/sh/exec.h
  1.57      +6 -6      src/bin/sh/expand.c
  1.13      +2 -2      src/bin/sh/expand.h
  1.33      +3 -3      src/bin/sh/histedit.c
  1.28      +1 -1      src/bin/sh/input.c
  1.12      +1 -1      src/bin/sh/input.h
  1.15      +1 -1      src/bin/sh/mail.c
  1.34      +2 -2      src/bin/sh/main.c
  1.9       +1 -1      src/bin/sh/main.h
  1.29      +1 -1      src/bin/sh/memalloc.c
  1.12      +1 -1      src/bin/sh/memalloc.h
  1.11      +2 -2      src/bin/sh/myhistedit.h
  1.28      +3 -2      src/bin/sh/options.c
  1.14      +1 -1      src/bin/sh/options.h
  1.23      +1 -1      src/bin/sh/output.c
  1.15      +1 -1      src/bin/sh/output.h
  1.69      +2 -2      src/bin/sh/parser.c
  1.13      +1 -1      src/bin/sh/parser.h
  1.24      +1 -1      src/bin/sh/show.c
  1.12      +1 -1      src/bin/sh/show.h
  1.42      +19 -20    src/bin/sh/var.c
  1.15      +5 -5      src/bin/sh/var.h



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