aboutsummaryrefslogtreecommitdiff
path: root/src/helper
AgeCommit message (Expand)AuthorFilesLines
2010-06-16oops... backup file snuck in, remove it.Øyvind Harboe1-12823/+0
2010-06-15fileio: -Wshadow warning fixØyvind Harboe1-2/+2
2010-06-15jim: -Wshadow warning fixØyvind Harboe2-3/+12826
2010-06-15jim: more jim -Wshadow fixes that should be straightforwardØyvind Harboe1-7/+6
2010-06-15jim: -Wshadow fixesØyvind Harboe1-88/+88
2010-06-14-Wshadow fixesØyvind Harboe1-8/+8
2010-06-14helper: fix -Wshadow warning in number parsingØyvind Harboe1-6/+6
2010-05-18jim: fix bug in tcl "puts"Øyvind Harboe1-9/+4
2010-05-05command context: fix errors when running certain commands on startupØyvind Harboe2-2/+10
2010-04-10HELPER/LOG: review unused symbolsAntonio Borneo2-46/+0
2010-04-10BINARYBUFFER: review scope of data and functionsAntonio Borneo1-2/+2
2010-04-10TIME_SUPPORT: review unused symbolsAntonio Borneo2-8/+0
2010-02-15gpl: fix GPL startup messageØyvind Harboe1-1/+1
2010-02-04CMD: duplicate cmd error msgSpencer Oliver1-1/+4
2010-01-29Clang buildfixesAlex Austin2-1/+11
2010-01-28ARM semihosting: win32 and cygwin fixesSpencer Oliver1-0/+6
2010-01-28ARM semihosting: fix writing to stdoutSpencer Oliver1-0/+2
2010-01-21ecos: add missing PRId8 definitionØyvind Harboe1-0/+1
2010-01-19update win32 script search pathAndreas Fritiofson1-5/+5
2010-01-13debug: make logging of commands terserØyvind Harboe1-2/+11
2010-01-11commands: make error messages a bit more terseØyvind Harboe1-1/+1
2010-01-10FreeBSD build fixesDavid Brownell1-0/+3
2010-01-09src/helper: usage/help updatesDavid Brownell3-57/+81
2010-01-09buildfix on MacOSMasaki Muranaka1-2/+2
2010-01-05don't require 'openocd.cfg' to startDavid Brownell1-2/+4
2010-01-02streamline and document helptext mode displaysDavid Brownell1-10/+22
2010-01-02Fix usage/help search for subcommands.Dean Glazeski1-7/+34
2010-01-02Add the current command to the command informationDean Glazeski1-0/+1
2009-12-26cygwin 1.7 build fixesDavid Brownell1-3/+3
2009-12-21help: list all commands that match stringOyvind Harboe1-21/+35
2009-12-16ecos: crisper implementation of timeval_ms()Øyvind Harboe4-13/+87
2009-12-15command: retire obsolete macroØyvind Harboe1-11/+0
2009-12-08build: add build/src to include pathØyvind Harboe1-0/+1
2009-12-05misc code review updatesDavid Brownell1-4/+3
2009-12-04switch 'rm' command away from using JimZachary T Welch1-18/+11
2009-12-03doxygen: remove some warningsDavid Brownell1-1/+1
2009-12-03remove tertiary include pathsZachary T Welch1-2/+0
2009-12-03change #include "server.h" to <server/server.h>Zachary T Welch2-2/+2
2009-12-03change #include "target.h" to <target/target.h>Zachary T Welch1-1/+1
2009-12-03change #include "types.h" to <helper/types.h>Zachary T Welch4-4/+4
2009-12-03change #include "jim.h" to <helper/jim.h>Zachary T Welch1-1/+1
2009-12-03change #include "command.h" to <helper/command.h>Zachary T Welch2-2/+2
2009-12-03allow #include directives to use module nameZachary T Welch1-0/+1
2009-12-02stubs: buildfixDavid Brownell1-0/+1
2009-12-02remove BUILD_IOUTIL symbolZachary T Welch3-0/+59
2009-12-01command: the Jim interpreter can now be provided rather than createdØyvind Harboe2-9/+15
2009-11-30improve command prohibition error reportZachary T Welch1-2/+10
2009-11-30remove interp global variable!Zachary T Welch2-19/+21
2009-11-30command output capture: do not use interp globalZachary T Welch1-15/+34
2009-11-30do not extern 'interp' from command.cZachary T Welch2-3/+2