aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/var.h
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* sh: Make struct arglist an array instead of a linked list.Jilles Tjoelker2015-10-111-2/+2
* sh: Fix more compiler warnings related to variable declarations.Jilles Tjoelker2015-03-031-1/+1
* sh: Simplify code related to PPID variable.Jilles Tjoelker2013-12-251-1/+0
* sh: Use vfork in a few common cases.Jilles Tjoelker2012-02-041-0/+2
* sh: Fix duplicate prototypes for builtins.Jilles Tjoelker2011-06-131-4/+0
* sh: Save/restore changed variables in optimized command substitution.Jilles Tjoelker2011-06-121-0/+2
* sh: Add \u/\U support (in $'...') for UTF-8.Jilles Tjoelker2011-05-081-0/+3
* sh: Optimize variable code by storing the length of the name.Jilles Tjoelker2011-05-081-0/+1
* sh: Track if the current locale's charset is UTF-8 or not.Jilles Tjoelker2011-05-061-0/+3
* sh: Check readonly status for assignments on regular builtins.Jilles Tjoelker2011-01-011-1/+2
* sh: Pass TERM changes to libedit.Jilles Tjoelker2010-06-021-0/+2
* sh: Apply locale vars on builtins, recognize LC_MESSAGES as a locale var.Jilles Tjoelker2010-05-051-0/+2
* sh: Various warning fixes (from WARNS=6 NO_WERROR=1):Jilles Tjoelker2009-12-271-1/+0
* sh: Constify various strings.Jilles Tjoelker2009-12-241-5/+5
* Implement the PS4 variable which is defined by the POSIX User PortabilityStefan Farfeleder2006-06-151-0/+2
* s/staticly/statically/gJens Schweikhardt2006-02-041-2/+2
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-061-4/+0
* Remove bits and pieces of support for atty, which was made obsolete byTim J. Robbins2002-10-011-12/+0
* Implement $PPID, the parent process ID of the shell.Tim J. Robbins2002-06-011-0/+1
* o __P has been reovedWarner Losh2002-02-021-18/+18
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* Better handling of word splitting. Don't record the same regionTor Egge1998-09-061-1/+2
* 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/+28
* Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is aPeter Wemm1996-09-011-26/+17
* Added $Id$David Greenman1994-09-241-0/+1
* BSD 4.4 Lite bin SourcesRodney W. Grimes1994-05-261-0/+127