Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | duane ellis: (A) a new concept called "Name Value Pair" or NVP, in simple ↵ | oharboe | 2008-08-19 | 1 | -2/+335 |
| | | | | | | | | terms: Think: "String" and "Value". There can be many strings - all related to a single value, for examle: "T", "t", "y", "1", "yes", all can represent "truth", the reverse mapping is more simplistic - the first matching number wins. (B) a new "getopt" like feature for Jim - that simplifies argument parsing in complex functions, normally this would be used in conjunction with either an NVP table of options, or a more simpler Enumeration table. In contrast to the GNU "getopt" package, this is more of a "object model or code oriented" solution then a pure data structure used by GNU getopt, or the main stream Tcl/Tk option processing. git-svn-id: svn://svn.berlios.de/openocd/trunk@936 b42882b7-edfa-0310-969c-e2dbd0fdcd60 | ||||
* | David Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.c | oharboe | 2008-08-07 | 1 | -0/+1 |
| | | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@898 b42882b7-edfa-0310-969c-e2dbd0fdcd60 | ||||
* | - remove Jim_InitEmbedded warning | ntfreak | 2008-08-06 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@895 b42882b7-edfa-0310-969c-e2dbd0fdcd60 | ||||
* | jim license cleanup | oharboe | 2008-07-21 | 1 | -17/+38 |
| | | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@851 b42882b7-edfa-0310-969c-e2dbd0fdcd60 | ||||
* | - fix incorrectly registered function openocd_array2mem | ntfreak | 2008-07-18 | 1 | -1/+1 |
| | | | | | | | | | - removed unused variables - reformatted lpc288x.[ch] - fixed helper/Makefile.am dependencies - add correct svn props to added files git-svn-id: svn://svn.berlios.de/openocd/trunk@829 b42882b7-edfa-0310-969c-e2dbd0fdcd60 | ||||
* | Charles Hardin <ckhardin@gmail.com> move jim into helper | oharboe | 2008-07-17 | 1 | -0/+985 |
git-svn-id: svn://svn.berlios.de/openocd/trunk@822 b42882b7-edfa-0310-969c-e2dbd0fdcd60 |