Commit Graph

23 Commits

Author SHA1 Message Date
Todd C. Miller
ba7c8ad185 backed out a change in malloc/realloc 1995-03-29 22:41:35 +00:00
Todd C. Miller
cc47d04a0c now include stdlib.h 1995-03-29 22:38:16 +00:00
Todd C. Miller
60b17a6821 replaced yywrap() with parser_cleanup() since yywrap() needs to be
in parse.lex to be able to use YY_NEW_FILE.  sigh.
1995-03-29 22:20:35 +00:00
Todd C. Miller
e3bed398bb fixed type of aliascmp() args 1995-03-29 21:11:18 +00:00
Todd C. Miller
5db1b51dae added casts to lfind and lsearch args for irix 1995-03-29 20:42:07 +00:00
Todd C. Miller
890fb310e0 updated copyright 1995-03-29 04:12:17 +00:00
Todd C. Miller
7c1eda16e4 now cast malloc & realloc return vals
added search for HAVE_LSEARCH
now use strcmp if no strcasecmp available
1995-03-28 05:47:05 +00:00
Todd C. Miller
09e1ddb057 eliminated bison warnings 1995-03-27 23:26:46 +00:00
Todd C. Miller
e24031eab0 only clear data structures on a parse error 1995-03-27 20:16:32 +00:00
Todd C. Miller
f92064130e kill_aliases -> reset_aliases
yywrap() now cleans up by calling reset_aliases() and clearing top
took reset stuff out of yyerror() since it doesn't beling there
(and doesn't work anyway).
errorlineno is now initially set to -1 so we can set it to the
first error that occurrs (it was getting set to the last)
1995-03-27 19:53:37 +00:00
Todd C. Miller
d06e1f3ab2 on error, errorlineno is set to the line where the error occurred
added kill_aliases() to free the aliases struct
now clean up in yyerror() so we can reparse cleanly
1995-03-26 06:18:24 +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
43e8cd4faa now use sudolineno instead of yylineno
fixed bison warnings
1994-09-20 23:37:53 +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
b7df10fe28 added unistd.h 1994-08-30 22:30:00 +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
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
1c2d27eea6 now includes sys/param.h 1993-09-04 19:42:19 +00:00
Todd C. Miller
a1fcf10b6d Initial revision 1993-03-02 16:33:11 +00:00