Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Dec 2001 02:05:19 -0800 (PST)
From:      Akinori MUSHA <knu@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/sh Makefile builtins.def sh.1 src/bin/test test.c src/share/man/man1 builtin.1
Message-ID:  <200112151005.fBFA5Js12067@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
knu         2001/12/15 02:05:19 PST

  Modified files:        (Branch: RELENG_4)
    bin/sh               Makefile builtins.def sh.1 
    bin/test             test.c 
    share/man/man1       builtin.1 
  Log:
  MFC: Make test(1) a builtin command of sh(1).
  
  bin/sh/Makefile          rev. 1.31
  bin/sh/builtins.def      rev. 1.8
    - Add test as builtin.
  
  share/man/man1/builtin.1 rev. 1.14-1.15
  bin/sh/sh.1              rev. 1.56
    - Add proper cross references.
  
  bin/test/test.c          rev. 1.32-1.35
    - Fix style bugs I found, and add a comment.
    - Do not reference argv[1] if no argument is given.
    - Call error() instead of errx() if compiled as sh(1) builtin.
  
  Revision   Changes    Path
  1.30.2.1   +5 -3      src/bin/sh/Makefile
  1.7.2.1    +2 -1      src/bin/sh/builtins.def
  1.39.2.14  +5 -3      src/bin/sh/sh.1
  1.29.2.3   +47 -11    src/bin/test/test.c
  1.5.2.11   +11 -2     src/share/man/man1/builtin.1

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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