aboutsummaryrefslogtreecommitdiff
path: root/src/helper
AgeCommit message (Expand)AuthorFilesLines
2009-06-25Fixes from Oleksandr Tymoshenko "gonzo@bluezbox.com"duane1-1/+1
2009-06-24Remove whitespace at end of lines, step 2.zwelch2-11/+11
2009-06-24- Replace '){' with ') {'.zwelch1-13/+13
2009-06-24Remove whitespace that occurs before ')'.zwelch2-44/+44
2009-06-24Remove whitespace that occurs after '('.zwelch2-46/+46
2009-06-24- Fixes '[<>]' whitespacezwelch1-2/+2
2009-06-24- Fixes '+' whitespacezwelch1-2/+2
2009-06-24- Fixes '=' whitespacezwelch1-1/+1
2009-06-24- Fixes '==' whitespacezwelch1-1/+1
2009-06-24- Replace 'for(' with 'for ('.zwelch1-1/+1
2009-06-24- Replace 'if(' with 'if ('.zwelch1-13/+13
2009-06-24Fix end-of-line style properties on newly added files.zwelch2-356/+356
2009-06-24Add a growable sprintf memory buffer libraryduane3-0/+358
2009-06-23Remove whitespace at end of lines, step 2.zwelch11-279/+279
2009-06-23- Replace '){' with ') {'.zwelch3-74/+74
2009-06-23Remove whitespace that occurs before ')'.zwelch7-263/+263
2009-06-23Remove whitespace that occurs after '('.zwelch8-266/+266
2009-06-23- Fixes '[<>]' whitespacezwelch6-18/+18
2009-06-23- Fixes '[|]' whitespacezwelch6-9/+9
2009-06-23- Fixes '+' whitespacezwelch10-200/+200
2009-06-23- Fixes '=' whitespacezwelch9-71/+71
2009-06-23- Fixes '==' whitespacezwelch6-24/+24
2009-06-23- Fixes '<<' whitespacezwelch2-6/+6
2009-06-23- Fixes '>>' whitespacezwelch2-7/+7
2009-06-23- Fixes '<=' whitespacezwelch1-2/+2
2009-06-23- Fixes '>=' whitespacezwelch1-2/+2
2009-06-23- Fixes '&&' whitespacezwelch2-4/+4
2009-06-23- Fixes '[+]=' whitespacezwelch2-4/+4
2009-06-23- Fixes '!=' whitespacezwelch6-19/+19
2009-06-23- Replace 'for(' with 'for ('.zwelch2-5/+5
2009-06-23- Replace 'switch(' with 'switch ('.zwelch2-41/+41
2009-06-23- Replace 'while(' with 'while ('.zwelch4-59/+59
2009-06-23- Replace 'if(' with 'if ('.zwelch7-80/+80
2009-06-23update w/missing eCos definitions after latest round of compiler formatting w...oharboe1-1/+11
2009-06-21- fix break caused by r2208 when using --pipe optionntfreak1-2/+2
2009-06-21C99 Type updates, include inttypes.h - it is catagorically requiredduane1-0/+3
2009-06-19Remove editor preferences from source files.zwelch2-16/+0
2009-06-18Oyvind Harboe <oyvind.harboe@zylin.com>:zwelch1-0/+2
2009-06-18Remove redundant typedefs in types.h; include stdint.h unconditionally.zwelch1-18/+0
2009-06-18Transform 'u64' to 'uint64_t'zwelch1-2/+2
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch5-39/+39
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-6/+6
2009-06-18Transform 'u8' to 'uint8_t'zwelch5-52/+52
2009-06-17Fix compilation for Ubuntu 9.04 on x86-64 when using --enable-httpd.zwelch1-2/+2
2009-06-17Ensure range errors are reported only when errno indicates one occurred.zwelch1-2/+2
2009-06-17Change parse_type macros to be sed-friendly.zwelch2-18/+18
2009-06-17Add argument parsing errors in command.h, use in parse_type routines.zwelch2-6/+11
2009-06-17Move definition of parse_type helpers to command.c:zwelch2-22/+41
2009-06-17Convert core parse_type implementations to check for underflow errors.zwelch1-8/+12
2009-06-17Add improved support for parsing signed integers.zwelch2-0/+12