Age | Commit message (Expand) | Author |
---|---|---|
2002-05-17 | oops, worked only because va_end is a noop on most of our arches. | Marc Espie |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2001-09-05 | make sure that va_start() has matching va_end() | Theo de Raadt |
2001-07-18 | Avoid dumping core when reporting open conditionals. | Marc Espie |
2001-05-29 | Blech! gcc is a stupid program. Compiling with -fno-builtin shows lots | Marc Espie |
2001-05-23 | Mostly clean-up: | Marc Espie |
2001-05-03 | Synch with my current work. | Marc Espie |
2000-10-13 | esetenv: does a setenv and bails out if error. | Marc Espie |
2000-06-23 | This is the speed-up patch, which doubles make speed (almost). | Marc Espie |
2000-01-08 | Silence gcc -Wall on alpha in enomem() printf via cast to u_long. | Todd C. Miller |
1999-12-09 | Split some allocation/error handling functions out of main.c | Marc Espie |