aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/output.c
Commit message (Expand)AuthorAgeFilesLines
* sh: Send normal output from bind builtin to stdoutJilles Tjoelker2019-02-191-0/+6
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* sh: Keep output buffer across builtins.Jilles Tjoelker2017-05-181-8/+1
* sh: Ensure memout.bufsize matches allocated buffer, if it exists.Jilles Tjoelker2017-05-181-5/+6
* sh: Simplify output buffering.Jilles Tjoelker2017-05-161-9/+8
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* sh: Make sure output suitable as shell input is also printable.Jilles Tjoelker2014-12-141-22/+68
* sh: Remove special case for '=' in set -x; always quote it in outqstr().Jilles Tjoelker2014-11-301-2/+1
* sh: Remove output.c's reset() handler.Jilles Tjoelker2013-07-251-19/+0
* sh: Detect and flag write errors on stdout in builtins.Jilles Tjoelker2012-12-121-0/+14
* sh: Use vsnprintf() rather than crafting our own in fmtstr().Jilles Tjoelker2010-12-111-18/+5
* sh: Code size optimizations to buffered output.Jilles Tjoelker2010-11-201-3/+9
* sh: Add binary buffered output for use by the printf builtin.Jilles Tjoelker2010-11-141-10/+13
* In the spirit of r90111, depend on c89 and remove the "STATIC" macroDavid E. O'Brien2010-10-131-2/+2
* Consistently use "STATIC" for all functions in order to be able to setDavid E. O'Brien2010-10-131-3/+3
* sh: Constify various strings.Jilles Tjoelker2009-12-241-1/+1
* sh: Some changes to stderr flushing:Jilles Tjoelker2009-11-211-4/+2
* Fix some issues with quoted output and shorten it in some cases.Jilles Tjoelker2009-06-191-9/+15
* Print empty quotes ('') when an empty string is passed to outqstr().Stefan Farfeleder2005-12-081-0/+4
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-061-4/+0
* Changes following CScout analysis:Diomidis Spinellis2003-07-051-1/+1
* Back out experimental changes to fmtstr() that I didn't mean to includeTim J. Robbins2002-10-011-1/+9
* Replace a home-grown printf() clone with a fwopen() wrapper aroundTim J. Robbins2002-10-011-190/+23
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+2
* Don't modify output that is to be quoted if it contains no IFS charactersTim J. Robbins2002-06-061-0/+7
* Quote alias values in the output of the alias(1) builtin so they areTim J. Robbins2002-06-041-1/+32
* o __P has been reovedWarner Losh2002-02-021-145/+26
* -Wnon-const-format sweep: make format strings const char *'s, addKris Kennaway2001-04-171-9/+9
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* Add rcsid. Spelling.Philippe Charnier1998-05-181-3/+5
* Remove an extra semicolon and nuke register keyword usage.Steve Price1997-04-281-7/+7
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Merge in NetBSD mods and -Wall cleaning.Steve Price1996-12-141-15/+11
* Fix for PR#1287. This makes sh behave sensibly in case statements in thePeter Wemm1996-09-031-5/+15
* Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is aPeter Wemm1996-09-011-12/+23
* Added $Id$David Greenman1994-09-241-0/+2
* BSD 4.4 Lite bin SourcesRodney W. Grimes1994-05-261-0/+554