openocd: fix SPDX tag format for files .c
[fw/openocd] / src / helper / configuration.c
2022-09-18 Antonio Borneoopenocd: fix SPDX tag format for files .c
2022-07-23 Antonio Borneoopenocd: src/helper: replace the GPL-2.0-or-later licen...
2022-06-24 Antonio Borneohelper: fix build with mingw gcc 12.1.0
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison
2021-05-01 Tim NewsomeCleanup of config/includes.
2018-03-07 Tomas Vanekhelper/configuration: free script_search_dirs and confi...
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2013-10-31 Andreas FritiofsonRemove unnecessary casts
2013-06-05 Spencer Oliverupdate files to correct FSF address
2013-04-21 Spencer Olivertelnet: add telnet history support
2012-02-06 Spencer Oliverbuild: cleanup src/helper directory
2010-01-05 David Brownelldon't require 'openocd.cfg' to start
2009-11-22 Øyvind Harboeembedded: reduce stack usage
2009-11-21 Andreas Fritiofsonshow script search dirs in debug log
2009-11-16 Zachary T Welchimprove constness of open_file_from_path
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
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-05-11 zwelchAudit and eliminate redundant helper #include directives.
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-10-08 oharboefile not found SEGFAULT fix
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-14 oharboeCharles Hardin <ckhardin@gmail.com>
2008-07-11 oharboework in progress to improve help
2008-07-04 oharboeadded support for Tcl config scripts on the command...
2008-06-27 oharboeexport find_file function
2008-06-04 oharboePavel Chromy: fix logging syntax error + formatting...
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-02-29 oharboe- clean up target output strings a bit
2008-02-25 ntfreak- remove build warnings
2008-02-25 drath- convert all files to unix line-ending
2008-02-25 oharboe- using ERROR_COMMAND_SYNTAX_ERROR to print syntax...
2008-02-24 oharboemove options handling to separate file to better suppor...
2008-02-24 oharboe- added -c option that will execute an openocd command
2008-02-20 ntfreak- fix bug when using full paths to config files. Thanks...
2008-02-19 ntfreak- add search paths via new arg -s (-search). Thanks...
2006-07-17 drath- Added support for native MinGW builds (thanks to...
2006-06-02 drath- prepare OpenOCD for branching, created ./trunk/