Bill Currie
|
34bcf7faab
|
Do a pure/const/noreturn/format attribute pass.
I always wanted these, but as gcc now provides warnings for functions that
could do with such attributes, finding all the functions is much easier.
|
2018-10-09 12:42:21 +09:00 |
|
Bill Currie
|
bc1b483525
|
Nuke the rcsid stuff.
It's pretty useless in git.
|
2012-04-22 10:56:32 +09:00 |
|
Bill Currie
|
71196fedf6
|
make gcc more anal about prototypes, string constants and function
visibility (ie, global functions must have a prototype)
|
2003-01-06 18:28:13 +00:00 |
|
Adam Olsen
|
2f223924f4
|
Add a set of "crudefile" file io functions. Reads or writes an
entire C string (including terminating nul). Read the source for
more details :)
|
2001-07-22 19:03:26 +00:00 |
|