summaryrefslogtreecommitdiff
path: root/src/helper
Commit message (Expand)AuthorAgeFilesLines
* HELPER/TYPES: Removed bool definition as it broke build on my bsd box.Tomek CEDRO2011-07-281-1/+1
* ecos: add 64 bit types for sprintf/sscanfØyvind Harboe2011-04-281-0/+2
* command: fix leak when executing commandsØyvind Harboe2011-03-271-0/+1
* log: debug level is between silent and debug output levelsØyvind Harboe2011-02-251-9/+8
* performance: committed wrong version of buf_set_buf optimizationMathias K2011-02-081-4/+18
* buf_set_buf around 30% speed increaseMathias K2011-02-081-7/+22
* 24bit buffer supportMathias K2011-02-031-0/+24
* error: remove debug output when reporting errorsØyvind Harboe2011-01-311-1/+2
* nit: more LOG_* \n fixesEric Wetzel2011-01-092-7/+3
* 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
* Compilation Warnings on OS X 10.5Andrew MacIsaac2010-12-291-1/+1
* warnings: use more 'const' for char *Øyvind Harboe2010-12-293-3/+3
* script: support only Tcl commentsØyvind Harboe2010-12-181-9/+0
* build: add common.mkSpencer Oliver2010-11-181-4/+1
* JIM: document "echo" commandAntonio Borneo2010-11-091-9/+14
* JIM: Add "-n" option to "echo"Antonio Borneo2010-11-091-1/+8
* jim tests: use installedØyvind Harboe2010-10-297-14857/+9
* help: help now works on configuration commandsØyvind Harboe2010-10-271-3/+0
* gdbderver: fix gdb pipe startup overflowSpencer Oliver2010-10-051-3/+5
* server: add support for pipesØyvind Harboe2010-10-011-9/+4
* log: remove hack to redirect logs when pipes are in useØyvind Harboe2010-10-011-17/+2
* fileio: fileio_size() can now failØyvind Harboe2010-09-292-3/+13
* fileio: refactor struct fileio to be an opaque structureØyvind Harboe2010-09-292-22/+47
* startup: removed capture_catchØyvind Harboe2010-09-201-7/+0
* helper: fix flaky capture commandØyvind Harboe2010-09-201-0/+16
* warnings: fix alignment warningsØyvind Harboe2010-09-201-1/+1
* jim: fix crash when using Jim_ListInsertElementsØyvind Harboe2010-09-121-0/+1
* command: capture command now handles both types commandsØyvind Harboe2010-09-111-2/+24
* ioutil: fix internal fn namesØyvind Harboe2010-08-021-15/+11
* util: ms command to calculate length of operationsØyvind Harboe2010-08-013-1/+92
* helper/jim-eventloop.h: review unused definitionsAntonio Borneo2010-06-211-14/+1
* helper/jim-eventloop: review unused symbolsAntonio Borneo2010-06-211-10/+0
* helper/jim-eventloop: review scope of symbolsAntonio Borneo2010-06-212-22/+9
* reverse order of Jim stack trace outputAndreas Fritiofson2010-06-181-1/+1
* don't add confusing source info to JimAndreas Fritiofson2010-06-181-2/+2
* helper/jim: review unused symbolsAntonio Borneo2010-06-181-24/+0
* helper/jim: review scope of symbolsAntonio Borneo2010-06-181-39/+40
* mingw32: -Wshadow fixesFreddie Chopin2010-06-171-9/+9
* helper: remove helper membufAntonio Borneo2010-06-173-380/+1
* oops... backup file snuck in, remove it.Øyvind Harboe2010-06-161-12823/+0
* fileio: -Wshadow warning fixØyvind Harboe2010-06-151-2/+2
* jim: -Wshadow warning fixØyvind Harboe2010-06-152-3/+12826
* jim: more jim -Wshadow fixes that should be straightforwardØyvind Harboe2010-06-151-7/+6
* jim: -Wshadow fixesØyvind Harboe2010-06-151-88/+88
* -Wshadow fixesØyvind Harboe2010-06-141-8/+8
* helper: fix -Wshadow warning in number parsingØyvind Harboe2010-06-141-6/+6
* jim: fix bug in tcl "puts"Øyvind Harboe2010-05-181-9/+4
* command context: fix errors when running certain commands on startupØyvind Harboe2010-05-052-2/+10
* HELPER/LOG: review unused symbolsAntonio Borneo2010-04-102-46/+0