eadler
8600cbb5b6
Correct double "the the"
...
Approved by: cperciva
MFC after: 3 days
2012-09-14 21:28:56 +00:00
joel
94cbb01e94
Fix error reported by mandoc.
2012-05-23 18:41:45 +00:00
schweikh
3efe44ddf8
Parenthesize args in yyless() and unput() replacement text
...
so they are safer when used with expressions.
MFC after: 1 week
2012-04-10 15:29:28 +00:00
uqs
9953595f97
Spelling fixes for usr.bin/
2011-12-30 11:02:40 +00:00
ed
f559e163ab
Replace char copyright[] by static const char copyright[].
...
It seems the latter is used throughout the tree.
2011-12-10 18:11:06 +00:00
brucec
6d9b42b486
Fix typos - remove duplicate "the".
...
PR: bin/154928
Submitted by: Eitan Adler <lists at eitanadler.com>
MFC after: 3 days
2011-02-21 09:01:34 +00:00
uqs
e89c44deb6
Unbreak the test target by re-generating the initial scanner
...
using an updated flex(1) binary.
Also ignore the changing $FreeBSD$ ID lines when doing the diff.
This needs additional obfuscation, to not upset the svn precommit
hooks :/
2010-11-09 18:28:11 +00:00
uqs
ccfed289db
flex: add missing ifdef magic to create/hide prototypes
...
This unbreaks build for some software with higher WARNS flags.
Reviewed by: rpaulo
PR: bin/139319 (parts already committed in previous revision)
2010-10-24 15:31:41 +00:00
rpaulo
35bffd28c5
Don't define the input() function ifdef YY_NO_INPUT.
...
This was previously done for the input() function.
Submitted by: Norberto Lopes <nblopes.ml at gmail.com>
2010-10-13 10:31:32 +00:00
ed
9b380e30d4
Build usr.bin/ with WARNS=6 by default.
...
Also add some missing $FreeBSD$ to keep svn happy.
2010-01-02 10:27:05 +00:00
ed
1126c5fc83
Let both yacc and lex generate code that passes -Wold-style-definition.
...
Both these tools emit code where several functions have no `void'
keyword placed in the arugment list when the function has no arguments.
2009-12-30 22:46:08 +00:00
cperciva
45f0d08992
Mark functions as __dead2 in order to help the LLVM static checker
...
understand which code paths aren't possible.
This commit eliminates 117 false positive bug reports of the form
"allocate memory; error out if pointer is NULL; use pointer".
2008-08-04 01:25:48 +00:00
dwmalone
d1804c46b1
I missed some "register"s in non-dot-C files.
2008-06-08 19:59:15 +00:00
dwmalone
800a8a992c
De-register declarations.
2008-06-04 19:50:34 +00:00
ru
db64b4a4bc
- Convert NO_INSTALLLIB option to a new syntax: makefiles should
...
test MK_INSTALLLIB, users can set WITHOUT_INSTALLLIB. The old
NO_INSTALLLIB is still supported as several makefiles set it.
- While here, fix an install when instructed not to install libs
(usr.bin/lex/lib/Makefile).
PR: bin/114200
Submitted by: Henrik Brix Andersen
2007-10-20 19:01:50 +00:00
ru
5f8b6d3c5a
Convert NO_PROFILE and NO_LIB32 to new style.
2006-03-18 21:37:05 +00:00
ru
74176cc161
NODOCCOMPRESS -> NO_DOCCOMPRESS
...
NOINFO -> NO_INFO
NOINFOCOMPRESS -> NO_INFOCOMPRESS
NOLINT -> NO_LINT
NOPIC -> NO_PIC
NOPROFILE -> NO_PROFILE
2004-12-21 09:33:47 +00:00
ru
5db2b9d5b3
For variables that are only checked with defined(), don't provide
...
any fake value.
2004-10-24 15:33:08 +00:00
kan
cebcc4fe0c
Stop the practice of installing external headers into GCC-specific directory.
...
Install FlexLexer.h into /usr/include directly.
2004-07-30 00:08:15 +00:00
keramida
79970772a2
Correct a minor syntax mistake.
...
PR: docs/67458
Submitted by: Michel Lavondes <fox@vader.aacc.cc.md.us>
MFC after: 3 days
2004-07-07 21:27:44 +00:00
josef
11f4a07713
Replace <iostream.h> with <iostream> to remove annoying warning
...
of using deprecated header.
Approved by: dwhite, simon(mentor)
Reviewed by: mlaier
Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at>
PR: bin/63781
2004-03-11 10:43:35 +00:00
nectar
38f9e74fab
Mark a function as `unused' in generated code. (Sometimes it is used,
...
sometimes it is not, depending upon the input grammar.)
2004-01-06 19:03:44 +00:00
nectar
f103cdb81d
Work around a `label defined but not used' warning in *generated* code.
2004-01-06 18:54:55 +00:00
kan
2c309259f3
Point to the new C++ include files location.
2003-07-11 05:30:58 +00:00
schweikh
d3367c5f5d
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
...
especially in troff files.
2003-01-01 18:49:04 +00:00
schweikh
86f7487fb6
Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/
...
Add FreeBSD Id tag where missing.
2002-12-30 21:18:15 +00:00
schweikh
fec6546e12
english(4) police.
2002-12-27 12:15:40 +00:00
obrien
71fe626844
Catch up with the ISO-C++ standard.
...
Submitted by: Craig Rodrigues <rodrigc@attbi.com>
2002-09-09 02:58:42 +00:00
charnier
7dd9d47059
Replace various spelling with FALLTHROUGH which is lint()able
2002-08-25 13:23:09 +00:00
obrien
bc61fc95d8
Consistently use FBSDID
2002-06-30 05:25:07 +00:00
ru
59049318b6
Added new bsd.incs.mk which handles installing of header files
...
via INCS. Implemented INCSLINKS (equivalent to SYMLINKS) to
handle symlinking include files. Allow for multiple groups of
include files to be installed, with the powerful INCSGROUPS knob.
Documentation to follow.
Added standard `includes' and `incsinstall' targets, use them
in Makefile.inc1. Headers from the following makefiles were
not installed before (during `includes' in Makefile.inc1):
kerberos5/lib/libtelnet/Makefile
lib/libbz2/Makefile
lib/libdevinfo/Makefile
lib/libform/Makefile
lib/libisc/Makefile
lib/libmenu/Makefile
lib/libmilter/Makefile
lib/libpanel/Makefile
Replaced all `beforeinstall' targets for installing includes
with the INCS stuff.
Renamed INCDIR to INCSDIR, for consistency with FILES and SCRIPTS,
and for compatibility with NetBSD. Similarly for INCOWN, INCGRP,
and INCMODE.
Consistently use INCLUDEDIR instead of /usr/include.
gnu/lib/libstdc++/Makefile and gnu/lib/libsupc++/Makefile changes
were only lightly tested due to the missing contrib/libstdc++-v3.
I fully tested the pre-WIP_GCC31 version of this patch with the
contrib/libstdc++.295 stuff.
These changes have been tested on i386 with the -DNO_WERROR "make
world" and "make release".
2002-05-12 16:01:00 +00:00
ru
76cfac20d5
Back out rev. 1.6 (NOLIB bootstrap helper) OBE'd by Makefile.inc1,v 1.96.
...
PR: bin/36417
Submitted by: Eugene Grosbein <eugen@www.svzserv.kemerovo.su>
2002-03-28 10:53:49 +00:00
dd
5ae98887a4
``recognized -> recognize'' where appropriate.
...
Obtained from: OpenBSD
2001-08-23 21:13:31 +00:00
ru
95ce4d2cdc
Removed duplicate VCS ID tags, as per style(9).
2001-08-13 14:06:34 +00:00
assar
fe8624bc3a
revert last commit. using %option nounput is better
...
noted by: Seth Kingsley <seth.kingsley@windriver.com>
2001-07-22 23:14:33 +00:00
assar
d5b518a5b5
add an unused attribute to yyunput to avoid warnings (errors) when
...
it's not being used
2001-07-21 19:47:17 +00:00
dd
911ca14c87
Remove whitespace at EOL.
2001-07-15 08:06:20 +00:00
ru
044b30cecd
Eliminate troff(1) warnings that were hiding some useful text.
2001-07-12 14:29:59 +00:00
dd
eaa6ee03b8
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
2001-07-09 09:54:33 +00:00
ru
89596e4538
MAN[1-9] -> MAN.
2001-03-27 10:52:19 +00:00
bde
8fa948d7c0
Install Flexlexer.h with mode 444.
1999-12-17 07:49:03 +00:00
dt
77bc1f2db8
Generate skel.c at build time.
1999-11-20 15:41:43 +00:00
obrien
27eaef25a3
Add more verbage explaining the "-I" option and its behavior.
...
Submitted by: Archie Cobbs <archie@whistle.com>
1999-10-27 20:21:03 +00:00
obrien
8d7c2de91b
After a proper import we now have both the original RCS tags + our own.
...
(also now clearer in ``cvs log'' that we are at version 2.5.4)
1999-10-27 07:56:49 +00:00
obrien
67209e7ee0
Add $FreeBSD$'s
1999-10-27 07:47:42 +00:00
peter
c81dbb3c98
$Header$ -> $FreeBSD$
1999-08-28 05:11:36 +00:00
peter
3b842d34e8
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
dt
0c8d2e9dfc
Backed out "fix for PR 7575". It was bogus.
1998-10-01 19:40:27 +00:00
phk
00183c8521
/usr/src/usr.bin/lex/Makefile puts FlexLexer.h into /usr/include/g++,
...
but flex still generates "#include <FlexLexer.h". As a result,
C++ sources flex generates failed to be compiled.
PR: 7575
Reviewed by: phk
Submitted by: MOROHOSHI Akihiko <moro@remus.dti.ne.jp>
1998-08-14 06:35:37 +00:00
thepish
e154f69df4
Submitted by: Peter Hawkins thepish@freebsd.org
...
Small man page fix (missing ']' in [:alpha:] example)
1998-06-11 02:14:58 +00:00