Age | Commit message (Collapse) | Author |
|
* lots of foo(str) --> foo("%s", str) transformations
* one totally insane foo(fmt, ap) --> vfoo(fmt, ap) conversion: how did
this ever work?
* prefer const char[] over char* for static format strings, as it lets
gcc check the format and eliminates an unnecessary pointer
ok beck@
|
|
unmaintainable). these days, people use source. these id's do not provide
any benefit, and do hurt the small install media
(the 33,000 line diff is essentially mechanical)
ok with the idea millert, ok dms
|
|
|
|
already, but he may have later changes to make still.
|
|
Thanks to Andries Brouwer, Jay Fenlason and the folks at CWI for their
efforts.
http://www.cwi.nl/~aeb/games/hack/hack.html
ok deraadt@
|
|
|
|
|
|
|
|
|