cygwin 1.7 build fixes
[fw/openocd] / src / server / tcl_server.c
2009-12-26 David Brownellcygwin 1.7 build fixes
2009-12-01 Zachary T Welchdo not extern 'interp' from command.c
2009-11-25 Zachary T Welchserver: use register_commands
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchconnection_t -> struct connection
2009-11-13 Zachary T Welchtcl_connection_t -> struct tcl_connection
2009-11-13 Zachary T Welchuse CALL_COMMAND_HANDLER instead of direct calls
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-10 Zachary T Welchserver: remove useless declarations
2009-11-06 Zachary T WelchUpdate all server port command to use new helper.
2009-06-23 zwelchRemove whitespace at end of lines, step 2.
2009-06-13 zwelchDavid Brownell <david-b@pacbell.net>:
2009-05-24 zwelchDavid Brownell <david-b@pacbell.net>:
2009-05-11 zwelchAudit and eliminate redundant #include directives from...
2009-04-29 zwelchRemove redundant declarations to allow building with...
2008-12-15 ntfreak- add ability for openocd to communicate to gdb using...
2008-10-22 oharboeLaurentiu Cocanu - more help text
2008-09-01 oharboeDuane Ellis: "target as an [tcl] object" feature.
2008-07-18 ntfreak- fix incorrectly registered function openocd_array2mem
2008-07-17 oharboeCharles Hardin <ckhardin@gmail.com> move jim into...
2008-07-06 ntfreak- fixed build issues with win32
2008-07-06 oharboemoving Tcl stuff around slightly.
2008-07-06 oharboefix a few compilation problems.
2008-07-06 oharboeCharles Hardin <ckhardin@gmail.com> - Tcl Server