| Commit message (Expand) | Author | Age | Files | Lines |
* | delete long retired commented out code (daemon_startup) | oharboe | 2009-07-07 | 1 | -4/+0 |
* | - fix build when using a cross compiler - do not try and run any host tools | ntfreak | 2009-07-06 | 1 | -0/+2 |
* | try to use tabs instead of spaces | oharboe | 2009-07-06 | 1 | -3/+3 |
* | human readable error message upon invalid arguments | oharboe | 2009-07-06 | 1 | -1/+13 |
* | Add missing copyright header and fix @page direction in membuf.h. | zwelch | 2009-07-01 | 1 | -3/+21 |
* | Fix doxygen 'undocumented parameter' warnings in membuf.h. | zwelch | 2009-06-30 | 1 | -1/+2 |
* | Switch to strotk() grr.... | duane | 2009-06-27 | 1 | -2/+4 |
* | Fixes from Oleksandr Tymoshenko "gonzo@bluezbox.com" | duane | 2009-06-25 | 1 | -1/+1 |
* | Remove whitespace at end of lines, step 2. | zwelch | 2009-06-24 | 2 | -11/+11 |
* | - Replace '){' with ') {'. | zwelch | 2009-06-24 | 1 | -13/+13 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-24 | 2 | -44/+44 |
* | Remove whitespace that occurs after '('. | zwelch | 2009-06-24 | 2 | -46/+46 |
* | - Fixes '[<>]' whitespace | zwelch | 2009-06-24 | 1 | -2/+2 |
* | - Fixes '+' whitespace | zwelch | 2009-06-24 | 1 | -2/+2 |
* | - Fixes '=' whitespace | zwelch | 2009-06-24 | 1 | -1/+1 |
* | - Fixes '==' whitespace | zwelch | 2009-06-24 | 1 | -1/+1 |
* | - Replace 'for(' with 'for ('. | zwelch | 2009-06-24 | 1 | -1/+1 |
* | - Replace 'if(' with 'if ('. | zwelch | 2009-06-24 | 1 | -13/+13 |
* | Fix end-of-line style properties on newly added files. | zwelch | 2009-06-24 | 2 | -356/+356 |
* | Add a growable sprintf memory buffer library | duane | 2009-06-24 | 3 | -0/+358 |
* | Remove whitespace at end of lines, step 2. | zwelch | 2009-06-23 | 11 | -279/+279 |
* | - Replace '){' with ') {'. | zwelch | 2009-06-23 | 3 | -74/+74 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-23 | 7 | -263/+263 |
* | Remove whitespace that occurs after '('. | zwelch | 2009-06-23 | 8 | -266/+266 |
* | - Fixes '[<>]' whitespace | zwelch | 2009-06-23 | 6 | -18/+18 |
* | - Fixes '[|]' whitespace | zwelch | 2009-06-23 | 6 | -9/+9 |
* | - Fixes '+' whitespace | zwelch | 2009-06-23 | 10 | -200/+200 |
* | - Fixes '=' whitespace | zwelch | 2009-06-23 | 9 | -71/+71 |
* | - Fixes '==' whitespace | zwelch | 2009-06-23 | 6 | -24/+24 |
* | - Fixes '<<' whitespace | zwelch | 2009-06-23 | 2 | -6/+6 |
* | - Fixes '>>' whitespace | zwelch | 2009-06-23 | 2 | -7/+7 |
* | - Fixes '<=' whitespace | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Fixes '>=' whitespace | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Fixes '&&' whitespace | zwelch | 2009-06-23 | 2 | -4/+4 |
* | - Fixes '[+]=' whitespace | zwelch | 2009-06-23 | 2 | -4/+4 |
* | - Fixes '!=' whitespace | zwelch | 2009-06-23 | 6 | -19/+19 |
* | - Replace 'for(' with 'for ('. | zwelch | 2009-06-23 | 2 | -5/+5 |
* | - Replace 'switch(' with 'switch ('. | zwelch | 2009-06-23 | 2 | -41/+41 |
* | - Replace 'while(' with 'while ('. | zwelch | 2009-06-23 | 4 | -59/+59 |
* | - Replace 'if(' with 'if ('. | zwelch | 2009-06-23 | 7 | -80/+80 |
* | update w/missing eCos definitions after latest round of compiler formatting w... | oharboe | 2009-06-23 | 1 | -1/+11 |
* | - fix break caused by r2208 when using --pipe option | ntfreak | 2009-06-21 | 1 | -2/+2 |
* | C99 Type updates, include inttypes.h - it is catagorically required | duane | 2009-06-21 | 1 | -0/+3 |
* | Remove editor preferences from source files. | zwelch | 2009-06-19 | 2 | -16/+0 |
* | Oyvind Harboe <oyvind.harboe@zylin.com>: | zwelch | 2009-06-18 | 1 | -0/+2 |
* | Remove redundant typedefs in types.h; include stdint.h unconditionally. | zwelch | 2009-06-18 | 1 | -18/+0 |
* | Transform 'u64' to 'uint64_t' | zwelch | 2009-06-18 | 1 | -2/+2 |
* | Finish transforming 'u32' to 'uint32_t'. | zwelch | 2009-06-18 | 5 | -39/+39 |
* | Transform 'u16' to 'uint16_t' | zwelch | 2009-06-18 | 1 | -6/+6 |
* | Transform 'u8' to 'uint8_t' | zwelch | 2009-06-18 | 5 | -52/+52 |