Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 1996 07:16:07 -0700 (PDT)
From:      Peter Wemm <peter>
To:        CVS-committers, cvs-all, cvs-bin
Subject:   cvs commit:  src/bin/sh error.c error.h exec.c input.c jobs.c memalloc.c miscbltin.c mystring.c output.c parser.c sh.1 show.c src/bin/sh/bltin echo.1
Message-ID:  <199609031416.HAA01069@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       96/09/03 07:16:07

  Modified:    bin/sh    error.c error.h exec.c input.c jobs.c memalloc.c
                        miscbltin.c  mystring.c output.c parser.c sh.1
                        show.c
               bin/sh/bltin  echo.1
  Log:
  Fix for PR#1287.  This makes sh behave sensibly in case statements in the
  face of aliases.  Note, bash doesn't do aliases while running scripts, but
  "real" ksh does..
  
  Also:
    Reduce redundant .Nm macros in (unused) bltin/echo.1
    nuke error2, it's hardly used.
    More -Wall cleanups
    dont do certain history operations if NO_HISTORY defined
    handle quad_t's from resource limits
  
  Submitted by: Steve Price <sprice@hiwaay.net>  (minor tweaks by me)
  
  Revision  Changes    Path
  1.5       +1 -9      src/bin/sh/error.c
  1.4       +1 -2      src/bin/sh/error.h
  1.6       +2 -2      src/bin/sh/exec.c
  1.6       +4 -5      src/bin/sh/input.c
  1.7       +2 -1      src/bin/sh/jobs.c
  1.4       +3 -3      src/bin/sh/memalloc.c
  1.7       +5 -4      src/bin/sh/miscbltin.c
  1.4       +2 -2      src/bin/sh/mystring.c
  1.4       +15 -5     src/bin/sh/output.c
  1.13      +9 -4      src/bin/sh/parser.c
  1.8       +2 -2      src/bin/sh/sh.1
  1.4       +4 -4      src/bin/sh/show.c
  1.4       +6 -6      src/bin/sh/bltin/echo.1



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