summaryrefslogtreecommitdiff
path: root/src/helper
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* Fix compilation for Ubuntu 9.04 on x86-64 when using --enable-httpd.zwelch2009-06-171-2/+2
* Ensure range errors are reported only when errno indicates one occurred.zwelch2009-06-171-2/+2
* Change parse_type macros to be sed-friendly.zwelch2009-06-172-18/+18
* Add argument parsing errors in command.h, use in parse_type routines.zwelch2009-06-172-6/+11
* Move definition of parse_type helpers to command.c:zwelch2009-06-172-22/+41
* Convert core parse_type implementations to check for underflow errors.zwelch2009-06-171-8/+12
* Add improved support for parsing signed integers.zwelch2009-06-172-0/+12
* Update parse_type macro definitions to allow re-use with signed types.zwelch2009-06-171-3/+6
* Improve definitions of parse_ulong and parse_ullong:zwelch2009-06-171-14/+11
* fix eCos build problems w/latest parse_ulong() stuffoharboe2009-06-151-3/+8
* David Brownell <david-b@pacbell.net>:zwelch2009-06-122-2/+20
* Simplify and improve handle_debug_level_comamnd:zwelch2009-06-121-10/+11
* Simplify handle_sleep_command:zwelch2009-06-121-20/+18
* Add new parse_uinttype wrappers for strtoul in src/helper/command.[ch].zwelch2009-06-122-0/+31
* David Brownell <david-b@pacbell.net>:zwelch2009-06-112-6/+6
* fix ordering of arguments to fwrite()oharboe2009-06-111-1/+1
* Fix make maintainer-clean for out-of-tree builds.zwelch2009-06-091-1/+1
* David Brownell <david-b@pacbell.net>:zwelch2009-06-071-5/+23
* remove hacks no longer required to build OpenOCD w/eCosoharboe2009-06-051-0/+8
* remove unused include file: inttypes.hoharboe2009-06-051-3/+0
* Improve in-source documentation that was causing Doxygen warnings.zwelch2009-06-031-0/+1