summaryrefslogtreecommitdiff
path: root/src/helper
Commit message (Expand)AuthorAgeFilesLines
* delete long retired commented out code (daemon_startup)oharboe2009-07-071-4/+0
* - fix build when using a cross compiler - do not try and run any host toolsntfreak2009-07-061-0/+2
* try to use tabs instead of spacesoharboe2009-07-061-3/+3
* human readable error message upon invalid argumentsoharboe2009-07-061-1/+13
* Add missing copyright header and fix @page direction in membuf.h.zwelch2009-07-011-3/+21
* Fix doxygen 'undocumented parameter' warnings in membuf.h.zwelch2009-06-301-1/+2
* Switch to strotk() grr....duane2009-06-271-2/+4
* Fixes from Oleksandr Tymoshenko "gonzo@bluezbox.com"duane2009-06-251-1/+1
* Remove whitespace at end of lines, step 2.zwelch2009-06-242-11/+11
* - Replace '){' with ') {'.zwelch2009-06-241-13/+13
* Remove whitespace that occurs before ')'.zwelch2009-06-242-44/+44
* Remove whitespace that occurs after '('.zwelch2009-06-242-46/+46
* - Fixes '[<>]' whitespacezwelch2009-06-241-2/+2
* - Fixes '+' whitespacezwelch2009-06-241-2/+2
* - Fixes '=' whitespacezwelch2009-06-241-1/+1
* - Fixes '==' whitespacezwelch2009-06-241-1/+1
* - Replace 'for(' with 'for ('.zwelch2009-06-241-1/+1
* - Replace 'if(' with 'if ('.zwelch2009-06-241-13/+13
* Fix end-of-line style properties on newly added files.zwelch2009-06-242-356/+356
* Add a growable sprintf memory buffer libraryduane2009-06-243-0/+358
* Remove whitespace at end of lines, step 2.zwelch2009-06-2311-279/+279
* - Replace '){' with ') {'.zwelch2009-06-233-74/+74
* Remove whitespace that occurs before ')'.zwelch2009-06-237-263/+263
* Remove whitespace that occurs after '('.zwelch2009-06-238-266/+266
* - Fixes '[<>]' whitespacezwelch2009-06-236-18/+18
* - Fixes '[|]' whitespacezwelch2009-06-236-9/+9
* - Fixes '+' whitespacezwelch2009-06-2310-200/+200
* - Fixes '=' whitespacezwelch2009-06-239-71/+71
* - Fixes '==' whitespacezwelch2009-06-236-24/+24
* - Fixes '<<' whitespacezwelch2009-06-232-6/+6
* - Fixes '>>' whitespacezwelch2009-06-232-7/+7
* - Fixes '<=' whitespacezwelch2009-06-231-2/+2
* - Fixes '>=' whitespacezwelch2009-06-231-2/+2
* - Fixes '&&' whitespacezwelch2009-06-232-4/+4
* - Fixes '[+]=' whitespacezwelch2009-06-232-4/+4
* - Fixes '!=' whitespacezwelch2009-06-236-19/+19
* - Replace 'for(' with 'for ('.zwelch2009-06-232-5/+5
* - Replace 'switch(' with 'switch ('.zwelch2009-06-232-41/+41
* - Replace 'while(' with 'while ('.zwelch2009-06-234-59/+59
* - Replace 'if(' with 'if ('.zwelch2009-06-237-80/+80
* update w/missing eCos definitions after latest round of compiler formatting w...oharboe2009-06-231-1/+11
* - fix break caused by r2208 when using --pipe optionntfreak2009-06-211-2/+2
* C99 Type updates, include inttypes.h - it is catagorically requiredduane2009-06-211-0/+3
* Remove editor preferences from source files.zwelch2009-06-192-16/+0
* Oyvind Harboe <oyvind.harboe@zylin.com>:zwelch2009-06-181-0/+2
* Remove redundant typedefs in types.h; include stdint.h unconditionally.zwelch2009-06-181-18/+0
* Transform 'u64' to 'uint64_t'zwelch2009-06-181-2/+2
* Finish transforming 'u32' to 'uint32_t'.zwelch2009-06-185-39/+39
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-6/+6
* Transform 'u8' to 'uint8_t'zwelch2009-06-185-52/+52