index
:
freebsd/src
lf/15.0
lf/dev/D50111
lf/dev/alc-msix
lf/dev/anycast-src
lf/dev/bridge
lf/dev/bridge-1q
lf/dev/bridge-inet6-params
lf/dev/bridge-pctrie
lf/dev/bridge-vlan
lf/dev/clang-scan-deps
lf/dev/const-cast
lf/dev/iputils
lf/dev/keyserv2
lf/dev/macdo
lf/dev/make_ether_addr
lf/dev/no_prefixaddr
lf/dev/pkgbase-armfix
lf/dev/pkgbase-bmake
lf/dev/pkgbase-cross-toolchain
lf/dev/pkgbase-uclall
lf/dev/rc.conf.d
lf/dev/routed
lf/dev/traceroute-merge
lf/dev/traceroute-patches
lf/dev/usrj
lf/dev/vlan_input_p
lf/main
lf/stable/15
main
stable/13
stable/14
FreeBSD src (LF version)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bin
/
sh
/
mksyntax.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove copyright strings ifdef'd out
Warner Losh
2023-11-26
1
-9
/
+0
*
bin: Remove ancient SCCS tags.
Warner Losh
2023-11-26
1
-3
/
+0
*
Remove $FreeBSD$: one-line .c pattern
Warner Losh
2023-08-16
1
-2
/
+0
*
sh: Split CNL syntax category to avoid a check on state[level].syntax
Jilles Tjoelker
2018-05-21
1
-3
/
+4
*
General further adoption of SPDX licensing ID tags.
Pedro F. Giffuni
2017-11-20
1
-0
/
+2
*
Renumber copyright clause 4
Warner Losh
2017-02-28
1
-1
/
+1
*
sh: Fix more compiler warnings related to variable declarations.
Jilles Tjoelker
2015-03-03
1
-3
/
+3
*
sh: Simplify mksyntax and make it fit for cross-compiling.
Jilles Tjoelker
2013-02-07
1
-88
/
+66
*
sh: Do not test for digit_contig in mksyntax.
Jilles Tjoelker
2013-02-05
1
-46
/
+2
*
sh: Prefer our character classification functions to <ctype.h>.
Jilles Tjoelker
2013-01-31
1
-1
/
+0
*
sh: Allow quoting ^ and ] in bracket expressions.
Jilles Tjoelker
2011-12-28
1
-4
/
+4
*
sh: Add $'quoting' (C-style escape sequences).
Jilles Tjoelker
2011-05-05
1
-0
/
+2
*
sh: Remove the check that alpha/name/in_name chars are not CTL* bytes.
Jilles Tjoelker
2010-11-20
1
-3
/
+3
*
sh: Do IFS splitting on word in ${v+word} and ${v-word}.
Jilles Tjoelker
2010-10-29
1
-0
/
+1
*
sh: Ignore double-quotes in arithmetic rather than treating them as quotes.
Jilles Tjoelker
2010-10-24
1
-1
/
+2
*
sh: Do not use locale for determining if something is a name.
Jilles Tjoelker
2010-09-03
1
-5
/
+5
*
Remove unnecessary duplicate letters in mksyntax.c,
Jilles Tjoelker
2010-08-08
1
-2
/
+2
*
sh: Partially revert r206146, allowing double-quotes in arithmetic.
Jilles Tjoelker
2010-04-11
1
-0
/
+1
*
sh: Remove special handling for ' and " in arithmetic.
Jilles Tjoelker
2010-04-03
1
-2
/
+0
*
sh: Various warning fixes (from WARNS=6 NO_WERROR=1):
Jilles Tjoelker
2009-12-27
1
-11
/
+11
*
use explicit 'unsigned int' instead of just the implicit-style 'unsigned' to ...
Ralf S. Engelschall
2009-06-01
1
-1
/
+1
*
Fix "warning: comparison is always false due to limited range of data type"
Marcel Moolenaar
2008-02-18
1
-4
/
+1
*
Put the comparison with PEOF into a new macro is_eof(). Don't use it if the
Stefan Farfeleder
2005-08-13
1
-3
/
+4
*
Remove clause 3 from the UCB licenses.
Mark Murray
2004-04-06
1
-4
/
+0
*
Quiet warnings about copyright[].
David E. O'Brien
2003-05-01
1
-2
/
+2
*
Use %d in a printf() format string and cast the argument to int instead of
Tim J. Robbins
2002-10-02
1
-1
/
+1
*
Use the %t format modifier to print differences between
Maxime Henrion
2002-10-01
1
-1
/
+1
*
Consistently use FBSDID
David E. O'Brien
2002-06-30
1
-2
/
+2
*
o __P has been reoved
Warner Losh
2002-02-02
1
-18
/
+13
*
Repair normally unused is_digit() macro.
Tor Egge
2001-10-14
1
-1
/
+1
*
Adjust some type checks to include CTLQUOTEMARK in the range of
Tor Egge
2001-09-19
1
-3
/
+3
*
Add more headers that are required with -fno-builtin (stdlib and strings)
Dag-Erling Smørgrav
2001-06-19
1
-0
/
+1
*
First round of 8-bit fixes.
Martin Cracauer
1999-12-15
1
-1
/
+1
*
$Id$ -> $FreeBSD$
Peter Wemm
1999-08-27
1
-1
/
+1
*
Better handling of word splitting. Don't record the same region
Tor Egge
1998-09-06
1
-1
/
+2
*
Add rcsid. Spelling.
Philippe Charnier
1998-05-18
1
-3
/
+5
*
Use the __unused attribute where warranted.
Steve Price
1997-05-19
1
-3
/
+3
*
Revert $FreeBSD$ to $Id$
Peter Wemm
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
Jordan K. Hubbard
1997-01-14
1
-1
/
+1
*
Merge in NetBSD mods and -Wall cleaning.
Steve Price
1996-12-14
1
-6
/
+8
*
Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is a
Peter Wemm
1996-09-01
1
-45
/
+67
*
Take out 0201-0207 range - those characters abused by sh
Andrey A. Chernov
1996-08-12
1
-4
/
+4
*
Simplify expression
Andrey A. Chernov
1996-08-12
1
-2
/
+2
*
Localize it
Andrey A. Chernov
1996-08-11
1
-4
/
+5
*
Added $Id$
David Greenman
1994-09-24
1
-0
/
+2
*
BSD 4.4 Lite bin Sources
Rodney W. Grimes
1994-05-26
1
-0
/
+373