]> git.sur5r.net Git - openocd/history - src/helper/command.h
command_handler_t: make cmd parameter const
[openocd] / src / helper / command.h
2009-11-13 Zachary T Welchcommand_handler_t: make cmd parameter const
2009-11-13 Zachary T Welchcommand_handler_t: make argc unsigned
2009-11-13 Zachary T Welchadd CMD_NAME macro for command handlers
2009-11-13 Zachary T Welchadd command_handler_t type
2009-11-13 Zachary T Welchadd COMMAND_HANDLER and COMMAND_HELPER macros
2009-11-13 Zachary T Welchadd command_output_handler_t
2009-11-11 Zachary T Welchadd command_name helper
2009-11-11 Zachary T Welchscript_debug(): improve types
2009-11-09 Zachary T Welchsrc/helper: wrap and clean headers.
2009-11-06 Zachary T WelchAdd macro for parsing numeric command arguments.
2009-10-19 Redirect 'Slash... corrective fix for MinGW GNU C99 printf compliance
2009-10-18 Redirect 'Slash... More MinGW C99 printf compliance
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
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 zwelchAdd improved support for parsing signed integers.
2009-06-17 zwelchUpdate parse_type macro definitions to allow re-use...
2009-06-12 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-12 zwelchAdd new parse_uinttype wrappers for strtoul in src...
2009-06-11 zwelchDavid Brownell <david-b@pacbell.net>:
2009-05-21 zwelchDavid Brownell <david-b@pacbell.net>: This patch adds...
2009-05-15 oharboeLess wrong handling of JIM_EMBEDDED, follow Jim Tcl...
2009-05-15 oharboerevert to 1775. 1790 causes SEGFAULT w/Cygwin.
2009-05-14 zwelchRemove JIM_EMBEDDED symbol; not appropriate or necessary.
2009-05-13 zwelchInclude types.h in command.h to make stdint.h available...
2009-05-11 zwelchAudit and eliminate redundant helper #include directives.
2008-10-31 oharboeAdded telnet_async command to enable/disable asynchronous
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-08-18 oharboeJohannes Stezenbach <js@sig21.net> fix warnings
2008-08-07 oharboeDavid Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.c
2008-08-05 oharboeDuane Ellis: fix warnings
2008-07-25 oharboeadded yours sincerely for files where I feel that I...
2008-07-21 oharboecross compile fix
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@gmail.com> and Øyvind Harboe
2008-07-11 oharboehelp is now implemented in startup.tcl/help
2008-07-11 oharboe- retired variable stuff.
2008-07-11 oharboe.cfg files are now executed as Jim Tcl. Commands that...
2008-07-07 ntfreak- command_run_line will only search once for the comman...
2008-07-06 ntfreak- fixed build issues with win32
2008-07-06 oharboesrc/helper/configuration.h
2008-07-04 oharboeutility fn.
2008-06-27 oharboehooks to enable experimentation with scripting language...
2008-05-07 oharboeEdgar Grimberg plugged a leak found w/Valgrind.
2008-04-23 oharboeadded fast option.
2008-04-04 oharboe- reverted some of the changes that possibly broke...
2008-02-28 oharboe- Added TARGET_REQ_DEBUGCHAR target_request debugmsg...
2008-02-19 ntfreak- Fixed bug in pathmove for XScale
2006-06-02 drath- prepare OpenOCD for branching, created ./trunk/