Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Nov 2009 14:28:32 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/bin/sh histedit.c input.c jobs.c main.c output.c output.h parser.c
Message-ID:  <200911211428.nALESkfp008638@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jilles      2009-11-21 14:28:32 UTC

  FreeBSD src repository

  Modified files:
    bin/sh               histedit.c input.c jobs.c main.c output.c 
                         output.h parser.c 
  Log:
  SVN rev 199629 on 2009-11-21 14:28:32Z by jilles
  
  sh: Some changes to stderr flushing:
  * increase buffer size from 100 to 256 bytes
  * remove implied flush from out2str(), in particular this avoids unnecessary
    flushing in the middle of a -x tracing line
  * rename dprintf() to out2fmt_flush(), make it flush out2 and use this
    function in various places where flushing is desired after an error
    message
  
  Revision  Changes    Path
  1.32      +3 -2      src/bin/sh/histedit.c
  1.26      +3 -3      src/bin/sh/input.c
  1.73      +2 -2      src/bin/sh/jobs.c
  1.32      +2 -2      src/bin/sh/main.c
  1.22      +2 -4      src/bin/sh/output.c
  1.14      +1 -1      src/bin/sh/output.h
  1.67      +3 -0      src/bin/sh/parser.c



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