| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove stray spaces. No code change. | 2010-09-07 | 1 | -2/+2 | |
| | | |||||
| * | use stdint.h where appropriate. okay millert@ | 2006-01-20 | 1 | -2/+2 | |
| | | |||||
| * | replace hand-made expr() parser with a lex/yacc affair that is shorter, | 2004-05-12 | 1 | -602/+28 | |
| | | | | | | | | easier to understand and extend, and better conformant to Single Unix 3 (especially doing all arithmetic as int32_t). Comments and approval millert@, otto@, fries@ | ||||
| * | Remove the advertising clause in the UCB license which Berkeley | 2003-06-03 | 1 | -7/+3 | |
| | | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
| * | use ansi function declarations. ok millert@ | 2002-04-26 | 1 | -6/+4 | |
| | | |||||
| * | rename `bool' to something else, to avoid C99 surprises. | 2002-04-26 | 1 | -6/+6 | |
| | | |||||
| * | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 2002-02-16 | 1 | -18/+18 | |
| | | |||||
| * | Show problematic evaluated expression in error messages. | 2000-01-11 | 1 | -3/+5 | |
| | | |||||
| * | Turn warnings on, | 1999-11-17 | 1 | -7/+10 | |
| | | | | | | | | | Add missing prototypes, Make local functions static, Sort extern.h by file, Constify all char * that can be, Copy temp file name so that eval does not modify its arguments. | ||||
| * | I'm a moron... | 1999-11-15 | 1 | -3/+3 | |
| | | | | | Bug found by dugsong@. I can't believe it wasn't found before. | ||||
| * | Do something sensible with division by 0 in expr. | 1999-09-16 | 1 | -4/+10 | |
| | | | | | Noticed by aaron@. | ||||
| * | Style: kill register and indent properly. | 1999-09-14 | 1 | -23/+22 | |
| | | | | | | | Let indx match netbsd flavor, to simplify diffs. Show how many quotes were not closed. Increase stack slightly, now that we're no longer bound by argspace. | ||||
| * | -I works better when activated... | 1999-09-14 | 1 | -2/+3 | |
| | | | | | Fuss with prototypes. | ||||
| * | Add support for hex constants. | 1999-09-14 | 1 | -9/+40 | |
| | | | | | Not the same code as NetBSD. | ||||
| * | -Wall | 1998-04-25 | 1 | -3/+3 | |
| | | |||||
| * | Use int not char in two places. Noted by Dale. | 1997-10-24 | 1 | -4/+4 | |
| | | |||||
| * | rcsid | 1996-06-26 | 1 | -1/+2 | |
| | | |||||
| * | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+580 | |
