freebsd-dev/lib/libforms
Andreas Schulz 695176ba79 Removed the y.tab.h file from the sources. It is automatically generated
from yacc.
Put the lex.c parser.c and y.tab.h into a CLEANFILES target in the
makefile, they are all generated and need to be removed on a clean.
1995-04-15 17:15:11 +00:00
..
examples Tweak a few things just to show how form traversal might work fully. 1995-03-28 10:42:09 +00:00
fields.c change hash.h to strhash.h to match new convention. 1995-03-26 10:25:00 +00:00
forms.c change hash.h to strhash.h to match new convention. 1995-03-26 10:25:00 +00:00
forms.c.orig Completely rewrite libforms so everything is done at runtime rather 1995-03-01 08:19:06 +00:00
forms.h Use a hash table to hold all the bindings info rather than a linked list. 1995-03-26 07:44:33 +00:00
forms.h.orig Completely rewrite libforms so everything is done at runtime rather 1995-03-01 08:19:06 +00:00
internal.h Use a hash table to hold all the bindings info rather than a linked list. 1995-03-26 07:44:33 +00:00
internal.h.orig Completely rewrite libforms so everything is done at runtime rather 1995-03-01 08:19:06 +00:00
lex.c Completely rewrite libforms so everything is done at runtime rather 1995-03-01 08:19:06 +00:00
lex.l Pull old lex.l out of attic and update to new one. 1995-03-01 08:25:40 +00:00
Makefile Removed the y.tab.h file from the sources. It is automatically generated 1995-04-15 17:15:11 +00:00
Makefile.orig Completely rewrite libforms so everything is done at runtime rather 1995-03-01 08:19:06 +00:00
menu.c change hash.h to strhash.h to match new convention. 1995-03-26 10:25:00 +00:00
parser.c Completely rewrite libforms so everything is done at runtime rather 1995-03-01 08:19:06 +00:00
parser.y change hash.h to strhash.h to match new convention. 1995-03-26 10:25:00 +00:00
y.tab.h Completely rewrite libforms so everything is done at runtime rather 1995-03-01 08:19:06 +00:00
yacc.y