OpenBSD CVS

src/usr.bin/lex/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / lex

Current tag: OPENBSD_5_3_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] PSD.doc/        
[TXT] COPYING  1.3   20 years  millert   Update flex license from sourceforge version (is now 2-term BSD)
[TXT] FlexLexer.h  1.6   20 years  espie   bring some standard C++ fixes, mostly from NetBSD. get isatty proto from the rig...
[TXT] Makefile  1.10   13 years  schwarze   Stop installing me(1) and ms(1) source code. We will soon get rid of groff in ba...
[TXT] ccl.c  1.6   20 years  millert   Update flex license from sourceforge version (is now 2-term BSD)
[TXT] config.h  1.3   27 years  tholo   Don't use <malloc.h>
[TXT] dfa.c  1.6   20 years  millert   Update flex license from sourceforge version (is now 2-term BSD)
[TXT] ecs.c  1.6   20 years  millert   Update flex license from sourceforge version (is now 2-term BSD)
[TXT] flex.1  1.33   11 years  jmc   command-line (adj.) -> command line (n.);
[TXT] flex.skl  1.11   13 years  millert   Add missing #ifndef YY_NO_INPUT around the input() function when "%option noinpu...
[TXT] flexdef.h  1.7   20 years  espie   bring some standard C++ fixes, mostly from NetBSD. get isatty proto from the rig...
[TXT] gen.c  1.11   20 years  espie   bring some standard C++ fixes, mostly from NetBSD. get isatty proto from the rig...
[TXT] libmain.c  1.7   11 years  deraadt   Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis
[TXT] libyywrap.c  1.7   11 years  deraadt   Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis
[TXT] main.c  1.12   12 years  jmc   do not document the -c flag: it was added for posix compliance, but posix deprec...
[TXT] misc.c  1.12   18 years  miod   the the
[TXT] mkskel.sh  1.2   27 years  deraadt   rcsid
[TXT] nfa.c  1.9   20 years  millert   Update flex license from sourceforge version (is now 2-term BSD)
[TXT] parse.y  1.8   20 years  millert   Update flex license from sourceforge version (is now 2-term BSD)
[TXT] scan.l  1.9   17 years  ray   Don't access buf[strlen(buf) - 1] for zero-length strings. OK jaredy@.
[TXT] sym.c  1.6   20 years  millert   Update flex license from sourceforge version (is now 2-term BSD)
[TXT] tblcmp.c  1.6   20 years  millert   Update flex license from sourceforge version (is now 2-term BSD)
[TXT] version.h  1.4   27 years  millert   Flex 2.5.4
[TXT] yylex.c  1.5   20 years  millert   Update flex license from sourceforge version (is now 2-term BSD)
[TXT] VERSION (in the Attic) [Hide]  1.3   27 years  millert   Flex 2.5.4
[TXT] initscan.c (in the Attic) [Hide]  1.13   17 years  tsi   Fix flex bug introduced by my prior commit. Problem reported by STeve Andre' vi...