- Replace 'for(' with 'for ('.
[fw/openocd] / src / helper / options.c
2009-06-23 zwelch- Replace 'for(' with 'for ('.
2009-06-23 zwelch- Replace 'if(' with 'if ('.
2009-05-27 zwelchUpdate build system to find moved scripts -- Step 3...
2009-05-11 zwelchMark API layering violations in the helper module with...
2009-05-11 zwelchAudit and eliminate redundant helper #include directives.
2009-04-21 oharboeZach Welch <zw@superlucidity.net> fix -Wformat-security...
2009-01-23 kc8apfSearch path fixes for MinGW builds. Courtesy of Dimita...
2009-01-01 ntfreak- add gdb pipe support to native win32 (--pipe option)
2008-12-27 duaneBuild Permutations with ftd2xx and libftdi addressed...
2008-12-15 ntfreak- add ability for openocd to communicate to gdb using...
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-07-25 oharboeadded yours sincerely for files where I feel that I...
2008-07-22 oharboeOnly print out gobs of information to log when -d3...
2008-07-16 oharboeFixes to \ and / handling for OpenOCD
2008-07-11 oharboe.cfg files are now executed as Jim Tcl. Commands that...
2008-07-10 oharboe- added search paths before running tcl/commands.tcl.
2008-07-06 oharboesrc/helper/configuration.h
2008-07-04 oharboeadded support for Tcl config scripts on the command...
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-03-01 mifi- removed warnings "xxxxx" might be used uninitialized...
2008-02-29 oharboeUwe Hermann: Add a --version switch for openocd.
2008-02-29 oharboeSummary: passing of variable argument list reduced...
2008-02-28 oharboePavel Chromy spotted duplicated newlines gaffe from...
2008-02-25 ntfreak- remove build warnings
2008-02-25 drath- convert all files to unix line-ending
2008-02-25 oharboePavel Chromy
2008-02-25 oharboe- Fix target library path problem w/Windows
2008-02-25 oharboe- using ERROR_COMMAND_SYNTAX_ERROR to print syntax...
2008-02-24 oharboemove options handling to separate file to better suppor...