Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Dec 2010 23:49:27 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/bin/sh jobs.c
Message-ID:  <201012062349.oB6NnnHV061801@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jilles      2010-12-06 23:49:27 UTC

  FreeBSD src repository

  Modified files:
    bin/sh               jobs.c 
  Log:
  SVN rev 216246 on 2010-12-06 23:49:27Z by jilles
  
  sh: Improve internal-representation-to-text code to avoid binary output.
  
  The code to translate the internal representation to text did not know about
  various additions to the internal representation since the original ash and
  therefore wrote binary stuff to the terminal.
  
  The code is used in the jobs command and similar output.
  
  Note that the output is far from complete and mostly serves for recognition
  purposes.
  
  Revision  Changes    Path
  1.87      +36 -3     src/bin/sh/jobs.c



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