summaryrefslogtreecommitdiffstats
path: root/bin/sh/output.c
Commit message (Expand)AuthorAgeFilesLines
* sh: Remove output.c's reset() handler.jilles2013-07-251-19/+0
* sh: Detect and flag write errors on stdout in builtins.jilles2012-12-121-0/+14
* sh: Use vsnprintf() rather than crafting our own in fmtstr().jilles2010-12-111-18/+5
* sh: Code size optimizations to buffered output.jilles2010-11-201-3/+9
* sh: Add binary buffered output for use by the printf builtin.jilles2010-11-141-10/+13
* In the spirit of r90111, depend on c89 and remove the "STATIC" macroobrien2010-10-131-2/+2
* Consistently use "STATIC" for all functions in order to be able to setobrien2010-10-131-3/+3
* sh: Constify various strings.jilles2009-12-241-1/+1
* sh: Some changes to stderr flushing:jilles2009-11-211-4/+2
* Fix some issues with quoted output and shorten it in some cases.jilles2009-06-191-9/+15
* Print empty quotes ('') when an empty string is passed to outqstr().stefanf2005-12-081-0/+4
* Remove clause 3 from the UCB licenses.markm2004-04-061-4/+0
* Changes following CScout analysis:dds2003-07-051-1/+1
* Back out experimental changes to fmtstr() that I didn't mean to includetjr2002-10-011-1/+9
* Replace a home-grown printf() clone with a fwopen() wrapper aroundtjr2002-10-011-190/+23
* Consistently use FBSDIDobrien2002-06-301-2/+2
* Don't modify output that is to be quoted if it contains no IFS characterstjr2002-06-061-0/+7
* Quote alias values in the output of the alias(1) builtin so they aretjr2002-06-041-1/+32
* o __P has been reovedimp2002-02-021-145/+26
* -Wnon-const-format sweep: make format strings const char *'s, addkris2001-04-171-9/+9
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
* Add rcsid. Spelling.charnier1998-05-181-3/+5
* Remove an extra semicolon and nuke register keyword usage.steve1997-04-281-7/+7
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Merge in NetBSD mods and -Wall cleaning.steve1996-12-141-15/+11
* Fix for PR#1287. This makes sh behave sensibly in case statements in thepeter1996-09-031-5/+15
* Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is apeter1996-09-011-12/+23
* Added $Id$dg1994-09-241-0/+2
* BSD 4.4 Lite bin Sourcesrgrimes1994-05-261-0/+554
OpenPOWER on IntegriCloud