Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-03-06 | examples.api: drop last JIM_EMBEDDED definitions | Antonio Borneo | 1 | -1/+0 | |
The macro JIM_EMBEDDED was required to be defined before including jim.h in applications that embed jimtcl. This requirement has been dropped in 2010 with commit 2d8564100c86 ("Documentation updates") but it's use has remained for longer and it even re-appeared later in the examples.api. Drop last instances of JIM_EMBEDDED. Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> | |||||
2010-10-15 | Re-add some files lost from v0.51 | Steve Bennett | 1 | -0/+96 | |
In particular the C examples (now in examples.api/) Signed-off-by: Steve Bennett <steveb@workware.net.au> |