summaryrefslogtreecommitdiffstats
path: root/bin/sh/alias.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r284779: sh: Fix some arithmetic undefined behaviour.jilles2015-08-151-1/+1
* MFC r263777: sh: Fix possible memory leaks and double frees with unexpectedjilles2014-04-141-1/+6
* Sync sh(1) in stable/10 to head.jmmv2014-03-091-44/+0
* sh: Recognize "--" as end of options in alias builtin.jilles2013-08-251-3/+5
* sh: Fix two issues when an alias is redefined:jilles2012-11-081-0/+11
* sh: Fix duplicate prototypes for builtins.jilles2011-06-131-0/+1
* sh: Reduce more needless differences between error messages.jilles2011-06-041-1/+1
* sh: Remove special code for shell scripts without magic number.jilles2011-02-041-9/+1
* sh: Add a function to print warnings (with command name and newline).jilles2010-12-211-1/+1
* In the spirit of r90111, depend on c89 and remove the "STATIC" macroobrien2010-10-131-9/+9
* Consistently use "STATIC" for all functions in order to be able to setobrien2010-10-131-5/+5
* sh: Constify various strings.jilles2009-12-241-3/+3
* be more type correct and align local ckmalloc() with its underlying malloc(3)...rse2009-06-011-1/+1
* - Apply the r190270 changes to printing of single aliases too.stefanf2009-03-221-23/+48
* Make the output of the alias built-in POSIX-compliant: Drop the leading 'alias'stefanf2009-03-221-1/+6
* use 'const' for the parameters of the two static functions unalias() and hash...rse2008-06-071-4/+4
* remove an unnecessary includerse2008-06-071-1/+0
* Return 1 from the unalias builtin if _any_ removal fails, not just the laststefanf2005-09-021-1/+1
* Use prototypes in the MKINIT lines collected by mkinit.stefanf2005-08-131-1/+1
* Remove clause 3 from the UCB licenses.markm2004-04-061-4/+0
* Changes following CScout analysis:dds2003-07-051-1/+1
* Consistently use FBSDIDobrien2002-06-301-2/+2
* Quote alias values in the output of the alias(1) builtin so they aretjr2002-06-041-4/+10
* o __P has been reovedimp2002-02-021-21/+13
* Fixd with alias missing.sada2000-07-151-0/+1
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
* Various spelling/formatting changes.kris1999-05-081-2/+2
* Add rcsid. Spelling.charnier1998-05-181-3/+5
* Use the __unused attribute where warranted.steve1997-05-191-3/+3
* Nuke register keyword usage and #if -> #ifdef.steve1997-04-281-2/+2
* 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-2/+2
* Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is apeter1996-09-011-8/+17
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Added $Id$dg1994-09-241-0/+2
* BSD 4.4 Lite bin Sourcesrgrimes1994-05-261-0/+251
OpenPOWER on IntegriCloud