aboutsummaryrefslogtreecommitdiff
path: root/src/helper
AgeCommit message (Expand)Author
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
2009-05-31Whitespace-only updates to automake input files:zwelch
2009-05-27Author: Nicolas Pitre <nico@cam.org>kc8apf
2009-05-27Update build system to find moved scripts -- Step 3 of 2:zwelch
2009-05-24David Brownell <david-b@pacbell.net>:zwelch
2009-05-21delete unused codeoharboe
2009-05-21fix warning. Use %p for pointersoharboe
2009-05-21Additional format warning fixes in ioutil, required by r1873 changes.zwelch
2009-05-21David Brownell <david-b@pacbell.net>: This patch adds annotations tozwelch
2009-05-19fix warningsoharboe
2009-05-18Remove unecessary(and poptentially harmful?) "" around argumentsoharboe
2009-05-18less weird error messages for unknown commands. Check if command exists befor...oharboe
2009-05-15Initialize a more variables in jim.c to allow gcc-4.4 to build.zwelch
2009-05-15Initialize value of objPtr local variable; prevents warning w/ gcc-4.4.zwelch
2009-05-15fix -fno-common/Mac build problems. oharboe
2009-05-15Less wrong handling of JIM_EMBEDDED, follow Jim Tcl doc's and only use JIM_EM...oharboe
2009-05-15revert to 1775. 1790 causes SEGFAULT w/Cygwin.oharboe
2009-05-14Remove JIM_EMBEDDED symbol; not appropriate or necessary.zwelch
2009-05-13Include types.h in command.h to make stdint.h available through it.zwelch
2009-05-12move eCos type definition to types.h where it belongs. oharboe
2009-05-12Add stdint.h to types.h to provide intptr_t.zwelch
2009-05-12- fix build issue when HAVE_ELF_H is not definedntfreak
2009-05-12eCos fixesoharboe
2009-05-12Audit and remove redundant uses of replacements.h in the tree.zwelch
2009-05-12Make system.h private by including it from config.h autoheader.zwelch
2009-05-12Audit and reduce #include directives in jim source files.zwelch
2009-05-12Define _GNU_SOURCE in config.h, remove definitions from source files.zwelch
2009-05-12Remove config.h from types.h; all .c files are required to include it.zwelch