- Fixes '<<' whitespace
[openocd.git] / src / helper /
2009-06-23 zwelch- Fixes '<<' whitespace
2009-06-23 zwelch- Fixes '>>' whitespace
2009-06-23 zwelch- Fixes '<=' whitespace
2009-06-23 zwelch- Fixes '>=' whitespace
2009-06-23 zwelch- Fixes '&&' whitespace
2009-06-23 zwelch- Fixes '[+]=' whitespace
2009-06-23 zwelch- Fixes '!=' whitespace
2009-06-23 zwelch- Replace 'for(' with 'for ('.
2009-06-23 zwelch- Replace 'switch(' with 'switch ('.
2009-06-23 zwelch- Replace 'while(' with 'while ('.
2009-06-23 zwelch- Replace 'if(' with 'if ('.
2009-06-23 oharboeupdate w/missing eCos definitions after latest round...
2009-06-21 ntfreak- fix break caused by r2208 when using --pipe option
2009-06-21 duaneC99 Type updates, include inttypes.h - it is catagorica...
2009-06-19 zwelchRemove editor preferences from source files.
2009-06-18 zwelchOyvind Harboe <oyvind.harboe@zylin.com>:
2009-06-18 zwelchRemove redundant typedefs in types.h; include stdint...
2009-06-18 zwelchTransform 'u64' to 'uint64_t'
2009-06-18 zwelchFinish transforming 'u32' to 'uint32_t'.
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t'
2009-06-17 zwelchFix compilation for Ubuntu 9.04 on x86-64 when using...
2009-06-17 zwelchEnsure range errors are reported only when errno indica...
2009-06-17 zwelchChange parse_type macros to be sed-friendly.
2009-06-17 zwelchAdd argument parsing errors in command.h, use in parse_...
2009-06-17 zwelchMove definition of parse_type helpers to command.c:
2009-06-17 zwelchConvert core parse_type implementations to check for...
2009-06-17 zwelchAdd improved support for parsing signed integers.
2009-06-17 zwelchUpdate parse_type macro definitions to allow re-use...
2009-06-17 zwelchImprove definitions of parse_ulong and parse_ullong:
2009-06-15 oharboefix eCos build problems w/latest parse_ulong() stuff
2009-06-12 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-12 zwelchSimplify and improve handle_debug_level_comamnd:
2009-06-12 zwelchSimplify handle_sleep_command:
2009-06-12 zwelchAdd new parse_uinttype wrappers for strtoul in src...
2009-06-11 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-11 oharboefix ordering of arguments to fwrite()
2009-06-09 zwelchFix make maintainer-clean for out-of-tree builds.
2009-06-07 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-05 oharboeremove hacks no longer required to build OpenOCD w...
2009-06-05 oharboeremove unused include file: inttypes.h
2009-06-03 zwelchImprove in-source documentation that was causing Doxyge...
2009-06-02 oharboemore missing eCos types
2009-05-31 zwelchWhitespace-only updates to automake input files:
2009-05-27 kc8apfAuthor: Nicolas Pitre <nico@cam.org>
2009-05-27 zwelchUpdate build system to find moved scripts -- Step 3...
2009-05-24 zwelchDavid Brownell <david-b@pacbell.net>:
2009-05-21 oharboedelete unused code
2009-05-21 oharboefix warning. Use %p for pointers
2009-05-21 zwelchAdditional format warning fixes in ioutil, required...
2009-05-21 zwelchDavid Brownell <david-b@pacbell.net>: This patch adds...
2009-05-19 oharboefix warnings
2009-05-18 oharboeRemove unecessary(and poptentially harmful?) "" around...
2009-05-18 oharboeless weird error messages for unknown commands. Check...
2009-05-15 zwelchInitialize a more variables in jim.c to allow gcc-4...
2009-05-15 zwelchInitialize value of objPtr local variable; prevents...
2009-05-15 oharboefix -fno-common/Mac build problems.
2009-05-15 oharboeLess wrong handling of JIM_EMBEDDED, follow Jim Tcl...
2009-05-15 oharboerevert to 1775. 1790 causes SEGFAULT w/Cygwin.
2009-05-14 zwelchRemove JIM_EMBEDDED symbol; not appropriate or necessary.
2009-05-13 zwelchInclude types.h in command.h to make stdint.h available...
2009-05-12 oharboemove eCos type definition to types.h where it belongs.
2009-05-12 zwelchAdd stdint.h to types.h to provide intptr_t.
2009-05-12 ntfreak- fix build issue when HAVE_ELF_H is not defined
2009-05-12 oharboeeCos fixes
2009-05-12 zwelchAudit and remove redundant uses of replacements.h in...
2009-05-12 zwelchMake system.h private by including it from config.h...
2009-05-12 zwelchAudit and reduce #include directives in jim source...
2009-05-12 zwelchDefine _GNU_SOURCE in config.h, remove definitions...
2009-05-12 zwelchRemove config.h from types.h; all .c files are required...
2009-05-12 zwelchInclude assert.h in system.h to promote tree-wide use...
2009-05-11 zwelchUpdate jim helper files to use proper configure script...
2009-05-11 oharboeleave eCos include file issues alone for now.
2009-05-11 zwelchMark API layering violations in the helper module with...
2009-05-11 zwelchRemove redundant config.h from replacements.h, obtained...
2009-05-11 zwelchAudit and eliminate redundant helper #include directives.
2009-05-11 zwelchSimplify #include directives in ioutil.c, use new heade...
2009-05-11 zwelchAdd --enable-malloc-logging configure option and update...
2009-05-11 zwelchFactor system #includes out of replacements.h into...
2009-05-11 zwelchFinish portability support for AC_HEADER_STDBOOL config...
2009-05-11 zwelchRemove redundant sys/types.h #include directives (now...
2009-05-11 zwelchAdd configure check for sys/types.h; include in our...
2009-05-10 zwelchExtend autotools build to create shared library libopen...
2009-05-10 zwelchReverse revision 1691: all of its functionality has...
2009-05-10 zwelchRevive tclapi.c from r1650:
2009-05-10 oharboeMichael Bruck <mbruck@digenius.de> use more const
2009-05-09 oharboeMichael Bruck <mbruck@digenius.de> use more const
2009-05-08 zwelchFix typo from hurrying the last commit. Nothing to...
2009-05-08 zwelchFix loadFile to return file length once again.
2009-05-08 zwelchFix warnings in ioutil.c; improves loadFile inteface.
2009-05-07 zwelchRemove unreferenced tcpapi.c source file.
2009-05-06 zwelchFix pointer cast alignment warnings in jim.c.
2009-05-06 zwelchAdd autoconf check to determine where environ should...
2009-05-06 oharboeretire out_mask - not used anywhere
2009-05-05 oharboemade warning about keep_alive() not being invoked more...
2009-05-05 oharboeremove extra newline before prompt
2009-05-04 oharboeMariano Alvira <mar@devl.org> fixes warning as error...
2009-05-04 kc8apfFix environ declaration for non-glibc systems
2009-05-03 oharboeBacked out change to solve Mac OS compilation problems.
2009-05-03 zwelchFix compilation when HAVE_UNISTD_H is not defined.
next

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)