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


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] PSD.doc/        
[TXT] COPYING  1.4   8 years  tedu   Update flex from ancient 2.5.4 to the recent 2.5.39. This work was all done by S...
[TXT] ChangeLog  1.1   8 years  tedu   Update flex from ancient 2.5.4 to the recent 2.5.39. This work was all done by S...
[TXT] FlexLexer.h  1.7   8 years  tedu   Update flex from ancient 2.5.4 to the recent 2.5.39. This work was all done by S...
[TXT] Makefile  1.17   7 years  millert   Move FlexLexer.h from /usr/include/g++ to /usr/include. It is not a g++-specifi...
[TXT] NEWS  1.1   8 years  tedu   Update flex from ancient 2.5.4 to the recent 2.5.39. This work was all done by S...
[TXT] ONEWS  1.1   8 years  tedu   Update flex from ancient 2.5.4 to the recent 2.5.39. This work was all done by S...
[TXT] README  1.1   8 years  tedu   Update flex from ancient 2.5.4 to the recent 2.5.39. This work was all done by S...
[TXT] buf.c  1.7   8 years  tedu   ansi
[TXT] ccl.c  1.9   16 months  jmc   spelling fixes; from paul tagliamonte amendments to his diff are noted on tech
[TXT] config.h  1.7   4 years  miko   declare HAVE_DECL___FUNC__ so flex_die() output can include __func__. ok miller...
[TXT] dfa.c  1.8   8 years  tedu   flex_alloc and flex_free are nothing more than malloc and free, so replace them ...
[TXT] ecs.c  1.9   8 years  tedu   ansi
[TXT] filter.c  1.9   6 years  lteo   Remove unused variable; no binary change. From Michael W. Bombardieri, thanks!
[TXT] flex.1  1.45   3 years  jsg   Add some references, most of these were removed when we stopped building and ins...
[TXT] flex.skl  1.19   6 months  deraadt   delete whitespaces that end up in output files
[TXT] flexdef.h  1.16   16 months  jmc   spelling fixes; from paul tagliamonte amendments to his diff are noted on tech
[TXT] flexint.h  1.2   6 months  deraadt   delete whitespaces that end up in output files
[TXT] gen.c  1.15   8 years  tedu   it is not necessary to cast the result of malloc/calloc. also replace some 0s wi...
[TXT] libmain.c  1.9   8 years  tedu   orbital strike from moonbase knf
[TXT] libyywrap.c  1.9   8 years  tedu   orbital strike from moonbase knf
[TXT] main.c  1.29   16 months  jmc   spelling fixes; from paul tagliamonte amendments to his diff are noted on tech
[TXT] misc.c  1.20   16 months  jmc   spelling fixes; from paul tagliamonte amendments to his diff are noted on tech
[TXT] mkskel.sh  1.3   8 years  tedu   Update flex from ancient 2.5.4 to the recent 2.5.39. This work was all done by S...
[TXT] nfa.c  1.11   8 years  tedu   orbital strike from moonbase knf
[TXT] options.c  1.2   8 years  tedu   we don't keep vim modelines in files
[TXT] options.h  1.2   8 years  tedu   we don't keep vim modelines in files
[TXT] parse.y  1.10   7 years  millert   isblank() is ANSI C since C99, no need to provide a replacement. OK deraadt@
[TXT] regex.c  1.3   8 years  tedu   flex_alloc and flex_free are nothing more than malloc and free, so replace them ...
[TXT] scan.l  1.13   4 years  miko   Apply a patch from upstream to avoid triggering assert() in sf_pop() when input ...
[TXT] scanflags.c  1.3   8 years  tedu   flex_alloc and flex_free are nothing more than malloc and free, so replace them ...
[TXT] scanopt.c  1.6   6 years  tedu   we can just use void for functions that always return 0. from Michael W. Bombard...
[TXT] scanopt.h  1.3   6 years  tedu   we can just use void for functions that always return 0. from Michael W. Bombard...
[TXT] sym.c  1.9   8 years  mmcc   Replace Char (defined as unsigned char) with u_char. ok tedu@
[TXT] tables.c  1.5   16 months  jmc   spelling fixes; from paul tagliamonte amendments to his diff are noted on tech
[TXT] tables.h  1.2   8 years  tedu   we don't keep vim modelines in files
[TXT] tables_shared.c  1.1   8 years  tedu   Update flex from ancient 2.5.4 to the recent 2.5.39. This work was all done by S...
[TXT] tables_shared.h  1.2   8 years  tedu   we don't keep vim modelines in files
[TXT] tblcmp.c  1.11   16 months  jmc   spelling fixes; from paul tagliamonte amendments to his diff are noted on tech
[TXT] version.h  1.5   8 years  tedu   Update flex from ancient 2.5.4 to the recent 2.5.39. This work was all done by S...
[TXT] yylex.c  1.6   8 years  tedu   Update flex from ancient 2.5.4 to the recent 2.5.39. This work was all done by S...
[TXT] VERSION (in the Attic) [Hide]  1.4   8 years  tedu   Update flex from ancient 2.5.4 to the recent 2.5.39. This work was all done by S...
[TXT] gettext.h (in the Attic) [Hide]  1.2   8 years  tedu   remove the LGPL gettext.h since we aren't using it anyway. spotted by nicm
[TXT] initparse.c (in the Attic) [Hide]  1.3   8 years  tedu   remove the init files that we don't build. if they are ever needed for bootstrap...
[TXT] initparse.h (in the Attic) [Hide]  1.2   8 years  tedu   remove the init files that we don't build. if they are ever needed for bootstrap...
[TXT] initscan.c (in the Attic) [Hide]  1.18   8 years  tedu   remove the init files that we don't build. if they are ever needed for bootstrap...
[TXT] initskel.c (in the Attic) [Hide]  1.3   8 years  tedu   remove the init files that we don't build. if they are ever needed for bootstrap...
[TXT] pathnames.h (in the Attic) [Hide]  1.3   27 years  millert   unused.