Age | Commit message (Collapse) | Author |
|
David misdocumented read/write int functions back in commit
5fed2f9169fdd0585cc83ff0fa8210d97da77cb2 (2007-05-19) and later it
probably got copy-pasted to the documentation of file format.
|
|
Avoid using VLAs when it is not really needed, especially in cases like
this one here, when possible array size is very limited (1-8 bytes).
|
|
Explicitly specify void when a function accepts no arguments.
|
|
It's required to avoid getting warnings w/ glibc >= 2.20.
|
|
|
|
As a bonus you can build out-of-tree now via make -f.
It's part of the work related to issue #22.
|