summaryrefslogtreecommitdiff
path: root/bin/sh/shell.h
AgeCommit message (Expand)Author
2023-11-26bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2021-10-02src/bin/sh: Fix spelling errorsElyes HAOUAS
2019-02-10sh: Restore $((x)) error checking after fix for $((-9223372036854775808))Jilles Tjoelker
2019-01-09Fix an edge case when parsing large numbers which resulted in inconsistentDag-Erling Smørgrav
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2013-07-25sh: Remove #define MKINIT.Jilles Tjoelker
2011-02-12sh: Detect dividing the smallest integer by -1.Jilles Tjoelker
2010-10-13In the spirit of r90111, depend on c89 and remove the "STATIC" macroDavid E. O'Brien
2010-10-13Consistently use "STATIC" for all functions in order to be able to setDavid E. O'Brien
2010-10-12If DEBUG is 3 or greater, disable STATICization of functions.David E. O'Brien
2008-04-27- Fix bugs where the value of arithmetic expansion$((...)) was trucatedStefan Farfeleder
2004-04-06Remove clause 3 from the UCB licenses.Mark Murray
2003-09-04Style cleanup, mostlyJens Schweikhardt
2003-08-30Implement missing shell arithmetic operators in $(()) expansionJens Schweikhardt
2002-07-19Remove broken and incomplete support for old releases of System V,Tim J. Robbins
2002-02-18Remove now-obsolete __STDC__ ifdefs, remove redundant NULL definition andWarner Losh
2000-04-20Rename the trace() function (that is build only in the -DDEBUG=2Martin Cracauer
1999-08-27$Id$ -> $FreeBSD$Peter Wemm
1997-02-22Revert $FreeBSD$ to $Id$Peter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1996-12-21Make sh(1) a little braver in the face of adversity. sh(1)Steve Price
1996-12-14Merge in NetBSD mods and -Wall cleaning.Steve Price
1996-10-311) define STATIC as static and not emptyAndrey A. Chernov
1996-09-01oops, I didn't mean for the unconditional DEBUG code to go in, it's beenPeter Wemm
1996-09-01Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is aPeter Wemm
1995-08-27Make the shell handle a null command in a &&/|| sequence correctly.Joerg Wunsch
1994-09-24Added $Id$David Greenman
1994-05-26BSD 4.4 Lite bin SourcesRodney W. Grimes