aboutsummaryrefslogtreecommitdiff
path: root/src/helper
AgeCommit message (Expand)Author
2009-07-07delete long retired commented out code (daemon_startup)oharboe
2009-07-06- fix build when using a cross compiler - do not try and run any host toolsntfreak
2009-07-06try to use tabs instead of spacesoharboe
2009-07-06human readable error message upon invalid argumentsoharboe
2009-07-01Add missing copyright header and fix @page direction in membuf.h.zwelch
2009-06-30Fix doxygen 'undocumented parameter' warnings in membuf.h.zwelch
2009-06-27Switch to strotk() grr....duane
2009-06-25Fixes from Oleksandr Tymoshenko "gonzo@bluezbox.com"duane
2009-06-24Remove whitespace at end of lines, step 2.zwelch
2009-06-24- Replace '){' with ') {'.zwelch
2009-06-24Remove whitespace that occurs before ')'.zwelch
2009-06-24Remove whitespace that occurs after '('.zwelch
2009-06-24- Fixes '[<>]' whitespacezwelch
2009-06-24- Fixes '+' whitespacezwelch
2009-06-24- Fixes '=' whitespacezwelch
2009-06-24- Fixes '==' whitespacezwelch
2009-06-24- Replace 'for(' with 'for ('.zwelch
2009-06-24- Replace 'if(' with 'if ('.zwelch
2009-06-24Fix end-of-line style properties on newly added files.zwelch
2009-06-24Add a growable sprintf memory buffer libraryduane
2009-06-23Remove whitespace at end of lines, step 2.zwelch
2009-06-23- Replace '){' with ') {'.zwelch
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23Remove whitespace that occurs after '('.zwelch
2009-06-23- Fixes '[<>]' whitespacezwelch
2009-06-23- Fixes '[|]' whitespacezwelch
2009-06-23- Fixes '+' whitespacezwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-23- Fixes '==' whitespacezwelch
2009-06-23- Fixes '<<' whitespacezwelch
2009-06-23- Fixes '>>' whitespacezwelch
2009-06-23- Fixes '<=' whitespacezwelch
2009-06-23- Fixes '>=' whitespacezwelch
2009-06-23- Fixes '&&' whitespacezwelch
2009-06-23- Fixes '[+]=' whitespacezwelch
2009-06-23- Fixes '!=' whitespacezwelch
2009-06-23- Replace 'for(' with 'for ('.zwelch
2009-06-23- Replace 'switch(' with 'switch ('.zwelch
2009-06-23- Replace 'while(' with 'while ('.zwelch
2009-06-23- Replace 'if(' with 'if ('.zwelch
2009-06-23update w/missing eCos definitions after latest round of compiler formatting w...oharboe
2009-06-21- fix break caused by r2208 when using --pipe optionntfreak
2009-06-21C99 Type updates, include inttypes.h - it is catagorically requiredduane
2009-06-19Remove editor preferences from source files.zwelch
2009-06-18Oyvind Harboe <oyvind.harboe@zylin.com>:zwelch
2009-06-18Remove redundant typedefs in types.h; include stdint.h unconditionally.zwelch
2009-06-18Transform 'u64' to 'uint64_t'zwelch
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch
2009-06-18Transform 'u16' to 'uint16_t'zwelch
2009-06-18Transform 'u8' to 'uint8_t'zwelch