freebsd-dev/usr.bin/lex
Peter Wemm 2f15594269 Move tsort back to lib-tools where it belongs, and add a "specially
for bootstrap" tweak to the lex Makefile to stop it building the library
too early.

This untangles things a bit more, it stops new bootstraps failing because
libl/libfl uses 'ld -O' before ld is updated.
1996-08-07 13:25:59 +00:00
..
lib This commit was generated by cvs2svn to compensate for changes in r16514, 1996-06-19 20:26:48 +00:00
ccl.c Finish the import and merge in FreeBSD specific changes. 1996-06-19 20:48:06 +00:00
config.h Flex version 2.5.3 from Vern Paxson at LBL. 1996-06-19 20:26:48 +00:00
COPYING
dfa.c Finish the import and merge in FreeBSD specific changes. 1996-06-19 20:48:06 +00:00
ecs.c Finish the import and merge in FreeBSD specific changes. 1996-06-19 20:48:06 +00:00
flex.skl Flex version 2.5.3 from Vern Paxson at LBL. 1996-06-19 20:26:48 +00:00
flexdef.h Finish the import and merge in FreeBSD specific changes. 1996-06-19 20:48:06 +00:00
FlexLexer.h Flex version 2.5.3 from Vern Paxson at LBL. 1996-06-19 20:26:48 +00:00
gen.c Finish the import and merge in FreeBSD specific changes. 1996-06-19 20:48:06 +00:00
initscan.c Finish the import and merge in FreeBSD specific changes. 1996-06-19 20:48:06 +00:00
lex.1 Finish the import and merge in FreeBSD specific changes. 1996-06-19 20:48:06 +00:00
main.c Finish the import and merge in FreeBSD specific changes. 1996-06-19 20:48:06 +00:00
Makefile Move tsort back to lib-tools where it belongs, and add a "specially 1996-08-07 13:25:59 +00:00
misc.c Finish the import and merge in FreeBSD specific changes. 1996-06-19 20:48:06 +00:00
mkskel.sh Flex version 2.5.3 from Vern Paxson at LBL. 1996-06-19 20:26:48 +00:00
NEWS Flex version 2.5.3 from Vern Paxson at LBL. 1996-06-19 20:26:48 +00:00
nfa.c Finish the import and merge in FreeBSD specific changes. 1996-06-19 20:48:06 +00:00
parse.y Flex version 2.5.3 from Vern Paxson at LBL. 1996-06-19 20:26:48 +00:00
README Flex version 2.5.3 from Vern Paxson at LBL. 1996-06-19 20:26:48 +00:00
scan.l Whoops, forgot one FreeBSD specific change necessary for the lex .mk 1996-06-19 22:25:32 +00:00
skel.c Flex version 2.5.3 from Vern Paxson at LBL. 1996-06-19 20:26:48 +00:00
sym.c Finish the import and merge in FreeBSD specific changes. 1996-06-19 20:48:06 +00:00
tblcmp.c Finish the import and merge in FreeBSD specific changes. 1996-06-19 20:48:06 +00:00
version.h Flex version 2.5.3 from Vern Paxson at LBL. 1996-06-19 20:26:48 +00:00
yylex.c Finish the import and merge in FreeBSD specific changes. 1996-06-19 20:48:06 +00:00

This is release 2.5 of flex.  See "version.h" for the exact patch-level.

See the file "NEWS" to find out what is new in this Flex release.

Read the file "INSTALL" for general installation directives.  Peek near
the beginning of the file "Makefile.in" for special DEFS values.  On most
systems, you can just run the "configure" script and type "make" to build
flex; then "make check" to test whether it built correctly; and if it did,
then "make install" to install it.

If you're feeling adventurous, you can also issue "make bigcheck" (be
prepared to wait a while).

Note that flex is distributed under a copyright very similar to that of
BSD Unix, and not under the GNU General Public License (GPL), except for
the "configure" script, which is covered by the GPL.

Many thanks to the 2.5 beta-testers for finding bugs and helping test and
increase portability: Stan Adermann, Scott David Daniels, Charles Elliott,
Joe Gayda, Chris Meier, James Nordby, Terrence O'Kane, Karsten Pahnke,
Francois Pinard, Pat Rankin, Andreas Scherer, Marc Wiese, Nathan Zelle.

Please send bug reports and feedback to: Vern Paxson (vern@ee.lbl.gov).


The flex distribution consists of the following files:

	README		This message

	NEWS		Differences between the various releases

	INSTALL		General installation information

	COPYING		flex's copyright

	conf.in, configure.in, configure, Makefile.in, install.sh,
		mkinstalldirs
			elements of the "autoconf" auto-configuration process

	flexdef.h, parse.y, scan.l, ccl.c, dfa.c, ecs.c, gen.c, main.c,
	misc.c, nfa.c, sym.c, tblcmp.c, yylex.c	 
			source files

	version.h	version of this flex release

	flex.skl	flex scanner skeleton
	mkskel.sh	script for converting flex.skl to C source file skel.c
	skel.c		pre-converted C version of flex.skl

	libmain.c	flex library (-lfl) sources
	libyywrap.c

	initscan.c	pre-flex'd version of scan.l

	FlexLexer.h	header file for C++ lexer class

	flex.1		user documentation

	MISC/		a directory containing miscellaneous contributions.
			See MISC/README for details.