Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-12-10 | cgd: add a typedef which describes elements in the push-back buffer. Make | Theo de Raadt | |
that typedef 'short'. 'char' (which was previously used) because char may be unsigned and ((char)EOF) != EOF if that is the case. That was causing the (char)EOF (0xff) pushed back in main to be interepreted as a character, and, in some cases, to be written to the output. 'short' was used rather than 'signed char' because if the latter is used, 0xff characters in the input would confuse m4. (No point in introducing (more?) 8-bit lossage.) | |||
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1996-07-01 | undo mktemp cleanup until i get it right | Theo de Raadt | |
1996-06-26 | rcsid | Theo de Raadt | |
1996-06-25 | mktemp open + fdopen | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |