Todd C. Miller
4cfd02344f
now have a rule that matches anything that doesn't match an explicite rule.
...
well, you know what i mean (. matches anything not yet matched).
However, this means that there is input still queued up so we need
to do a YY_NEW_FILE; in yywrap. So, yywrap has moved into parse.lex
and it calls parser_cleanup() which is most of the old yywrap()
sigh.
1995-03-29 22:18:50 +00:00
Todd C. Miller
890fb310e0
updated copyright
1995-03-29 04:12:17 +00:00
Todd C. Miller
80f073fbc9
prototype now uses __P()
1995-03-28 23:58:34 +00:00
Todd C. Miller
b07614b2ee
make fill() non-ansi
1995-03-28 23:49:12 +00:00
Todd C. Miller
f1c8d99b9e
added missing case
1995-03-27 22:10:22 +00:00
Todd C. Miller
bd987bf7f6
added a void cast
1995-03-27 19:53:25 +00:00
Todd C. Miller
34a6197f42
merged in utk changes
1995-03-24 03:32:53 +00:00
Todd C. Miller
17f8d74691
now includes options.h
1995-01-11 23:45:55 +00:00
Todd C. Miller
cbb0879747
now only include unistd.h for linux
1994-09-22 17:30:19 +00:00
Todd C. Miller
000b5d2359
added inclusion of string.h/strings.h
1994-09-20 23:18:15 +00:00
Todd C. Miller
98e893ecec
replaced yylineno with sudolineno
...
fixed bison syntax errors
1994-09-20 22:42:21 +00:00
Todd C. Miller
7229829c80
changed sudo-bugs.cs.colorado.edu -> sudo-bugs@cs.colorado.edu
1994-09-02 19:55:56 +00:00
Todd C. Miller
e5de10d25a
added unistd.h
1994-08-30 22:29:48 +00:00
Todd C. Miller
5a766f63ac
added include of netinet/in.h
1994-08-12 02:00:39 +00:00
Todd C. Miller
e248683953
moved config.h to top of includes
1994-05-28 17:21:11 +00:00
Todd C. Miller
d84455362d
now includes config.h
1994-05-25 01:09:48 +00:00
Todd C. Miller
3420a8138c
now defines yylval as extenr
1994-03-12 22:42:16 +00:00
Todd C. Miller
6a83afd8e2
udpated version
1994-03-12 18:55:39 +00:00
Todd C. Miller
594284b224
updated version number and took out jeff's email (since it is invalid)
1993-11-27 23:42:49 +00:00
Todd C. Miller
3840f015d6
now sudo.h gets included first
1993-10-21 20:42:37 +00:00
Todd C. Miller
59d3ab1ece
now can use flex
1993-10-18 00:31:49 +00:00
Todd C. Miller
6961229571
now includes sys/param.h
...
didn't match trailing / -- fix from rouilj@cs.umb.edu
1993-09-04 11:59:36 +00:00
Todd C. Miller
a1fcf10b6d
Initial revision
1993-03-02 16:33:11 +00:00