]> git.sur5r.net Git - openocd/history - src/helper
TCL scripts: collect duplicated procedures
[openocd] / src / helper /
2010-09-20 Øyvind Harboestartup: removed capture_catch
2010-09-20 Øyvind Harboehelper: fix flaky capture command
2010-09-20 Øyvind Harboewarnings: fix alignment warnings
2010-09-12 Øyvind Harboejim: fix crash when using Jim_ListInsertElements
2010-09-11 Øyvind Harboecommand: capture command now handles both types commands
2010-08-02 Øyvind Harboeioutil: fix internal fn names
2010-08-01 Øyvind Harboeutil: ms command to calculate length of operations
2010-06-21 Antonio Borneohelper/jim-eventloop.h: review unused definitions
2010-06-21 Antonio Borneohelper/jim-eventloop: review unused symbols
2010-06-21 Antonio Borneohelper/jim-eventloop: review scope of symbols
2010-06-18 Andreas Fritiofsonreverse order of Jim stack trace output
2010-06-18 Andreas Fritiofsondon't add confusing source info to Jim
2010-06-18 Antonio Borneohelper/jim: review unused symbols
2010-06-18 Antonio Borneohelper/jim: review scope of symbols
2010-06-17 Freddie Chopinmingw32: -Wshadow fixes
2010-06-17 Antonio Borneohelper: remove helper membuf
2010-06-15 Øyvind Harboeoops... backup file snuck in, remove it.
2010-06-15 Øyvind Harboefileio: -Wshadow warning fix
2010-06-15 Øyvind Harboejim: -Wshadow warning fix
2010-06-15 Øyvind Harboejim: more jim -Wshadow fixes that should be straightforward
2010-06-15 Øyvind Harboejim: -Wshadow fixes
2010-06-14 Øyvind Harboe-Wshadow fixes
2010-06-14 Øyvind Harboehelper: fix -Wshadow warning in number parsing
2010-05-18 Øyvind Harboejim: fix bug in tcl "puts"
2010-05-05 Øyvind Harboecommand context: fix errors when running certain comman...
2010-04-10 Antonio BorneoHELPER/LOG: review unused symbols
2010-04-10 Antonio BorneoBINARYBUFFER: review scope of data and functions
2010-04-10 Antonio BorneoTIME_SUPPORT: review unused symbols
2010-02-15 Øyvind Harboegpl: fix GPL startup message
2010-02-04 Spencer OliverCMD: duplicate cmd error msg
2010-01-29 Alex AustinClang buildfixes
2010-01-28 Spencer OliverARM semihosting: win32 and cygwin fixes
2010-01-28 Spencer OliverARM semihosting: fix writing to stdout
2010-01-21 Øyvind Harboeecos: add missing PRId8 definition
2010-01-19 Andreas Fritiofsonupdate win32 script search path
2010-01-13 Øyvind Harboedebug: make logging of commands terser
2010-01-11 Øyvind Harboecommands: make error messages a bit more terse
2010-01-10 David BrownellFreeBSD build fixes
2010-01-09 David Brownellsrc/helper: usage/help updates
2010-01-09 Masaki Muranakabuildfix on MacOS
2010-01-05 David Brownelldon't require 'openocd.cfg' to start
2010-01-02 David Brownellstreamline and document helptext mode displays
2010-01-02 Dean GlazeskiFix usage/help search for subcommands.
2010-01-02 Dean GlazeskiAdd the current command to the command information
2009-12-26 David Brownellcygwin 1.7 build fixes
2009-12-21 Oyvind Harboehelp: list all commands that match string
2009-12-16 Øyvind Harboeecos: crisper implementation of timeval_ms()
2009-12-15 Øyvind Harboecommand: retire obsolete macro
2009-12-08 Øyvind Harboebuild: add build/src to include path
2009-12-05 David Brownellmisc code review updates
2009-12-04 Zachary T Welchswitch 'rm' command away from using Jim
2009-12-04 David Brownelldoxygen: remove some warnings
2009-12-03 Zachary T Welchremove tertiary include paths
2009-12-03 Zachary T Welchchange #include "server.h" to <server/server.h>
2009-12-03 Zachary T Welchchange #include "target.h" to <target/target.h>
2009-12-03 Zachary T Welchchange #include "types.h" to <helper/types.h>
2009-12-03 Zachary T Welchchange #include "jim.h" to <helper/jim.h>
2009-12-03 Zachary T Welchchange #include "command.h" to <helper/command.h>
2009-12-03 Zachary T Welchallow #include directives to use module name
2009-12-02 David Brownellstubs: buildfix
2009-12-02 Zachary T Welchremove BUILD_IOUTIL symbol
2009-12-01 Øyvind Harboecommand: the Jim interpreter can now be provided rather...
2009-12-01 Zachary T Welchimprove command prohibition error report
2009-12-01 Zachary T Welchremove interp global variable!
2009-12-01 Zachary T Welchcommand output capture: do not use interp global
2009-12-01 Zachary T Welchdo not extern 'interp' from command.c
2009-12-01 Zachary T Welchmake syntax errors respond with 'usage'
2009-12-01 Zachary T Welchmove improperly located documentation
2009-12-01 Zachary T Welchimprove command_done() API and docs
2009-12-01 Zachary T Welchonly display usable commands in help
2009-11-28 Zachary T Welchremove redundant 'rm' command handler
2009-11-28 Zachary T Welchadd error checking in command_new
2009-11-28 Zachary T Welchinclude mode information in help text.
2009-11-28 Zachary T Welchrefactor command mode detection
2009-11-28 Zachary T Welchadd command private data setter/accessor
2009-11-28 Zachary T Welchadd 'command mode' introspective handler
2009-11-28 Zachary T Welchremove unknown handler
2009-11-28 Zachary T Welchimprove command handler wrapper script
2009-11-28 Zachary T Welchadd 'command type' introspective handler
2009-11-27 Zachary T Welchfix regression causing duplicated output
2009-11-25 Zachary T Welchsupport OPENOCD_DEBUG_LEVEL environment setting
2009-11-25 Zachary T Welchlog: improve initialization
2009-11-25 Zachary T Welchadd script_command_run helper
2009-11-25 Zachary T Welchencapsulate and re-use log capture, retval setup
2009-11-25 Zachary T Welchcombine help and usage command handlers
2009-11-25 Zachary T Welchimprove usage and help command output
2009-11-25 Zachary T Welchallow scripts to update usage information
2009-11-25 Zachary T Welchadd jim_handler to command_registration
2009-11-25 Zachary T Welchrefactor command_new to use command_registration
2009-11-25 Zachary T Welchlog: use register_commands()
2009-11-25 Zachary T Welchioutil: use register_commands()
2009-11-25 Zachary T Welchrewrite 'unknown' command dispatching in C
2009-11-25 Zachary T Welchadd public API for locating commands
2009-11-25 Zachary T Welchrefactor script_command context grabbing
2009-11-25 Zachary T Welchadd command registration chaining
2009-11-25 Zachary T Welchmore command registration refactoring
2009-11-25 Zachary T Welchcommand: use register_commands for handlers
2009-11-25 Zachary T Welchadd command usage, separate from help
2009-11-25 Zachary T Welchadd register_commands for batch registration
2009-11-25 Zachary T Welchadd struct command_registration
next