aboutsummaryrefslogtreecommitdiff
path: root/src/helper
AgeCommit message (Expand)Author
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
2009-06-17Fix compilation for Ubuntu 9.04 on x86-64 when using --enable-httpd.zwelch
2009-06-17Ensure range errors are reported only when errno indicates one occurred.zwelch
2009-06-17Change parse_type macros to be sed-friendly.zwelch
2009-06-17Add argument parsing errors in command.h, use in parse_type routines.zwelch
2009-06-17Move definition of parse_type helpers to command.c:zwelch
2009-06-17Convert core parse_type implementations to check for underflow errors.zwelch
2009-06-17Add improved support for parsing signed integers.zwelch
2009-06-17Update parse_type macro definitions to allow re-use with signed types.zwelch
2009-06-17Improve definitions of parse_ulong and parse_ullong:zwelch
2009-06-15fix eCos build problems w/latest parse_ulong() stuffoharboe
2009-06-12David Brownell <david-b@pacbell.net>:zwelch
2009-06-12Simplify and improve handle_debug_level_comamnd:zwelch
2009-06-12Simplify handle_sleep_command:zwelch
2009-06-12Add new parse_uinttype wrappers for strtoul in src/helper/command.[ch].zwelch
2009-06-11David Brownell <david-b@pacbell.net>:zwelch
2009-06-11fix ordering of arguments to fwrite()oharboe
2009-06-09Fix make maintainer-clean for out-of-tree builds.zwelch
2009-06-07David Brownell <david-b@pacbell.net>:zwelch
2009-06-05remove hacks no longer required to build OpenOCD w/eCosoharboe
2009-06-05remove unused include file: inttypes.hoharboe
2009-06-03Improve in-source documentation that was causing Doxygen warnings.zwelch
2009-06-02more missing eCos typesoharboe