use COMMAND_REGISTER macro
[fw/openocd] / src / helper / ioutil.c
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-17 Zachary T Welchcommand_handler: change 'cmd_ctx' to CMD_CTX
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-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchcommand_handler_t: make argc unsigned
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
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- Replace 'if(' with 'if ('.
2009-06-17 zwelchFix compilation for Ubuntu 9.04 on x86-64 when using...
2009-06-11 oharboefix ordering of arguments to fwrite()
2009-06-05 oharboeremove unused include file: inttypes.h
2009-05-21 oharboedelete unused code
2009-05-21 oharboefix warning. Use %p for pointers
2009-05-21 zwelchAdditional format warning fixes in ioutil, required...
2009-05-19 oharboefix warnings
2009-05-11 oharboeleave eCos include file issues alone for now.
2009-05-11 zwelchSimplify #include directives in ioutil.c, use new heade...
2009-05-11 zwelchRemove redundant sys/types.h #include directives (now...
2009-05-08 zwelchFix typo from hurrying the last commit. Nothing to...
2009-05-08 zwelchFix loadFile to return file length once again.
2009-05-08 zwelchFix warnings in ioutil.c; improves loadFile inteface.
2009-01-09 oharboemoved ioutil init to the right spot: before config...
2008-12-22 oharboecygwin fixes
2008-12-17 oharboehouskeeping
2008-12-15 ntfreak- add missing svn props from r1243 commit
2008-12-15 oharboesync up to tap_xxx rename + add with-ioutil for standal...