summaryrefslogtreecommitdiffstats
path: root/bin/sh/mksyntax.c
Commit message (Expand)AuthorAgeFilesLines
* sh: Simplify mksyntax and make it fit for cross-compiling.jilles2013-02-071-88/+66
* sh: Do not test for digit_contig in mksyntax.jilles2013-02-051-46/+2
* sh: Prefer our character classification functions to <ctype.h>.jilles2013-01-311-1/+0
* sh: Allow quoting ^ and ] in bracket expressions.jilles2011-12-281-4/+4
* sh: Add $'quoting' (C-style escape sequences).jilles2011-05-051-0/+2
* sh: Remove the check that alpha/name/in_name chars are not CTL* bytes.jilles2010-11-201-3/+3
* sh: Do IFS splitting on word in ${v+word} and ${v-word}.jilles2010-10-291-0/+1
* sh: Ignore double-quotes in arithmetic rather than treating them as quotes.jilles2010-10-241-1/+2
* sh: Do not use locale for determining if something is a name.jilles2010-09-031-5/+5
* Remove unnecessary duplicate letters in mksyntax.c,jilles2010-08-081-2/+2
* sh: Partially revert r206146, allowing double-quotes in arithmetic.jilles2010-04-111-0/+1
* sh: Remove special handling for ' and " in arithmetic.jilles2010-04-031-2/+0
* sh: Various warning fixes (from WARNS=6 NO_WERROR=1):jilles2009-12-271-11/+11
* use explicit 'unsigned int' instead of just the implicit-style 'unsigned' to ...rse2009-06-011-1/+1
* Fix "warning: comparison is always false due to limited range of data type"marcel2008-02-181-4/+1
* Put the comparison with PEOF into a new macro is_eof(). Don't use it if thestefanf2005-08-131-3/+4
* Remove clause 3 from the UCB licenses.markm2004-04-061-4/+0
* Quiet warnings about copyright[].obrien2003-05-011-2/+2
* Use %d in a printf() format string and cast the argument to int instead oftjr2002-10-021-1/+1
* Use the %t format modifier to print differences betweenmux2002-10-011-1/+1
* Consistently use FBSDIDobrien2002-06-301-2/+2
* o __P has been reovedimp2002-02-021-18/+13
* Repair normally unused is_digit() macro.tegge2001-10-141-1/+1
* Adjust some type checks to include CTLQUOTEMARK in the range oftegge2001-09-191-3/+3
* Add more headers that are required with -fno-builtin (stdlib and strings)des2001-06-191-0/+1
* First round of 8-bit fixes.cracauer1999-12-151-1/+1
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
* Better handling of word splitting. Don't record the same regiontegge1998-09-061-1/+2
* Add rcsid. Spelling.charnier1998-05-181-3/+5
* Use the __unused attribute where warranted.steve1997-05-191-3/+3
* 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-6/+8
* Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is apeter1996-09-011-45/+67
* Take out 0201-0207 range - those characters abused by shache1996-08-121-4/+4
* Simplify expressionache1996-08-121-2/+2
* Localize itache1996-08-111-4/+5
* Added $Id$dg1994-09-241-0/+2
* BSD 4.4 Lite bin Sourcesrgrimes1994-05-261-0/+373
OpenPOWER on IntegriCloud