use COMMAND_REGISTER macro
[fw/openocd] / src / helper / command.c
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-20 Zachary T Welchmaintain command lists in sorted order
2009-11-20 Zachary T Welchadd add_help_text command handler
2009-11-20 Zachary T Welchprovide command context during cmd_init
2009-11-20 Zachary T Welchimprove 'help' command
2009-11-20 Zachary T Welchrefactor command registration
2009-11-20 Zachary T Welchchange command_find helper interface
2009-11-20 Zachary T Welchfactor script_command argv allocation
2009-11-18 Zachary T Welchremove fast command and jim_global_long
2009-11-18 Zachary T Welchchange all bool parsers to accept any value
2009-11-18 Zachary T Welchadd handle_command_parse_bool command helper
2009-11-18 Zachary T Welchpass startup_tcl to command_init
2009-11-17 Zachary T Welchremove unused variable from run_command
2009-11-17 Zachary T Welchadd CMD_NAME variable in command_invocation
2009-11-17 Zachary T Welchadd struct command_invocation for COMMAND_HANDLER
2009-11-17 Zachary T Welchcommand_handler: change 'args' to CMD_ARGV
2009-11-17 Zachary T Welchcommand_handler: change to 'argc' to CMD_ARGC
2009-11-16 Zachary T Welchuse Jim_CmdProc in jim_register
2009-11-13 Zachary T Welchcommand_t -> struct command
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchcommand_handler_t: make cmd an indirect parameter
2009-11-13 Zachary T Welchcommand_handler_t: make args parameter const
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-13 Zachary T Welchadd command_handler_t type
2009-11-13 Zachary T Welchadd command_output_handler_t
2009-11-11 Zachary T Welchimprove command registration
2009-11-11 Zachary T Welchadd help regardless of callback
2009-11-11 Zachary T Welcheliminate duplicate helptext management
2009-11-11 Zachary T Welchadd command_name helper
2009-11-11 Zachary T Welchscript_debug(): improve types
2009-11-11 Zachary T Welchcommand.c: make private routines static
2009-11-11 Zachary T Welchlog: improve log_callback_fn signature
2009-11-10 Øyvind Harboetcl: HostOs now picks up eCos as well during compile...
2009-11-10 Zachary T Welchcommand.c: make commands static
2009-11-09 David BrownellUser's Guide: bugfix global state info
2009-08-30 oharboeDavid Brownell <david-b@pacbell.net> Be sure the built...
2009-08-24 oharboeSteve Grubb <sgrubb@redhat.com> fix various and sundry...
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-07-06 oharboetry to use tabs instead of spaces
2009-07-06 oharboehuman readable error message upon invalid arguments
2009-06-23 zwelchRemove whitespace at end of lines, step 2.
2009-06-23 zwelch- Replace '){' with ') {'.
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelchRemove whitespace that occurs after '('.
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-06-23 zwelch- Fixes '==' whitespace
2009-06-23 zwelch- Fixes '!=' whitespace
2009-06-23 zwelch- Replace 'while(' with 'while ('.
2009-06-23 zwelch- Replace 'if(' with 'if ('.
2009-06-17 zwelchEnsure range errors are reported only when errno indica...
2009-06-17 zwelchChange parse_type macros to be sed-friendly.
2009-06-17 zwelchAdd argument parsing errors in command.h, use in parse_...
2009-06-17 zwelchMove definition of parse_type helpers to command.c:
2009-06-17 zwelchConvert core parse_type implementations to check for...
2009-06-17 zwelchAdd improved support for parsing signed integers.
2009-06-17 zwelchImprove definitions of parse_ulong and parse_ullong:
2009-06-12 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-12 zwelchSimplify handle_sleep_command:
2009-06-12 zwelchAdd new parse_uinttype wrappers for strtoul in src...
2009-06-11 zwelchDavid Brownell <david-b@pacbell.net>:
2009-05-24 zwelchDavid Brownell <david-b@pacbell.net>:
2009-05-18 oharboeRemove unecessary(and poptentially harmful?) "" around...
2009-05-15 oharboeLess wrong handling of JIM_EMBEDDED, follow Jim Tcl...
2009-05-11 zwelchAudit and eliminate redundant helper #include directives.
2009-05-05 oharboeremove extra newline before prompt
2009-05-04 oharboeMariano Alvira <mar@devl.org> fixes warning as error...
2009-03-07 duaneAdded HostOS variable
2008-12-16 oharboefix broken -c/f options where it would silently termina...
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-12-10 ntfreak- fix illegal memory access in unregister_command function
2008-11-26 oharboefriendlier error messages
2008-11-11 oharboeFixes (more or less) random SEGFAULT upon invoking...
2008-11-03 oharboeRick Altherr <kc8apf@kc8apf.net> - fix warnings
2008-10-31 oharboeAdded telnet_async command to enable/disable asynchronous
2008-10-16 oharboesleep command now prints out target debugmsgs w/anythin...
2008-10-16 oharboeadded capture command to capture log output. Useful...
2008-10-09 oharboeadded busy sleep (for testing purposes)
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-09-01 oharboeDuane Ellis has made highly non-trivial changes to...
2008-09-01 oharboeDuane Ellis: "target as an [tcl] object" feature.
2008-08-19 oharboeuse alive_sleep() from sleep command
2008-08-18 oharboeJohannes Stezenbach <js@sig21.net> fix warnings
2008-08-11 oharboefix error output a bit: do not repeat output printed...
2008-08-11 oharboeplace event loop inside #ifdef JIM_EMBEDDED.
2008-08-07 oharboeDavid Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.c
2008-07-25 oharboeadded yours sincerely for files where I feel that I...
2008-07-24 oharboeOpenOCD commands w/prefix ocd_ now set the primary...
2008-07-24 oharboemore error message cleanup. invalid args & syntax error...
2008-07-24 oharboeBetter handling of OpenOCD command invocation result...
2008-07-23 oharboehandle end of line comments to improve compatibility...
2008-07-21 oharboe- jtag_khz/speed are now single parameter only. These...
2008-07-20 oharboeopenocd@duaneellis.com fix naming confusion. Use ocd_...
2008-07-18 oharboeThis allows overriding builtin openocd commands.
2008-07-18 ntfreak- fix incorrectly registered function openocd_array2mem
2008-07-18 oharboeCharles Hardin <ckhardin@gmail.com> move tcl stuff...
2008-07-17 oharboeCharles Hardin ckhardin at gmail.com Instead of stash...
2008-07-17 oharboeCollect output from openocd commands into openocd_outpu...
next