aboutsummaryrefslogtreecommitdiff
path: root/src/helper/configuration.c
AgeCommit message (Expand)Author
2010-01-05don't require 'openocd.cfg' to startDavid Brownell
2009-11-22embedded: reduce stack usageØyvind Harboe
2009-11-21show script search dirs in debug logAndreas Fritiofson
2009-11-16improve constness of open_file_from_pathZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-06-23- Fixes '+' whitespacezwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-23- Fixes '==' whitespacezwelch
2009-06-23- Fixes '!=' whitespacezwelch
2009-05-11Audit and eliminate redundant helper #include directives.zwelch
2008-12-13- remove target specific variant and use target->variant memberntfreak
2008-10-08file not found SEGFAULT fixoharboe
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe
2008-07-14Charles Hardin <ckhardin@gmail.com>oharboe
2008-07-11work in progress to improve helpoharboe
2008-07-04added support for Tcl config scripts on the command line(use .tcl extension).oharboe
2008-06-27export find_file functionoharboe
2008-06-04Pavel Chromy: fix logging syntax error + formatting & removing obsolete comme...oharboe
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak
2008-02-29- clean up target output strings a bitoharboe
2008-02-25- remove build warningsntfreak
2008-02-25- convert all files to unix line-endingdrath
2008-02-25- using ERROR_COMMAND_SYNTAX_ERROR to print syntax in a couple of placesoharboe
2008-02-24move options handling to separate file to better support embedded implementat...oharboe
2008-02-24- added -c option that will execute an openocd commandoharboe
2008-02-20- fix bug when using full paths to config files. Thanks Ted Rothntfreak
2008-02-19- add search paths via new arg -s (-search). Thanks Ted Rothntfreak
2006-07-17- Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath