summaryrefslogtreecommitdiff
path: root/bin/sh/mksyntax.c
Commit message (Expand)AuthorAgeFilesLines
* sh: Split CNL syntax category to avoid a check on state[level].syntaxJilles Tjoelker2018-05-211-3/+4
* 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: Fix more compiler warnings related to variable declarations.Jilles Tjoelker2015-03-031-3/+3
* sh: Simplify mksyntax and make it fit for cross-compiling.Jilles Tjoelker2013-02-071-88/+66
* sh: Do not test for digit_contig in mksyntax.Jilles Tjoelker2013-02-051-46/+2
* sh: Prefer our character classification functions to <ctype.h>.Jilles Tjoelker2013-01-311-1/+0
* sh: Allow quoting ^ and ] in bracket expressions.Jilles Tjoelker2011-12-281-4/+4
* sh: Add $'quoting' (C-style escape sequences).Jilles Tjoelker2011-05-051-0/+2
* sh: Remove the check that alpha/name/in_name chars are not CTL* bytes.Jilles Tjoelker2010-11-201-3/+3
* sh: Do IFS splitting on word in ${v+word} and ${v-word}.Jilles Tjoelker2010-10-291-0/+1
* sh: Ignore double-quotes in arithmetic rather than treating them as quotes.Jilles Tjoelker2010-10-241-1/+2
* sh: Do not use locale for determining if something is a name.Jilles Tjoelker2010-09-031-5/+5
* Remove unnecessary duplicate letters in mksyntax.c,Jilles Tjoelker2010-08-081-2/+2
* sh: Partially revert r206146, allowing double-quotes in arithmetic.Jilles Tjoelker2010-04-111-0/+1
* sh: Remove special handling for ' and " in arithmetic.Jilles Tjoelker2010-04-031-2/+0
* sh: Various warning fixes (from WARNS=6 NO_WERROR=1):Jilles Tjoelker2009-12-271-11/+11
* use explicit 'unsigned int' instead of just the implicit-style 'unsigned' to ...Ralf S. Engelschall2009-06-011-1/+1
* Fix "warning: comparison is always false due to limited range of data type"Marcel Moolenaar2008-02-181-4/+1
* Put the comparison with PEOF into a new macro is_eof(). Don't use it if theStefan Farfeleder2005-08-131-3/+4
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-061-4/+0
* Quiet warnings about copyright[].David E. O'Brien2003-05-011-2/+2
* Use %d in a printf() format string and cast the argument to int instead ofTim J. Robbins2002-10-021-1/+1
* Use the %t format modifier to print differences betweenMaxime Henrion2002-10-011-1/+1
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+2
* o __P has been reovedWarner Losh2002-02-021-18/+13
* Repair normally unused is_digit() macro.Tor Egge2001-10-141-1/+1
* Adjust some type checks to include CTLQUOTEMARK in the range ofTor Egge2001-09-191-3/+3
* Add more headers that are required with -fno-builtin (stdlib and strings)Dag-Erling Smørgrav2001-06-191-0/+1
* First round of 8-bit fixes.Martin Cracauer1999-12-151-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* Better handling of word splitting. Don't record the same regionTor Egge1998-09-061-1/+2
* Add rcsid. Spelling.Philippe Charnier1998-05-181-3/+5
* Use the __unused attribute where warranted.Steve Price1997-05-191-3/+3
* 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-6/+8
* Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is aPeter Wemm1996-09-011-45/+67
* Take out 0201-0207 range - those characters abused by shAndrey A. Chernov1996-08-121-4/+4
* Simplify expressionAndrey A. Chernov1996-08-121-2/+2
* Localize itAndrey A. Chernov1996-08-111-4/+5
* Added $Id$David Greenman1994-09-241-0/+2
* BSD 4.4 Lite bin SourcesRodney W. Grimes1994-05-261-0/+373