]> granicus.if.org Git - sudo/commit
o Simpler '!' support now that the lexer deals with multiple !'s for us.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 4 Aug 1999 09:35:56 +0000 (09:35 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 4 Aug 1999 09:35:56 +0000 (09:35 +0000)
commit716e0b54334c15290a4ed8839d531ec40c0b3874
treeacf0d0bbe5697d3238040a5126244f29327fcabc
parentd1a6fa810ef41484dcf67c1f01d9ea2a1ba319e4
o Simpler '!' support now that the lexer deals with multiple !'s for us.
o In the case of opFOO, have FOO give a boolean return value and set
  foo_matches in opFOO, not FOO.
o Treat 'ALL' as a string since it gets fill()'d in parse.lex--fixes a
  small memory leak.  In the long run it may be better to just fix parse.lex
  and make ALL back into a token.  However, having it be a string is useful
  since it can be easily passed back to the parent rule if we so desire.
parse.yacc