summaryrefslogtreecommitdiff
path: root/src/helper
Commit message (Expand)AuthorAgeFilesLines
* oops... backup file snuck in, remove it.Øyvind Harboe2010-06-161-12823/+0
* fileio: -Wshadow warning fixØyvind Harboe2010-06-151-2/+2
* jim: -Wshadow warning fixØyvind Harboe2010-06-152-3/+12826
* jim: more jim -Wshadow fixes that should be straightforwardØyvind Harboe2010-06-151-7/+6
* jim: -Wshadow fixesØyvind Harboe2010-06-151-88/+88
* -Wshadow fixesØyvind Harboe2010-06-141-8/+8
* helper: fix -Wshadow warning in number parsingØyvind Harboe2010-06-141-6/+6
* jim: fix bug in tcl "puts"Øyvind Harboe2010-05-181-9/+4
* command context: fix errors when running certain commands on startupØyvind Harboe2010-05-052-2/+10
* HELPER/LOG: review unused symbolsAntonio Borneo2010-04-102-46/+0
* BINARYBUFFER: review scope of data and functionsAntonio Borneo2010-04-101-2/+2
* TIME_SUPPORT: review unused symbolsAntonio Borneo2010-04-102-8/+0
* gpl: fix GPL startup messageØyvind Harboe2010-02-151-1/+1
* CMD: duplicate cmd error msgSpencer Oliver2010-02-041-1/+4
* Clang buildfixesAlex Austin2010-01-292-1/+11
* ARM semihosting: win32 and cygwin fixesSpencer Oliver2010-01-281-0/+6
* ARM semihosting: fix writing to stdoutSpencer Oliver2010-01-281-0/+2
* ecos: add missing PRId8 definitionØyvind Harboe2010-01-211-0/+1
* update win32 script search pathAndreas Fritiofson2010-01-191-5/+5
* debug: make logging of commands terserØyvind Harboe2010-01-131-2/+11
* commands: make error messages a bit more terseØyvind Harboe2010-01-111-1/+1
* FreeBSD build fixesDavid Brownell2010-01-101-0/+3
* src/helper: usage/help updatesDavid Brownell2010-01-093-57/+81
* buildfix on MacOSMasaki Muranaka2010-01-091-2/+2
* don't require 'openocd.cfg' to startDavid Brownell2010-01-051-2/+4
* streamline and document helptext mode displaysDavid Brownell2010-01-021-10/+22
* Fix usage/help search for subcommands.Dean Glazeski2010-01-021-7/+34
* Add the current command to the command informationDean Glazeski2010-01-021-0/+1
* cygwin 1.7 build fixesDavid Brownell2009-12-261-3/+3
* help: list all commands that match stringOyvind Harboe2009-12-211-21/+35
* ecos: crisper implementation of timeval_ms()Øyvind Harboe2009-12-164-13/+87
* command: retire obsolete macroØyvind Harboe2009-12-151-11/+0
* build: add build/src to include pathØyvind Harboe2009-12-081-0/+1
* misc code review updatesDavid Brownell2009-12-051-4/+3
* switch 'rm' command away from using JimZachary T Welch2009-12-041-18/+11
* doxygen: remove some warningsDavid Brownell2009-12-031-1/+1
* remove tertiary include pathsZachary T Welch2009-12-031-2/+0
* change #include "server.h" to <server/server.h>Zachary T Welch2009-12-032-2/+2
* change #include "target.h" to <target/target.h>Zachary T Welch2009-12-031-1/+1
* change #include "types.h" to <helper/types.h>Zachary T Welch2009-12-034-4/+4
* change #include "jim.h" to <helper/jim.h>Zachary T Welch2009-12-031-1/+1
* change #include "command.h" to <helper/command.h>Zachary T Welch2009-12-032-2/+2
* allow #include directives to use module nameZachary T Welch2009-12-031-0/+1
* stubs: buildfixDavid Brownell2009-12-021-0/+1
* remove BUILD_IOUTIL symbolZachary T Welch2009-12-023-0/+59
* command: the Jim interpreter can now be provided rather than createdØyvind Harboe2009-12-012-9/+15
* improve command prohibition error reportZachary T Welch2009-11-301-2/+10
* remove interp global variable!Zachary T Welch2009-11-302-19/+21
* command output capture: do not use interp globalZachary T Welch2009-11-301-15/+34
* do not extern 'interp' from command.cZachary T Welch2009-11-302-3/+2