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_5_7_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.17   10 years  chl   remove unused variable ok tedu@
[TXT] lr0.c  1.18   10 years  tedu   collapse variable declarations
[TXT] main.c  1.26   10 years  tedu   indent, add a touch of style
[TXT] mkpar.c  1.18   10 years  tedu   last bits of indentation and style
[TXT] output.c  1.24   9 years  otto   Fix lowzero running out of bounds in pack_vector(). Problem seen by Andrey Skvor...
[TXT] reader.c  1.31   9 years  jsg   Rework the number handling to avoid an integer overflow/crash found with the afl...
[TXT] skeleton.c  1.35   10 years  guenther   lint is dead (long live the lint!), so stop using it as a cpp conditional (names...
[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.30   9 years  jmc   TMPDIR is an extension;
[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...