summaryrefslogtreecommitdiff
path: root/src/helper/ioutil.c
Commit message (Expand)AuthorAgeFilesLines
* nit: do not add \n at end of LOG_ERROREric Wetzel2011-01-051-6/+6
* error handling: the error number is not part of the user interfaceØyvind Harboe2011-01-031-2/+2
* ioutil: fix internal fn namesØyvind Harboe2010-08-021-15/+11
* src/helper: usage/help updatesDavid Brownell2010-01-091-26/+37
* switch 'rm' command away from using JimZachary T Welch2009-12-041-18/+11
* remove redundant 'rm' command handlerZachary T Welch2009-11-281-27/+0
* add jim_handler to command_registrationZachary T Welch2009-11-241-18/+42
* ioutil: use register_commands()Zachary T Welch2009-11-241-17/+45
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-6/+6
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-13/+13
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-10/+10
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-9/+9
* command_context_t -> struct command_contextZachary T Welch2009-11-131-1/+1
* command_handler_t: make argc unsignedZachary T Welch2009-11-131-1/+1
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-13/+7
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* Remove whitespace that occurs before ')'.zwelch2009-06-231-12/+12
* Remove whitespace that occurs after '('.zwelch2009-06-231-10/+10
* - Fixes '+' whitespacezwelch2009-06-231-1/+1
* - Fixes '=' whitespacezwelch2009-06-231-2/+2
* - Fixes '==' whitespacezwelch2009-06-231-6/+6
* - Fixes '&&' whitespacezwelch2009-06-231-2/+2
* - Fixes '!=' whitespacezwelch2009-06-231-6/+6
* - Replace 'if(' with 'if ('.zwelch2009-06-231-7/+7
* Fix compilation for Ubuntu 9.04 on x86-64 when using --enable-httpd.zwelch2009-06-171-2/+2
* fix ordering of arguments to fwrite()oharboe2009-06-111-1/+1
* remove unused include file: inttypes.hoharboe2009-06-051-3/+0
* delete unused codeoharboe2009-05-211-26/+0
* fix warning. Use %p for pointersoharboe2009-05-211-1/+1
* Additional format warning fixes in ioutil, required by r1873 changes.zwelch2009-05-211-2/+2
* fix warningsoharboe2009-05-191-4/+10
* leave eCos include file issues alone for now. oharboe2009-05-111-0/+2
* Simplify #include directives in ioutil.c, use new header checks.zwelch2009-05-111-36/+27
* Remove redundant sys/types.h #include directives (now in types.h).zwelch2009-05-111-2/+0
* Fix typo from hurrying the last commit. Nothing to see here.zwelch2009-05-081-1/+1
* Fix loadFile to return file length once again.zwelch2009-05-081-5/+9
* Fix warnings in ioutil.c; improves loadFile inteface.zwelch2009-05-081-12/+14
* moved ioutil init to the right spot: before config scriptsoharboe2009-01-091-0/+1
* cygwin fixesoharboe2008-12-221-3/+6
* houskeepingoharboe2008-12-171-0/+121
* - add missing svn props from r1243 commitntfreak2008-12-151-590/+590
* sync up to tap_xxx rename + add with-ioutil for standalone openocd implemetna...oharboe2008-12-151-0/+590