Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Dec 2010 20:47:06 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/bin/sh alias.c cd.c error.c error.h trap.c src/bin/sh/bltin bltin.h
Message-ID:  <201012212047.oBLKlFHp078159@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jilles      2010-12-21 20:47:06 UTC

  FreeBSD src repository

  Modified files:
    bin/sh               alias.c cd.c error.c error.h trap.c 
    bin/sh/bltin         bltin.h 
  Log:
  SVN rev 216622 on 2010-12-21 20:47:06Z by jilles
  
  sh: Add a function to print warnings (with command name and newline).
  This is like error() but without raising an exception.
  It is particularly useful as a replacement for the warnx macro in
  bltin/bltin.h.
  
  Revision  Changes    Path
  1.29      +1 -1      src/bin/sh/alias.c
  1.17      +1 -5      src/bin/sh/bltin/bltin.h
  1.45      +1 -1      src/bin/sh/cd.c
  1.33      +22 -6     src/bin/sh/error.c
  1.20      +1 -0      src/bin/sh/error.h
  1.39      +1 -1      src/bin/sh/trap.c



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