Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-04 | Mark several functions/variables static | Lukas Fleischer | |
Spotted by parsing the output of `gcc -Wmissing-prototypes [...]`. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> | |||
2013-03-04 | White space around control verbs. | Jason A. Donenfeld | |
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2013-03-04 | Fix several whitespace errors | Lukas Fleischer | |
* Remove whitespace at the end of lines. * Replace space indentation by tabs. * Add whitespace before/after several operators ("+", "-", "*", ...) * Add whitespace to assignments ("foo = bar;"). * Fix whitespace in parameter lists ("foobar(foo, bar, 42)"). Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> | |||
2008-03-28 | Move function for configfile parsing into configfile.[ch] | Lars Hjemli | |
This is a generic function which wanted its own little object file. Signed-off-by: Lars Hjemli <hjemli@gmail.com> |