Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-10 | As per style(9), remove remaining lint-style comments from games/ | mestre | |
OK tb@ | |||
2016-01-06 | Remove unnecessary header files from phantasia(6) | mestre | |
Lesson learnt: don't include an header sorted alphabetically just because. The external definition of variables was done on phantglobs.h but their declaration was on phantstruct.h and therefore the latter must be included before the former. It's easier to just include phantstruct.h inside phantglobs.h since it always need it. With help and OK from tb@ | |||
2016-01-06 | Ansify the bulk of phantasia. No binary change on amd64. Based | tb | |
on an older diff by mestre. ok mestre@ | |||
2014-07-12 | Remove a pile of (obviously unused) #ifdef SYSV and BSD41 and BSD42 | Theo de Raadt | |
code that catches lots of signals, and then re-enters curses... before exiting. | |||
2010-12-15 | as of 1989, fread/fwrite take void *, so there's no need to cast to char *. | Ted Unangst | |
2003-04-25 | comment repair | Theo de Raadt | |
2003-04-06 | 2451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzen | Theo de Raadt | |
already, but he may have later changes to make still. | |||
2002-01-16 | Use the volatile specifier to fix warnings about variables being | Todd C. Miller | |
clobbered by longjmp / vfork instead of the gcc "(void)&foo;" hack. | |||
2002-01-04 | Don't longjmp(..., 0) | Artur Grabowski | |
2000-06-29 | use SEEK_SET; improve an error message. | Paul Janzen | |
2000-04-07 | Fix operator precedence errors: NetBSD PR 9698. | Paul Janzen | |
1998-11-29 | NetBSD merge (mainly -Wall related) | Paul Janzen | |
1996-05-26 | fixed the "/* in comments" problem. | fn | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |