aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/shell.h
Commit message (Expand)AuthorAgeFilesLines
* bin: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* src/bin/sh: Fix spelling errorsElyes HAOUAS2021-10-021-1/+1
* sh: Restore $((x)) error checking after fix for $((-9223372036854775808))Jilles Tjoelker2019-02-101-1/+0
* Fix an edge case when parsing large numbers which resulted in inconsistentDag-Erling Smørgrav2019-01-091-2/+1
* 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: Remove #define MKINIT.Jilles Tjoelker2013-07-251-1/+0
* sh: Detect dividing the smallest integer by -1.Jilles Tjoelker2011-02-121-0/+2
* In the spirit of r90111, depend on c89 and remove the "STATIC" macroDavid E. O'Brien2010-10-131-9/+0
* Consistently use "STATIC" for all functions in order to be able to setDavid E. O'Brien2010-10-131-0/+3
* If DEBUG is 3 or greater, disable STATICization of functions.David E. O'Brien2010-10-121-1/+6
* - Fix bugs where the value of arithmetic expansion$((...)) was trucatedStefan Farfeleder2008-04-271-4/+11
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-061-4/+0
* Style cleanup, mostlyJens Schweikhardt2003-09-041-7/+6
* Implement missing shell arithmetic operators in $(()) expansionJens Schweikhardt2003-08-301-0/+8
* Remove broken and incomplete support for old releases of System V,Tim J. Robbins2002-07-191-6/+0
* Remove now-obsolete __STDC__ ifdefs, remove redundant NULL definition andWarner Losh2002-02-181-10/+0
* Rename the trace() function (that is build only in the -DDEBUG=2Martin Cracauer2000-04-201-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* 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
* Make sh(1) a little braver in the face of adversity. sh(1)Steve Price1996-12-211-3/+1
* Merge in NetBSD mods and -Wall cleaning.Steve Price1996-12-141-2/+2
* 1) define STATIC as static and not emptyAndrey A. Chernov1996-10-311-2/+2
* oops, I didn't mean for the unconditional DEBUG code to go in, it's beenPeter Wemm1996-09-011-4/+2
* Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is aPeter Wemm1996-09-011-4/+6
* Make the shell handle a null command in a &&/|| sequence correctly.Joerg Wunsch1995-08-271-2/+2
* Added $Id$David Greenman1994-09-241-0/+1
* BSD 4.4 Lite bin SourcesRodney W. Grimes1994-05-261-0/+84