aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/bltin
Commit message (Expand)AuthorAgeFilesLines
* bin: Remove ancient SCCS tags.Warner Losh2023-11-272-4/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-202-0/+4
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
* sh: Fix compiler warnings related to duplicate or missing declarations.Jilles Tjoelker2015-03-011-1/+1
* sh: Allow kill %job on jobs started without job control.Jilles Tjoelker2014-03-151-1/+1
* sh: Fix duplicate prototypes for builtins.Jilles Tjoelker2011-06-131-3/+1
* sh: Add kill builtin.Jilles Tjoelker2010-12-211-0/+5
* sh: Add a function to print warnings (with command name and newline).Jilles Tjoelker2010-12-211-5/+1
* sh: Make warnings in the printf builtin non-fatal, like in the program.Jilles Tjoelker2010-12-201-15/+6
* sh: Add binary buffered output for use by the printf builtin.Jilles Tjoelker2010-11-141-0/+1
* sh: Remove unused man page for echo builtin.Jilles Tjoelker2010-11-121-114/+0
* Declare echocmd() and testcmd().Stefan Farfeleder2005-08-131-0/+2
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-101-0/+1
* Deal with double whitespace.Ruslan Ermilov2004-07-031-1/+1
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-2/+4
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-063-12/+0
* Add FBSDID.Philippe Charnier2003-02-051-1/+3
* Use '\033' rather than '\e' as the latter is a gccism.David Malone2002-12-221-1/+1
* Capitalize ASCII code names.Ruslan Ermilov2002-12-051-1/+3
* Use `The .Nm utility'Philippe Charnier2002-04-161-1/+2
* o __P has been reovedWarner Losh2002-02-022-8/+1
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* -Wnon-const-format sweep: make format strings const char *'s, addKris Kennaway2001-04-171-1/+1
* Add \a and \e to "echo -e" escape handling.Matthew Hunt2000-06-261-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-273-3/+3
* Fixed warnx format errors in printf and csh, and snprintf format errorsBruce Evans1998-12-071-2/+12
* Nuke register keyword usage and #if -> #ifdef.Steve Price1997-04-281-4/+4
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-223-3/+3
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
* Merge in NetBSD mods and -Wall cleaning.Steve Price1996-12-142-9/+7
* Fix for PR#1287. This makes sh behave sensibly in case statements in thePeter Wemm1996-09-031-6/+6
* Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is aPeter Wemm1996-09-013-8/+12
* Restored formatting from the old printf/printf.c.Bruce Evans1995-12-141-5/+5
* Move out some of the shell builtin bogosity from printf's source toJoerg Wunsch1995-12-101-1/+10
* Clean up compilation warnings.Paul Traina1995-08-231-1/+4
* Added $Id$David Greenman1994-09-243-0/+3
* BSD 4.4 Lite bin SourcesRodney W. Grimes1994-05-263-0/+289