OpenBSD CVS

src/usr.bin/yacc/


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 / yacc

Current tag: OPENBSD_6_1_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] PSD.doc/        
[DIR] test/        
[TXT] Makefile  1.5   13 years  schwarze   Stop installing me(1) and ms(1) source code. We will soon get rid of groff in ba...
[TXT] closure.c  1.14   9 years  millert   Remove dead stores found by llvm checker and mark functions that call done() as ...
[TXT] defs.h  1.18   9 years  millert   Remove dead stores found by llvm checker and mark functions that call done() as ...
[TXT] error.c  1.14   10 years  tedu   reindent
[TXT] lalr.c  1.18   8 years  mmcc   Remove NULL-checks before free().
[TXT] lr0.c  1.18   10 years  tedu   collapse variable declarations
[TXT] main.c  1.28   7 years  tedu   it should not be necessary for yacc to use TMPDIR, /tmp is good enough. ok beck ...
[TXT] mkpar.c  1.18   10 years  tedu   last bits of indentation and style
[TXT] output.c  1.26   7 years  otto   Fix bad indentation. One already existed in 1.20, one introduced in 1.21; ok ted...
[TXT] reader.c  1.33   8 years  mmcc   merge three obviously redundant adjacent if statements from Michael W. Bombardi...
[TXT] skeleton.c  1.39   8 years  guenther   Declare yyparse() so the generated code is safe with -Werror-implicit-function-d...
[TXT] symtab.c  1.17   10 years  tedu   indentation style
[TXT] verbose.c  1.13   9 years  deraadt   use reallocarray(). Leave the malloc/realloc cases in the skeleton untouched be...
[TXT] warshall.c  1.11   10 years  tedu   collapse variable declarations
[TXT] yacc.1  1.32   7 years  tedu   it should not be necessary for yacc to use TMPDIR, /tmp is good enough. ok beck ...
[TXT] yyfix.1  1.6   9 years  bentley   Reduce instances of `` '' in manuals. troff displays these as typographic quote...
[TXT] yyfix.sh  1.3   14 years  sobrado   remove the directory portion of yyfix's pathname from usage's output. ok miller...