From owner-cvs-all Wed Oct 27 0:56:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7FB4A152C4; Wed, 27 Oct 1999 00:56:50 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA35224; Wed, 27 Oct 1999 00:56:50 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199910270756.AAA35224@freefall.freebsd.org> From: "David E. O'Brien" Date: Wed, 27 Oct 1999 00:56:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/lex FlexLexer.h ccl.c dfa.c ecs.c flex.skl flexdef.h gen.c initscan.c main.c misc.c nfa.c parse.y scan.l skel.c sym.c tblcmp.c yylex.c src/usr.bin/lex/lib libmain.c libyywrap.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/10/27 00:56:50 PDT Modified files: usr.bin/lex FlexLexer.h ccl.c dfa.c ecs.c flex.skl flexdef.h gen.c initscan.c main.c misc.c nfa.c parse.y scan.l skel.c sym.c tblcmp.c yylex.c usr.bin/lex/lib libmain.c libyywrap.c Log: 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) Revision Changes Path 1.3 +2 -1 src/usr.bin/lex/FlexLexer.h 1.5 +2 -1 src/usr.bin/lex/ccl.c 1.5 +2 -1 src/usr.bin/lex/dfa.c 1.5 +2 -1 src/usr.bin/lex/ecs.c 1.4 +2 -1 src/usr.bin/lex/flex.skl 1.5 +2 -1 src/usr.bin/lex/flexdef.h 1.5 +2 -1 src/usr.bin/lex/gen.c 1.6 +3 -2 src/usr.bin/lex/initscan.c 1.7 +2 -1 src/usr.bin/lex/main.c 1.5 +2 -1 src/usr.bin/lex/misc.c 1.5 +2 -1 src/usr.bin/lex/nfa.c 1.3 +2 -1 src/usr.bin/lex/parse.y 1.5 +2 -1 src/usr.bin/lex/scan.l 1.4 +2 -1 src/usr.bin/lex/skel.c 1.5 +2 -1 src/usr.bin/lex/sym.c 1.5 +2 -1 src/usr.bin/lex/tblcmp.c 1.5 +2 -1 src/usr.bin/lex/yylex.c 1.3 +2 -1 src/usr.bin/lex/lib/libmain.c 1.4 +2 -1 src/usr.bin/lex/lib/libyywrap.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message