| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Fix compilation for Ubuntu 9.04 on x86-64 when using --enable-httpd. | zwelch | 2009-06-17 | 1 | -2/+2 |
* | Ensure range errors are reported only when errno indicates one occurred. | zwelch | 2009-06-17 | 1 | -2/+2 |
* | Change parse_type macros to be sed-friendly. | zwelch | 2009-06-17 | 2 | -18/+18 |
* | Add argument parsing errors in command.h, use in parse_type routines. | zwelch | 2009-06-17 | 2 | -6/+11 |
* | Move definition of parse_type helpers to command.c: | zwelch | 2009-06-17 | 2 | -22/+41 |
* | Convert core parse_type implementations to check for underflow errors. | zwelch | 2009-06-17 | 1 | -8/+12 |
* | Add improved support for parsing signed integers. | zwelch | 2009-06-17 | 2 | -0/+12 |
* | Update parse_type macro definitions to allow re-use with signed types. | zwelch | 2009-06-17 | 1 | -3/+6 |
* | Improve definitions of parse_ulong and parse_ullong: | zwelch | 2009-06-17 | 1 | -14/+11 |
* | fix eCos build problems w/latest parse_ulong() stuff | oharboe | 2009-06-15 | 1 | -3/+8 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-12 | 2 | -2/+20 |
* | Simplify and improve handle_debug_level_comamnd: | zwelch | 2009-06-12 | 1 | -10/+11 |
* | Simplify handle_sleep_command: | zwelch | 2009-06-12 | 1 | -20/+18 |
* | Add new parse_uinttype wrappers for strtoul in src/helper/command.[ch]. | zwelch | 2009-06-12 | 2 | -0/+31 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-11 | 2 | -6/+6 |
* | fix ordering of arguments to fwrite() | oharboe | 2009-06-11 | 1 | -1/+1 |
* | Fix make maintainer-clean for out-of-tree builds. | zwelch | 2009-06-09 | 1 | -1/+1 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-07 | 1 | -5/+23 |
* | remove hacks no longer required to build OpenOCD w/eCos | oharboe | 2009-06-05 | 1 | -0/+8 |
* | remove unused include file: inttypes.h | oharboe | 2009-06-05 | 1 | -3/+0 |
* | Improve in-source documentation that was causing Doxygen warnings. | zwelch | 2009-06-03 | 1 | -0/+1 |
* | more missing eCos types | oharboe | 2009-06-02 | 1 | -0/+14 |
* | Whitespace-only updates to automake input files: | zwelch | 2009-05-31 | 1 | -6/+23 |
* | Author: Nicolas Pitre <nico@cam.org> | kc8apf | 2009-05-27 | 1 | -1/+13 |
* | Update build system to find moved scripts -- Step 3 of 2: | zwelch | 2009-05-27 | 2 | -6/+9 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-05-24 | 1 | -1/+1 |
* | delete unused code | oharboe | 2009-05-21 | 1 | -26/+0 |
* | fix warning. Use %p for pointers | oharboe | 2009-05-21 | 1 | -1/+1 |
* | Additional format warning fixes in ioutil, required by r1873 changes. | zwelch | 2009-05-21 | 1 | -2/+2 |
* | David Brownell <david-b@pacbell.net>: This patch adds annotations to | zwelch | 2009-05-21 | 1 | -3/+7 |
* | fix warnings | oharboe | 2009-05-19 | 1 | -4/+10 |
* | Remove unecessary(and poptentially harmful?) "" around arguments | oharboe | 2009-05-18 | 1 | -1/+1 |
* | less weird error messages for unknown commands. Check if command exists befor... | oharboe | 2009-05-18 | 1 | -3/+4 |
* | Initialize a more variables in jim.c to allow gcc-4.4 to build. | zwelch | 2009-05-15 | 1 | -2/+2 |
* | Initialize value of objPtr local variable; prevents warning w/ gcc-4.4. | zwelch | 2009-05-15 | 1 | -1/+1 |
* | fix -fno-common/Mac build problems. | oharboe | 2009-05-15 | 1 | -1/+1 |
* | Less wrong handling of JIM_EMBEDDED, follow Jim Tcl doc's and only use JIM_EM... | oharboe | 2009-05-15 | 2 | -4/+8 |
* | revert to 1775. 1790 causes SEGFAULT w/Cygwin. | oharboe | 2009-05-15 | 1 | -0/+1 |
* | Remove JIM_EMBEDDED symbol; not appropriate or necessary. | zwelch | 2009-05-14 | 1 | -1/+0 |
* | Include types.h in command.h to make stdint.h available through it. | zwelch | 2009-05-13 | 1 | -0/+2 |
* | move eCos type definition to types.h where it belongs. | oharboe | 2009-05-12 | 1 | -1/+6 |
* | Add stdint.h to types.h to provide intptr_t. | zwelch | 2009-05-12 | 1 | -0/+3 |
* | - fix build issue when HAVE_ELF_H is not defined | ntfreak | 2009-05-12 | 1 | -21/+29 |
* | eCos fixes | oharboe | 2009-05-12 | 1 | -0/+9 |
* | Audit and remove redundant uses of replacements.h in the tree. | zwelch | 2009-05-12 | 6 | -22/+8 |
* | Make system.h private by including it from config.h autoheader. | zwelch | 2009-05-12 | 1 | -1/+0 |